Switch Interfaces Configuration
Switch Interfaces Configuration
This lab will test your ability to configure speed, duplex, and vlan settings on a cisco switch
interfaces.
1. Connect to Switch0 using console interface and configure each Switch0 fastethernet
switchport for operation. Correct settings are :
- Port type : access port
- Speed : 100 Mbit/s
- Duplex mode : Full Duplex
- Autonegotiation disabled
2. PC "192.168.1.4" seems to be unable to ping other PCs in the network. Check switch
configuration.
TIP : How many broadcast domains are there in this network ?
4. Configure those two links as trunk lines without using trunk negotiation between switches
Network diagram
Solution
Connect to Switch0 using console interface and configure each Switch0 fastethernet
switchport for operation.
Switch(config)#interface FastEthernet0/1
Switch(config)#interface FastEthernet0/3
Switch(config)#interface FastEthernet0/4
PC "192.168.1.4" seems to be unable to ping other PCs in the network. Check switch
configuration.
Switch(config)#interface FastEthernet0/4
On every interface that has to be configured for trunk operation, configure the following settings
Switch(config)#interface GigabitEthernet1/X
Verify interface operational mode using the "show interface GigabitEthernet1/X switchport
command" :
Name: Gig1/2
Switchport: Enabled
Negotiation of Trunking: On