Virtual Private LAN Services
7750 SR OS Services Guide Page 437
Modifying Management VPLS Parameters
To modify the range of VLANs on an access port that are to be managed by an existing
management VPLS, first the new range should be entered and afterwards the old range removed.
If the old range is removed before a new range is defined, all customer VPLS services in the old
range will become unprotected and may be disabled.
CLI Syntax: config>service# vpls service-id
sap sap-id
managed-vlan-list
[no] range vlan-range
Example
: config>service# vpls 1
config>service>vpls# sap 1/1/1:1
config>service>vpls>sap# managed-vlan-list
config>service>vpls>vlan-list# range 100-800
config>service>vpls>vlan-list# no range 100-1000
config>service>vpls>vlan-list# exit
config>service>vpls>sap# exit
config>service>vpls# exit
Deleting a Management VPLS
As with normal VPLS service, a management VPLS cannot be deleted until SAPs and SDPs are
unbound (deleted), interfaces are shutdown, and the service is shutdown on the service level.
Use the following CLI syntax to delete a management VPLS service:
CLI Syntax: config>service
[no] vpls service-id
shutdown
[no] mesh-sdp sdp-id
shutdown
[no] sap sap-id
shutdown
Example
: config>service# vpls 1
config>service>vpls# sap 1/1/1:1
config>service>vpls>sap# shutdown
config>service>vpls>sap# exit
config>service>vpls# no sap 1/1/1:1
config>service>vpls# shutdown
config>service>vpls# exit
config>service# no vpls 1