Skip to content

Commit

Permalink
Merge pull request #28 from donaldsharp/eigrp-correction
Browse files Browse the repository at this point in the history
Eigrp correction and topogen convertion
  • Loading branch information
rzalamena authored Aug 28, 2017
2 parents b30dd38 + 6fed11e commit 99f3d7c
Show file tree
Hide file tree
Showing 12 changed files with 174 additions and 213 deletions.
2 changes: 1 addition & 1 deletion eigrp-topo1/r1/eigrpd.conf
Original file line number Diff line number Diff line change
@@ -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
!
Expand Down
4 changes: 4 additions & 0 deletions eigrp-topo1/r1/show_ip_eigrp.ref
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions eigrp-topo1/r1/show_ip_route.ref
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 14 additions & 0 deletions eigrp-topo1/r2/show_ip_eigrp.ref
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions eigrp-topo1/r2/show_ip_route.ref
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion eigrp-topo1/r3/eigrpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

14 changes: 14 additions & 0 deletions eigrp-topo1/r3/show_ip_eigrp.ref
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions eigrp-topo1/r3/show_ip_route.ref
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 99f3d7c

Please sign in to comment.