VLAN Assignation
Requirements¶
- Serial / SSH connection to the switch
- VLAN for the interfaces(s)
- Interface(s) to assign the VLAN
Tasks¶
-
Login to the switch
-
Enter System Mode:
system-view -
Create the VLAN:
vlan XX -
List the interfaces:
display interface brief -
Configure interfaces as Trunk and allow the VLAN:
interface range INTERFACE1 to INTERFACE2[e.g. 25GE1/0/1 to 25GE1/0/4]port link-type trunkport trunk allow-pass vlan 70 -
Save changes:
save -
Verify the configuration:
display interface PORT1display vlan XX