Chapter 7 - EIGRP Flashcards
EIGRP - Configure
#router eigrp 1 #eigrp router-id 1.1.1.1 #network 172.16.0.0 or #network 192.168.10.8 0.0.0.3 or #network 192.168.10.8 255.255.255.252 #auto-summary
EIGRP - Set a passive interface
#router eigrp 1 #passive-interface g0/0
Troubleshooting cmds
#show ip protocols #show ip route (shows the cost) #show ip eigrp topology [all-links] #show ip eigrp neighbors #show interfaces s0/0/0 (shows delay & bandwidth)
What is the AD (Administrative Distance) of a connected route source?
0
What is the AD (Administrative Distance) of a static route source?
1
What is the AD (Administrative Distance) of an EIGRP summary route source?
5
What is the AD (Administrative Distance) of an External BGP route source?
20
What is the AD (Administrative Distance) of an Internal EIGRP route source?
90
What is the AD (Administrative Distance) of an IGRP route source?
100
What is the AD (Administrative Distance) of an OSPF route source?
110
What is the AD (Administrative Distance) of an IS-IS route source?
115
What is the AD (Administrative Distance) of a RIP route source?
120
What is the AD (Administrative Distance) of an External EIGRP route source?
170
What is the AD (Administrative Distance) of an Internal BGP route source?
200
EIGRPv3
#ipv6 unicast-routing #ipv6 router eigrp 2 #eigrp router-id 2.0.0.0 #no shut