mpls实验

实验拓扑图

实验配置

r1

<Huawei>sys
[Huawei]sys r1
[r1]int g0/0/0
[r1-GigabitEthernet0/0/0]ip add 192.168.1.1 24
[r1-GigabitEthernet0/0/0]q
[r1]int LoopBack 0
[r1-LoopBack0]ip add 1.1.1.1 24

[r1]ip route-static 0.0.0.0 0 192.168.1.2

r2

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r2
[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]ip add 192.168.1.2 24 
[r2-GigabitEthernet0/0/0]int g0/0/1
[r2-GigabitEthernet0/0/1]ip add 192.168.2.1 24
[r2-GigabitEthernet0/0/1]int g0/0/2
[r2-GigabitEthernet0/0/2]ip add 192.168.3.1 24
[r2-GigabitEthernet0/0/2]q
[r2]int LoopBack 0
[r2-LoopBack0]ip add 2.2.2.2 24

[r2]ospf 1 router-id 2.2.2.2
[r2-ospf-1]area 0
[r2-ospf-1-area-0.0.0.0]net    
[r2-ospf-1-area-0.0.0.0]network 192.168.2.0 0.0.0.255
[r2-ospf-1-area-0.0.0.0]network 192.168.3.0 0.0.0.255
[r2-ospf-1-area-0.0.0.0]network 2.2.2.0 0.0.0.255

[r2]bgp 100
[r2-bgp]router-id 2.2.2.2 
[r2-bgp]peer 5.5.5.5 as-number 100
[r2-bgp]peer 5.5.5.5 connect-interface LoopBack 0 
[r2-bgp]peer 6.6.6.6 as-number 100
[r2-bgp]peer 6.6.6.6 connect-interface LoopBack 0
 
[r2]mpls  lsr-id 2.2.2.2
[r2]mpls
Info: Mpls starting, please wait... OK!
[r2-mpls]mpls ldp
[r2-mpls-ldp]q
[r2]int g0/0/1
[r2-GigabitEthernet0/0/1]mpls
[r2-GigabitEthernet0/0/1]mpls ldp
[r2-GigabitEthernet0/0/1]int g0/0/2
[r2-GigabitEthernet0/0/2]mpls
[r2-GigabitEthernet0/0/2]mpls ldp 

[r2]bgp 100
[r2-bgp]ipv4-family vpnv4
[r2-bgp-af-vpnv4]peer 5.5.5.5 enable 
[r2-bgp-af-vpnv4]peer 6.6.6.6 enable 
[r2-bgp-af-vpnv4]peer 5.5.5.5 next-hop-local
[r2-bgp-af-vpnv4]peer 6.6.6.6 next-hop-local

[r2]ip vpn-instance 1
[r2-vpn-instance-1]route-distinguisher 1:1
[r2-vpn-instance-1-af-ipv4]vpn-target 1:1 export-extcommunity 
 EVT Assignment result: 
Info: VPN-Target assignment is successful.
[r2-vpn-instance-1-af-ipv4]vpn-target 2:2 3:3 import-extcommunity 

[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]undo ip add
[r2-GigabitEthernet0/0/0]ip binding vpn-instance 1
Info: All IPv4 related configurations on this interface are removed!
Info: All IPv6 related configurations on this interface are removed!
[r2-GigabitEthernet0/0/0]ip add 192.168.1.2 24
[r2-GigabitEthernet0/0/0]q


[r2]ip route-static vpn-instance 1
[r2]bgp 100
[r2-bgp]ipv4-family vpn-instance 1
[r2-bgp-1]import-route static 

r3

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r3
[r3]int g0/0/0
[r3-GigabitEthernet0/0/0]ip add 192.168.2.2 24
[r3-GigabitEthernet0/0/0]int g0/0/1
[r3-GigabitEthernet0/0/1]ip add 192.168.6.1 24
[r3-GigabitEthernet0/0/1]int g0/0/2
[r3-GigabitEthernet0/0/2]ip add 192.168.4.1 24
[r3-GigabitEthernet0/0/2]q
[r3]int LoopBack 0
[r3-LoopBack0]ip add 3.3.3.3 24

[r3]ospf 1 router-id 3.3.3.3
[r3-ospf-1]area 0
[r3-ospf-1-area-0.0.0.0]network 192.168.2.0 0.0.0.255
[r3-ospf-1-area-0.0.0.0]network 192.168.4.0 0.0.0.255
[r3-ospf-1-area-0.0.0.0]network 192.168.6.0 0.0.0.255
[r3-ospf-1-area-0.0.0.0]network 3.3.3.0 0.0.0.255

[r3]mpls lsr-id 3.3.3.3
[r3]mpls
Info: Mpls starting, please wait... OK!
[r3-mpls]mpls ldp
[r3-mpls-ldp]q
[r3]int g0/0/0
[r3-GigabitEthernet0/0/0]mpls
[r3-GigabitEthernet0/0/0]mpls ldp 
[r3-GigabitEthernet0/0/0]int g0/0/1
[r3-GigabitEthernet0/0/1]mpls
[r3-GigabitEthernet0/0/1]mpls ldp
[r3-GigabitEthernet0/0/1]int g0/0/2
[r3-GigabitEthernet0/0/2]mpls
[r3-GigabitEthernet0/0/2]mpls ldp

r4

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r4
[r4]int g0/0/0
[r4-GigabitEthernet0/0/0]ip add 192.168.3.2 24
[r4-GigabitEthernet0/0/0]int g0/0/1
[r4-GigabitEthernet0/0/1]ip add 192.168.7.1 24
[r4-GigabitEthernet0/0/1]int g0/0/2
[r4-GigabitEthernet0/0/2]ip add 192.168.5.1 24
[r4-GigabitEthernet0/0/2]q
[r4]int LoopBack 0
[r4-LoopBack0]ip add 4.4.4.4 24

[r4]ospf 1 router-id 4.4.4.4
[r4-ospf-1]area 0
[r4-ospf-1-area-0.0.0.0]network 192.168.3.0 0.0.0.255
[r4-ospf-1-area-0.0.0.0]network 192.168.7.0 0.0.0.255
[r4-ospf-1-area-0.0.0.0]network 192.168.5.0 0.0.0.255
[r4-ospf-1-area-0.0.0.0]network 4.4.4.0 0.0.0.255

[r4]mpls lsr-id 4.4.4.4
[r4]mpls
Info: Mpls starting, please wait... OK!
[r4-mpls]mpls ldp
[r4-mpls-ldp]q
[r4]int g0/0/0
[r4-GigabitEthernet0/0/0]mpls 
[r4-GigabitEthernet0/0/0]mpls ldp
[r4-GigabitEthernet0/0/0]int g0/0/1
[r4-GigabitEthernet0/0/1]mpls 
[r4-GigabitEthernet0/0/1]mpls ldp
[r4-GigabitEthernet0/0/1]int g0/0/2
[r4-GigabitEthernet0/0/2]mpls
[r4-GigabitEthernet0/0/2]mpls ldp

r5

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r5
[r5]int g0/0/0
[r5-GigabitEthernet0/0/0]ip add 192.168.7.2 24
[r5-GigabitEthernet0/0/0]int g0/0/1
[r5-GigabitEthernet0/0/1]ip add 192.168.4.2 24
[r5-GigabitEthernet0/0/1]int g0/0/2
[r5-GigabitEthernet0/0/2]ip add 192.168.8.1 24
[r5-GigabitEthernet0/0/2]q
[r5]int LoopBack 0
[r5-LoopBack0]ip add 5.5.5.5 24

[r5]ospf 1 router-id 5.5.5.5
[r5-ospf-1]area 0
[r5-ospf-1-area-0.0.0.0]network 192.168.4.0 0.0.0.255
[r5-ospf-1-area-0.0.0.0]network 192.168.7.0 0.0.0.255
[r5-ospf-1-area-0.0.0.0]network 5.5.5.0 0.0.0.255
[r5-ospf-1-area-0.0.0.0]q
[r5-ospf-1]q


[r5]bgp 100
[r5-bgp]router-id 5.5.5.5
[r5-bgp]peer 2.2.2.2 as-number 100
[r5-bgp]peer 2.2.2.2 connect-interface LoopBack 0
[r5-bgp]peer 6.6.6.6 as-number 100
[r5-bgp]peer 6.6.6.6 connect-interface LoopBack 0

[r5]mpls lsr-id 5.5.5.5
[r5]mpls
Info: Mpls starting, please wait... OK!
[r5-mpls]mpls ldp
[r5-mpls-ldp]q
[r5]int g0/0/0
[r5-GigabitEthernet0/0/0]mpls
[r5-GigabitEthernet0/0/0]mpls ldp 
[r5-GigabitEthernet0/0/0]int g0/0/1
[r5-GigabitEthernet0/0/1]mpls
[r5-GigabitEthernet0/0/1]mpls ldp

[r5]bgp 100
[r5-bgp]ipv4-family vpnv4
[r5-bgp-af-vpnv4]peer 2.2.2.2 e    
[r5-bgp-af-vpnv4]peer 2.2.2.2 enable 
[r5-bgp-af-vpnv4]peer 6.6.6.6 enable 
[r5-bgp-af-vpnv4]peer 2.2.2.2 next-hop-local
[r5-bgp-af-vpnv4]peer 6.6.6.6 next-hop-local

[r5]ip vpn-instance 2
[r5-vpn-instance-2]route-distinguisher 2:2
[r5-vpn-instance-2-af-ipv4]vpn-target 2:2 export-extcommunity 
[r5-vpn-instance-2-af-ipv4]vpn-target 1:1 3:3 import-extcommunity 

[r5]int g0/0/2
[r5-GigabitEthernet0/0/2]undo ip add
[r5-GigabitEthernet0/0/2]ip binding vpn-instance 2
Info: All IPv4 related configurations on this interface are removed!
Info: All IPv6 related configurations on this interface are removed!
[r5-GigabitEthernet0/0/2]ip add 192.168.8.1 24
[r5]ospf 2 vpn-instance 2
[r5-ospf-2]area 0
[r5-ospf-2-area-0.0.0.0]network 192.168.8.0 0.0.0.255

[r5-ospf-2]import-route bgp
[r5-ospf-2]q
[r5]bgp 100
[r5-bgp]ipv4-family vpn-instance 2
[r5-bgp-2]import-route ospf 2

r6

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r6
[r6]int g0/0/0
[r6-GigabitEthernet0/0/0]ip add 192.168.6.2 24
[r6-GigabitEthernet0/0/0]int g0/0/1
[r6-GigabitEthernet0/0/1]ip add 192.168.5.2 24
[r6-GigabitEthernet0/0/1]int g0/0/2
[r6-GigabitEthernet0/0/2]ip add 192.168.9.1 24
[r6-GigabitEthernet0/0/2]q
[r6]int LoopBack 0
[r6-LoopBack0]ip add 6.6.6.6 24

[r6]ospf 1 router-id 6.6.6.6
[r6-ospf-1]area 0
[r6-ospf-1-area-0.0.0.0]network 192.168.5.0 0.0.0.255
[r6-ospf-1-area-0.0.0.0]network 192.168.6.0 0.0.0.255

[r6-ospf-1-area-0.0.0.0]network 6.6.6.0 0.0.0.255

[r6]bgp 100
[r6-bgp]router-id 6.6.6.6
[r6-bgp]peer 2.2.2.2 as-number 100
[r6-bgp]peer 2.2.2.2 connect-interface LoopBack 0
[r6-bgp]peer 5.5.5.5 as-number 100
[r6-bgp]peer 5.5.5.5 connect-interface LoopBack 0

[r6]mpls lsr-id 6.6.6.6
[r6]mpls
Info: Mpls starting, please wait... OK!
[r6-mpls]mpls ldp
[r6-mpls-ldp]q
[r6]int g0/0/0
[r6-GigabitEthernet0/0/0]mpls
[r6-GigabitEthernet0/0/0]mpls ldp
[r6-GigabitEthernet0/0/0]int g0/0/1
[r6-GigabitEthernet0/0/1]mpls
[r6-GigabitEthernet0/0/1]mpls ldp

[r6]bgp 100
[r6-bgp]ipv4-family
[r6-bgp]ipv4-family vpnv4
[r6-bgp-af-vpnv4]peer 2.2.2.2 enable 
[r6-bgp-af-vpnv4]peer 5.5.5.5 enable 
[r6-bgp-af-vpnv4]peer 2.2.2.2 next-hop-local
[r6-bgp-af-vpnv4]peer 5.5.5.5 next-hop-local


[r6]ip vpn-instance 3
[r6-vpn-instance-3]route-distinguisher 3:3 
[r6-vpn-instance-3-af-ipv4]vpn-target 3:3 export-extcommunity 
 EVT Assignment result: 
Info: VPN-Target assignment is successful.  
[r6-vpn-instance-3-af-ipv4]vpn-target 1:1 2:2 import-extcommunity 
 IVT Assignment result: 
Info: VPN-Target assignment is successful.


[r6]int g0/0/2
[r6-GigabitEthernet0/0/2]undo ip add
[r6-GigabitEthernet0/0/2]ip binding vpn-instance 3
Info: All IPv4 related configurations on this interface are removed!
Info: All IPv6 related configurations on this interface are removed!
[r6-GigabitEthernet0/0/2]ip add 192.168.9.1 24

[r6]rip 1 vpn-instance 3
[r6-rip-1]version 2
[r6-rip-1]network 192.168.9.0
[r6-rip-1]network 8.0.0.0
[r6-rip-1]import-route bgp

[r6]bgp 100
[r6-bgp]ipv4-family vpn-instance 3
[r6-bgp-3]import-route rip 1

r7

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r7
[r7]int g0/0/0
[r7-GigabitEthernet0/0/0]ip add 192.168.8.2 24
[r7]int LoopBack 0
[r7-LoopBack0]ip add 7.7.7.7 24

[r7]ospf 2 router-id 7.7.7.7
[r7-ospf-2]area 0
[r7-ospf-2-area-0.0.0.0]network 192.168.8.0 0.0.0.255
[r7-ospf-2-area-0.0.0.0]network 7.7.7.0 0.0.0.255

r8

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys r8
[r8]int g0/0/0
[r8-GigabitEthernet0/0/0]ip add 192.168.9.2 24
[r8]int LoopBack 0
[r8-LoopBack0]ip add 8.8.8.8 24
[r8]rip 1
[r8-rip-1]version 2
[r8-rip-1]network 192.168.9.0
[r8-rip-1]network 8.0.0.0

实验结果:全网可达

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值