Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
3. Aggregate ports Fx 0/20 and Fx 0/21 statically.
SMIS# configure terminal
# Create all the required VLANs first
SMIS(config)# vlan 10,20
SMIS(config-vlan)# exit
# Create the port channel 1 interface
SMIS(config)# int port-channel 1
SMIS(config-if)# exit
Add member ports to the port channel 1 interface SMIS(config)# int range cx 0/3-4
SMIS(config-if)# channel-group 1 mode active
SMIS(config-if)# exit
# Configure the VLAN requirements for the port channel 1 interface
SMIS(config)# int port-channel 1
SMIS(config-if)# switchport mode trunk
SMIS(config-if)# switchport trunk native vlan 20
SMIS(config-if)# exit
# Create the port channel 2 interface
SMIS(config)# int port-channel 2
SMIS(config-if)# exit
# Add member ports to the port channel 2 interface
SMIS(config)# int range fx 0/20-21
SMIS(config-if)# channel-group 2 mode on
SMIS(config-if)# exit
# Create the port channel 3 interface
SMIS(config)# int port-channel 3
SMIS(config-if)# exit