-
Archives
- October 2020
- August 2020
- July 2020
- June 2020
- April 2020
- March 2020
- February 2020
- January 2020
- November 2019
- September 2019
- August 2019
- June 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- June 2018
- April 2018
- March 2018
- December 2017
- November 2017
- October 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- November 2016
- October 2016
- September 2016
- July 2016
- March 2016
- February 2016
- November 2015
- October 2015
- September 2015
- July 2015
- May 2015
- March 2015
- January 2015
- November 2014
- June 2014
- April 2014
- March 2014
- December 2013
- September 2013
- August 2013
- April 2013
- February 2013
- September 2012
- August 2012
- March 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
-
Meta
Tag Archives: ios
Cisco ASR-1001-X Update
There are at least two pieces of software you can update in a Cisco ASR-1001-X. The ROMMON (firmware) and the IOS itself. This router uses “Cisco IOS XE Software”. Which is an IOS process on a Linux kernel as far … Continue reading
MITMProxy and IOS 13
Problem: if you want to debug a IOS app with MITMProxy, the iPhone needs to trust the MITMProxy CA. This is done by going to http://mitm.it/ and clicking on the apple symbol. Then you have to accept the “profile” in … Continue reading
ARP is not working on Cisco ASR 1001 X
Problem: Cisco ASR router is loosing connectivity to its directly attached Ethernet neighbors. In this situation interface status is still up, packets are going in and out on both ends, even IPv6 was still working. The actual problem was that the … Continue reading
Update Cisco Catalyst Software
I had to update the software of a new Cisco Catalyst 4948 yesterday. As usual I did: copy tftp://<hostname>/<filename> bootflash: conf t boot system flash bootflash:<filename> exit reload But the switch ignored the new software image. During boot it said: … Continue reading
Windows Network Load Balancing NLB and Cisco Routers/Switches
Problem: Windows NLB IPs are are not reachable through and from Cisco routers and switches. NLB services could be IIS arrays, Exchange CAS arrays, etc. Solution: NLB mode was set to Multicast. In this mode Windows incorrectly uses multicast mac … Continue reading
Posted in Cisco, Windows
Tagged ios, Network Load Balancing, nlb
Comments Off on Windows Network Load Balancing NLB and Cisco Routers/Switches
Cisco has weird naming conventions for groups of interfaces
If you want to bind some ethernet interfaces into one logical interface between two ciscos switches you have to configure an interface first: interface Port-channel 1 then add some interfaces into this new interface: interface GigabitEthernet 1/0/1 channel-group 1 … Continue reading
L2TP tunnel between two cisco routers
Problem: a Cisco 1941 [15.1(2)T2] (Client) tries to connect to an Cisco7300 [12.3(22)] (Server) using L2TP, but after successful authentication of the client the server drops the connection. Solution: The client tried to authenticate the server, but the server had … Continue reading
Posted in Cisco
Tagged authentication, ios, l2tp, ppp
Comments Off on L2TP tunnel between two cisco routers
Cisco Access Point blocking PPTP
Vienna: 10. August 2011 Problem: A network of some Cisco Access Points AIR-AP1142N-E-K9 connected to an small router works good as expected but when the user tries to connect to en PPTP VPN the connection fails with a time-out. Solution: … Continue reading