Link to home
Start Free TrialLog in
Avatar of operationsIT
operationsIT

asked on

Is there a way to check the negotiation speed of a Cisco 2960 port if it is set to auto?

Hello EE,

I am trying to confirm if my port is using 1G if it is set to auto.  Is there a command to see what it is negotiating at?
Avatar of No More
No More

show-running config

and

show-interfaces
ASKER CERTIFIED SOLUTION
Avatar of Predrag Jovic
Predrag Jovic
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
There can be also output:

interface GigabitEthernet1/0/1
 speed auto 10 100 1000
or
 speed auto 100 1000

That would mean that would mean that speed is set to autonegotiate speed and speeds that can negotiated.

I guess there are some other ways, this should be fast ones. :)