Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
ranges, separate with a comma (,).
E.g.: int range fx 0/1-10, fx 0/20
Sets the port mode as a hybrid port.
switchport pvid <vlan-id>
Configures the PVID for this interface.
The VLANs identifiers could be any
VLAN number from 1 to 4069.
The VLAN provided in this command
must exist in the switch. If the VLAN
does not exist, create it first.
This command accepted only when the
show vlan port config port <iftype> <ifnum>
show running-config
Displays the configured VLAN and ports
information.
Optional step – saves this VLAN
configuration to be part of startup
The “ports …” command can be used only for the ports in “hybrid” mode.
The “switchport pvid ...” command will be accepted only when a port is in “hybrid” mode.
A port can be configured as a tagged port for multiple VLANs.
A port can be configured as an untagged port for multiple VLANs. This is useful for MAC
based VLANs. For a port based VLAN configuration, having a port as untagged in multiple
VLANs is not a recommended configuration as all the received untagged packets can be
associated with only one PVID of that port. In a MAC based VLAN, the received untagged
packets will be matched to different VLANs based on the MAC address on the packet.
The examples below show various ways to configure hybrid ports.
Configure a VLAN 10 with ports fx 0/1 to fx 0/10 as untagged ports and add port cx 0/1 as a tagged port
to this VLAN.
SMIS# configure terminal
SMIS(config)# vlan 10
SMIS(config-vlan)# ports fx 0/1-10 untagged
SMIS(config-vlan)# ports cx 0/1 tagged
SMIS(config-vlan)# exit
SMIS(config)# interface range fx 0/1-10
SMIS(config-if)# switchport mode hybrid