Site icon eConfigs

CCNA 3.11: Configure, verify and troubleshoot EIGRP for IPv4

Overview:

Enhanced Interior Gateway Routing Protocol (EIGRP) is a Cisco proprietary advanced distance vector dynamic routing protocol.

 

Study Notes:

256 * [(k1 * bw) + [(k2 * bw) / (256-load)] + k3 * delay)] * [k5 / (reliability + k4)]

R1#config t
    router eigrp 1 (AS number)
        network 192.168.0.0 (classful)
        no auto-summary (keeps it from summarizing)
        Ctrl+Z

 

R2#config t
    router eigrp 1
        network 192.168.1.0 0.0.0.3 (wildcard mask)
        Ctrl+Z


show ip protocols 
show ip route
show ip eigrp topology
show ip eigrp neighbors
show ip eigrp traffic

 

Labs:

PacketTracer Lab: CCNA-3.11-Configure-verify-and-troubleshoot-EIGRP-for-IPv4.pkt

Subscribe Now for access to the labs!

Exit mobile version