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.
Use the no parameter to delete a VPLS tunnel mapping for a specific peer to delete/unmap tunnel-id, tunnel-name or tunnel-select-policy for a vpls-peer.
Command Syntax
vpls-peer A.B.C.D ((agi NAME saii NAME taii NAME) |) ((tunnel-id <1-5000>) | (tunnel-name TNLNAME) |) ((tunnel-select-policy TNLPOLICYNAME)|)
no vpls-peer A.B.C.D ((tunnel-id | tunnel-name | tunnel-select-policy) |)
Parameters
A.B.C.D
The address of a VPLS peer node to which a mesh virtual circuit is to be created
tunnel-id
Static Tunnel Identifier
<1-5000>
Identifying value for Tunnel-id
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
tunnel-name
Tunnel name of the MPLS LSP (or Layer 2 Tunnel) to be used
TUNNELNAME
Identifying name for Tunnel
tunnel-select-policy
Tunnel selection policy
TNLPOLICYNAME
Name of tunnel policy
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: 07/17/2023