cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5197
Views
5
Helpful
2
Replies

IOS SNMP port speed (ifHighSpeed)

trush
Level 1
Level 1

Hi, Does anyone know how to return the SNMP ifSpeed/ifHighSpeed on a e10/100/1000 port (portType=61). I find that ifHighSpeed returns 1GB no matter what the port speed is set to.

MIB portAdminSpeed does return the correct speed however this doesn't help when the port is autoconfigured as the value of 1 is returned and not the port speed.

IOS: 12.2(17d)SX

Device: WS-C6509

Any Ideas.

1 Accepted Solution

Accepted Solutions

mchin345
Level 6
Level 6

For switches running IOS, the ifSpeed didn't return the right value on all the Gigabit ports of a Cat6000 with SUP720. The operation speed is higher then what is configured on the switch.

http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=true&objectInput=1.3.6.1.4.1.9.5.1.4.1.1.9%20>&tree=NO

View solution in original post

2 Replies 2

mchin345
Level 6
Level 6

For switches running IOS, the ifSpeed didn't return the right value on all the Gigabit ports of a Cat6000 with SUP720. The operation speed is higher then what is configured on the switch.

http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=true&objectInput=1.3.6.1.4.1.9.5.1.4.1.1.9%20>&tree=NO

trush
Level 1
Level 1

OK, sort of stumbled on a win situation (I hope). I found if you use OID portAdminSpeed to return the speed it worked on non autoconfigured ports. If it is autoconfigured it returns one(1). If I get a return value of one(1) I then check OID ifHighSpeed and it seems to give the correct autoconfigured speed. Fingers crossed. Sorry, I didn't mention it is a SUP720.

- Tom