![](https://secure.gravatar.com/avatar/c6a3da526f1933684c0a89612275a46a.jpg?s=120&d=mm&r=g)
Hi team,
after add Mikrotik RB2011 to Observium, there is field "Serial number" but this number is not Serial but Software ID, number like this 70AB-1XY8
Serial number has format like this 419A01234BC9
can you check this?
tomas
[email-header-praha1]
Tomas Chott technický ředitel chott@praha1.netmailto:chott@praha1.net Phone: +420 245 004 005 Mobile: +420 604 930 119
Metropolitní síť Praha 1 z.s.p.o. Jindrisska 18 110 00 Praha 1 Czech Republic www.praha1.nethttp://www.praha1.net [Popis: Facebook]http://www.facebook.com/praha1net http://www.linkedin.com/pub/tomas-chott/49/97a/1aa
![](https://secure.gravatar.com/avatar/0fa97865a0e1ab36152b6b2299eedb49.jpg?s=120&d=mm&r=g)
We show the serial that the device gives us :)
In this case we use :
$serial = snmp_get($device, "mtxrLicSoftwareId.0", "-OQv", "MIKROTIK-MIB");
If there's a better OID with more useful data, we can use that.
adam. On 10/09/2015 11:31:13, chott@praha1.net chott@praha1.net wrote: Hi team,
after add Mikrotik RB2011 to Observium, there is field "Serial number" but this number is not Serial but Software ID, number like this 70AB-1XY8
Serial number has format like this 419A01234BC9
can you check this?
tomas
[email-header-praha1]
Tomas Chott technický ředitel chott@praha1.net [mailto:chott@praha1.net] Phone: +420 245 004 005 Mobile: +420 604 930 119 Metropolitní síť Praha 1 z.s.p.o. Jindrisska 18 110 00 Praha 1 Czech Republic www.praha1.net [http://www.praha1.net] [Popis: Facebook] [http://www.facebook.com/praha1net] [http://www.linkedin.com/pub/tomas-chott/49/97a/1aa]
![](https://secure.gravatar.com/avatar/c6a3da526f1933684c0a89612275a46a.jpg?s=120&d=mm&r=g)
Hmmm
Probably mtxrSerialNumber
Odesláno ze zařízení Samsung
-------- Původní zpráva -------- Od: Adam Armstrong adama@memetic.org Datum: 10. 09. 2015 12:32 (GMT+01:00) Komu: observium@observium.org Předmět: Re: [Observium] Mikrotik RB2011 Serial Number
We show the serial that the device gives us :)
In this case we use :
$serial = snmp_get($device, "mtxrLicSoftwareId.0", "-OQv", "MIKROTIK-MIB");
If there's a better OID with more useful data, we can use that.
adam.
On 10/09/2015 11:31:13, chott@praha1.net chott@praha1.net wrote:
Hi team,
after add Mikrotik RB2011 to Observium, there is field "Serial number" but this number is not Serial but Software ID, number like this 70AB-1XY8
Serial number has format like this 419A01234BC9
can you check this?
tomas
[email-header-praha1]
Tomas Chott technický ředitel chott@praha1.netmailto:chott@praha1.net Phone: +420 245 004 005 Mobile: +420 604 930 119
Metropolitní síť Praha 1 z.s.p.o. Jindrisska 18 110 00 Praha 1 Czech Republic www.praha1.nethttp://www.praha1.net [Popis: Facebook]http://www.facebook.com/praha1net http://www.linkedin.com/pub/tomas-chott/49/97a/1aa
![](https://secure.gravatar.com/avatar/21caf0a08d095be7196a1648d20942be.jpg?s=120&d=mm&r=g)
That doesn't seem to be filled in on most machines...
On 2015-09-10 13:06, chott@praha1.net wrote:
Hmmm
Probably mtxrSerialNumber
Odesláno ze zařízení Samsung
-------- Původní zpráva -------- Od: Adam Armstrong adama@memetic.org Datum: 10. 09. 2015 12:32 (GMT+01:00) Komu: observium@observium.org Předmět: Re: [Observium] Mikrotik RB2011 Serial Number
We show the serial that the device gives us :)
In this case we use :
$serial = snmp_get($device, "mtxrLicSoftwareId.0", "-OQv", "MIKROTIK-MIB");
If there's a better OID with more useful data, we can use that.
adam.
On 10/09/2015 11:31:13, chott@praha1.net chott@praha1.net wrote:
Hi team,
after add Mikrotik RB2011 to Observium, there is field "Serial number" but this number is not Serial but Software ID, number like this 70AB-1XY8
Serial number has format like this 419A01234BC9
can you check this?
tomas
email-header-praha1
*Tomas Chott technický ředitel***
chott@praha1.net mailto:chott@praha1.net* *Phone:*+420 245 004 005 *Mobile:*+420 604 930 119***
*Metropolitní síť Praha 1 z.s.p.o.* Jindrisska 18 110 00 Praha 1 Czech Republic www.praha1.net http://www.praha1.net
Popis: Facebook http://www.facebook.com/praha1nethttp://www.linkedin.com/pub/tomas-chott/49/97a/1aa
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/21caf0a08d095be7196a1648d20942be.jpg?s=120&d=mm&r=g)
Aha, found it. Will use this, and if it's not found, revert to the software id. :-)
Fixed in 6990.
Tom
On 2015-09-10 18:27, Tom Laermans wrote:
That doesn't seem to be filled in on most machines...
On 2015-09-10 13:06, chott@praha1.net wrote:
Hmmm
Probably mtxrSerialNumber
Odesláno ze zařízení Samsung
-------- Původní zpráva -------- Od: Adam Armstrong adama@memetic.org Datum: 10. 09. 2015 12:32 (GMT+01:00) Komu: observium@observium.org Předmět: Re: [Observium] Mikrotik RB2011 Serial Number
We show the serial that the device gives us :)
In this case we use :
$serial = snmp_get($device, "mtxrLicSoftwareId.0", "-OQv", "MIKROTIK-MIB");
If there's a better OID with more useful data, we can use that.
adam.
On 10/09/2015 11:31:13, chott@praha1.net chott@praha1.net wrote:
Hi team,
after add Mikrotik RB2011 to Observium, there is field "Serial number" but this number is not Serial but Software ID, number like this 70AB-1XY8
Serial number has format like this 419A01234BC9
can you check this?
tomas
email-header-praha1
*Tomas Chott technický ředitel***
chott@praha1.net mailto:chott@praha1.net* *Phone:*+420 245 004 005 *Mobile:*+420 604 930 119***
*Metropolitní síť Praha 1 z.s.p.o.* Jindrisska 18 110 00 Praha 1 Czech Republic www.praha1.net http://www.praha1.net
Popis: Facebook http://www.facebook.com/praha1nethttp://www.linkedin.com/pub/tomas-chott/49/97a/1aa
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
![](https://secure.gravatar.com/avatar/c6a3da526f1933684c0a89612275a46a.jpg?s=120&d=mm&r=g)
Thank you....
Working fine
Tom
[email-header-praha1]
Tomas Chott technický ředitel chott@praha1.netmailto:chott@praha1.net Phone: +420 245 004 005 Mobile: +420 604 930 119
Metropolitní síť Praha 1 z.s.p.o. Jindrisska 18 110 00 Praha 1 Czech Republic www.praha1.nethttp://www.praha1.net [Popis: Facebook]http://www.facebook.com/praha1net http://www.linkedin.com/pub/tomas-chott/49/97a/1aa
________________________________ Od: observium [observium-bounces@observium.org] za uživatele Tom Laermans [tom.laermans@powersource.cx] Odesláno: 10. září 2015 18:32 Komu: Observium Network Observation System Předmět: Re: [Observium] Mikrotik RB2011 Serial Number
Aha, found it. Will use this, and if it's not found, revert to the software id. :-)
Fixed in 6990.
Tom
On 2015-09-10 18:27, Tom Laermans wrote: That doesn't seem to be filled in on most machines...
On 2015-09-10 13:06, mailto:chott@praha1.net chott@praha1.netmailto:chott@praha1.net wrote: Hmmm
Probably mtxrSerialNumber
Odesláno ze zařízení Samsung
-------- Původní zpráva -------- Od: Adam Armstrong adama@memetic.orgmailto:adama@memetic.org Datum: 10. 09. 2015 12:32 (GMT+01:00) Komu: observium@observium.orgmailto:observium@observium.org Předmět: Re: [Observium] Mikrotik RB2011 Serial Number
We show the serial that the device gives us :)
In this case we use :
$serial = snmp_get($device, "mtxrLicSoftwareId.0", "-OQv", "MIKROTIK-MIB");
If there's a better OID with more useful data, we can use that.
adam.
On 10/09/2015 11:31:13, chott@praha1.netmailto:chott@praha1.net mailto:chott@praha1.net chott@praha1.netmailto:chott@praha1.net wrote:
Hi team,
after add Mikrotik RB2011 to Observium, there is field "Serial number" but this number is not Serial but Software ID, number like this 70AB-1XY8
Serial number has format like this 419A01234BC9
can you check this?
tomas
Tomas Chott technický ředitel chott@praha1.netmailto:chott@praha1.net Phone: +420 245 004 005 Mobile: +420 604 930 119
Metropolitní síť Praha 1 z.s.p.o. Jindrisska 18 110 00 Praha 1 Czech Republic www.praha1.nethttp://www.praha1.net http://www.facebook.com/praha1nethttp://www.linkedin.com/pub/tomas-chott/49/97a/1aa
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
Adam Armstrong
-
chott@praha1.net
-
Tom Laermans