CCNP-EBGP环回口建立邻居之间启用IGP的效果

实验拓扑:
实验需求:

1.启用EBGP

2.使用loop口作为更新源

3.使用eigrp作为更新源的连接

4.在BGP中,宣告更新源(环回口)

观察现象。

实验配置: R2
interface Loopback0 ip address 2.2.2.2 255.255.255.0
interface Serial0/0 ip address 12.1.1.2 255.255.255.0
router eigrp 100
 network 2.2.2.2 0.0.0.0
 network 12.1.1.2 0.0.0.0
 no auto-summary
!
router bgp 200
 network 2.2.2.0 mask 255.255.255.0
 neighbor 1.1.1.1 remote-as 100
 neighbor 1.1.1.1 ebgp-multihop 3
 neighbor 1.1.1.1 update-source Loopback0

实验效果:
R1#
*Mar  1 00:17:00.303: %BGP-5-ADJCHANGE: neighbor 2.2.2.2 Down BGP Notification sent
R1#
*Mar  1 00:17:00.303: %BGP-3-NOTIFICATION: sent to neighbor 2.2.2.2 4/0 (hold time expired) 0 bytes
(请忽略背景,谢谢。)
实验结论:
EBGP之间不能启用IGP。
感谢Node,感谢汤-sir;

你可能感兴趣的:(思科网络实践)