Command Reference Interface Commands
Configuration
Examples
Ruijie(config)# interface gigabitethernet 1/1
Ruijie(config-if)# mtu 9216
Related
Commands
Command Description
show interfaces
Show the interface information.
Platform
Description
N/A
shutdown
Use the shutdown command in the interface configuration mode to disable an interface. Use the no
form of the command to enable a disabled port.
shutdown
no shutdown
Parameter
Description
Parameter Description
N/A N/A
Defaults
N/A
Command
Mode
Interface configuration mode
Usage Guide
Use this command to stop the forwarding on the interface (Gigabit Ethernet interface, Aggregate port
or SVI). You can enable the port with the no shutdown command. If you shut down the interface, the
configuration of the interface exists, but does not take effect. You can view the interface status by
using the show interfaces command.
If you use the script to run no shutdown frequently and rapidly, the system may prompt
the interface status reversal.
Configuration
Examples
Shut down Ap 1:
Ruijie(config)# interface aggregateport 1
Ruijie(config-if)# shutdown
Enable Ap 1:
Ruijie(config)# interface aggregateport 1
Ruijie(config-if)# no shutdown