9-20
Catalyst 2950 Desktop Switch Software Configuration Guide
78-14982-01
Chapter 9 Configuring the Switch Interfaces
Monito ring and Maint aining the Interfaces
Use the no shutdown interface configuration command to restart the interface.
This exam ple sh ows how to shut down Fast Ethe rnet in terfa ce 0 / 5:
Switch# configure terminal
Switch(config)# interface fastethernet0/5
Switch(config-if)# shutdown
Switch(config-if)#
*Sep 30 08:33:47: %LINK-5-CHANGED: Interface FastEthernet0/5, changed state to a
administratively down
This exampl e shows how to re-ena ble Fast Ethern et int erface 0/5:
Switch# configure terminal
Switch(config)# interface fastethernet0/5
Switch(config-if)# no shutdown
Switch(config-if)#
*Sep 30 08:36:00: %LINK-3-UPDOWN: Interface FastEthernet0/5, changed state to up
To ver ify that an i nterface is disabled, e nter the sho w interfaces privileged EXEC command. A disabled
interface is shown as administratively down in the show interfaces command ou tput .
The shutdown command shuts down the LRE link when applied to an LRE inte rface. To shut down the
Fast Ethernet port(s) on t he CPE device use this command in in terface con figuration sco pe:
cpe shutdown [port <num>]
Step 4 end Return to privileged EXEC mode.
Step 5 show running-config Verify yo ur e nt ry.
Command Purpose