Category Archives: Cisco Networking

For courses, entertainment and educational purposes.

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

Posted in Cisco Networking | Tagged , | Leave a comment

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

The NAT / PAT architecture according to Cisco

 

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