EIGRP - cbtv3 VID 40 - 41 - 42 - 43 - Verification commands Flashcards
> Show ip EIGRP neighbors
H = handle - order it’s learnt the routes
Address. = is address Interface. = int port
Hold uptime = how long until neighbor is dead.
Uptime = how long neighbor has been up.
SRTT = source round trip timer. How long the it take router to get to neighbour and back - to not conflict with hellos timer and if there is a slow link to the other side.
RTO =(Retransmision Timeout), this is the period of time the router waits before retransmitting a packet that has already been sent over a connection-oriented protocol
Q = count stands for the no. of eigrp packets( query,reply,update)which this device is trying to send to next device
Seq = is the sequence number of the last EIGRP packet received
> Show ip EIGRP interfaces
Peers = number of peers
Pending routes = how many route to send, in case there is a backup and queued to send.
To check load balancing is working ?
> show ip route
D 172.16.2.0 [90/2681856] via 172.16.5.1
[90/2681856] via 172.16.4.1
The above show 1 route learnt from 2 places (next hop)
The above is auto load balancing done without any extra config
How to clear EIGRP neighbour?
# > clear ip EIGRP neighbour > clear ip route would do the same also
How to check 2nd best routes
> show ip EIGRP topology
Codes: are a good guide
P 192.168.1.0/24 1 successors, FD is 2809856
Via 72.16.4.1 (280../229..)
Via 172.16.5.1 (372../229..)
Explanation below of show cmd P = passive 192.168.1.0/24 = is the route it’s learnt (destination) Via two paths 280 is the feasible distance 229 is the advertised distance
How to verify un-equal cost load balancing routes ?
> show ip route will show both route to the destination > show ip route D 172.16.2.0 [90/2681856] via 172.16.5.1 [90/2699991] via 172.16.4.1
How to check hello and dead timers?
Hello timer
> Show ip EIGRP interface details s1/1
It will show Hello timer
Hello interval =
dead timer is 3 times the hello (99% of the time)
How to check Dead timer ?
Keep hitting > Show up EIGRP neighbour We will notice hold timer jump from 10-15 secs (this is for the default times)
> Show ip route
D 10.0.0.0 [90/2195455] via..... D = EIGRP 90 = administrative distance 2195444 = is the metric cost