###現状
AS1内/AS2内の疎通はできてる。
AS1←→AS2間の疎通はできない。(R1とR5は疎通可)
R1←→R5間のループバックアドレスによる疎通できてる。
R1のルーティングテーブル/BGPテーブルには10.0.0.0/24だけでなく、172.16.1.0/24もBGPによりアドバタイズされると想像していたが、されていない。
R5のルーティングテーブル/BGPテーブルには想定通り192.168.2.0/24がBGPによりアドバタイズされている。
R1#sho ip route Gateway of last resort is not set 1.0.0.0/32 is subnetted, 1 subnets C 1.1.1.1 is directly connected, Loopback0 100.0.0.0/24 is subnetted, 1 subnets C 100.100.0.0 is directly connected, FastEthernet1/5 5.0.0.0/32 is subnetted, 1 subnets S 5.5.5.5 [1/0] via 100.100.0.5 10.0.0.0/24 is subnetted, 1 subnets B 10.0.0.0 [20/0] via 100.100.0.5, 00:50:47 C 192.168.0.0/24 is directly connected, FastEthernet1/2 C 192.168.1.0/24 is directly connected, FastEthernet1/3 O 192.168.2.0/24 [110/2] via 192.168.0.2, 01:14:55, FastEthernet1/2
R5#show ip route Gateway of last resort is not set 1.0.0.0/32 is subnetted, 1 subnets S 1.1.1.1 [1/0] via 100.100.0.1 100.0.0.0/24 is subnetted, 1 subnets C 100.100.0.0 is directly connected, FastEthernet1/5 5.0.0.0/32 is subnetted, 1 subnets C 5.5.5.5 is directly connected, Loopback0 R 172.16.0.0/16 [120/1] via 10.0.0.7, 00:01:06, FastEthernet1/7 10.0.0.0/24 is subnetted, 1 subnets C 10.0.0.0 is directly connected, FastEthernet1/7 B 192.168.2.0/24 [20/2] via 100.100.0.1, 00:16:47
R1#show ip bgp BGP table version is 9, 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 *> 10.0.0.0/24 5.5.5.5 0 0 2 i * 100.100.0.5 0 0 2 i *> 192.168.2.0 192.168.0.2 2 32768 i
R5#show ip bgp BGP table version is 9, local router ID is 5.5.5.5 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 *> 10.0.0.0/24 0.0.0.0 0 32768 i *> 192.168.2.0 1.1.1.1 2 0 1 i * 100.100.0.1 2 0 1 i
R1#show run Building configuration... Current configuration : 2178 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 memory-size iomem 5 no ip icmp rate-limit unreachable ip cef ! ! ! ! no ip domain lookup ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ip tcp synwait-time 5 ! ! ! ! ! interface Loopback0 ip address 1.1.1.1 255.255.255.255 ! interface FastEthernet0/0 no ip address shutdown duplex auto speed auto ! interface Serial0/0 no ip address shutdown clock rate 2000000 ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/1 no ip address shutdown clock rate 2000000 ! interface Serial0/2 no ip address shutdown clock rate 2000000 ! interface FastEthernet1/0 ! interface FastEthernet1/1 ! interface FastEthernet1/2 no switchport ip address 192.168.0.1 255.255.255.0 ! interface FastEthernet1/3 no switchport ip address 192.168.1.1 255.255.255.0 ! interface FastEthernet1/4 ! interface FastEthernet1/5 no switchport ip address 100.100.0.1 255.255.255.0 ! interface FastEthernet1/6 ! interface FastEthernet1/7 ! interface FastEthernet1/8 ! interface FastEthernet1/9 ! interface FastEthernet1/10 ! interface FastEthernet1/11 ! interface FastEthernet1/12 ! interface FastEthernet1/13 ! interface FastEthernet1/14 ! interface FastEthernet1/15 ! interface Vlan1 no ip address ! router ospf 1 log-adjacency-changes network 192.168.0.1 0.0.0.0 area 0 network 192.168.1.1 0.0.0.0 area 0 ! router bgp 1 no synchronization bgp log-neighbor-changes network 192.168.2.0 neighbor 5.5.5.5 remote-as 2 neighbor 5.5.5.5 ebgp-multihop 2 neighbor 5.5.5.5 update-source Loopback0 neighbor 100.100.0.5 remote-as 2 no auto-summary ! ip forward-protocol nd ip route 5.5.5.5 255.255.255.255 100.100.0.5 ! ! no ip http server no ip http secure-server ! no cdp log mismatch duplex ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 login ! ! end
R5#show run Building configuration... Current configuration : 2108 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R5 ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 no ip icmp rate-limit unreachable ip cef ! ! ! ! no ip domain lookup ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ip tcp synwait-time 5 ! ! ! ! ! interface Loopback0 ip address 5.5.5.5 255.255.255.255 ! interface FastEthernet0/0 no ip address shutdown duplex auto speed auto ! interface Serial0/0 no ip address shutdown clock rate 2000000 ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/1 no ip address shutdown clock rate 2000000 ! interface Serial0/2 no ip address shutdown clock rate 2000000 ! interface FastEthernet1/0 ! interface FastEthernet1/1 ! interface FastEthernet1/2 ! interface FastEthernet1/3 ! interface FastEthernet1/4 ! interface FastEthernet1/5 no switchport ip address 100.100.0.5 255.255.255.0 ! interface FastEthernet1/6 ! interface FastEthernet1/7 no switchport ip address 10.0.0.5 255.255.255.0 ! interface FastEthernet1/8 ! interface FastEthernet1/9 ! interface FastEthernet1/10 ! interface FastEthernet1/11 ! interface FastEthernet1/12 ! interface FastEthernet1/13 ! interface FastEthernet1/14 ! interface FastEthernet1/15 ! interface Vlan1 no ip address ! router rip version 2 network 10.0.0.0 ! router bgp 2 no synchronization bgp log-neighbor-changes network 10.0.0.0 mask 255.255.255.0 network 172.16.1.0 mask 255.255.255.0 neighbor 1.1.1.1 remote-as 1 neighbor 1.1.1.1 ebgp-multihop 2 neighbor 1.1.1.1 update-source Loopback0 neighbor 100.100.0.1 remote-as 1 no auto-summary ! ip forward-protocol nd ip route 1.1.1.1 255.255.255.255 100.100.0.1 ! ! no ip http server no ip http secure-server ! no cdp log mismatch duplex ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 login ! ! end
###実現したいこと
AS間での疎通ができるようにしたい。
R1のルーティングテーブル/BGPテーブルに172.16.1.0/24が表示されるようにしたい。
以上の情報で何か原因が分かる方いらっしゃいましたらアドバイスいただけると助かります。
よろしくお願いいたします。

バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/02/11 13:56 編集
2018/02/11 14:10
2018/02/12 01:54
2018/02/12 14:45
2018/02/13 13:24 編集