Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
interface range <interface-type><interface-id> ….
interface-type – may be any of the
following:
fx-ethernet – fx
cx-ethernet – cx
interface-id is in slot/port format for all
physical interfaces.
To configure multiple interfaces, use
the “interface range …” command. To
provide a range use a hyphen (-)
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
If multiple interfaces are provided, the
next step will perform the particular
configuration on all these interfaces.
flowcontrol { send | receive} { on | off }
Send – The port can send pause frames
but cannot receive pause frames from a
connected device.
Receive – The port cannot send pause
frames but can receive pause frames
from a connected device.
On – Enable flow control
Off - Disable flow control
Exits the configuration mode.
show flow-control [ interface <interface-
type><interface-id>]
Displays the Interface Flow control
configuration.
Optional step – saves this configuration
to be part of startup configuration.
The example below shows the commands used to configure Flow Control.
SMIS# configure terminal
SMIS(config)# interface fx 0/22
SMIS(config-if)# flowcontrol send on
SMIS(config-if)# end
SMIS# show flow-control interface fx 0/22