Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SNMP OID: How to find the firmware version of a cisco switch from MIB

Tags:

cisco

snmp

oid

I am looking for a OID to get the firmware version of a Cisco Switch using SNMP.

I tried the below MIB files, i couldn't.

OLD-CISCO-CHASSIS-MIB.mib
ENTITY-MIB.my
CISCO-ENTITY-ASSET-MIB

Do anybody know the OID, if so, kindly post me. Thanks

like image 365
prasankn Avatar asked Sep 04 '25 04:09

prasankn


1 Answers

Probably you already did that but try querying the sysDescr OID. Usually it contains model number and software information.

like image 196
raz3r Avatar answered Sep 07 '25 17:09

raz3r