Basic
Switch Interface Configuration
Lab
Index |
|
Description: You
configure a few switch ports for duplex. Choose 2950 switch from the
n/w diagram and exit. The following commands are used for
configuring the switch ports.
Instructions:
1. Set the inter-switch communication to full-duplex on Switch S1, port fa 0/26
2. Set the port speed to 100 mbps, and inter-switch communication to full-duplex on Switch S2 ports fa 0/1, fa 0/2, and fa 0/3.
3. Eixit to privileged mode.
4. Save the configuration to NVRAM.
k
2950>enable
2950#configure terminal
2950(config)#interface fa 0/1
2950(config-if)#duplex full
2950(config-if)#exit
2950(config)#interface fa 0/3
2950(config-if)#duplex full
2950(config-if)#speed 100
2950(config-if)#end
2950#copy running-config startup-config