PurposeCommand or Action
Specifies the physical interface to be configured, and
enter interface configuration mode.
interface interface-id
Example:
Switch(config)# interface gigabitethernet1/0/1
Step 2
Configures the flow control mode for the port.flowcontrol {receive} {on | off | desired}
Example:
Switch(config-if)# flowcontrol receive on
Step 3
Returns to privileged EXEC mode.end
Example:
Switch(config-if)# end
Step 4
Verifies the interface flow control settings.
show interfaces interface-id
Example:
Switch# show interfaces gigabitethernet1/0/1
Step 5
(Optional) Saves your entries in the configuration
file.
copy running-config startup-config
Example:
Switch# copy running-config startup-config
Step 6
Configuring SVI Autostate Exclude
SUMMARY STEPS
1.
enable
2.
configure terminal
3.
interface interface-id
4.
switchport autostate exclude
5.
end
6.
show running config interface interface-id
7.
copy running-config startup-config
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
32
How to Configure Interface Characteristics