Categories
January 2025 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 - WeatherBilthoven, Netherlands05:47, 5:47, Thu, Jan 16, 20256°Cbroken clouds96 %1035 mb1 mphWind Gust: 3 mphVisibility: 10 kmSunrise: 08:39Sunset: 16:57
Author Archives: pim
Configuring OSPF for IPv6 on Cisco IOS
1. Enable IPV6: R4(config)# ipv6 unicast-routing 2. Supply interface fa0/0 with an IPV6 address: R4(config-if)# ipv address 2001:0:0:1::/64 eui-64 3. Configure an IPV6 OSPF routing process 110: R4(config)# ipv6 router ospf 110 Here manually supply a router id: (optional if … Continue reading
Posted in Cisco Networking
Leave a comment
The OSPF DR / DBR election algorithm within IOS
The OSPF DR / BDR router election algorithm within IOS The OSPF BDR / DR election is only performed for SWITCHED networks, not on serial networks. The whole idea of having a DR is to minimise the flooding of LSA’s … Continue reading
A smart advise when designing high-end networks
I didn’t check where this quotes originates from, but is very true all the same: “Switch where you can, route where you must”
Posted in Cisco Networking
Leave a comment
RIP and hold-down timers
Click here for the PDF file that explains the algorithm: hold-down-timer-algorithmn1
Posted in Cisco Networking
Leave a comment
The EIGRP feasibility conditions
A Cisco IOS EIGRP feasible successor router can become successor provided the following criteria are met: 1. ADfeasible successor < FDsuccessor
Posted in Cisco Networking
Leave a comment
Router summurization in contiguous and discontiguous networks
Posted in Cisco Networking
Leave a comment
Explanation by examples: virtual routing tables (vrf)
1. Create 3 virtual router forwarding (vrf) table entries In the following example we are going to setup VRF tables and see how they can be applied to ordinary routers. MPLS is not used in this example, which make the … Continue reading
Posted in Cisco Networking
Leave a comment
The Spanning Tree (SPT) Algorithm explained in detail
Spanning Tree Protocol SPT Note: The phrase “bridge” can be read as switch as well in the explanantion below. 1. Elect the Bridge with the LOWEST Bridge – ID (BID = Priority. MAC) as root bridge. The default Priority is … Continue reading
Posted in Cisco Networking
Leave a comment
How to recover a Cisco 2600 router and restore IOS
Boot in Rommon by interupting the boot of the router via a SEND BREAK on the Serial Console during the boot. rommon 13 > TFTP_FILE=c2600-adventerprisek9-mz.124-16.bin rommon 14 > IP_ADDRESS=10.1.1.3
Posted in Cisco Networking
Leave a comment