OcNOS-SP : Multi-Protocol Label Switching Guide : Multi-Protocol Label Switching Command Reference : Virtual Private LAN Service Commands : vpls-peer
vpls-peer
Use this command to add a peer to a VPLS domain. This command triggers Label Distribution Protocol (LDP) signaling by default.
Use the no parameter to delete a VPLS virtual circuit for a specific peer.
Command Syntax
vpls-peer A.B.C.D ((agi NAME saii NAME taii NAME)|)   ((tunnel-id <1-65535> (forward|reverse|))|)
no vpls-peer A.B.C.D
Parameters
A.B.C.D
The address of a VPLS peer node to which a mesh virtual circuit is to be created
tunnel-id
The tunnel-identifier
<1-65535>
Tunnel ID within this range
forward
Tunnel direction - forward tunnel identifier (default setting)
reverse
Tunnel direction - reverse tunnel identifier
A.B.C.D
IPv4 Address for end-point for FEC129 MPLS Layer-2 Virtual Circuit
agi
Specify the value used for the AGI in FEC129 MPLS Layer-2 Virtual Circuit
NAME
AGI value for FEC129 MPLS Layer-2 Virtual Circuit
saii
Specify the value used for the SAII in FEC129 MPLS Layer-2 Virtual Circuit
NAME
SAII value for FEC129 MPLS Layer-2 Virtual Circuit
taii
Specify the value used for the TAII in FEC129 MPLS Layer-2 Virtual Circuit
NAME
TAII value for FEC129 MPLS Layer-2 Virtual Circuit
Default
By default, vpls peer is disabled
Command Mode
VPLS Signaling mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#mpls vpls test 100
(config-vpls)#signaling ldp
(config-vpls-sig)#vpls-peer 97.97.97.97
(config-vpls-sig)#vpls-peer 97.97.97.97 tunnel-id 24
(config-vpls)#exit
(config)#exit
 
Last modified date: 10/17/2023