实验拓扑:
实验需求:
通过运行BGP和MPLS使得R4上loo 8与R5上loo 9连通。
实验说明:
1.实验拓扑共有三个AS,每台路由器都有自己的loo 0口地址,其中还在路由器R4上存在loo 8的8.8.8.8/24的环回地址,在路由器R5上存在9.9.9.9/24的环回口地址。
2.在AS 10内运行EIGRP使得在本AS内全网互通。
3.R4与R2建立EBGP对等体,R2与R3建立IBGP对等体,R3与R5建立EBGP对等体。
实验步骤:
1.配置每个路由器的物理接口的地址,以及环回口地址。
Router>enable
Router#configure
Router(config)#hostname R1
R1(config)#int loopback 0
R1(config-if)#ip address 1.1.1.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface ethernet 0/1
R1(config-if)#ip address 13.1.1.1 255.255.255.0
R1(config-if)#no s