Skip to main content

VLAN Steup

Show Existing VLANs
show vlan

Screenshot_2023-12-06_210728.png

Create VLAN
vlan VLAN_ID name VLAN_Name

Screenshot 2022-02-01 004317.png

Tag Ports
tagged ethernet 1/1/2

Screenshot 2022-02-01 004437.png

Untag Ports
untag ethernet 1/1/11

Screenshot 2022-02-03 003423.png

Undo a tag or untag port

Use no before the above commands:

no untag interface ethernet 1/1/5

Screenshot_2023-12-06_210921.png

Remove all VLAN config (except Native VLAN) from one interface
interface ethernet 1/1/7
vlan-config remove all

Screenshot 2022-07-05 001519.png