“王”的配置是:
King#sho ip int bri
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.122.1 YES NVRAM up up
Serial1/0 192.168.112.1 YES NVRAM up up
Serial1/1 unassigned YES NVRAM administratively down down
Serial1/2 unassigned YES NVRAM administratively down down
Serial1/3 unassigned YES NVRAM administratively down down
Loopback0 1.1.1.1 YES manual up up
King#
King#
King#sho run | sec bgp
router bgp 100
no synchronization
bgp log-neighbor-changes
neighbor 2.2.2.2 remote-as 100
neighbor 2.2.2.2 update-source Loopback0
no auto-summary
King#
King#sho run | sec eigrp
router eigrp 100
network 0.0.0.0
auto-summary
King#
“Kong”的配置是:
Kong#sho ip int bri
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 192.168.122.2 YES NVRAM up up
Serial1/0 192.168.112.2 YES NVRAM up up
Serial1/1 unassigned YES NVRAM administratively down down
Serial1/2 unassigned YES NVRAM administratively down down
Serial1/3 unassigned YES NVRAM administratively down down
Loopback0 2.2.2.2 YES manual up up
Kong#
Kong#
Kong#sho run | sec bgp
router bgp 100
no synchronization
bgp log-neighbor-changes
neighbor 1.1.1.1 remote-as 100
no auto-summary
Kong#
Kong#sho run | sec eigrp
router eigrp 100
network 0.0.0.0
auto-summary
Kong#
问题:根据我的阅读,我理解了以下内容:
要建立邻居关系,路由器 A 的更新源 IP 必须与路由器 B 上的邻居命令匹配,反之亦然。
但是,在我的情况下,更新源仅配置在“King”上,bgp 邻居船怎么会启动?
请根据数据包流进行解释。