1.实验需求:
①R3为AS3,并且为EBGP,创建一个环回口为3.3.3.3/24,e0/0为13.1.1.3/24
②R1为AS10,并且为IBGP,创建一个环回口为1.1.1.1/24,e0/0为124.1.1.1/24
③R2为AS10,并且为IBGP,创建一个环回口为2.2.2.2/24,e0/0为124.1.1.2/24
④R1与R2之间运行EIGRP
⑤R4为AS4,并且为EBGP,创建一个环回口为4.4.4.4/24,e0/0为124.1.1.4/24
2.BGP的详细配置:
R3:
router bgp 3
no auto-summary
no synchronization
bgp router-id 3.3.3.3
neighbor 13.1.1.1 remote-as 10
bgp default ipv4-unicast
address-family ipv4 unicast
network 3.3.3.0 mask 255.255.255.0
R1:
router bgp 10
no auto-summary
no synchronization
bgp router-id 1.1.1.1
no bgp default ipv4-unicast
neighbor 13.1.1.