C613-50170-01 Rev B
Command Reference for x510 Series
481
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
I
NTERFACE
C
OMMANDS
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
Usage
If you shutdown an aggregator, the device shows the admin status of the
aggregator and its component ports as “admin down”. While the aggregator is
down, the device accepts
shutdown
and
no shutdown
commands on
component ports, but these have no effect on port status. Ports will not come up
again while the aggregator is down.
Example
To shut down port1.0.2, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
shutdown
To bring up port1.0.2, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
no shutdown
To shut down vlan2, use the commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
shutdown
To bring up vlan2, use the commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
no shutdown