Hey guys, I am looking for a MIB that would pull the serial number of my cisco devices. Its so tough to figure our what MIB's do what. In addition does anyone have a good resource for figuring out MIB's?
Rick
Well it depends on what type of Cisco devices you are trying to pull the Serial Numbers for. For say 2960/3750 series switches you can use the OID: 1.3.6.1.4.1.9.5.1.2.19. If if is an ASA you can use the OID: 1.3.6.1.2.1.47.1.1.1.1.11.
What other devices do you need this for?
Here is the link to Cisco's MIB browser tool:
http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en
Need MIB's for :
ASA
Catalyst switches
2800/2900/3800/3900/1800 series routers
Nexus series switches
aironet 1200 AP's
Thanks,
Ricky
To keep on the MIB subject, i was able to get it to work successfully. Now how can i make the results display inside my "Nodes Details" table and just add it as an addition line of information instead of giving its own box
You can also use 1.3.6.1.4.1.9.3.6.3, this will work for the Catalyst switches as well as your routers. You will need to use the other OID for the ASAs.
For the Aironet's are you using a WLC? Or are they autonomous? If your using a WLC you can poll the OID 1.3.6.1.4.1.14179.2.2.1.1.17 to get the Serial Numbers to all the AP's associated with the controller. This OID doesn't give the Serial Number for the WLC itself, if you want that information you can use this OID: 1.3.6.1.2.1.47.1.1.1.1.11.
Hope this helps.
I don't know of a way to add it to the Node Details pane itself. Would be nice if it was possible.
Hey Guys, did you find a way to present the serial number into the node details page?
There is a hidden command you can run on most ASAs: show snmp-server oidlist
You have to type it in manually but it will show you all your OID #s. If you type a "?" after "snmp-server" it won't show you that oidlist is available (because its a hidden command). You can pipe it though.
"Show snmp-server oidlist | i serial"