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, Netherlands14:59, 14:59, Wed, Jan 15, 20258°Cbroken clouds96 %1033 mb2 mphWind Gust: 3 mphVisibility: 10 kmSunrise: 08:40Sunset: 16:56
Category Archives: Cisco Networking
Subnetting exercises 2 of 2
2. A network administrator has been provided with the following block of class A IP addresses: 12.24.0.0/21. He has been asked to create at least 3 subnets with equal size netmasks, and the number of the hosts per subnet are … Continue reading
Posted in Cisco Networking
Leave a comment
Subnetting exercises 1 of 2
1. A network administrator has been provided with the following Class B block of IP addresses: 172.16.0.0/16 It is his task to subnet this Classful network to have (at least) 9 subnets available and maximize the number of hosts available … Continue reading
Posted in Cisco Networking
Leave a comment
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