eigrp-topo1: Correct eigrp test results.

The values saved for the route table and eigrp topo
were a bit off because they have been corrected
in the eigrp daemon

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-08-26 20:08:06 -04:00
parent 8ee1273e44
commit 9057cd2cc3
8 changed files with 40 additions and 2 deletions

View File

@ -1,7 +1,7 @@
log file /tmp/r1-eigrpd.log
!
router eigrp 1
network 193.1.1.0/26
network 0.0.0.0/0
!
line vty
!

View File

@ -6,5 +6,9 @@ Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply
P 193.1.1.0/26, 1 successors, FD is 28160, serno: 0
via Connected, r1-eth1
P 192.168.1.0/24, 1 successors, FD is 28160, serno: 0
via Connected, r1-eth0
P 193.1.2.0/24, 1 successors, FD is 30720, serno: 0
via 193.1.1.2 (30720/28160), r1-eth1
P 192.168.3.0/24, 1 successors, FD is 33280, serno: 0
via 193.1.1.2 (33280/30720), r1-eth1

View File

@ -3,7 +3,9 @@ Codes: K - kernel route, C - connected, S - static, R - RIP,
T - Table, v - VNC, V - VNC-Direct, A - Babel,
> - selected route, * - FIB route
E 192.168.1.0/24 [0/0] is directly connected, r1-eth0
C>* 192.168.1.0/24 is directly connected, r1-eth0
E>* 192.168.3.0/24 [0/0] via 193.1.1.2, r1-eth1
E 193.1.1.0/26 [0/0] is directly connected, r1-eth1
C>* 193.1.1.0/26 is directly connected, r1-eth1
E>* 193.1.2.0/24 [0/0] via 193.1.1.2, r1-eth1

View File

@ -0,0 +1,14 @@
EIGRP Topology Table for AS(1)/ID(193.1.2.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply
r - reply Status, s - sia Status
P 193.1.1.0/26, 1 successors, FD is 28160, serno: 0
via Connected, r2-eth0
P 192.168.1.0/24, 1 successors, FD is 30720, serno: 0
via 193.1.1.1 (30720/28160), r2-eth0
P 193.1.2.0/24, 1 successors, FD is 28160, serno: 0
via Connected, r2-eth1
P 192.168.3.0/24, 1 successors, FD is 30720, serno: 0
via 193.1.2.2 (30720/28160), r2-eth1

View File

@ -3,6 +3,8 @@ Codes: K - kernel route, C - connected, S - static, R - RIP,
T - Table, v - VNC, V - VNC-Direct, A - Babel,
> - selected route, * - FIB route
E>* 192.168.1.0/24 [0/0] via 193.1.1.1, r2-eth0
E>* 192.168.3.0/24 [0/0] via 193.1.2.2, r2-eth1
E 193.1.1.0/26 [0/0] is directly connected, r2-eth0
C>* 193.1.1.0/26 is directly connected, r2-eth0
E 193.1.2.0/24 [0/0] is directly connected, r2-eth1

View File

@ -2,5 +2,5 @@ log file /tmp/r3-eigrpd.log
!
!
router eigrp 1
network 193.1.2.0/24
network 0.0.0.0/0

View File

@ -0,0 +1,14 @@
EIGRP Topology Table for AS(1)/ID(193.1.2.2)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply
r - reply Status, s - sia Status
P 193.1.1.0/26, 1 successors, FD is 30720, serno: 0
via 193.1.2.1 (30720/28160), r3-eth1
P 192.168.1.0/24, 1 successors, FD is 33280, serno: 0
via 193.1.2.1 (33280/30720), r3-eth1
P 193.1.2.0/24, 1 successors, FD is 28160, serno: 0
via Connected, r3-eth1
P 192.168.3.0/24, 1 successors, FD is 28160, serno: 0
via Connected, r3-eth0

View File

@ -3,7 +3,9 @@ Codes: K - kernel route, C - connected, S - static, R - RIP,
T - Table, v - VNC, V - VNC-Direct, A - Babel,
> - selected route, * - FIB route
E>* 192.168.1.0/24 [0/0] via 193.1.2.1, r3-eth1
S>* 192.168.2.0/24 [1/0] via 192.168.3.10, r3-eth0
E 192.168.3.0/24 [0/0] is directly connected, r3-eth0
C>* 192.168.3.0/24 is directly connected, r3-eth0
E>* 193.1.1.0/26 [0/0] via 193.1.2.1, r3-eth1
E 193.1.2.0/24 [0/0] is directly connected, r3-eth1