Determining device type via SNMP

Oct 02, 2007 1 Replies

I have a list of devices. I need to specifically determine which are Cisco 5xxx/55xx CAT switches. What SNMP get command might clearly identify which meet this requirement?



Marco


You could try OID .1.3.6.1.2.1.47.1.1.1.1.13.1 , it should (depending on the software version in the switch) give you the chassis type (see below for CAT 450x).

--alfred

As a last resort you could do an snmpwalk of .1.3.6.1.2.1.47.1.1.1.1.13 (entPhysicalModelName) or even 1.3.6.1.2.1.47.1.1.1 (entPhysicalTable).

snmpget -v 1 -c public sw-uza1-0a .1.3.6.1.2.1.47.1.1.1.1.13.1 SNMPv2-SMI::mib-2.47.1.1.1.1.13.1 = STRING: "WS-C4506"

snmpget -v 1 -c public sw-oeh .1.3.6.1.2.1.47.1.1.1.1.13.1 SNMPv2-SMI::mib-2.47.1.1.1.1.13.1 = STRING: "WS-C4503"

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required