1、R2#config tR2(config)#int f0/0R2(config-if)#ip add 192.168.1.2 255.255.255.0R2(config-if)#no shR2(config-if)#int f0/1R2(config-if)#ip add 10.1.10.1 255.255.255.0R2(config-if)#R3R3#config tR3(config)#int f0/0R3(config-if)#ip add 10.1.10.2 255.255.255.0R3(config-if)#no shR3(config-if)#int f0/1R3(confi
2、g-if)#ip add 10.1.20.1 255.255.255.0R3(config-if)#R4R4#config tR4(config)#int f0/0R4(config-if)#ip add 10.1.20.2 255.255.255.0R4(config-if)#no shR4(config-if)#int f0/1R4(config-if)#ip add 10.1.30.1 255.255.255.0R4(config-if)#R5R5#config tR5(config)#int f0/0R5(config-if)#ip add 10.1.30.2 255.255.255.
3、0R5(config-if)#no shR5(config-if)#int f0/1R5(config-if)#ip add 192.168.4.1 255.255.255.0R5(config-if)#R6R6#config tR6(config)#int f0/0R6(config-if)#ip add 192.168.4.2 255.255.255.0R6(config-if)#no shR6(config-if)#2.配置MPLS BACKBONE的IGP路由器,本实验采用ospf(一般ISP使用IS-IS)R2:interface Loopback0ip address 10.1.1
4、.2 255.255.255.255router ospf 100router-id 10.1.1.2passive-interface Loopback0network 10.0.0.0 0.255.255.255 area 0R3:ip address 10.1.1.3255.255.255.255router-id 10.1.1.3R4:ip address 10.1.1.4router-id 10.1.1.4R5:ip address 10.1.1.5router-id 10.1.1.53查看MPLS骨干网路由表,确认IGP是否正常工作R2#show ip route ospf 10.
5、0.0.0/8 is variably subnetted, 7 subnets, 2 masksO 10.1.1.3/32 110/2 via 10.1.10.2, 01:48:47, FastEthernet1/0 10.1.1.4/32 110/3 via 10.1.10.2, 01: 10.1.1.5/32 110/4 via 10.1.10.2, 01: 10.1.30.0/24 110/3 via 10.1.10.2, 01: 10.1.20.0/24 110/2 via 10.1.10.2, 01:4.配置PE路由器(R2和R5)的MPLSip cef / 启用CEFmpls l
6、abel protocol ldp /选择LDP标签mpls ldp router-id Loopback0 force /选择使用回环口作为LSR的router-idinterface FastEthernet1/0 /为端口启用MPLS的标签转发mpls iptag-switching ipip cefmpls label protocol ldpmpls ldp router-id Loopback0 forceinterface FastEthernet0/05配置骨干路由器P(R3,R4)的MPLS!mpls ip!interface FastEthernet1/06在任意一台MPL
7、S骨干路由器查看FLIB(标签转发表),确认MPLS正常工作R2#show mpls forwarding-tableLocal Outgoing Prefix Bytes tag Next Hop tag tag or VC or Tunnel Id switched interface 16 Pop tag 10.1.1.3/32 0 Fa1/0 10.1.10.2 17 17 10.1.1.4/32 18 18 10.1.1.5/32 19 19 10.1.30.0/24 0 20 10.1.20.0/24 10.1.10.27在两台PE上配置BGP协议。配置BGP协议是为了启用MP-B
8、GP,用于在PE路由器之间交换VPN路由。由于BGP创建邻居时,不要求对等体物理直连,因此BGP使用tcp179端口进行邻居的会话R2#show tcp briefTCB Local Address Foreign Address (state)64FEB8A8 10.1.1.2.179 10.1.1.5.23290 ESTAB64E44B50 10.1.1.2.646 10.1.1.3.18999 因此这里只需配置R2与R5路由器的BGP协议。R2(config)#router bgp 64512 /64512是私有AS(64512-65535)R2(config-router)#neigh
9、bor 10.1.1.5 remote-as 64512R2(config-router)#neighbor 10.1.1.5 update-source loopback 0R2(config-router)#no synchronizationR2(config-router)#no auo-summary关闭自动汇总,是为确保重分布到BGP的路由不会在主网络边界被汇总R5(config)#router bgp 64512R5(config-router)#neighbor 10.1.1.2 remote-as 64512R5(config-router)#neighbor 10.1.1.2update-source loopback 0R5(cconfig-router)#no synchronizationR5(config-router)#no auo-summary8
copyright@ 2008-2022 冰豆网网站版权所有
经营许可证编号:鄂ICP备2022015515号-1