C613-50055-01 REV A Command Reference for x230 Series Edge Switches 307
AlliedWare Plusâ„¢ Operating System - Version 5.4.5-0.x
INTERFACE COMMANDS
SHUTDOWN
shutdown
Overview This command shuts down the selected interface. This administratively disables
the link and takes the link down at the physical (electrical) layer.
Use the no variant of this command to disable this function and therefore to bring
the link back up again.
Syntax
shutdown
no shutdown
Mode Interface Configuration
Example The following example shows the use of the shutdown command to shut down
port1.0.2.
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# shutdown
The following example shows the use of the no shutdown command to bring up
port1.0.2.
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# no shutdown
The following example shows the use of the shutdown command to shut down
vlan2.
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# shutdown
The following example shows the use of the no shutdown command to bring up
vlan2.
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# no shutdown