Alcatel-Lucent 6850-48 网络指南

下载
页码 1162
Configuring VLAN Stacking
Quick Steps for Configuring VLAN Stacking
OmniSwitch AOS Release 6 Network Configuration Guide
September 2009
page 9-9
Quick Steps for Configuring VLAN Stacking
The following steps provide a quick tutorial for configuring a VLAN Stacking service:
Create a VLAN Stacking VLAN (SVLAN) 1001 using the 
-> ethernet-service svlan 1001 
Create a VLAN Stacking service and associate the service with SVLAN 1001 using the 
-> ethernet-service service-name CustomerA svlan 1001
Configure port 3/1 as a VLAN Stacking Network Network Interface (NNI) port and associate the port 
with SVLAN 1001 using th
 command.
->
 
ethernet-service svlan 1001 nni 3/1
Create a VLAN Stacking Service Access Point (SAP) and associate it to the “CustomerA” service 
using the 
-> ethernet-service sap 10 service-name CustomerA
Configure port 1/49 as a VLAN Stacking User Network Interface (UNI) port and associate the port 
with SAP ID 10 using th
 command. 
->
 
ethernet-service sap 10 uni 1/49
Associate traffic from customer VLANs (CVLAN) 10 and 20 with SAP 10 using the 
-> ethernet-service sap 10 cvlan 10
-> ethernet-service sap 10 cvlan 20
(Optional) Create a SAP profile that applies an ingress bandwidth of 10, translates the CVLAN tag, 
and maps the CVLAN priority to the SVLAN priority using th
-> ethernet-service sap-profile sap-video1 ingress-bandwidth 10 cvlan translate 
priority map-inner-to-outer-p
(Optional) Associate the “sap-video1” profile with SAP 10 using the 
command. 
-> ethernet-service sap 10 sap-profile sap-video1
(Optional) Create a UNI port profile to block GVRP and STP control frames received on UNI ports 
using the 
 command.
-> ethernet-service uni-profile uni_1 l2-protocol stp gvrp discard
10 (Optional) Associate the “uni_1” profile with port 1/49 using th
command. 
-> ethernet-service uni 1/49 uni-profile uni_1