Em đang cấu hình BGP như mô hình, cả hai AS 123 và AS 456 đều cấu hình eigrp thành công. Vấn đề là sau khi e cấu hình BGP thì mỗi router từ AS này không thể ping đến loopback của router AS kia trong khi nó có thể ping được đến serial của nó. Mọi người xem giúp e với ạ!
Router R1:
R1(config)#router bgp 123
R1(config-router)#neighbor 10.1.1.1 remote-as 123
R1(config-router)#neighbor 10.2.1.1 remote-as 123
R1(config-router)#neighbor 10.3.2.1 remote-as 123
Router R2:
R2(config)#router bgp 123
R2(config-router)#network 192.168.1.0 mask 255.255.0.0
R2(config-router)#neighbor 10.1.1.2 remote-as 123
Router R3:
R3(config)#router bgp 123
R3(config-router)#network 172.16.28.0 mask 255.255.0.0
R3(config-router)#neighbor 10.2.1.2 remote-as 123
R3(config-router)#exit
Router R4:
R4(config)#router bgp 456
R4(config-router)#neighbor 10.1.1.2 remote-as 456
R4(config-router)#neighbor 10.3.2.2 remote-as 123
R4(config-router)#neighbor 10.2.1.2 remote-as 456
R4(config-router)#exit
Router R5:
R5(config)#router bgp 456
R5(config-router)#neighbor 10.1.1.1 remote-as 456
R5(config-router)#network 172.17.23.0 mask 255.255.0.0
R5(config-router)#exit
Router R6:
R6(config)#router bgp 456
R6(config-router)#neighbor 10.2.1.1 remote-as 456
R6(config-router)#network 172.19.20.0 mask 255.255.255.0
R6(config-router)#exit
Router R1:
R1(config)#router bgp 123
R1(config-router)#neighbor 10.1.1.1 remote-as 123
R1(config-router)#neighbor 10.2.1.1 remote-as 123
R1(config-router)#neighbor 10.3.2.1 remote-as 123
Router R2:
R2(config)#router bgp 123
R2(config-router)#network 192.168.1.0 mask 255.255.0.0
R2(config-router)#neighbor 10.1.1.2 remote-as 123
Router R3:
R3(config)#router bgp 123
R3(config-router)#network 172.16.28.0 mask 255.255.0.0
R3(config-router)#neighbor 10.2.1.2 remote-as 123
R3(config-router)#exit
Router R4:
R4(config)#router bgp 456
R4(config-router)#neighbor 10.1.1.2 remote-as 456
R4(config-router)#neighbor 10.3.2.2 remote-as 123
R4(config-router)#neighbor 10.2.1.2 remote-as 456
R4(config-router)#exit
Router R5:
R5(config)#router bgp 456
R5(config-router)#neighbor 10.1.1.1 remote-as 456
R5(config-router)#network 172.17.23.0 mask 255.255.0.0
R5(config-router)#exit
Router R6:
R6(config)#router bgp 456
R6(config-router)#neighbor 10.2.1.1 remote-as 456
R6(config-router)#network 172.19.20.0 mask 255.255.255.0
R6(config-router)#exit
Comment