You are on page 1of 11

R1#show ip bgp summary BGP router identifier 10.1.1.

1, local AS number 65001 BGP table version is 13, main routing table version 13 7 network entries using 819 bytes of memory 7 path entries using 364 bytes of memory 5/3 BGP path/bestpath attribute entries using 620 bytes of memory 1 BGP AS-PATH entries using 24 bytes of memory 0 BGP route-map cache entries using 0 bytes of memory 0 BGP filter-list cache entries using 0 bytes of memory BGP using 1827 total bytes of memory BGP activity 7/0 prefixes, 8/1 paths, scan interval 60 secs Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 10.1.103.3 4 65001 15 14 13 0 0 00:08:02 1 10.2.2.2 4 65001 12 13 13 0 0 00:07:43 4 192.168.14.2 4 65002 15 14 13 0 0 00:08:06 1 R1#show ip bgp BGP table version is 13, local router ID is 10.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 *> 10.1.1.0/24 0.0.0.0 r>i10.1.102.0/28 10.2.2.2 r>i10.1.203.0/28 10.2.2.2 r>i10.2.2.0/24 10.2.2.2 r>i10.3.3.0/24 10.1.103.3 r>i10.20.0.0/21 10.2.2.2 *> 172.16.0.0/20 192.168.14.2 R1#show run Building configuration... Current configuration : 2075 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R1 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! ! ip cef no ip domain lookup ! ! ! ! ! ! ! ! ! Metric LocPrf Weight Path 0 32768 i 0 100 0 i 0 100 0 i 0 100 0 i 0 100 0 i 0 100 0 i 0 150 0 65002 i

! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback1 ip address 10.1.1.1 255.255.255.0 ! interface FastEthernet0/0 no ip address shutdown duplex half ! interface Serial1/0 ip address 10.1.102.1 255.255.255.240 serial restart-delay 0 clock rate 64000 ! interface Serial1/1 ip address 10.1.103.1 255.255.255.240 serial restart-delay 0 ! 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 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

! interface FastEthernet2/0 ip address 192.168.14.1 255.255.255.240 duplex auto speed auto ! interface FastEthernet2/1 no ip address shutdown duplex auto speed auto ! router eigrp 65001 passive-interface FastEthernet2/0 network 10.0.0.0 network 192.168.14.0 no auto-summary ! router bgp 65001 no synchronization bgp log-neighbor-changes network 10.1.1.0 mask 255.255.255.0 network 10.1.102.0 mask 255.255.255.252 network 10.1.103.0 mask 255.255.255.252 neighbor 10.1.103.3 remote-as 65001 neighbor 10.2.2.2 remote-as 65001 neighbor 10.2.2.2 update-source Loopback1 neighbor 192.168.14.2 remote-as 65002 neighbor 192.168.14.2 route-map PrimaryOutbound in neighbor 192.168.14.2 route-map PrimaryMED out no auto-summary ! ! no ip http server no ip http secure-server ! ! ! route-map PrimaryMED permit 10 set metric 25 ! route-map PrimaryOutbound permit 10 set local-preference 150 ! ! ! ! control-plane ! ! ! ! ! ! gatekeeper shutdown ! ! line con 0 exec-timeout 0 0

logging synchronous stopbits 1 line aux 0 stopbits 1 line vty 0 4 ! ! end ========================================================= R2#show run Building configuration... Current configuration : 1912 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R2 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! ! ip cef no ip domain lookup ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback2 ip address 10.2.2.2 255.255.255.0 ! interface Loopback200 ip address 10.20.0.1 255.255.255.0 !

interface Loopback201 ip address 10.20.1.1 255.255.255.0 ! interface Loopback202 ip address 10.20.2.1 255.255.255.0 ! interface Loopback203 ip address 10.20.3.1 255.255.255.0 ! interface FastEthernet0/0 no ip address shutdown duplex half ! interface Serial1/0 ip address 10.1.102.2 255.255.255.240 serial restart-delay 0 ! interface Serial1/1 ip address 10.1.203.2 255.255.255.240 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 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 eigrp 65001 network 10.0.0.0 no auto-summary ! router bgp 65001 no synchronization bgp log-neighbor-changes

network 10.1.102.0 mask 255.255.255.240 network 10.1.203.0 mask 255.255.255.240 network 10.2.2.0 mask 255.255.255.0 network 10.20.0.0 mask 255.255.248.0 neighbor 10.1.1.1 remote-as 65001 neighbor 10.1.1.1 update-source Loopback2 neighbor 10.1.203.3 remote-as 65001 no auto-summary ! ip route 10.20.0.0 255.255.248.0 Null0 ! no ip http server no ip http secure-server ! ! ! ! ! ! control-plane ! ! ! ! ! ! gatekeeper shutdown ! ! line con 0 exec-timeout 0 0 logging synchronous stopbits 1 line aux 0 stopbits 1 line vty 0 4 ! ! end ======================================================== R3(config)#do show run Building configuration... Current configuration : 1898 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R3 ! boot-start-marker boot-end-marker ! ! no aaa new-model !

! ip cef no ip domain lookup ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback3 ip address 10.3.3.3 255.255.255.0 ! interface FastEthernet0/0 no ip address shutdown duplex half ! interface Serial1/0 ip address 10.1.103.3 255.255.255.240 serial restart-delay 0 clock rate 64000 ! interface Serial1/1 ip address 10.1.203.3 255.255.255.240 serial restart-delay 0 clock rate 64000 ! interface Serial1/2 ip address 192.168.34.1 255.255.255.252 serial restart-delay 0 ! interface Serial1/3 no ip address shutdown serial restart-delay 0 ! interface Serial1/4 no ip address shutdown 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 eigrp 65001 passive-interface Serial1/2 network 10.0.0.0 network 192.168.34.0 no auto-summary ! router bgp 65001 no synchronization bgp log-neighbor-changes network 10.1.103.0 mask 255.255.255.252 network 10.1.203.0 mask 255.255.255.252 network 10.3.3.0 mask 255.255.255.0 neighbor 10.1.103.1 remote-as 65001 neighbor 10.1.203.2 remote-as 65001 neighbor 192.168.34.2 remote-as 65002 neighbor 192.168.34.2 route-map SecondaryOutbound in neighbor 192.168.34.2 route-map SecondaryMED out no auto-summary ! ! no ip http server no ip http secure-server ! ! ! route-map SecondaryMED permit 10 set metric 50 ! route-map SecondaryOutbound permit 10 set local-preference 125 ! ! ! ! control-plane ! ! ! ! ! ! gatekeeper shutdown ! ! line con 0 exec-timeout 0 0

logging synchronous stopbits 1 line aux 0 stopbits 1 line vty 0 4 ! ! end ============================================================= R4#show run Building configuration... Current configuration : 1951 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R4 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! ! ip cef no ip domain lookup ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback0 ip address 172.16.0.1 255.255.252.0 ! interface Loopback4 ip address 172.16.4.1 255.255.252.0

! interface Loopback8 ip address 172.16.8.1 255.255.252.0 ! interface Loopback12 ip address 172.16.12.1 255.255.252.0 ! interface FastEthernet0/0 no ip address shutdown duplex half ! interface Serial1/0 ip address 192.168.34.2 255.255.255.252 serial restart-delay 0 ! interface Serial1/1 no ip address shutdown serial restart-delay 0 ! 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 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 ! interface FastEthernet2/0 ip address 192.168.14.2 255.255.255.252 duplex auto speed auto ! interface FastEthernet2/1 no ip address shutdown duplex auto

speed auto ! router eigrp 65002 passive-interface Serial1/0 passive-interface FastEthernet2/0 network 172.16.0.0 network 192.168.14.0 network 192.168.34.0 no auto-summary ! router bgp 65002 no synchronization bgp log-neighbor-changes network 172.16.0.0 mask 255.255.240.0 neighbor 192.168.14.1 remote-as 65001 neighbor 192.168.34.1 remote-as 65001 no auto-summary ! ip route 172.16.0.0 255.255.240.0 Null0 ! no ip http server no ip http secure-server ! ! ! ! ! ! control-plane ! ! ! ! ! ! gatekeeper shutdown ! ! line con 0 exec-timeout 0 0 logging synchronous stopbits 1 line aux 0 stopbits 1 line vty 0 4 ! ! end

You might also like