Cisco 3560x-24p 参考指南

下载
页码 1188
 
2-870
Catalyst 3750-X and 3560-X Switch Command Reference
OL-21522-02
Chapter 2    Catalyst 3750-X and 3560-X Cisco IOS Commands
switchport autostate exclude
switchport autostate exclude
Use the switchport autostate exclude interface configuration command to exclude an interface from the 
VLAN interface (switch virtual interface) line-state up or down calculation. Use the no form of this 
command to return to the default setting.
switchport autostate exclude 
no switchport autostate exclude
Note
This command is not supported on switches running the LAN base feature set.
Syntax Description
This command has no arguments or keywords.
Defaults
All ports in the VLAN are included in the VLAN interface link-up calculation.
Command Modes
Interface configuration
Command History
Usage Guidelines
Enter the switchport autostate exclude command on a Layer 2 access or trunk port belonging to an SVI.
A VLAN interface (SVI) is up if ports are forwarding traffic in the associated VLAN. When all ports on 
a VLAN are down or blocking, the SVI is down. For the SVI to be up, at least one port in the VLAN 
must be up and forwarding. You can use the switchport autostate exclude command to exclude a port 
from the SVI interface line-state up-or-down calculation. For example, you might exclude a monitoring 
port from the calculations so that the VLAN is not considered up when only the monitoring port is active.
When you enter the switchport autostate exclude command on a port, the command applies to all 
VLANs that are enabled on the port.
You can verify the autostate mode of an interface by entering the show interface interface-id 
switchport 
privileged EXEC command. If the mode has not been set, the autostate mode does not 
appear.
Examples
This example shows how to configure autostate exclude on an interface and to verify the configuration:
Switch(config)#interface gigabitethernet 1/0/1
Switch(config-if)#switchport autostate exclude
Switch(config-if)#end
Switch#show interface gigabitethernet1/0/1 switchport
Name: Gi1/0/1
Switchport: Enabled
Administrative Mode: dynamic auto
Release
Modification
12.2(53)SE2
This command was introduced.