Determining device type via SNMP

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

Reply to
Marco Shaw
Loading thread data ...

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"

Reply to
Alfred Nagl

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.