look321 发表于 2018-7-15 15:36:15

Cisco mpls ***+VRF实验

R4(config)#int lo 0  R4(config-if)#ip add 4.4.4.4 255.255.255.0
  R4(config-if)#int s0/2
  R4(config-if)#ip add 200.1.1.2 255.255.255.0
  R4(config-if)#no shutdown
  R4(config-if)#int s0/0
  R4(config-if)#ip add 201.1.1.1 255.255.255.0
  R4(config-if)#no shutdown
  R4(config)#router eigrp 10
  R4(config-router)#no auto-summary
  R4(config-router)#network 4.4.4.0 0.0.0.255
  R4(config-router)#network 200.1.1.0 0.0.0.255
  R4(config-router)#network 201.1.1.0 0.0.0.255
  R4(config-router)#exit
页: [1]
查看完整版本: Cisco mpls ***+VRF实验