|
Question : CISCO Switch IOS configuration catalyst 2950
|
|
Hi guys,
I need step by step instruction (IOS command) to configure a CISCO catalyst 2950 switch with the following settings:
All ports except the uplink should be: half duplex 10MBPS spanning tree disbled
The uplink should be set to auto configuration.
Thanks.
Regards, chobo
|
Answer : CISCO Switch IOS configuration catalyst 2950
|
|
enable conf t int range fa 0/1 - 23 speed 10 duplex half no spanning-tree int fa 0/24 speed auto duplex auto exit
copy run start
|
|
|