Configuring general port settings
Using the GUI:
- Go to Switch > Port > Physical.
- Select the port to update and then select Edit.
- Enter an optional description of the port in the Description field.
- Select Up or Down for the Administrative Status.
- Select Update to save your changes.
Using the CLI:
config switch physical-port
edit <port_name>
set status {up | down}
set description <string>
set max-frame-size <bytes_int>
end
General port settings include:
status
—Administrative status of the portdescription
—Text description for the portmax-frame-size
—Maximum frame size in bytes (between 68 and 9216)
NOTE: For the eight models in the FS-1xxE series, the max-frame-size
command is under the config switch global
command.