9 vpls-peer – CANOGA PERKINS 9171 Command Reference User Manual
Page 524

CanogaOS Command Reference
29-6
Defaults
This command has no default settings.
Examples
In the following example, the no vpls-mtu command is used to unset mtu for
VPLS instance:
Switch# configure terminal
Switch (config)#mpls vpls vpls1 1
Switch (config-vpls)#
no vpls-mtu
Related Commands
vpls-mtu
29.9 vpls-peer
Use this command to add a remote PE for VPLS instance.
Note:
If configure this command use key word – manual, the PW to this
peer will not issue by LDP or BGP, otherwise, the PW issued by
LDP or BGP, can not create PW fib manually.
Command Syntax
vpls-peer A.B.C.D {raw | tagged} [manual]
Syntax Description
A.B.C.D
IP address of the peer node to be added.
raw
Set Peer Virtual Circuits type to Raw mode.
tagged
Set Peer Virtual Circuits type to Tagged mode.
manual
PW for peer will created manually.
Command Mode
VPLS mode
Defaults
This command has no default settings.
Examples
In the following example, the vpls-peer command is used to add a remote PE
for VPLS instance:
Switch# configure terminal
Switch (config)#mpls vpls vpls1 1
Switch (config-vpls)#
vpls-peer 100.100.100.1 raw manual