Configuring a VPLS Service with CLI
Page 386 7750 SR OS Services Guide
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 386
• Distributed VPLS SAPs on page 387
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.
Example:config>service# vpls 9001 customer 6 create
config>service>vpls# sap 1/2/2:0 create
config>service>vpls>sap$ no shutdown
config>service>vpls>sap# description "SAP for local service"
config>service>vpls>sap# exit
config>service>vpls# sap 1/1/5:0 create
config>service>vpls>sap$ no shutdown
config>service>vpls>sap# description "SAP for local service"
config>service>vpls>sap# exit
The following example displays the 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#