Configuring a VPLS Service with CLI
Page 318 7210 SAS M Services Guide
Configuring a VPLS SAP
A default QoS policy is applied to each ingress SAP. Additional QoS policies can be configured in 
the config>qos context. There are no default filter policies. Filter policies are configured in the 
config>filter context and must be explicitly applied to a SAP. 
VPLS SAP Use the following CLI syntax to create:
• Local VPLS SAPs on page 318
• Distributed VPLS SAPs on page 319
Local VPLS SAPs
To configure a local VPLS service, enter the sap sap-id command twice with different port IDs in 
the same service configuration.
*A:ALA-1>config>service# info
----------------------------------------------
       vpls 1150 customer 1 create
            fdb-table-size 1000
            fdb-table-low-wmark 5
            fdb-table-high-wmark 80
            local-age 60
            stp
                shutdown
            exit
            sap 1/1/1:1155 create     
            exit
            sap 1/1/2:1150 create
            exit
            no shutdown
        exit
----------------------------------------------
*A:ALA-1>config>service#