Configuring Ethernet Switch Ports
Physical openings where data cables are plugged into connect
the devices are Switch ports. According to the requirements the switch port
type should be configured considering the factors like speed, mode, network
architecture, and functionality.
Switch Ports Configuration |
Switch>enable
Switch# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch (config) #hostname Networking2
Networking2 (config) #interface fastEthernet 0/1
Networking2 (config-if) #speed?
Switch Speed Options |
Networking2 (config-if) #speed auto
Networking2 (config-if) #exit
Networking2 (config) #
When the process of
IEEE auto-negotiation works on both devices, both devices agree to support the
fastest speed. Additionally, the concept of half and full-duplex mode used here
means full-duplex is used if it is supported by both devices and in half-duplex
it is not. However, if one device is using auto-negotiation and the other is
disabled, then the auto-negotiation device chooses the default duplex setting
based on the current speed.
The default setting is as follows:
Networking2
(config) #interface fastEthernet 0/1
Networking2 (config-if) #duplex?
Switch Mode Options |
Networking2 (config-if) #duplex full
Networking2 (config-if) #
Networking2 (config-if) #end
Networking2#
Networking2#
show interfaces fastEthernet 0/1
Switch Interfaces |
Search Tags
- How do I configure an Ethernet switch?
- How do I configure a switch port?
- How do Ethernet switch ports work?
- How to configure access port on Cisco switch
0 Comments