Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
The examples below show various ways to configure trunk ports.
Configure port fx 0/1 and fx 0/2 as trunk ports.
SMIS# configure terminal
SMIS(config)# interface range fx 0/1-2
SMIS(config-if)# switchport mode trunk
SMIS(config-if)# exit
Configure port channel 1 as a trunk port.
SMIS# configure terminal
SMIS(config)# interface po 1
SMIS(config-if)# switchport mode trunk
SMIS(config-if)# exit
3.8.2.1 Allowed VLANs on a Trunk
By default, all the VLANs configured on a switch are allowed on the trunk interfaces. However, there may
be some cases where users would like to limit the number of VLANs carried on the trunk ports. This can be
configured by following the steps below.
Enters the configuration mode
interface <interface-type> <interface-id>
or
interface range <interface-type> <interface-id>
….
Enters the interface mode.
interface-type – may be any of the
following:
fx-ethernet – fx
cx-ethernet – cx
port-channel – po
interface-id is in slot/port format for all
physical interfaces. It may be a port
channel identifier for port channel
interfaces.
To configure multiple interfaces, use
the “interface range …” command. To
provide a range, use a hypen (-)
between the start and end interface
numbers.
E.g.: int range fx 0/1-10
To provide multiple interfaces or
ranges, separate with a comma (,).
E.g.: int range fx 0/1-10, fx 0/20
Sets the port mode as trunk port.
Use any one of the below steps 4a to 4f based on
The vlan-list parameter used in the