Alcatel-Lucent 6850-48 ネットワークガイド

ページ / 1162
VLAN Stacking Application Example
Configuring VLAN Stacking
page 9-22
OmniSwitch AOS Release 6 Network Configuration Guide
September 2009
VLAN Stacking Configuration Example
This section provides a tutorial for configuring the sample application, as illustrated on 
, using 
VLAN Stacking Ethernet services. This tutorial assumes that both provider edge switches (PE1 and PE2) 
are operating in the VLAN Stacking service mode. 
Configure SVLAN 100 and SVLAN 200 on PE1 and PE2 switches using the 
command.
-> ethernet-service svlan 100
-> ethernet-service svlan 200
Configure two VLAN Stacking services on PE1 and PE2 using th
 
command. Configure one service with the name “CustomerA” and the other service with the name 
“Customer B”. Assign “CustomerA” service to SVLAN 100 and “CustomerB” service to SVLAN 200. 
-> ethernet-service service-name CustomerA svlan 100
-> ethernet-service service-name CustomerB svlan 200
Configure port 3/1 on PE1 and PE2 as VLAN Stacking NNI ports using the 
 
command. Associate each port with both SVLAN 100 and SVLAN 200.
-> ethernet-service svlan 100 nni 3/1
-> ethernet-service svlan 200 nni 3/1
Configure a VLAN Stacking SAP with ID 20 on PE1 and PE2 using th
. Associ-
ate the SAP with the “CustomerA” service.
-> ethernet-service sap 20 service-name CustomerA
Configure a VLAN Stacking SAP with ID 30 on PE1 and PE2 using th
 
command. Associate the SAP with the “CustomerB” service.
-> ethernet-service sap 30 service-name CustomerB
Configure port 1/1 on PE1 and PE2 as a VLAN Stacking UNI port and associate 1/1 with SAP 20 
using the 
 command.
-> ethernet-service sap 20 uni 1/1
Configure port 2/1 on PE1 and PE2 as a VLAN Stacking UNI port and associate 2/1 with SAP 30 
using the 
 command.
-> ethernet-service sap 30 uni 2/1
Configure SAP 20 on PE1 and PE2 to accept all customer traffic on UNI port 1/1 using the 
-> ethernet-service sap 20 cvlan all
Configure SAP 30 on PE1 and PE2 to accept only customer traffic that is tagged with CVLAN 10 
using the 
 command.
-> ethernet-service sap 30 cvlan 10