配置多跳PW的PWE3 Trace测试示例
组网需求
如图6-54所示。CE-A、CE-B分别通过VLAN方式接入U-PE1和U-PE2。U-PE1和U-PE2通过MPLS骨干网连接。使用LSP隧道,并以S-PE作为交换节点,在U-PE1和U-PE2之间建立多跳动态PW。
使用多跳PW的PWE3 Trace功能测试U-PE1与U-PE2之间的PW连通性状态。
配置思路
采用如下思路进行配置:
在骨干网上运行IGP路由协议,使骨干网各Switch能互通。
在骨干网上配置MPLS基本能力,建立LSP隧道。U-PE1与S-PE之间、U-PE2与S-PE之间需建立MPLS LDP远端对等体关系。
U-PE之间创建MPLS L2VC连接。
在交换节点S-PE上创建交换PW。
在U-PE1上配置多跳PW的PWE3 Trace测试例。
操作步骤
- 配置多跳动态PW。
在MPLS骨干网上配置多跳纯动态PW。具体配置过程请参见《S9300, S9300X V200R019C10 配置指南-VPN》 PWE3配置。
- 配置多跳PW的PWE3 Trace测试例。
# 配置U-PE1。
<Quidway> system-view [Quidway] sysname U-PE1 [U-PE1] nqa test-instance test pwe3trace [U-PE1-nqa-test-pwe3trace] test-type pwe3trace [U-PE1-nqa-test-pwe3trace] local-pw-id 100 [U-PE1-nqa-test-pwe3trace] local-pw-type vlan [U-PE1-nqa-test-pwe3trace] label-type control-word [U-PE1-nqa-test-pwe3trace] remote-pw-id 200
- 启动测试操作。
[U-PE1-nqa-test-pwe3trace] start now
- 验证测试结果。
在PE上执行display nqa history命令,可以看到相应状态为成功。
[U-PE1-nqa-test-pwe3trace] display nqa history NQA entry(test, pwe3trace) history: Index T/H/P Response Status Address Time 1 1/1/1 4ms success 10.1.1.2 2012-09-30 09:33:03.301 2 1/1/2 5ms success 10.1.1.2 2012-09-30 09:33:03.307 3 1/1/3 3ms success 10.1.1.2 2012-09-30 09:33:03.311 4 1/2/1 6ms success 10.1.2.2 2012-09-30 09:33:03.318 5 1/2/2 6ms success 10.1.2.2 2012-09-30 09:33:03.324 6 1/2/3 6ms success 10.1.2.2 2012-09-30 09:33:03.331 7 1/3/1 6ms success 10.1.3.2 2012-09-30 09:33:03.318 8 1/3/2 6ms success 10.1.3.2 2012-09-30 09:33:03.324 9 1/3/3 6ms success 10.1.3.2 2012-09-30 09:33:03.331 10 1/4/1 6ms success 10.5.5.9 2012-09-30 09:33:03.318 11 1/4/2 6ms success 10.5.5.9 2012-09-30 09:33:03.324 12 1/4/3 6ms success 10.5.5.9 2012-09-30 09:33:03.331
在PE上执行display nqa results命令,可以看到测试结果为成功。
[U-PE1-nqa-test-pwe3trace] display nqa results NQA entry(test, pwe3trace) :testflag is inactive ,testtype is pwe3trace 1 . Test 1 result The test is finished Completion:success Attempts number:1 Disconnect operation number:0 Operation timeout number:0 System busy operation number:0 Connection fail number:0 Operation sequence errors number:0 RTT Status errors number:0 Drop operation number:0 Last good path Time:2012-09-24 11:22:21.2 1 . Hop 1 Send operation times: 3 Receive response times: 3 Min/Max/Average Completion Time: 1050/1090/1053 Sum/Square-Sum Completion Time: 3160/3331000 RTD OverThresholds number: 0 Last Good Probe Time: 2012-09-24 11:22:17.2 Destination ip address:10.1.1.2 Lost packet ratio: 0% 2 . Hop 2 Send operation times: 3 Receive response times: 3 Min/Max/Average Completion Time: 1050/1490/1323 Sum/Square-Sum Completion Time: 3970/5367500 RTD OverThresholds number: 0 Last Good Probe Time: 2012-09-24 11:22:21.2 Destination ip address:10.1.2.2 Lost packet ratio: 0% 3 . Hop 3 Send operation times: 3 Receive response times: 3 Min/Max/Average Completion Time: 1050/1490/1323 Sum/Square-Sum Completion Time: 3970/5367500 RTD OverThresholds number: 0 Last Good Probe Time: 2012-09-24 11:22:21.2 Destination ip address:10.1.3.2 Lost packet ratio: 0% 4 . Hop 4 Send operation times: 3 Receive response times: 3 Min/Max/Average Completion Time: 1050/1490/1323 Sum/Square-Sum Completion Time: 3970/5367500 RTD OverThresholds number: 0 Last Good Probe Time: 2012-09-24 11:22:21.2 Destination ip address:10.5.5.9 Lost packet ratio: 0%
配置文件
CE-A的配置文件
# sysname CE-A # vlan batch 110 # interface Vlanif110 ip address 10.10.1.1 255.255.255.0 # interface GigabitEthernet1/0/0 port hybrid pvid vlan 110 port hybrid untagged vlan 110 # return
U-PE1的配置文件
# sysname U-PE1 # vlan batch 110 120 # mpls lsr-id 10.6.6.9 mpls # mpls l2vpn # pw-template pwt peer-address 10.3.3.9 control-word # mpls ldp # mpls ldp remote-peer 10.3.3.9 remote-ip 10.3.3.9 # interface Vlanif110 mpls l2vc pw-template pwt 100 # interface Vlanif120 ip address 10.1.1.1 255.255.255.0 mpls mpls ldp # interface GigabitEthernet1/0/0 port hybrid pvid vlan 110 port hybrid untagged vlan 110 # interface GigabitEthernet2/0/0 port hybrid pvid vlan 120 port hybrid untagged vlan 120 # interface LoopBack0 ip address 10.6.6.9 255.255.255.255 # nqa test-instance test pwe3trace test-type pwe3trace local-pw-id 100 remote-pw-id 200 local-pw-type vlan # ospf 1 area 0.0.0.0 network 10.1.1.0 0.0.0.255 network 10.6.6.9 0.0.0.0 # return
P1的配置文件
# sysname P1 # vlan batch 120 130 # mpls lsr-id 10.2.2.9 mpls # mpls ldp # interface Vlanif120 ip address 10.1.1.2 255.255.255.0 mpls mpls ldp # interface Vlanif130 ip address 10.1.2.1 255.255.255.0 mpls mpls ldp # interface GigabitEthernet1/0/0 port hybrid pvid vlan 120 port hybrid untagged vlan 120 # interface GigabitEthernet2/0/0 port hybrid pvid vlan 130 port hybrid untagged vlan 130 # interface LoopBack0 ip address 10.2.2.9 255.255.255.255 # ospf 1 area 0.0.0.0 network 10.2.2.9 0.0.0.0 network 10.1.1.0 0.0.0.255 network 10.1.2.0 0.0.0.255 # return
S-PE的配置文件
# sysname S-PE # vlan batch 130 140 # mpls lsr-id 10.3.3.9 mpls # mpls l2vpn # mpls switch-l2vc 10.5.5.9 200 between 10.6.6.9 100 encapsulation vlan # mpls ldp # mpls ldp remote-peer 10.6.6.9 remote-ip 10.6.6.9 # mpls ldp remote-peer 10.5.5.9 remote-ip 10.5.5.9 # interface Vlanif130 ip address 10.1.2.2 255.255.255.0 mpls mpls ldp # interface Vlanif140 ip address 10.1.3.1 255.255.255.0 mpls mpls ldp # interface GigabitEthernet1/0/0 port hybrid pvid vlan 130 port hybrid untagged vlan 130 # interface GigabitEthernet2/0/0 port hybrid pvid vlan 140 port hybrid untagged vlan 140 # interface LoopBack0 ip address 10.3.3.9 255.255.255.255 # ospf 1 area 0.0.0.0 network 10.3.3.9 0.0.0.0 network 10.1.2.0 0.0.0.255 network 10.1.3.0 0.0.0.255 # return
P2的配置文件
# sysname P2 # vlan batch 140 150 # mpls lsr-id 10.4.4.9 mpls # mpls ldp # interface Vlanif140 ip address 10.1.3.2 255.255.255.0 mpls mpls ldp # interface Vlanif150 ip address 10.1.4.1 255.255.255.0 mpls mpls ldp # interface GigabitEthernet1/0/0 port hybrid pvid vlan 140 port hybrid untagged vlan 140 # interface GigabitEthernet2/0/0 port hybrid pvid vlan 150 port hybrid untagged vlan 150 # interface LoopBack0 ip address 10.4.4.9 255.255.255.255 # ospf 1 area 0.0.0.0 network 10.4.4.9 0.0.0.0 network 10.1.3.0 0.0.0.255 network 10.1.4.0 0.0.0.255 #
U-PE2的配置文件
# sysname U-PE2 # vlan batch 150 160 # mpls lsr-id 10.5.5.9 mpls # mpls l2vpn # pw-template pwt peer-address 10.3.3.9 control-word # mpls ldp # mpls ldp remote-peer 10.3.3.9 remote-ip 10.3.3.9 # interface Vlanif150 ip address 10.1.4.2 255.255.255.0 mpls mpls ldp # interface Vlanif160 mpls l2vc pw-template pwt 200 # interface GigabitEthernet1/0/0 port hybrid pvid vlan 150 port hybrid untagged vlan 150 # interface GigabitEthernet2/0/0 port hybrid pvid vlan 160 port hybrid untagged vlan 160 # interface LoopBack0 ip address 10.5.5.9 255.255.255.255 # ospf 1 area 0.0.0.0 network 10.5.5.9 0.0.0.0 network 10.1.4.0 0.0.0.255 # return
CE-B的配置文件
# sysname CE-B # vlan batch 160 # interface Vlanif160 ip address 10.10.1.2 255.255.255.0 # interface GigabitEthernet1/0/0 port hybrid pvid vlan 160 port hybrid untagged vlan 160 # return