RI CONFIG interface Loopback1 ip address 1.1.1.1 255.255.255.255 ! interface FastEthernet0/0 no ip address shutdown duplex half ! interface Serial1/0 description to R2 ip address 10.1.12.1 255.255.255.0 serial restart-delay 0 clock rate 64000 ! interface Serial1/1 description to R3 ip address 10.1.13.1 255.255.255.0 serial restart-delay 0 clock rate 64000 ! interface Serial1/2 no ip address shutdown serial restart-delay 0 ! interface Serial1/3 no ip address shutdown serial restart-delay 0 ! interface Serial1/4 no ip address shutdown --More-- serial restart-delay 0 ! interface Serial1/5 no ip address shutdown serial restart-delay 0 ! interface Serial1/6 no ip address shutdown serial restart-delay 0 ! interface Serial1/7 no ip address shutdown serial restart-delay 0 ! router ospf 1 log-adjacency-changes network 1.1.1.1 0.0.0.0 area 0 network 10.1.12.1 0.0.0.0 area 0 network 10.1.13.1 0.0.0.0 area 0 ! router bgp 5500 no synchronization bgp log-neighbor-changes neighbor 4.4.4.4 remote-as 5500 neighbor 4.4.4.4 update-source Loopback1 no auto-summary IP ROUTE TABLE OF R1 Gateway of last resort is not set 1.0.0.0/32 is subnetted, 1 subnets C 1.1.1.1 is directly connected, Loopback1 50.0.0.0/24 is subnetted, 1 subnets B 50.1.1.0 [200/0] via 4.4.4.4, 00:00:47 4.0.0.0/32 is subnetted, 1 subnets O 4.4.4.4 [110/129] via 10.1.13.2, 00:01:25, Serial1/1 [110/129] via 10.1.12.2, 00:01:25, Serial1/0 O E2 200.1.1.0/24 [110/1] via 10.1.13.2, 00:01:25, Serial1/1 [110/1] via 10.1.12.2, 00:01:25, Serial1/0 O E2 200.1.2.0/24 [110/1] via 10.1.13.2, 00:01:25, Serial1/1 [110/1] via 10.1.12.2, 00:01:25, Serial1/0 O E2 200.1.3.0/24 [110/1] via 10.1.13.2, 00:01:25, Serial1/1 [110/1] via 10.1.12.2, 00:01:25, Serial1/0 10.0.0.0/24 is subnetted, 5 subnets C 10.1.13.0 is directly connected, Serial1/1 C 10.1.12.0 is directly connected, Serial1/0 O 10.1.24.0 [110/128] via 10.1.12.2, 00:01:26, Serial1/0 B 10.1.45.0 [200/0] via 4.4.4.4, 00:00:48 O 10.1.34.0 [110/128] via 10.1.13.2, 00:01:26, Serial1/1 R1#ping 200.1.1.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 200.1.1.1, timeout is 2 seconds: !!!.. Success rate is 60 percent (3/5), round-trip min/avg/max = 228/696/976 ms R1# BGP TABLE FROM R1 R1#sh ip bgp BGP table version is 97, local router ID is 1.1.1.1 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path r>i10.1.12.0/24 4.4.4.4 128 100 0 i r>i10.1.13.0/24 4.4.4.4 128 100 0 i r>i10.1.24.0/24 4.4.4.4 0 100 0 i r>i10.1.34.0/24 4.4.4.4 0 100 0 i *>i10.1.45.0/24 4.4.4.4 0 100 0 i *>i50.1.1.0/24 4.4.4.4 0 100 0 6500 i r>i200.1.1.0 4.4.4.4 0 100 0 6500 ? r>i200.1.2.0 4.4.4.4 0 100 0 6500 ? r>i200.1.3.0 4.4.4.4 0 100 0 6500 ? R1#