Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
SMIS(config-if)# end
Create a static port channel having MTU 9000 with member ports cx 0/1 and cx 0/2. Also configure this
port channel as a trunk interface to carry all the VLANs configured in the switch.
SMIS# configure terminal
SMIS(config)# interface port-channel 10
SMIS(config-if)# mtu 9000
SMIS(config-if)# switchport mode trunk
SMIS(config-if)# exit
SMIS(config)# int range cx 0/1-2
SMIS(config-if)# channel-group 10 mode on
SMIS(config-if)# end
4.6.2 Modifying Port Channels
4.6.2.1 Modifying Port Channel Parameters
After a port channel is created, users can modify the port channel configuration for description, MTU,
VLAN, and spanning tree parameters. Users should not modify these parameters on port channel member
ports directly. Instead, these parameters should be configured on port channel interfaces.
To modify port channel parameters, follow the same steps used to create the port channels as explained in
the Creating Port Channel Interfaces section.
The example below shows the steps to modify the parameters of a port channel interface.
Modify port channel 10 as a trunk interface to allow VLANs 100 to 200 with a native VLAN 100.
SMIS# configure terminal
SMIS(config)# interface port-channel 10
SMIS(config-if)# switchport mode trunk
SMIS(config-if)# switchport trunk allowed vlan 100-200
SMIS(config-if)# switchport trunk native vlan 100
SMIS(config-if)# exit
4.6.2.2 Modifying Port Channel Member Ports
Users can add or remove member ports to the existing port channels. Users can also modify the port
modes for member ports.
4.6.2.3 Adding New Member Ports
To add new member ports to an existing port channel, follow the same steps explained in the Adding
Member Ports to Port Channels section.
The example below shows the steps necessary to add a new member port to an existing port channel
interface.
Add port fx 0/3 to static port channel interface 10.
SMIS# configure terminal
SMIS(config)# int fx 0/3
SMIS(config-if)# channel-group 10 mode on