Wednesday, April 20, 2016

Multiprotocol - LAB11





1) Configure underlined protocol
R1, R2, R3, R4
int lo 0
ip os 1 a 0
int range f0/0 - 4
ip os 1 a 0

R5
int lo 0
ip os 1 a 0
int f0/0
ip os 1 a 0
int f0/1
ip os 1 a 0
int f0/4
ip os 1 a 0
int f0/5        
ip os 1 a 0

R6, R7
int lo 0
ip os 1 a 0
int range f0/0 - 3
ip os 1 a 0

R8
int lo 0
ip os 1 a 0
int f0/0
ip os 1 a 0
int f0/3
ip os 1 a 0
int f0/4
ip os 1 a 0
int f0/5
ip os 1 a 0

R9, R10, R11, R12
int lo 0
ip os 1 a 0
int range f0/0 - 1
ip os 1 a 0



R19
int lo 0
ip router isis
int f0/1
ip router isis

router isis
 net 49.0001.0000.0000.0019.00
 is-type level-1


R20
int lo 0
ip router isis
int f0/0
ip router isis
int f0/1
ip router isis
router isis
 net 49.0001.0000.0000.0020.00
 is-type level-1

R21
int lo 0
ip router isis
int f0/0
ip router isis
router isis
 net 49.0001.0000.0000.0021.00
 is-type level-1


router isis
 net 49.0001.0000.0000.0021.00
 is-type level-1



R22
router eigrp 100
no au
net 10.10.222.0 0.0.0.255
net 22.22.22.22 0.0.0.0

R23
router eigrp 100
no au
net 10.10.222.0 0.0.0.255
net 10.10.232.0 0.0.0.255
net 23.23.23.23 0.0.0.0

R24
router eigrp 100
no au
net 10.10.232.0 0.0.0.255
net 24.24.24.24 0.0.0.0

R25
router rip
no au
version 2
net 10.10.252.0
net 25.25.25.25

R26
router rip
no au
version 2
net 10.10.252.0
net 10.10.226.0
net 26.26.26.26

R27
router rip
no au
version 2
net 10.10.226.0
net 27.27.27.27


R28
ip route 29.29.29.29 255.255.255.255 f0/0

R29
ip route 28.28.28.28 255.255.255.255 f0/0



3) Configure BGP for all Area
R1
router bgp 65415
 network 200.1.1.1 mask 255.255.255.255
 neighbor 2.2.2.2 remote-as 65415
 neighbor 2.2.2.2 update-source Loopback0
 neighbor 2.2.2.2 next-hop-self
 neighbor 3.3.3.3 remote-as 65415
 neighbor 3.3.3.3 update-source Loopback0
 neighbor 3.3.3.3 next-hop-self
 neighbor 4.4.4.4 remote-as 65415
 neighbor 4.4.4.4 update-source Loopback0
 neighbor 4.4.4.4 next-hop-self
 neighbor 5.5.5.5 remote-as 65415
 neighbor 5.5.5.5 update-source Loopback0
 neighbor 5.5.5.5 route-reflector-client
 neighbor 6.6.6.6 remote-as 65415
 neighbor 6.6.6.6 update-source Loopback0
 neighbor 6.6.6.6 route-reflector-client
 neighbor 203.81.131.13 remote-as 32934


R2
router bgp 65415
 network 200.2.2.2 mask 255.255.255.255
 neighbor 1.1.1.1 remote-as 65415
 neighbor 1.1.1.1 update-source Loopback0
 neighbor 1.1.1.1 next-hop-self
 neighbor 3.3.3.3 remote-as 65415
 neighbor 3.3.3.3 update-source Loopback0
 neighbor 3.3.3.3 next-hop-self
 neighbor 4.4.4.4 remote-as 65415
 neighbor 4.4.4.4 update-source Loopback0
 neighbor 4.4.4.4 next-hop-self
 neighbor 7.7.7.7 remote-as 65415
 neighbor 7.7.7.7 update-source Loopback0
 neighbor 7.7.7.7 route-reflector-client
 neighbor 8.8.8.8 remote-as 65415
 neighbor 8.8.8.8 update-source Loopback0
 neighbor 8.8.8.8 route-reflector-client
 neighbor 150.150.162.16 remote-as 8075


R3
router bgp 65415
 network 200.3.3.3 mask 255.255.255.255
 neighbor 1.1.1.1 remote-as 65415
 neighbor 1.1.1.1 update-source Loopback0
 neighbor 2.2.2.2 remote-as 65415
 neighbor 2.2.2.2 update-source Loopback0
 neighbor 4.4.4.4 remote-as 65415
 neighbor 4.4.4.4 update-source Loopback0
 neighbor 5.5.5.5 remote-as 65415
 neighbor 5.5.5.5 update-source Loopback0
 neighbor 5.5.5.5 route-reflector-client
 neighbor 6.6.6.6 remote-as 65415
 neighbor 6.6.6.6 update-source Loopback0
 neighbor 6.6.6.6 route-reflector-client

R4
router bgp 65415
 network 200.4.4.4 mask 255.255.255.255
 neighbor 1.1.1.1 remote-as 65415
 neighbor 1.1.1.1 update-source Loopback0
 neighbor 2.2.2.2 remote-as 65415
 neighbor 2.2.2.2 update-source Loopback0
 neighbor 3.3.3.3 remote-as 65415
 neighbor 3.3.3.3 update-source Loopback0
 neighbor 7.7.7.7 remote-as 65415
 neighbor 7.7.7.7 update-source Loopback0
 neighbor 7.7.7.7 route-reflector-client
 neighbor 8.8.8.8 remote-as 65415
 neighbor 8.8.8.8 update-source Loopback0
 neighbor 8.8.8.8 route-reflector-client

R5
router bgp 65415
 network 200.5.5.5 mask 255.255.255.255
 neighbor 1.1.1.1 remote-as 65415
 neighbor 1.1.1.1 update-source Loopback0
 neighbor 1.1.1.1 next-hop-self
 neighbor 3.3.3.3 remote-as 65415
 neighbor 3.3.3.3 update-source Loopback0
 neighbor 3.3.3.3 next-hop-self
 neighbor 9.9.9.9 remote-as 65415
 neighbor 9.9.9.9 update-source Loopback0
 neighbor 9.9.9.9 route-reflector-client
 neighbor 10.10.10.10 remote-as 65415
 neighbor 10.10.10.10 update-source Loopback0
 neighbor 10.10.10.10 route-reflector-client
 neighbor 203.81.145.14 remote-as 8075


R6
router bgp 65415
 network 200.6.6.6 mask 255.255.255.255
 neighbor 1.1.1.1 remote-as 65415
 neighbor 1.1.1.1 update-source Loopback0
 neighbor 3.3.3.3 remote-as 65415
 neighbor 3.3.3.3 update-source Loopback0
 neighbor 9.9.9.9 remote-as 65415
 neighbor 9.9.9.9 update-source Loopback0
 neighbor 9.9.9.9 route-reflector-client
 neighbor 10.10.10.10 remote-as 65415
 neighbor 10.10.10.10 update-source Loopback0
 neighbor 10.10.10.10 route-reflector-client

R7
router bgp 65415
 network 200.7.7.7 mask 255.255.255.255
 neighbor 2.2.2.2 remote-as 65415
 neighbor 2.2.2.2 update-source Loopback0
 neighbor 4.4.4.4 remote-as 65415
 neighbor 4.4.4.4 update-source Loopback0
 neighbor 11.11.11.11 remote-as 65415
 neighbor 11.11.11.11 update-source Loopback0
 neighbor 11.11.11.11 route-reflector-client
 neighbor 12.12.12.12 remote-as 65415
 neighbor 12.12.12.12 update-source Loopback0
 neighbor 12.12.12.12 route-reflector-client

R8
router bgp 65415
 network 200.8.8.8 mask 255.255.255.255
 neighbor 2.2.2.2 remote-as 65415
 neighbor 2.2.2.2 update-source Loopback0
 neighbor 2.2.2.2 next-hop-self
 neighbor 4.4.4.4 remote-as 65415
 neighbor 4.4.4.4 update-source Loopback0
 neighbor 4.4.4.4 next-hop-self
 neighbor 11.11.11.11 remote-as 65415
 neighbor 11.11.11.11 update-source Loopback0
 neighbor 11.11.11.11 route-reflector-client
 neighbor 12.12.12.12 remote-as 65415
 neighbor 12.12.12.12 update-source Loopback0
 neighbor 12.12.12.12 route-reflector-client
 neighbor 150.150.178.17 remote-as 32934


R9
router bgp 65415
 network 200.9.9.9 mask 255.255.255.255
 neighbor 5.5.5.5 remote-as 65415
 neighbor 5.5.5.5 update-source Loopback0
 neighbor 5.5.5.5 next-hop-self
 neighbor 6.6.6.6 remote-as 65415
 neighbor 6.6.6.6 update-source Loopback0
 neighbor 6.6.6.6 next-hop-self
 neighbor 203.81.159.15 remote-as 15169
 neighbor 10.10.92.26 remote-as 8888

R10
router bgp 65415
 network 200.10.10.10 mask 255.255.255.255
 neighbor 5.5.5.5 remote-as 65415
 neighbor 5.5.5.5 update-source Loopback0
 neighbor 5.5.5.5 next-hop-self
 neighbor 6.6.6.6 remote-as 65415
 neighbor 6.6.6.6 update-source Loopback0
 neighbor 6.6.6.6 next-hop-self        
 neighbor 10.10.102.27 remote-as 8888

R11
router bgp 65415
 network 200.11.11.11 mask 255.255.255.255
 neighbor 7.7.7.7 remote-as 65415
 neighbor 7.7.7.7 update-source Loopback0
 neighbor 7.7.7.7 next-hop-self
 neighbor 8.8.8.8 remote-as 65415
 neighbor 8.8.8.8 update-source Loopback0
 neighbor 8.8.8.8 next-hop-self
 neighbor 10.10.112.25 remote-as 8888

R12
router bgp 65415
 network 200.12.12.12 mask 255.255.255.255
 neighbor 7.7.7.7 remote-as 65415
 neighbor 7.7.7.7 update-source Loopback0
 neighbor 7.7.7.7 next-hop-self
 neighbor 8.8.8.8 remote-as 65415
 neighbor 8.8.8.8 update-source Loopback0
 neighbor 8.8.8.8 next-hop-self
 neighbor 10.10.122.26 remote-as 8888
 neighbor 150.150.182.18 remote-as 714

R13
router bgp 32934
 network 13.13.13.13 mask 255.255.255.255
 neighbor 203.81.131.1 remote-as 65415
 neighbor 203.81.131.1 allowas-in
 neighbor 10.10.132.29 remote-as 9753
 neighbor 10.10.131.19 remote-as 8642

R14
router bgp 8075
 network 14.14.14.14 mask 255.255.255.255
 neighbor 203.81.145.5 remote-as 65415
 neighbor 203.81.145.5 allowas-in

R15
router bgp 15169
 network 15.15.15.15 mask 255.255.255.255
 neighbor 203.81.159.9 remote-as 65415
 neighbor 10.10.152.28 remote-as 9753


R16
router bgp 8075
 network 16.16.16.16 mask 255.255.255.255
 neighbor 150.150.162.2 remote-as 65415
 neighbor 150.150.162.2 allowas-in
 neighbor 10.10.162.22 remote-as 65315


R17
router bgp 32934
 network 17.17.17.17 mask 255.255.255.255
 neighbor 150.150.178.8 remote-as 65415
 neighbor 150.150.178.8 allowas-in
 neighbor 10.10.172.23 remote-as 65315

R18
router bgp 714
 network 18.18.18.18 mask 255.255.255.255
 neighbor 150.150.182.12 remote-as 65415
 neighbor 10.10.182.24 remote-as 65315
 neighbor 10.10.185.25 remote-as 8888

R19
router bgp 8642
 network 19.19.19.19 mask 255.255.255.255
 neighbor 10.10.131.13 remote-as 32934
 neighbor 20.20.20.20 remote-as 8642
 neighbor 20.20.20.20 update-source Loopback0
 neighbor 20.20.20.20 next-hop-self
 neighbor 21.21.21.21 remote-as 8642
 neighbor 21.21.21.21 update-source Loopback0
 neighbor 21.21.21.21 next-hop-self

R20
router bgp 8642
 network 20.20.20.20 mask 255.255.255.255
 neighbor 19.19.19.19 remote-as 8642
 neighbor 19.19.19.19 update-source Loopback0
 neighbor 21.21.21.21 remote-as 8642
 neighbor 21.21.21.21 update-source Loopback0

R21
router bgp 8642
 network 21.21.21.21 mask 255.255.255.255
 neighbor 10.10.212.22 remote-as 65315
 neighbor 20.20.20.20 remote-as 8642
 neighbor 20.20.20.20 update-source Loopback0
 neighbor 20.20.20.20 next-hop-self
 neighbor 19.19.19.19 remote-as 8642
 neighbor 19.19.19.19 update-source Loopback0
 neighbor 19.19.19.19 next-hop-self

R22
router bgp 65315
 network 22.22.22.22 mask 255.255.255.255
 neighbor 10.10.212.21 remote-as 8642
 neighbor 10.10.162.16 remote-as 8075
 neighbor 23.23.23.23 remote-as 65315
 neighbor 23.23.23.23 update-source Loopback0
 neighbor 23.23.23.23 next-hop-self
 neighbor 24.24.24.24 remote-as 65315
 neighbor 24.24.24.24 update-source Loopback0
 neighbor 24.24.24.24 next-hop-self


R23
router bgp 65315
 network 23.23.23.23 mask 255.255.255.255
 neighbor 10.10.172.17 remote-as 32934
 neighbor 22.22.22.22 remote-as 65315
 neighbor 22.22.22.22 update-source Loopback0
 neighbor 22.22.22.22 next-hop-self
 neighbor 24.24.24.24 remote-as 65315
 neighbor 24.24.24.24 update-source Loopback0
 neighbor 24.24.24.24 next-hop-self

R24
router bgp 65315
 network 24.24.24.24 mask 255.255.255.255
 neighbor 10.10.182.18 remote-as 714
 neighbor 22.22.22.22 remote-as 65315
 neighbor 22.22.22.22 update-source Loopback0
 neighbor 22.22.22.22 next-hop-self
 neighbor 23.23.23.23 remote-as 65315
 neighbor 23.23.23.23 update-source Loopback0
 neighbor 23.23.23.23 next-hop-self

R25
router bgp 8888
 network 25.25.25.25 mask 255.255.255.255
 neighbor 10.10.185.18 remote-as 714
 neighbor 10.10.112.11 remote-as 65415
 neighbor 26.26.26.26 remote-as 8888
 neighbor 26.26.26.26 update-source Loopback0
 neighbor 26.26.26.26 next-hop-self
 neighbor 27.27.27.27 remote-as 8888
 neighbor 27.27.27.27 update-source Loopback0
 neighbor 27.27.27.27 next-hop-self

R26
router bgp 8888
 network 26.26.26.26 mask 255.255.255.255
 neighbor 10.10.92.9 remote-as 65415
 neighbor 10.10.122.12 remote-as 65415
 neighbor 25.25.25.25 remote-as 8888
 neighbor 25.25.25.25 update-source Loopback0
 neighbor 25.25.25.25 next-hop-self
 neighbor 27.27.27.27 remote-as 8888
 neighbor 27.27.27.27 update-source Loopback0
 neighbor 27.27.27.27 next-hop-self

R27
router bgp 8888
 network 27.27.27.27 mask 255.255.255.255
 neighbor 10.10.102.10 remote-as 65415
 neighbor 10.10.227.28 remote-as 9753
 neighbor 26.26.26.26 remote-as 8888
 neighbor 26.26.26.26 update-source Loopback0
 neighbor 26.26.26.26 next-hop-self
 neighbor 25.25.25.25 remote-as 8888
 neighbor 25.25.25.25 update-source Loopback0
 neighbor 25.25.25.25 next-hop-self
 
                      
R28
router bgp 9753
 network 28.28.28.28 mask 255.255.255.255
 neighbor 10.10.227.27 remote-as 8888
 neighbor 10.10.152.15 remote-as 15169
 neighbor 29.29.29.29 remote-as 9753
 neighbor 29.29.29.29 update-source Loopback0
 neighbor 29.29.29.29 next-hop-self

R29
router bgp 9753
 network 29.29.29.29 mask 255.255.255.255
 neighbor 10.10.132.13 remote-as 32934
 neighbor 28.28.28.28 remote-as 9753
 neighbor 28.28.28.28 update-source Loopback0
 neighbor 28.28.28.28 next-hop-self

#sh ip bgp
#sh ip bgp summary
#sh ip bgp summary | i 32934 on R5
#sh ip route bgp | i 13.13.13.0/24
#sh ip bgp 200.1.1.0

foreach address {
200.1.1.1
200.2.2.2
200.3.3.3
200.4.4.4
200.5.5.5
200.6.6.6
200.7.7.7
200.8.8.8
200.9.9.9
200.10.10.10
200.11.11.11
200.12.12.12
13.13.13.13
14.14.14.14
15.15.15.15
16.16.16.16
17.17.17.17
18.18.18.18
19.19.19.19
20.20.20.20
21.21.21.21
22.22.22.22
23.23.23.23
24.24.24.24
25.25.25.25
26.26.26.26
27.27.27.27
28.28.28.28
29.29.29.29
} { ping $address so lo 0}

Ping Test for R1
R1#tcls
R1(tcl)#foreach address {
+>(tcl)#200.1.1.1
+>(tcl)#200.2.2.2
+>(tcl)#200.3.3.3
+>(tcl)#200.4.4.4
+>(tcl)#200.5.5.5
+>(tcl)#200.6.6.6
+>(tcl)#200.7.7.7
+>(tcl)#200.8.8.8
+>(tcl)#200.9.9.9
+>(tcl)#200.10.10.10
+>(tcl)#200.11.11.11
+>(tcl)#200.12.12.12
+>(tcl)#13.13.13.13
+>(tcl)#14.14.14.14
+>(tcl)#15.15.15.15
+>(tcl)#16.16.16.16
+>(tcl)#17.17.17.17
+>(tcl)#18.18.18.18
+>(tcl)#19.19.19.19
+>(tcl)#20.20.20.20
+>(tcl)#21.21.21.21
+>(tcl)#22.22.22.22
+>(tcl)#23.23.23.23
+>(tcl)#24.24.24.24
+>(tcl)#25.25.25.25
+>(tcl)#26.26.26.26
+>(tcl)#27.27.27.27
+>(tcl)#28.28.28.28
+>(tcl)#29.29.29.29
+>(tcl)#} { ping $address so lo 1}

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 200.1.1.1, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/4/8 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 200.2.2.2, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/41/80 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 200.3.3.3, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 24/37/52 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 200.4.4.4, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/28/40 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 200.5.5.5, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/36/60 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 200.6.6.6, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/34/56 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 200.7.7.7, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/57/80 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 200.8.8.8, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/68/124 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 200.9.9.9, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 36/67/92 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 200.10.10.10, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/54/88 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 200.11.11.11, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/80/96 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 200.12.12.12, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/79/120 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 13.13.13.13, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/37/96 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 14.14.14.14, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/52/80 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 15.15.15.15, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/83/96 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 16.16.16.16, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 32/58/76 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 17.17.17.17, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 76/86/92 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 18.18.18.18, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 88/105/160 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 19.19.19.19, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/52/96 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 20.20.20.20, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/80/88 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 21.21.21.21, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 92/120/156 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 22.22.22.22, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 72/96/132 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 23.23.23.23, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/112/152 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 24.24.24.24, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 140/168/236 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 25.25.25.25, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 92/108/124 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 26.26.26.26, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 60/75/128 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 27.27.27.27, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 68/100/152 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 28.28.28.28, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 56/77/112 ms
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 29.29.29.29, timeout is 2 seconds:
Packet sent with a source address of 200.1.1.1
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 36/60/96 ms
R1(tcl)#


Check Originator and Cluster (#sh ip bgp 200.1.1.0)
R9(config-if)#do sh ip bg 200.12.12.0
BGP routing table entry for 200.12.12.0/24, version 14
Paths: (2 available, best #2, table Default-IP-Routing-Table)
  Not advertised to any peer
  Local
    12.12.12.12 (metric 6) from 6.6.6.6 (6.6.6.6)
      Origin IGP, metric 0, localpref 100, valid, internal
      Originator: 12.12.12.12, Cluster list: 6.6.6.6, 1.1.1.1, 2.2.2.2, 7.7.7.7
  Local
    12.12.12.12 (metric 6) from 5.5.5.5 (5.5.5.5)
      Origin IGP, metric 0, localpref 100, valid, internal, best
      Originator: 12.12.12.12, Cluster list: 5.5.5.5, 1.1.1.1, 2.2.2.2, 7.7.7.7

R12(config-if)#do sh ip bg 200.9.9.0
BGP routing table entry for 200.9.9.0/24, version 10
Paths: (2 available, best #2, table Default-IP-Routing-Table)
  Not advertised to any peer
  Local
    9.9.9.9 (metric 6) from 8.8.8.8 (8.8.8.8)
      Origin IGP, metric 0, localpref 100, valid, internal
      Originator: 9.9.9.9, Cluster list: 8.8.8.8, 2.2.2.2, 1.1.1.1, 5.5.5.5
  Local                                         
    9.9.9.9 (metric 6) from 7.7.7.7 (7.7.7.7)
      Origin IGP, metric 0, localpref 100, valid, internal, best
      Originator: 9.9.9.9, Cluster list: 7.7.7.7, 2.2.2.2, 1.1.1.1, 5.5.5.5






No comments:

Post a Comment