
EIGRP Basic Configuration
First build the topology according to the diagram Now go to the router R2 to configure EIGRP R#conf t R2(config)#router eigrp 1 R2(config-router)#network 10.0.0.0 R2(config-router)#no auto-summary Now go to router R3 R3#conf t R3(config)#router eigrp 1 R3(config-router)#network 10.0.0.0 R3(config-router)#no auto-summary Now go to router BB BB#conf t BB(config)#router eigrp 1 BB(config-router)#network 10.0.0.0 BB(config-router)#network 172.30.0.0 0.0.255.255 […]
Read More
EIGRP Configration (Cisco Property Protocol)
EIGRP (Enhanced Interior Gateway Routing Protocol) Importance: Biggest advantage of EIGRP is backup route Simple in configuration Flexibility in Summarization Unequal Cost Load balancing advantage Combination of distance vector and link state protocol and Cisco call it Hybride protocol Support multiple Routing protocol EIGRP Tables and Terminology: EIGRP made three tables in database Neighbor Table Topology Table Routing Table Terminology: […]
Read More