OID for ROS version, and Routerboard model number?

Hi. We’ve been trying to get a script going to show various host’s uptime, ros version, and model number.

Sofar we’ve got the uptime done easily, I’d like to know what the OID is for the remaining two, or how to get it using only snmpget or snmpwalk.

Any help is appreciated.

Thanks

Currently there is no such option available.

Hi, Wynand ..
I supose can help you … So to show various info about router … such as host’s uptime and ros version I do the next:
Right click on Router → Appeareance → Label … in Label I add :

to display host’s uptime:

Uptime: [oid("iso.org.dod.internet.mgmt.mib-2.system.sysUpTime.sysUpTimeInstance")]

to display ros version:

RouterOS v[Device.RosVersion] ([Device.RosArchitecture])



Enjoy it.