Configuring SVI Autostate Exclude
SUMMARY STEPS
1.
configure terminal
2.
interface interface-id
3.
switchport autostate exclude
4.
end
5.
show running config interface interface-id
DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.configure terminal
Example:
Switch# configure terminal
Step 1
Specifies a Layer 2 interface (physical port or port channel),
and enter interface configuration mode.
interface interface-id
Example:
Switch(config)# interface gigabitethernet1/0/2
Step 2
Excludes the access or trunk port when defining the status
of an SVI line state (up or down)
switchport autostate exclude
Example:
Switch(config-if)# switchport autostate
Step 3
exclude
Returns to privileged EXEC mode.end
Example:
Switch(config-if)# end
Step 4
(Optional) Shows the running configuration.
show running config interface interface-id
Step 5
Verifies the configuration.
Catalyst 2960-XR Switch Interface and Hardware Component Configuration Guide, Cisco IOS Release 15.0(2)EX1
OL-29420-01 33
Configuring Interface Characteristics
Configuring SVI Autostate Exclude