故障处理步骤
说明:
请保存以下步骤的执行结果,以便在故障无法解决时快速收集和反馈信息。
操作步骤
- 检查两端的封装类型及MTU是否一致
执行display mpls l2vc vc-id命令,检查VC信息。
display mpls l2vc 102 total LDP VC : 1 1 up 0 down *client interface : GigabitEthernet8/0/0.5 session state : up AC status : up VC state : up VC ID : 102 VC type : VLAN destination : 2.2.2.2 local VC label : 146433 remote VC label : 146432 control word : disable forwarding entry : exist local group ID : 0 manual fault : not set active state : active link state : up local VC MTU : 1500 remote VC MTU : 1500 tunnel policy name : -- traffic behavior name: -- PW template name : -- primary or secondary : primary create time : 1 days, 1 hours, 14 minutes, 17 seconds up time : 0 days, 0 hours, 3 minutes, 16 seconds last change time : 0 days, 0 hours, 3 minutes, 16 seconds VC last up time : 2010/02/17 08:23:07 VC total up time : 0 days, 21 hours, 43 minutes, 43 seconds
如果两端的封装类型或者MTU不一致,那么修改其中一端的封装类型及MTU使两端的封装类型及MTU一致。
如果两端的封装类型及MTU已经一致,请执行步骤2。
说明:
两端封装类型、MTU一致是VC状态Up的必要条件之一。
- 检查两端的VC ID是否一致
display mpls l2vc 102 total LDP VC : 1 1 up 0 down *client interface : GigabitEthernet8/0/0.5 session state : up AC status : up VC state : up VC ID : 102 VC type : VLAN destination : 2.2.2.2 local VC label : 146433 remote VC label : 146432 control word : disable forwarding entry : exist local group ID : 0 manual fault : not set active state : active link state : up local VC MTU : 1500 remote VC MTU : 1500 tunnel policy name : -- traffic behavior name: -- PW template name : -- primary or secondary : primary create time : 1 days, 1 hours, 14 minutes, 17 seconds up time : 0 days, 0 hours, 3 minutes, 16 seconds last change time : 0 days, 0 hours, 3 minutes, 16 seconds VC last up time : 2010/02/17 08:23:07 VC total up time : 0 days, 21 hours, 43 minutes, 43 seconds
如果两端的VC ID不一致,那么修改其中一端的VC ID使两端的VC ID一致。
如果两端的VC ID已经一致,请执行步骤3。
说明:
两端VC ID一致是VC状态Up的必要条件之一。
- 检查两端的CW配置是否一致
display mpls l2vc 102 total LDP VC : 1 1 up 0 down *client interface : GigabitEthernet8/0/0.5 session state : up AC status : up VC state : up VC ID : 102 VC type : VLAN destination : 2.2.2.2 local VC label : 146433 remote VC label : 146432 control word : disable forwarding entry : exist local group ID : 0 manual fault : not set active state : active link state : up local VC MTU : 1500 remote VC MTU : 1500 tunnel policy name : -- traffic behavior name: -- PW template name : -- primary or secondary : primary create time : 1 days, 1 hours, 14 minutes, 17 seconds up time : 0 days, 0 hours, 3 minutes, 16 seconds last change time : 0 days, 0 hours, 3 minutes, 16 seconds VC last up time : 2010/02/17 08:23:07 VC total up time : 0 days, 21 hours, 43 minutes, 43 seconds
如果两端的CW配置不一致,那么修改其中一端的CW配置使两端的VC ID一致。
如果两端的CW配置已经一致,请执行步骤4。
说明:
两端CW配置一致是VC状态Up的必要条件之一。
- 检查两端的LDP会话状态是否UP
display mpls l2vc 102 total LDP VC : 1 1 up 0 down *client interface : GigabitEthernet8/0/0.5 session state : up AC status : up VC state : up VC ID : 102 VC type : VLAN destination : 2.2.2.2 local VC label : 146433 remote VC label : 146432 control word : disable forwarding entry : exist local group ID : 0 manual fault : not set active state : active link state : up local VC MTU : 1500 remote VC MTU : 1500 tunnel policy name : -- traffic behavior name: -- PW template name : -- primary or secondary : primary create time : 1 days, 1 hours, 14 minutes, 17 seconds up time : 0 days, 0 hours, 3 minutes, 16 seconds last change time : 0 days, 0 hours, 3 minutes, 16 seconds VC last up time : 2010/02/17 08:23:07 VC total up time : 0 days, 21 hours, 43 minutes, 43 seconds
如果两端的LDP会话没有UP,请参见“LDP会话DOWN”一节继续定位,使LDP会话状态为Up。
如果LDP会话已经UP,请执行步骤5。
说明:
只有LDP会话UP,两端的VC才能开始协商。
- 检查PW是否选中隧道
执行display mpls l2vc vc-id命令:
- 检查VC tunnel/token info字段值。如果VC tunnel/token info字段值为0 tunnels/tokens,表明PW没有选中隧道。
- 检查tunnel policy name字段的值:
- 如果该字段值为“--”,表示PW使用的隧道为LDP LSP,或者没有配置隧道策略。如果PW使用MPLS-TE隧道需要配置隧道策略。
-
如果该字段值不是“--”,表示VLL使用隧道策略,可以在隧道策略视图下执行display this检查隧道策略的配置。
[HUAWEI-tunnel-policy-p1] display this#tunnel-policy p1 tunnel select-seq cr-lsp load-balance-number 1#
说明:
如果隧道策略下配置了tunnel binding destination dest-ip-address te { tunnel interface-number },还需要在Tunnel接口下使能mpls te reserved-for-binding命令。
如果两端的隧道没有Up,请参考“LSP隧道down”一节或者“Te Tunnel状态为down”一节继续定位,使隧道状态Up。如果两端的隧道状态已经UP并且TE接口配置正确,请执行步骤6。
说明:
隧道Up是VC状态up的必要条件之一。
- 检查两端的AC接口状态是否Up
在两端PE上分别执行display mpls l2vc vc-id命令,检查AC status字段值是否为Up。
- 如果两端的AC接口状态没有Up,请参考“物理对接&接口类”一节继续定位,使AC接口状态Up。
- 如果两端AC接口状态已经Up,请执行步骤7。
说明:
两端AC接口状态Up是VC状态Up的必要条件之一。
- 请收集如下信息,并联系华为技术支持工程师。
- 上述步骤的执行结果。
- 设备的配置文件、日志信息、告警信息。
父主题:
华为专有和保密信息
版权所有 ? 华为技术有限公司