|
|
1 |
If required, login to the VLNC6x.
Result:
The User EXEC prompt [(ALU switching)>] displays.
|
2 |
From the User EXEC prompt, enter enable to enter the Privileged EXEC mode.
Result:
The Privileged EXEC prompt [(ALU switching)#] displays.
|
3 |
From the Privileged EXEC mode, enter vlan database to enter the VLAN Config mode.
Example: (ALU Switching)# vlan database.
|
4 |
From the VLAN Config mode, enter vlan <vlanid> where vlanid is a value in the range of 2-3965.
Example: (ALU Switching) (VLAN)# vlan 10
Enter exit to return to the Privileged EXEC mode.
|
5 |
From the Privileged EXEC mode, enter config to enter the Global Config Mode.
Example: (ALU Switching)# config.
|
6 |
From the Global Config mode, enter interface <interface-number>, to enter the Interface Config Mode where “interface-number” is a number in the range of d{1-2}-{1-2} for the Ethernet port you are provisioning.
Example: (ALU Switching)(Config)# interface d1-1.
|
7 |
From the Interface Config Mode, enter vlan participation include <vlanid> where:
Example: (ALU Switching) (Interface d1-1)# vlan participation include 10.
|
8 |
Configure the tagging behavior for the specific interface in a VLAN to enabled. If tagging is enabled, traffic is transmitted as tagged frames. If tagging is disabled, traffic is transmitted as untagged frames.
From the Interface Config Mode, enter vlan tagging <vlanid> where vlanid is the same as specified in the vlan participation command in the previous step.
Example: (ALU Switching) (Interface d1-1)# vlan tagging 10.
Enter exit to exit the Interface Config Mode.
End of steps |