Cisco switch commands. HELP

Mylle

Golden Member
Oct 9, 1999
1,700
0
0
help

i have a cisco catalyst 3500 switch and i need to hard code port 24 to 10mbit half duplex. i have a terminal on the switch but what is the command??

thanks

Mylle


 

JustinLerner

Senior member
Mar 15, 2002
425
0
0
Dunno, but if the Catalyst 3500 is set to autosense on port 24, shouldn't it be able to properly detect and set itself for the client terminal?

 

xyyz

Diamond Member
Sep 3, 2000
4,331
0
0

don't use the console... use the menu... it'll get you to where you want to go alot quicker (provided that's what you are looking to do) and it's pretty intuitive.
 

spidey07

No Lifer
Aug 4, 2000
65,469
5
76
????????

config t
int f0/24
speed 10
duplex half


that will force the port. Generally you do not need to do this and autonegotiation will take over. You can also do "duplex full" if the other end is set that way. Or point your web browser at the IP of the switch.
 

spidey07

No Lifer
Aug 4, 2000
65,469
5
76
try really hard not to use the web access.

it is clumsy, slow and extremely limit. Plus, it stresses the switch very hard.