Quick Steps for Configuring ERP with VLAN Stacking Configuring ERP
page 11-12 OmniSwitch AOS Release 7 Network Configuration Guide June 2013
Quick Steps for Configuring ERP with VLAN
Stacking
The following steps provide a quick tutorial for configuring ERP with VLAN Stacking:
1 Create a VLAN Stacking SVLAN 1001 using the ethernet-service svlan command.
-> ethernet-service svlan 1001
2 Create a VLAN Stacking service and associate the service with SVLAN 1001 using the ethernet-
service service-name command.
-> ethernet-service service-name CustomerA svlan 1001
3 Configure ports 1/1 and 1/2 as VLAN Stacking Network Network Interface (NNI) ports, associate the
ports with SVLAN 1001, and configure them for use with ERP using the ethernet-service svlan nni
command.
-> ethernet-service nni port 1/1
-> ethernet-service nni port 1/2
-> ethernet-service svlan 1001 nni port 1/1
-> ethernet-service svlan 1001 nni port 1/2
4 Create ERP ring ID 1 and associate the two NNI ports to the ring using the erp-ring command.
-> erp-ring 1 port1 1/1 port2 1/2 service-vlan 1001 level 5
5 Configure the RPL on one node using the erp-ring rpl-node command.
-> erp-ring 1 rpl-node port 1/1
6 Create additional SVLANs and add to the ring ports using the ethernet-service svlan command.
-> ethernet-service svlan 1002
-> ethernet-service svlan 1003
-> ethernet-service svlan 1002 nni port 1/1-2
-> ethernet-service svlan 1002 nni port 1/2-2
7 Enable the ERP ring configuration using the erp-ring enable command.
-> erp-ring 1 enable
8 Display the ERP configuration using the show erp command.
-> show erp