R1 interface f0/0 ip address 12.12.12.1 255.255.255.0 interface f0/1 ip address 13.13.13.1 255.255.255.0 interface e1/0 ip address 14.14.14.1 255.255.255.0 interface lo0 ip address 11.11.11.11 255.255.255.0 router bgp 200 neighbor 13.13.13.3 remote-as 300 neighbor 12.12.12.2 remote-as 300 neighbor 14.14.14.4 remote-as 254 R2 interface f0/0 ip address 12.12.12.2 255.255.255.0 router bgp 300 neighbor 12.12.12.1 remote-as 200 R3 interface 0/1 ip address 13.13.13.3 255.255.255.0 router bgp 300 neighbor 13.13.13.1 remote-as 200 R4 interface f0/0 ip address 14.14.14.4 255.255.255.0 router bgp 254 neighbor 14.14.14.1 remote-as 200 |
R4#sh ip bgp BGP table version is 2, local router ID is 14.14.14.4 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 *> 11.11.11.0/24 14.14.14.1 0 0 200 i |
R4#sh ip bgp BGP table version is 4, local router ID is 14.14.14.4 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 *> 11.11.0.0/16 14.14.14.1 0 0 200 i |
R4#sh ip bgp BGP table version is 7, local router ID is 14.14.14.4 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 *> 11.11.0.0/16 14.14.14.1 0 0 200 i *> 11.11.11.0/24 14.14.14.1 0 0 200 i |
R3#sh ip bgp BGP table version is 10, local router ID is 13.13.13.3 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 *> 11.11.0.0/16 13.13.13.1 0 0 200 i |
R2#sh ip bgp R2# R3#sh ip bgp R3# R2,R3 では何も経路を受け取っていないことがわかります。 R1#sh ip bgp BGP table version is 4, local router ID is 11.11.11.11 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 *> 11.11.0.0/16 0.0.0.0 32768 i s> 11.11.11.0/24 0.0.0.0 0 32768 i R1#sh ip bgp neighbors 13.13.13.3 advertised-routes Total number of prefixes 0 R1# |