The mpls l2vpn vccv bfd-cv-negotiation peer command sets the BFD CV Type value in the VCCV field.
The undo mpls l2vpn vccv bfd-cv-negotiation peer command restores the BFD CV Type value in the VCCV field.
By default, the BFD CV Type value in the VCCV field is 0x08.
mpls l2vpn vccv bfd-cv-negotiation fault-detection-only peer peer-address { enable | disable }
mpls l2vpn vccv bfd-cv-negotiation { ach-fault-detection-only | detection-and-signaling } peer peer-address enable
undo mpls l2vpn vccv bfd-cv-negotiation { fault-detection-only | ach-fault-detection-only | detection-and-signaling } peer peer-address
Parameter | Description | Value |
---|---|---|
enable |
Enables the function to send the BFD CV Type information to the remote peer. |
- |
disable |
Restores the default BFD CV Type in the VCCV field. |
- |
ach-fault-detection-only |
Specifies the BFD CV Type as 0x10. |
- |
detection-and-signaling |
Specifies the BFD CV Type as 0x08. |
- |
peer peer-address |
Specifies the IP address of a remote peer. |
This value is in dotted decimal notation. |
fault-detection-only |
Specifies the BFD CV Type as 0x04. |
- |
Usage Scenario
VCCV is a mechanism to detect and diagnose end-to-end faults on PWs. VCCV is, in its simplest description, a control channel between a PW's ingress and egress over which connectivity verification messages can be sent. A Label Mapping packet uses the BFD CV Type field to indicate whether a PW supports BFD fault detection. The BFD CV Type can be 0x04, 0x08, or 0x10. By default, the BFD CV Type is 0x08. If a remote peer does not support the 0x08 BFD CV Type, run the mpls l2vpn vccv bfd-cv-negotiation command to change the BFD CV Type in the Label Mapping packet.
Configuration Impact
If the BFD CV Type used during the negotiation of a PW changes after the mpls l2vpn vccv bfd-cv-negotiation command is configured, the PW will be re-established, and services will be temporarily interrupted.
Precautions
<HUAWEI> system-view [~HUAWEI] mpls [*HUAWEI-mpls] quit [*HUAWEI] mpls l2vpn [*HUAWEI-l2vpn] mpls l2vpn vccv bfd-cv-negotiation ach-fault-detection-only peer 10.10.10.10 enable
<HUAWEI> system-view [~HUAWEI] mpls [*HUAWEI-mpls] quit [*HUAWEI] mpls l2vpn [*HUAWEI-l2vpn] mpls l2vpn vccv bfd-cv-negotiation fault-detection-only peer 10.10.10.10 enable