mpls l2-circuit
Use this command to create an instance of an MPLS layer 2 virtual circuit, without specifying a group to which the VC belongs. Refer to
group-name for information on how to create an MPLS “with” a specific group. A Layer-2 MPLS Virtual Circuit instance may be bound to any interface on the router; however, only one interface may be bound to a Layer-2 circuit at a time.
Use the no parameter with this command to delete an instance of an MPLS Layer-2 Virtual Circuit.
Command Syntax
mpls l2-circuit NAME <1-4294967295> A.B.C.D
mpls l2-circuit NAME <1-4294967295> A.B.C.D mode raw
mpls l2-circuit NAME <1-4294967295> A.B.C.D mode tagged
no mpls l2-circuit NAME <1-4294967295> A.B.C.D
Parameters
NAME
String identifying the MPLS Layer-2 virtual circuit
<1-4294967295>
A 32-bit identifier to which the L2 circuit name should be mapped
A.B.C.D
IPv4 address for the MPLS L2 virtual circuit end-point
Default
By default, mpls l2-circuit is disabled
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#configure terminal
(config)#mpls l2-circuit mycircuit 45678 1.2.3.4
Last modified date: 10/17/2023