cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
25230
Views
6
Helpful
5
Replies

model number oid

ssfreques
Level 1
Level 1

hello

I am having some trouble to find out the correct oid to get the model number for a cisco WS-C3524-XL-EN, as show when you do a show version. i have noticed that this device does not have an entity mib. However if it is displayed in the show version, so it must be kept somewhere...

regards

Sérgio

1 Accepted Solution

Accepted Solutions

This is a part of Cisco-Products-MIB. This module defines the object identifiers that are assigned to various hardware platforms, and hence are returned as values for sysObjectID.

Device will not respond to this OID and reply back its name in return.

In short, the way to ask name from device is to poll sysObjectID. The answer from the device cannot be answer again.

Usually, NMS systems are smart enough to corelate the CISCO-PRODUCTS-MIB and show you device type, else you will have to do it manually.

Also, you can try to wrtie a script which can corelate the reply from device and match CISCO-PRODUCTS-MIB to show device name.

-Thanks

Vinod

-Thanks Vinod **Rating Encourages contributors, and its really free. **

View solution in original post

5 Replies 5

Marvin Rhoads
Hall of Fame
Hall of Fame

Have you tried doing a full snmpwalk and then searching the output for the string?

yes, i have done that but it does not show anywhere. weird

Usually model number in snmp terms is displayed using sysObjectID, from SNMPv2-MIB. Please check what is the result for that.

-Thanks Vinod **Rating Encourages contributors, and its really free. **

it returns

1.3.6.1.4.1.9.1.248

if i search for it on http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=1.3.6.1.4.1.9.1.248#oidContent
i get the correct answer. but the device does not return any answer for this specific id.

This is a part of Cisco-Products-MIB. This module defines the object identifiers that are assigned to various hardware platforms, and hence are returned as values for sysObjectID.

Device will not respond to this OID and reply back its name in return.

In short, the way to ask name from device is to poll sysObjectID. The answer from the device cannot be answer again.

Usually, NMS systems are smart enough to corelate the CISCO-PRODUCTS-MIB and show you device type, else you will have to do it manually.

Also, you can try to wrtie a script which can corelate the reply from device and match CISCO-PRODUCTS-MIB to show device name.

-Thanks

Vinod

-Thanks Vinod **Rating Encourages contributors, and its really free. **
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: