Serial number oid via snmp...

Hi,

anyone know what’s the oid for the serial number?
and, it applicable to what version RouteroS?

Mikrotik,

Can share this oid information???

RouterOS gives very limited snmp information.
I think you can only get the model number and uptime. (in addition to standard network info)

I am looking on the What’sup Gold inventory feature, but some how, need the routerboard snmp to read the serial number.
Normund replied me it’s impossible.

anyway to get it?

#router serial number / mtxrSerialNumber
$ snmpwalk -v 2c -c public 10.10.10.129 1.3.6.1.4.1.14988.1.1.7.3.0
SNMPv2-SMI::enterprises.14988.1.1.7.3.0 = STRING: “49CE02AA7FE6”

#software id / mtxrLicSoftwareId
$ snmpwalk -v 2c -c public 10.10.10.129 1.3.6.1.4.1.14988.1.1.4.1.0
SNMPv2-SMI::enterprises.14988.1.1.4.1.0 = STRING: “2IBN-07QN”

Tried, it’s invalid…
:confused: :confused: :confused:

.1.3.6.1.4.1.14988.1.1.7.3.0 works for me for Serial number.
Remember that x86 RouterOS doesnt have serial number.

What RouterOS version are you using?

If not mistaken you using snmp walk right, then it may go to your routerboard but not for all…
i have different version of the RouterOS and non of them success to read…

What version of RouterOS do you have?

just walk from 1.3.6.1.4.1.14988.1.1.7 or 1.3.6.1.4.1.14988.1.1.4 and you’ll see what is implemented in the current ROS you are running. the serial number seems to be a late addition, OID-view does not list this at all:

mtxrSystem mtxrSystem 1.3.6.1.4.1.14988.1.1.7
mtxrSystemReboot mtxrSystemReboot 1.3.6.1.4.1.14988.1.1.7.1
mtxrUSBPowerReset mtxrUSBPowerReset 1.3.6.1.4.1.14988.1.1.7.2