07-06-2020 11:56 AM
I just upgraded my internet from 100Mb to 300Mb with FiOS. I noticed that while I will get 300Mb/s if I connect my machine directly to my router(pfsense), all machines connected to my Cisco switch are maxed out at 100Mb/s. I did a bit of preliminary searching and found that commonly a bad data cable can be the cause so I swapped out my cable for a known-good patch cable but I still get the same result.
Exactly what information can I provide to you in order to receive some help with this?
Thanks!
Solved! Go to Solution.
07-06-2020 01:06 PM
On the 3650 series switches the port starts from 0/1 to 0/24 (for 24 port switch).So , if it is connected to port 8 that is port 0/8
config t
interface 0/8
speed xxx
duplex full
if you want to set this for all interfaces, you can use the range command "interface range 0/x - 0/xx.
I recommend, you only change it for one interface and test before you do the rest of the interfaces, because depending on what is connected to the switch, this command is not always needed.
HTH
07-06-2020 12:07 PM
Make sure the machine NIC's support 10/100/1000. If yes, you can always try and set the switch port at 1000 and test.
speed 1000
duplex full
HTH
07-06-2020 12:29 PM
Ty for the reply. The nics are all 1gb nics. Could you walk me through setting the port speeds? I guess I figured they would just default to 1gb.
07-06-2020 12:30 PM
Whoops looks like I replied incorrectly.
07-06-2020 12:44 PM
Add the command to the interface where the device is connected:
config t
interface x/x
speed 1000
duplex full
HTH
07-06-2020 12:59 PM - edited 07-06-2020 01:00 PM
OK, thank you for that. one more thing, how do I know which interface it is? I mean, if it's connected to say, port 8 of thw switch, what does that translate to? Or better yet, can I just apply that to ALL the ports?
07-06-2020 01:06 PM
On the 3650 series switches the port starts from 0/1 to 0/24 (for 24 port switch).So , if it is connected to port 8 that is port 0/8
config t
interface 0/8
speed xxx
duplex full
if you want to set this for all interfaces, you can use the range command "interface range 0/x - 0/xx.
I recommend, you only change it for one interface and test before you do the rest of the interfaces, because depending on what is connected to the switch, this command is not always needed.
HTH
07-06-2020 01:15 PM - edited 07-06-2020 01:27 PM
I go it. I had to enter "interface GigabitEthernet0/8" and then I could input the speed command. So, after I input that command, it took the link down. I backed out and entered "show interfaces" and sure enough it's listed as 1000Mb/s so that's good. but how do I get the link back up?
Also, what's the command to write these changes to memory? I can't remember?
07-06-2020 01:40 PM
Also, what's the command to write these changes to memory? I can't remember?
"wr"
HTH
07-06-2020 01:42 PM
If the link does not come up as Gig, try changing the cable.
HTH
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide