Configuring a VPLS Service with CLI
Page 296 7210 SAS-X, R6 OS Services Guide
Creating a VPLS Service
Use the following CLI syntax to create a VPLS service:
config>service# vpls service-id [customer customer-id] [cre-
ate] [vpn vpn-id] [m-vpls] description description-string
no shutdown
The following example displays a VPLS configuration:
*A:ALA-1>config>service>vpls# info
----------------------------------------------
...
vpls 1000 customer 1 create
description "This is a VPLS with NULL SAP"
stp
shutdown
exit
no shutdown
exit
vpls 2000 customer 6 create
description "This is a Distributed VPLS with DOT1Q SAP"
stp
shutdown
exit
no shutdown
exit
...
----------------------------------------------
*A:ALA-1>config>service>vpls#