VLAN Stacking Application Example Configuring VLAN Stacking
page 33-24 OmniSwitch AOS Release 7 Network Configuration Guide June 2013
10 Create a SAP profile on PE1 and PE2 that will map the inner CVLAN tag 802.1p value to the outer
SVLAN tag using the ethernet-service sap-profile command.
-> ethernet-service sap-profile map_pbit priority map-inner-to-outer-p
11 Associate the “map_pbit” profile to SAP 30 using the ethernet-service sap sap-profile command.
This profile will only apply to Customer B traffic, so it is not necessary to associate the profile with SAP
20.
-> ethernet-service sap 30 sap-profile map_pbit
12 Verify the VLAN Stacking service configuration using the show ethernet-service command.
-> show ethernet-service
Service Name : CustomerA
SVLAN : 100
NNI(s) : 3/1
SAP Id : 20
UNIs : 1/1
CVLAN(s) : all
sap-profile : default-sap-profile
Service Name : CustomerB
SVLAN : 200
NNI(s) : 3/1
SAP Id : 10
UNIs : 2/1
CVLAN(s) : 10
sap-profile : map_pbit
-> show ethernet-service
Service Name : CustomerABC
SVLAN : 255
NNI(s) : 1/22
SAP Id : 10
UNIs : 2/10, 2/11
CVLAN(s) : 500, 600
sap-profile : default-sap-profile
-> show ethernet-service service-name CustomerABC
Service Name : CustomerABC
SVLAN : 255
NNI(s) : 1/22
SAP Id : 10
UNIs : 2/10, 2/11
CVLAN(s) : 500, 600
sap-profile : default-sap-profile
The following is an example of what the sample configuration commands look like entered sequentially on
the command line of the provider edge switches:
-> ethernet-service svlan 100
-> ethernet-service service-name CustomerA svlan 100
-> ethernet-service svlan 100 nni port 3/1