Shutdown – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 334

Interface Commands
Software Reference for x310 Series Switches
12.14
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
shutdown
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
.
The following example shows the use of the no shutdown command to bring up
port1.0.2
.
The following example shows the use of the shutdown command to shut down vlan2.
The following example shows the use of the no shutdown command to bring up
vlan2
.
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
shutdown
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
no shutdown
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
shutdown
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
no shutdown