OcNOS-SP : Multi-Protocol Label Switching Guide : Multi-Protocol Label Switching Command Reference : L2VPN over L2 Subinterface Commands : mpls-l2-circuit
mpls-l2-circuit
Use this command to bind am mpls-l2-circuit to an L2 subinterface
Use the no form of this command to unbind an mpls-l2-circuit from an L2 subinterface
Command Syntax
mpls-l2-circuit NAME (primary | secondary)
no mpls-l2-circuit NAME
Parameters
NAME
A string identifying the MPLS Layer-2 Virtual Circuit
primary
Identify L2 circuit as the primary link
secondary
Identify L2 circuit as the secondary link; the secondary link is not activated unless the primary link fails
Command Mode
access-if-vpws mode
Applicability
This command w as introduced in OcNOS version 5.0.
Examples
#configure terminal
(config)#interface xe1.1 switchport
(config-if)#access-if-vpws
(config-acc-if-vpws)#mpls-l2-circuit vc1 primary
(config-acc-if-vpws)#mpls-l2-circuit vc2 secondary
(config-acc-if-vpws)#end
Last modified date: 10/17/2023