Virtual Private LAN Services
7750 SR OS Services Guide Page 525
Configuring a VPLS SAP
A default QoS policy is applied to each ingress and egress 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 525
• Distributed VPLS SAPs on page 526
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.
The following example displays a local VPLS configuration:
*A:ALA-1>config>service# info
----------------------------------------------
...
vpls 90001 customer 6 create
description "Local VPLS"
stp
shutdown
exit
sap 1/2/2:0 create
description "SAP for local service"
exit
sap 1/1/5:0 create
description "SAP for local service"
exit
no shutdown
exit
----------------------------------------------
*A:ALA-1>config>service#