Author name: alex

ASR Tips’n’Tricks

ASR-1001-X and IOS-XE is sometimes different and sometimes very similar to classic IOS. Update. You can update, the firmware as usual: # copy http: bootflash: # conf t (config)# boot system flash bootflash:asr1001x-universalk9.03.16.00.S.155-3.S-ext.SPA.bin Show SFP (transceiver) info: # show hw-module interface tenGigabitEthernet 0/0/0 transceiver status # show hw-module interface tenGigabitEthernet 0/0/0 transceiver idprom .. to be continued

ASR Tips’n’Tricks Read More »

MLPPP over L2TP over Ethernet Channel Groups on Cisco ASR

  Problem: After upgrading an ethernet port to a channel-group, all MLPPP connections fail on a Cisco ASR 1002-X. The log file looks like this: Jul 31 2015 07:04:44.801 CEST: Vi4 PPP: Phase is AUTHENTICATING, Authenticated User Jul 31 2015 07:04:44.801 CEST: Vi4 CHAP: O SUCCESS id 143 len 4 Jul 31 2015 07:04:44.801 CEST: Vi4

MLPPP over L2TP over Ethernet Channel Groups on Cisco ASR Read More »

Google Map from RSS Feed

Problem: Google had a nice feature to build google maps from rss geo information with a simple iframe tag, but this service is discontinued. <iframe width=”920″ height=”450″ frameborder=”0″ scrolling=”no” marginheight=”0″ marginwidth=”0″ src=”https://maps.google.com/?q=http:%2F%2Ftothepin.blogspot.com%2Ffeeds%2Fposts%2Fdefault&amp;ie=UTF8&amp;t=t&amp;source=embed&amp;output=embed”> </iframe> You could actually add ?q=rssfeed to the maps.google.com url and it produced a map from all geo data in this rss feed. Solution: The

Google Map from RSS Feed Read More »

Wget Ignores its Timeout

Problem: wget has an option to configure the timeout for dns, connect, and read or a combined timeout option “-T”. This option usually works, but it does not work during SSL handshake. You can test it with these commands: in one terminal start a dummy tcp service: nc -l 7777 and then try to connect to

Wget Ignores its Timeout Read More »

Openbox goes weird with R.A.T.5 Mad Catz

Problem: when you connect the Mad Catz R.A.T.5 mouse to a Linux box running openbox window manager, the window handling stops working. Sometimes mouse follow focus does not work, sometimes even  clicking a window cannot activate it. Sometimes clicking window borders does not work, sometimes clicking into windows is ignored. Solution: This mouse has a mode button, which is

Openbox goes weird with R.A.T.5 Mad Catz Read More »

USB SCSI Disconnects when Idle

Problem: An external USB harddrive disconnects and immediately reconnects with different device name. You find log entries like these: Jan 17 00:46:52 workstation kernel: [212306.086568] sd 33:0:0:0: [sdj] Attached SCSI disk Jan 17 01:51:14 workstation kernel: [216168.064075] usb 2-4: USB disconnect, device number 11 Jan 17 01:51:15 workstation kernel: [216168.596514] usb 2-4: new SuperSpeed USB device

USB SCSI Disconnects when Idle Read More »