09-14-2008 06:00 PM - edited 03-06-2019 01:22 AM
Does anyone know how to change the console port speed on a 6500?
Getting this error message...
Failed to change line 0's speed
09-19-2008 06:12 AM
This example shows how to set the port speed to 100 Mbps on port 2/2:
Console> (enable) set port speed 2/2 100
Port 2/2 speed set to 100 Mbps.
Console> (enable)
09-20-2008 01:47 AM
Hello Alan,
console speed can be changed by modifying the config-register (this is true on routers)
to see current config-register value use sh ver in a telnet session if the value is different then 0x2102, or 0x102 change it with
conf t
config-register 0x2102
end
copy running-config startup-config
reload
I've found a reference to this other way:
line con 0
speed
However, I would do it on a telnet session not while using the console port.
Hope to help
Giuseppe
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