Configuring VLANs
Use the following steps to add VLANs to a physical port interface.
Using the GUI:
- Go to Switch > Interface > Physical.
- On the Physical Port Interfaces page, select a port and then select Edit.
- Give the VLAN an appropriate name.
- In the Native VLAN field, enter the identifier for the native VLAN of the port.
- In the Allowed VLANs field, enter one or more identifiers for the allowed VLANs for the port. Separate multiple numbers with commas without any space. For example,
2,4,8-10
. - In the Untagged VLANs field, enter one or more identifiers for the untagged VLANs for the port. Separate multiple numbers with commas without any space. For example,
2,4,8-10
. - Select OK.
Using the CLI:
config switch interface
edit <port>
set native-vlan <vlan>
set allowed-vlans <vlan> [<vlan>] [<vlan> - <vlan>]
set untagged-vlans <vlan> [<vlan>] [<vlan> - <vlan>]
end