EIGRP - cbtv3 VID 40 - 41 - 42 - 43 ​- Verification commands Flashcards

1
Q

> Show ip EIGRP neighbors

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

> Show ip EIGRP interfaces

A

Peers = number of peers
Pending routes = how many route to send, in case there is a backup and queued to send.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

To check load balancing is working ?

A

> 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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to clear EIGRP neighbour?

A
# > clear ip EIGRP neighbour
​
> clear ip route
would do the same also
​
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to check 2nd best routes

A

> 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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to verify un-equal cost load balancing routes ?

A
> 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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How to check hello and dead timers?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How to check Dead timer ?

A
Keep hitting
> Show up EIGRP neighbour
We will notice hold timer jump from 10-15 secs
​
(this is for the default times)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

> Show ip route

A
D 10.0.0.0 [90/2195455] via.....
D = EIGRP
90 = administrative distance
2195444 = is the metric cost
​
How well did you know this?
1
Not at all
2
3
4
5
Perfectly