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.
Command Syntax
vpls-peer A.B.C.D ((tunnel-id <1-65535> (forward|reverse|))|) manual
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
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: 10/17/2023