Skip to main content

Switch Interface Configuration Continued

To enter an interface from Global Configuration mode type the INTERFACE command from the prompt: Switch(config)# where Switch is the hostname

INTERFACE FASTETHERNET 0/7 or INTERFACE FA 0/7

This will enter the Fast Ethernet Interface 0/7. The prompt will change to reflect that you are now standing in interface mode.

Each interface can then be configured via the Interface mode prompt: Switch(config-if)#

SHUTDOWN

This disables the specified interface. When an interface has been shutdown it is shown as ADMINISTRATIVELY DOWN.

DUPLEX HALF

This will configure half Duplex operation

Alternatives include: FULL configures full duplex operation and AUTO configures auto-negotiation (default)

SPEED 100

This will configure the speed for this interface, in this example 100 Mbps

Alternatives include: 10 to force 10 Mbps operation, 1000 to force 1000 Mbps operation (not available on this port) and AUTO to enable auto-negotiation (default setting)

NO SHUTDOWN

Enables the specified Interface making it operational

EXIT

To exit interface configuration and return to Global Configuration mode Switch(Config)#