CISCO 3750 fiber switch need to change connection speed to 10baseT
All,
Is it possible to change an interface on a 3750 fiber switch to a 10 base T connection speed to accomidate an old device? I have been using a lot of question marks in my commands, but I have not been successful. Currently all interfaces show media 100 Mb/s and 100BaseFX. How can I set them to 10BaseFX?
Thanks,
CH
RoutersSwitches / Hubs
Last Comment
Infamus
8/22/2022 - Mon
Infamus
what does "speed ?" under an interface show?
cavalierlan
ASKER
I might not be providing what you are looking for, but media type is 100BaseFX and I set the Bandwidth to 10000 Mb/s.
Infamus
The reason I asked you to provide what "speed ?" show is because it will give you options available either 10/100/1000.
If you see 10 is available then you can change the speed to 10Mb by using "speed 10" command and "duplex full or half" following the command.
Sorry, I should have explained better. entered the following:
config t = good
interface fastethernet 1/0/3 = good
speed ? = unrecognized command
This is a fiber switch with MT-RJ connectors. Maybe there would be someway to use a fiber WIC in an expansion slot that could be made into a 10 Base T?
Infamus
Is this CatOS?
If then run this command to find out available speed.
show port capabilities 1/0/3
It will say something like this:
Model 3750
Port 1/1
Type 10/100BaseTX
Speed auto,10,100
Duplex half,full
To set the speed:
set port speed 1/0/3 10
set port duplex 1/0/3 full or half