OcNOS-SP : Multi-Protocol Label Switching Guide : Multi-Protocol Label Switching Command Reference : Virtual Private LAN Service Commands : vpls-peer manual
vpls-peer manual
Use this command to statically configure a VPLS peer. Because this command is not used in signaling mode, no signaling is used to set up the virtual circuit. At least one such peer configuration is required for every VPLS instance.
Use the no parameter with this command to remove a statically configured VPLS 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 ((tunnel-id <1-5000>) | (tunnel-name TNLNAME) |) (manual|)
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
tunnel-name
Tunnel name of the MPLS LSP (or Layer 2 Tunnel) to be used
TUNNELNAME
Identifying name for Tunnel
Default
By default, vpls peer A.B.C.D manual is disabled
Command Mode
VPLS mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#mpls vpls test 100
(config-vpls)#vpls-peer 97.97.97.97 manual
(config-vpls)#vpls-peer 97.97.97.97 tunnel-id 24 manual
(config-vpls)#exit
(config)#exit
Last modified date: 07/17/2023