XG700 User's Guide
120/266
All Rights Reserved, Copyright (C) PFU LIMITED 2005-2006
5.9.8 shutdown (Interface edit mode)
Function
Shuts down the ports so that they cannot be used.
Use the no form to enable the ports again.
Prompt
xg(config-if)#, or xg(config-agg)#
Command syntax
shutdown
no shutdown
Command type
Configuration command
Default
None
Example
Shut down switch port 3. Then, make it usable again.
xg(config)# interface port 3
xg(config-if)# shutdown
xg(config-if)# no shutdown
5.9.9 shutdown (Global configuration mode)
Function
Shuts down the ports from the global configuration mode so that they cannot be used.
Use the no form to enable the ports again.
Prompt
xg(config)#
Command syntax
shutdown port <1-12> [ <1-12> ]
no shutdown port <1-12> [ <1-12> ]
Parameter
port <1-12> [ <1-12> ]
Specifies the port number to shut down or enable.
When specifying multiple ports, list them separated with " " (space).
Command type
Configuration command
Default
None
Note
For shutting down by the aggregation group, use shutdown (interface edit mode).
Example
Shut down switch ports 3 and 4. Then, make them usable again.
xg(config)# shutdown port 3 4
xg(config)# no shutdown port 3 4