Discovery of IPv6 only hosts
Hello,
I have a problem addind IPv6 only hosts to observium using discovery.
For example the "myserver" host in the extract below (part of the result of"/opt/observium/discovery.php -h all -dd")
This "myserver" host is discovered as a LLDP neighbor of another host.
Then discovery.php tries to connect to "myserver" with snmpget using its IPv6 address. But There are missing brackets in the snmpget command :
- failing : /usr/bin/snmpget -v2c -c 'commu' -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'fde6:67ca:25ef:14::17':'161' .1.3.6.1.2.1.1.2.0.1.3.6.1.2.1.1.3.0
- would be OK (adding brackets) : /usr/bin/snmpget -v2c -c 'commu' -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'[fde6:67ca:25ef:14::17]':'161' .1.3.6.1.2.1.1.2.0.1.3.6.1.2.1.1.3.0
How could I solve this issue ? - is there a way to force observium to add brackets ? - or maybe even better to force observium to use the hostname "myserver" to connect using snmpget instead of the IPv6 address ?
Regards !
************************
##### Module Start: neighbours #####
o LLDP-MIB
[...]
[139768400.45.41] => array( [lldpRemChassisIdSubtype] => string(10) "macAddress" [lldpRemChassisId] => string(18) "52 54 00 60 4E 17 " [lldpRemPortIdSubtype] => string(10) "macAddress" [lldpRemPortId] => string(18) "52 54 00 60 4E 17 " [lldpRemPortDesc] => string(4) "ens3" [lldpRemSysName] => string(37) "myserver.local.r0m5.eu" [lldpRemSysDesc] => string(95) "Debian GNU/Linux 11 (bullseye) Linux 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64" [lldpRemManAddrIfId] => string(1) "2" [lldpRemManAddr] => string(39) "fde6:66ba:24ff:0104:0000:0000:0000:0017" [lldpRemMan] => array( [fde6:66ba:24ff:0104:0000:0000:0000:0017] => array( [lldpRemManAddrIfId] => string(1) "2" ) ) )
[...]
SQL[SELECT `device_id` FROM `devices` WHERE `hostname` = 'myserver.local.r0m5.eu'] ROWS[0] SQL RUNTIME[0.00016594s]
SQL[SELECT `device_id` FROM `devices` WHERE `sysName` = 'myserver.local.r0m5.eu' AND `disabled` = '0'] ROWS[0] SQL RUNTIME[0.00020385s]
SQL[SELECT `autodiscovery`.*, UNIX_TIMESTAMP(`last_checked`) AS `last_checked_unixtime` FROM `autodiscovery` WHERE `poller_id` = '0' AND `remote_hostname` = 'myserver.local.r0m5.eu' AND `remote_ip` = 'fde6:67ca:25ef:14::17'] ROWS[1] SQL RUNTIME[0.00026703s] AUTODISCOVERY DEVEL: hostname & ip DB found
$db_entry /opt/observium/includes/discovery/functions.inc.php:636
array( [autodiscovery_id] => string(1) "8" [poller_id] => string(1) "0" [device_id] => string(3) "150" [remote_hostname] => string(37) "myserver.local.r0m5.eu" [remote_ip] => string(22) "fde6:67ca:25ef:14::17" [remote_device_id] => null [protocol] => string(4) "LLDP" [added] => string(19) "2021-11-27 13:11:08" [last_checked] => string(19) "2021-11-28 12:37:37" [last_reason] => string(7) "no_snmp" [last_checked_unixtime] => string(10) "1638099457" ) Remote device checked 7m 26s ago (less than 1 day) o Trying to discover host myserver.local.r0m5.eu (fde6:67ca:25ef:14::17) through LLDP (xdp)
/opt/observium/includes/common.inc.php:3679 array()
$dns6 /opt/observium/includes/common.inc.php:3685
array( [0] => array( [host] => string(37) "myserver.local.r0m5.eu" [class] => string(2) "IN" [ttl] => int(20876) [type] => string(4) "AAAA" [ipv6] => string(22) "fde6:67ca:25ef:14::17" ) ) Host myserver.local.r0m5.eu resolved as fde6:67ca:25ef:14::17 Host myserver.local.r0m5.eu (fde6:67ca:25ef:14::17) founded inside configured nets, trying to add:
CMD[/usr/bin/fping6 -t 500 -c 1 -q fde6:67ca:25ef:14::17 2>&1]
CMD EXITCODE[0] CMD RUNTIME[0.0195s] CMD EXITDELAY[10ms] STDOUT[ fde6:67ca:25ef:14::17 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 17.2/17.2/17.2 ]
SQL[SELECT `hostname` FROM `ipv6_addresses` LEFT JOIN `devices` USING(`device_id`) WHERE `disabled` = 0 AND `ipv6_binary` = '��f�$�\0\0\0\0\0\0\0' LIMIT 1] ROWS[0] SQL RUNTIME[0.00051618s]
/opt/observium/includes/entities/device.inc.php:54 array( *[hostname] => string(22) "fde6:67ca:25ef:14::17"* [snmp_port] => int(161) [snmp_transport] => string(4) "udp6" [snmp_version] => string(3) "v2c" [snmp_community] => string(4) "commu" ) Trying v2c community commu ...
CMD[/usr/bin/snmpget -v2c -c 'commu' -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'fde6:67ca:25ef:14::17':'161' .1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0]
CMD EXITCODE[1] CMD RUNTIME[6.0132s] STDOUT[
] STDERR[ Timeout: No Response from udp6:fde6:67ca:25ef:14::17:161. ] SNMP ERROR - device: , cmd: snmpget, options: -OQUsn, mib: 'SNMPv2-MIB', oid: '.1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0', cmd exitcode: 1, snmp error code: #900, reason: 'isSNMPable', runtime: 6.01322889328 SNMP ERROR - device: , cmd: snmpget, options: -OQUsn, mib: 'SNMPv2-MIB', oid: '.1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0', cmd exitcode: 1, snmp error code: #900, reason: 'isSNMPable', runtime: 6.01322889328 SNMP STATUS[FALSE]
Mike can probably fix this fairly easily. I assume this was introduced recently with the IP caching system to cut down on DNS calls :D
Adam.
From: observium observium-bounces@observium.org On Behalf Of r0m5 via observium Sent: 29 November 2021 11:59 To: observium@observium.org Cc: r0m5 r0m5@r0m5.eu Subject: [Observium] Discovery of IPv6 only hosts
Hello,
I have a problem addind IPv6 only hosts to observium using discovery.
For example the "myserver" host in the extract below (part of the result of"/opt/observium/discovery.php -h all -dd")
This "myserver" host is discovered as a LLDP neighbor of another host.
Then discovery.php tries to connect to "myserver" with snmpget using its IPv6 address. But There are missing brackets in the snmpget command :
- failing : /usr/bin/snmpget -v2c -c 'commu' -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'fde6:67ca:25ef:14::17':'161' .1.3.6.1.2.1.1.2.0.1.3.6.1.2.1.1.3.0
- would be OK (adding brackets) : /usr/bin/snmpget -v2c -c 'commu' -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'[fde6:67ca:25ef:14::17]':'161' .1.3.6.1.2.1.1.2.0.1.3.6.1.2.1.1.3.0
How could I solve this issue ? - is there a way to force observium to add brackets ? - or maybe even better to force observium to use the hostname "myserver" to connect using snmpget instead of the IPv6 address ?
Regards !
************************
##### Module Start: neighbours #####
o LLDP-MIB
[...]
[139768400.45.41] => array( [lldpRemChassisIdSubtype] => string(10) "macAddress" [lldpRemChassisId] => string(18) "52 54 00 60 4E 17 " [lldpRemPortIdSubtype] => string(10) "macAddress" [lldpRemPortId] => string(18) "52 54 00 60 4E 17 " [lldpRemPortDesc] => string(4) "ens3" [lldpRemSysName] => string(37) "myserver.local.r0m5.eu" [lldpRemSysDesc] => string(95) "Debian GNU/Linux 11 (bullseye) Linux 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64" [lldpRemManAddrIfId] => string(1) "2" [lldpRemManAddr] => string(39) "fde6:66ba:24ff:0104:0000:0000:0000:0017" [lldpRemMan] => array( [fde6:66ba:24ff:0104:0000:0000:0000:0017] => array( [lldpRemManAddrIfId] => string(1) "2" ) ) )
[...]
SQL[SELECT `device_id` FROM `devices` WHERE `hostname` = 'myserver.local.r0m5.eu'] ROWS[0] SQL RUNTIME[0.00016594s]
SQL[SELECT `device_id` FROM `devices` WHERE `sysName` = 'myserver.local.r0m5.eu' AND `disabled` = '0'] ROWS[0] SQL RUNTIME[0.00020385s]
SQL[SELECT `autodiscovery`.*, UNIX_TIMESTAMP(`last_checked`) AS `last_checked_unixtime` FROM `autodiscovery` WHERE `poller_id` = '0' AND `remote_hostname` = 'myserver.local.r0m5.eu' AND `remote_ip` = 'fde6:67ca:25ef:14::17'] ROWS[1] SQL RUNTIME[0.00026703s] AUTODISCOVERY DEVEL: hostname & ip DB found
$db_entry /opt/observium/includes/discovery/functions.inc.php:636
array( [autodiscovery_id] => string(1) "8" [poller_id] => string(1) "0" [device_id] => string(3) "150" [remote_hostname] => string(37) "myserver.local.r0m5.eu" [remote_ip] => string(22) "fde6:67ca:25ef:14::17" [remote_device_id] => null [protocol] => string(4) "LLDP" [added] => string(19) "2021-11-27 13:11:08" [last_checked] => string(19) "2021-11-28 12:37:37" [last_reason] => string(7) "no_snmp" [last_checked_unixtime] => string(10) "1638099457" ) Remote device checked 7m 26s ago (less than 1 day) o Trying to discover host myserver.local.r0m5.eu (fde6:67ca:25ef:14::17) through LLDP (xdp)
/opt/observium/includes/common.inc.php:3679 array()
$dns6 /opt/observium/includes/common.inc.php:3685
array( [0] => array( [host] => string(37) "myserver.local.r0m5.eu" [class] => string(2) "IN" [ttl] => int(20876) [type] => string(4) "AAAA" [ipv6] => string(22) "fde6:67ca:25ef:14::17" ) ) Host myserver.local.r0m5.eu resolved as fde6:67ca:25ef:14::17 Host myserver.local.r0m5.eu (fde6:67ca:25ef:14::17) founded inside configured nets, trying to add:
CMD[/usr/bin/fping6 -t 500 -c 1 -q fde6:67ca:25ef:14::17 2>&1]
CMD EXITCODE[0] CMD RUNTIME[0.0195s] CMD EXITDELAY[10ms] STDOUT[ fde6:67ca:25ef:14::17 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 17.2/17.2/17.2 ]
SQL[SELECT `hostname` FROM `ipv6_addresses` LEFT JOIN `devices` USING(`device_id`) WHERE `disabled` = 0 AND `ipv6_binary` = '��f�$�\0\0\0\0\0\0\0' LIMIT 1] ROWS[0] SQL RUNTIME[0.00051618s]
/opt/observium/includes/entities/device.inc.php:54 array( [hostname] => string(22) "fde6:67ca:25ef:14::17" [snmp_port] => int(161) [snmp_transport] => string(4) "udp6" [snmp_version] => string(3) "v2c" [snmp_community] => string(4) "commu" ) Trying v2c community commu ...
CMD[/usr/bin/snmpget -v2c -c 'commu' -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'fde6:67ca:25ef:14::17':'161' .1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0]
CMD EXITCODE[1] CMD RUNTIME[6.0132s] STDOUT[
] STDERR[ Timeout: No Response from udp6:fde6:67ca:25ef:14::17:161. ] SNMP ERROR - device: , cmd: snmpget, options: -OQUsn, mib: 'SNMPv2-MIB', oid: '.1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0', cmd exitcode: 1, snmp error code: #900, reason: 'isSNMPable', runtime: 6.01322889328 SNMP ERROR - device: , cmd: snmpget, options: -OQUsn, mib: 'SNMPv2-MIB', oid: '.1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0', cmd exitcode: 1, snmp error code: #900, reason: 'isSNMPable', runtime: 6.01322889328 SNMP STATUS[FALSE]
Hi,
Thanks for the reply. By the way I forgot something important : I'm using observium CE 21.10.11666.
Regards !
Le 29 novembre 2021 14:34:20 GMT+01:00, Adam Armstrong via observium observium@observium.org a écrit :
Mike can probably fix this fairly easily. I assume this was introduced recently with the IP caching system to cut down on DNS calls :D
Adam.
From: observium observium-bounces@observium.org On Behalf Of r0m5 via observium Sent: 29 November 2021 11:59 To: observium@observium.org Cc: r0m5 r0m5@r0m5.eu Subject: [Observium] Discovery of IPv6 only hosts
Hello,
I have a problem addind IPv6 only hosts to observium using discovery.
For example the "myserver" host in the extract below (part of the result of"/opt/observium/discovery.php -h all -dd")
This "myserver" host is discovered as a LLDP neighbor of another host.
Then discovery.php tries to connect to "myserver" with snmpget using its IPv6 address. But There are missing brackets in the snmpget command :
- failing :
/usr/bin/snmpget -v2c -c 'commu' -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'fde6:67ca:25ef:14::17':'161' .1.3.6.1.2.1.1.2.0.1.3.6.1.2.1.1.3.0
- would be OK (adding brackets) :
/usr/bin/snmpget -v2c -c 'commu' -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'[fde6:67ca:25ef:14::17]':'161' .1.3.6.1.2.1.1.2.0.1.3.6.1.2.1.1.3.0
How could I solve this issue ?
- is there a way to force observium to add brackets ?
- or maybe even better to force observium to use the hostname "myserver" to connect using snmpget instead of the IPv6 address ?
Regards !
##### Module Start: neighbours #####
o LLDP-MIB
[...]
[139768400.45.41] => array( [lldpRemChassisIdSubtype] => string(10) "macAddress" [lldpRemChassisId] => string(18) "52 54 00 60 4E 17 " [lldpRemPortIdSubtype] => string(10) "macAddress" [lldpRemPortId] => string(18) "52 54 00 60 4E 17 " [lldpRemPortDesc] => string(4) "ens3" [lldpRemSysName] => string(37) "myserver.local.r0m5.eu" [lldpRemSysDesc] => string(95) "Debian GNU/Linux 11 (bullseye) Linux 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64" [lldpRemManAddrIfId] => string(1) "2" [lldpRemManAddr] => string(39) "fde6:66ba:24ff:0104:0000:0000:0000:0017" [lldpRemMan] => array( [fde6:66ba:24ff:0104:0000:0000:0000:0017] => array( [lldpRemManAddrIfId] => string(1) "2" ) ) )
[...]
SQL[SELECT `device_id` FROM `devices` WHERE `hostname` = 'myserver.local.r0m5.eu'] ROWS[0] SQL RUNTIME[0.00016594s]
SQL[SELECT `device_id` FROM `devices` WHERE `sysName` = 'myserver.local.r0m5.eu' AND `disabled` = '0'] ROWS[0] SQL RUNTIME[0.00020385s]
SQL[SELECT `autodiscovery`.*, UNIX_TIMESTAMP(`last_checked`) AS `last_checked_unixtime` FROM `autodiscovery` WHERE `poller_id` = '0' AND `remote_hostname` = 'myserver.local.r0m5.eu' AND `remote_ip` = 'fde6:67ca:25ef:14::17'] ROWS[1] SQL RUNTIME[0.00026703s] AUTODISCOVERY DEVEL: hostname & ip DB found
$db_entry /opt/observium/includes/discovery/functions.inc.php:636
array( [autodiscovery_id] => string(1) "8" [poller_id] => string(1) "0" [device_id] => string(3) "150" [remote_hostname] => string(37) "myserver.local.r0m5.eu" [remote_ip] => string(22) "fde6:67ca:25ef:14::17" [remote_device_id] => null [protocol] => string(4) "LLDP" [added] => string(19) "2021-11-27 13:11:08" [last_checked] => string(19) "2021-11-28 12:37:37" [last_reason] => string(7) "no_snmp" [last_checked_unixtime] => string(10) "1638099457" ) Remote device checked 7m 26s ago (less than 1 day) o Trying to discover host myserver.local.r0m5.eu (fde6:67ca:25ef:14::17) through LLDP (xdp)
/opt/observium/includes/common.inc.php:3679 array()
$dns6 /opt/observium/includes/common.inc.php:3685
array( [0] => array( [host] => string(37) "myserver.local.r0m5.eu" [class] => string(2) "IN" [ttl] => int(20876) [type] => string(4) "AAAA" [ipv6] => string(22) "fde6:67ca:25ef:14::17" ) ) Host myserver.local.r0m5.eu resolved as fde6:67ca:25ef:14::17 Host myserver.local.r0m5.eu (fde6:67ca:25ef:14::17) founded inside configured nets, trying to add:
CMD[/usr/bin/fping6 -t 500 -c 1 -q fde6:67ca:25ef:14::17 2>&1]
CMD EXITCODE[0] CMD RUNTIME[0.0195s] CMD EXITDELAY[10ms] STDOUT[ fde6:67ca:25ef:14::17 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 17.2/17.2/17.2 ]
SQL[SELECT `hostname` FROM `ipv6_addresses` LEFT JOIN `devices` USING(`device_id`) WHERE `disabled` = 0 AND `ipv6_binary` = '��f�$�\0\0\0\0\0\0\0' LIMIT 1] ROWS[0] SQL RUNTIME[0.00051618s]
/opt/observium/includes/entities/device.inc.php:54 array( [hostname] => string(22) "fde6:67ca:25ef:14::17" [snmp_port] => int(161) [snmp_transport] => string(4) "udp6" [snmp_version] => string(3) "v2c" [snmp_community] => string(4) "commu" ) Trying v2c community commu ...
CMD[/usr/bin/snmpget -v2c -c 'commu' -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'fde6:67ca:25ef:14::17':'161' .1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0]
CMD EXITCODE[1] CMD RUNTIME[6.0132s] STDOUT[
] STDERR[ Timeout: No Response from udp6:fde6:67ca:25ef:14::17:161. ] SNMP ERROR - device: , cmd: snmpget, options: -OQUsn, mib: 'SNMPv2-MIB', oid: '.1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0', cmd exitcode: 1, snmp error code: #900, reason: 'isSNMPable', runtime: 6.01322889328 SNMP ERROR - device: , cmd: snmpget, options: -OQUsn, mib: 'SNMPv2-MIB', oid: '.1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0', cmd exitcode: 1, snmp error code: #900, reason: 'isSNMPable', runtime: 6.01322889328 SNMP STATUS[FALSE]
Hi,
should be fixed since r11768 (rolling).
Additionally, you can switch off config option "Use resolved IP" in Base setting tab ($config['use_ip']).
r0m5 via observium wrote on 29.11.2021 14:59:
Hello,
I have a problem addind IPv6 only hosts to observium using discovery.
For example the "myserver" host in the extract below (part of the result of"/opt/observium/discovery.php -h all -dd")
This "myserver" host is discovered as a LLDP neighbor of another host.
Then discovery.php tries to connect to "myserver" with snmpget using its IPv6 address. But There are missing brackets in the snmpget command :
- failing :
/usr/bin/snmpget -v2c -c 'commu' -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'fde6:67ca:25ef:14::17':'161' .1.3.6.1.2.1.1.2.0.1.3.6.1.2.1.1.3.0
- would be OK (adding brackets) :
/usr/bin/snmpget -v2c -c 'commu' -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'[fde6:67ca:25ef:14::17]':'161' .1.3.6.1.2.1.1.2.0.1.3.6.1.2.1.1.3.0
How could I solve this issue ?
- is there a way to force observium to add brackets ?
- or maybe even better to force observium to use the hostname
"myserver" to connect using snmpget instead of the IPv6 address ?
Regards !
##### Module Start: neighbours #####
o LLDP-MIB
[...]
[139768400.45.41] => array( [lldpRemChassisIdSubtype] => string(10) "macAddress" [lldpRemChassisId] => string(18) "52 54 00 60 4E 17 " [lldpRemPortIdSubtype] => string(10) "macAddress" [lldpRemPortId] => string(18) "52 54 00 60 4E 17 " [lldpRemPortDesc] => string(4) "ens3" [lldpRemSysName] => string(37) "myserver.local.r0m5.eu" [lldpRemSysDesc] => string(95) "Debian GNU/Linux 11 (bullseye) Linux 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64" [lldpRemManAddrIfId] => string(1) "2" [lldpRemManAddr] => string(39) "fde6:66ba:24ff:0104:0000:0000:0000:0017" [lldpRemMan] => array( [fde6:66ba:24ff:0104:0000:0000:0000:0017] => array( [lldpRemManAddrIfId] => string(1) "2" ) ) )
[...]
SQL[SELECT `device_id` FROM `devices` WHERE `hostname` = 'myserver.local.r0m5.eu'] ROWS[0] SQL RUNTIME[0.00016594s]
SQL[SELECT `device_id` FROM `devices` WHERE `sysName` = 'myserver.local.r0m5.eu' AND `disabled` = '0'] ROWS[0] SQL RUNTIME[0.00020385s]
SQL[SELECT `autodiscovery`.*, UNIX_TIMESTAMP(`last_checked`) AS `last_checked_unixtime` FROM `autodiscovery` WHERE `poller_id` = '0' AND `remote_hostname` = 'myserver.local.r0m5.eu' AND `remote_ip` = 'fde6:67ca:25ef:14::17'] ROWS[1] SQL RUNTIME[0.00026703s] AUTODISCOVERY DEVEL: hostname & ip DB found
$db_entry /opt/observium/includes/discovery/functions.inc.php:636
array( [autodiscovery_id] => string(1) "8" [poller_id] => string(1) "0" [device_id] => string(3) "150" [remote_hostname] => string(37) "myserver.local.r0m5.eu" [remote_ip] => string(22) "fde6:67ca:25ef:14::17" [remote_device_id] => null [protocol] => string(4) "LLDP" [added] => string(19) "2021-11-27 13:11:08" [last_checked] => string(19) "2021-11-28 12:37:37" [last_reason] => string(7) "no_snmp" [last_checked_unixtime] => string(10) "1638099457" ) Remote device checked 7m 26s ago (less than 1 day) o Trying to discover host myserver.local.r0m5.eu (fde6:67ca:25ef:14::17) through LLDP (xdp)
/opt/observium/includes/common.inc.php:3679 array()
$dns6 /opt/observium/includes/common.inc.php:3685
array( [0] => array( [host] => string(37) "myserver.local.r0m5.eu" [class] => string(2) "IN" [ttl] => int(20876) [type] => string(4) "AAAA" [ipv6] => string(22) "fde6:67ca:25ef:14::17" ) ) Host myserver.local.r0m5.eu resolved as fde6:67ca:25ef:14::17 Host myserver.local.r0m5.eu (fde6:67ca:25ef:14::17) founded inside configured nets, trying to add:
CMD[/usr/bin/fping6 -t 500 -c 1 -q fde6:67ca:25ef:14::17 2>&1]
CMD EXITCODE[0] CMD RUNTIME[0.0195s] CMD EXITDELAY[10ms] STDOUT[ fde6:67ca:25ef:14::17 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 17.2/17.2/17.2 ]
SQL[SELECT `hostname` FROM `ipv6_addresses` LEFT JOIN `devices` USING(`device_id`) WHERE `disabled` = 0 AND `ipv6_binary` = '��f�$�\0\0\0\0\0\0\0' LIMIT 1] ROWS[0] SQL RUNTIME[0.00051618s]
/opt/observium/includes/entities/device.inc.php:54 array( *[hostname] => string(22) "fde6:67ca:25ef:14::17"* [snmp_port] => int(161) [snmp_transport] => string(4) "udp6" [snmp_version] => string(3) "v2c" [snmp_community] => string(4) "commu" ) Trying v2c community commu ...
CMD[/usr/bin/snmpget -v2c -c 'commu' -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'fde6:67ca:25ef:14::17':'161' .1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0]
CMD EXITCODE[1] CMD RUNTIME[6.0132s] STDOUT[
] STDERR[ Timeout: No Response from udp6:fde6:67ca:25ef:14::17:161. ] SNMP ERROR - device: , cmd: snmpget, options: -OQUsn, mib: 'SNMPv2-MIB', oid: '.1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0', cmd exitcode: 1, snmp error code: #900, reason: 'isSNMPable', runtime: 6.01322889328 SNMP ERROR - device: , cmd: snmpget, options: -OQUsn, mib: 'SNMPv2-MIB', oid: '.1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0', cmd exitcode: 1, snmp error code: #900, reason: 'isSNMPable', runtime: 6.01322889328 SNMP STATUS[FALSE]
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi,
Thanks for your reply ! Unfortunately the workaround seems not to be working, I got the same result.
I also tried adding in observium/config.php : $config['use_ip'] = FALSE;
Regards !
*******************
SQL[SELECT `hostname` FROM `ipv6_addresses` LEFT JOIN `devices` USING(`device_id`) WHERE `disabled` = 0 AND `ipv6_binary` = '��f�$�\0\0\0\0\0\0\0' LIMIT 1] SQL RUNTIME[0.00063014s] Trying v2c community *** [0] ...
CMD[/usr/bin/snmpget -v2c -c *** -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'fde6:67ca:25ef:14::17':'161' .1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0]
CMD EXITCODE[1] CMD RUNTIME[6.0156s] STDOUT[
] STDERR[ Timeout: No Response from udp6:fde6:67ca:25ef:14::17:161. ] SNMP STATUS[FALSE]
Le 29/11/2021 à 16:35, Mike Stupalov a écrit :
Hi,
should be fixed since r11768 (rolling).
Additionally, you can switch off config option "Use resolved IP" in Base setting tab ($config['use_ip']).
r0m5 via observium wrote on 29.11.2021 14:59:
Hello,
I have a problem addind IPv6 only hosts to observium using discovery.
For example the "myserver" host in the extract below (part of the result of"/opt/observium/discovery.php -h all -dd")
This "myserver" host is discovered as a LLDP neighbor of another host.
Then discovery.php tries to connect to "myserver" with snmpget using its IPv6 address. But There are missing brackets in the snmpget command :
- failing :
/usr/bin/snmpget -v2c -c 'commu' -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'fde6:67ca:25ef:14::17':'161' .1.3.6.1.2.1.1.2.0.1.3.6.1.2.1.1.3.0
- would be OK (adding brackets) :
/usr/bin/snmpget -v2c -c 'commu' -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'[fde6:67ca:25ef:14::17]':'161' .1.3.6.1.2.1.1.2.0.1.3.6.1.2.1.1.3.0
How could I solve this issue ?
- is there a way to force observium to add brackets ?
- or maybe even better to force observium to use the hostname
"myserver" to connect using snmpget instead of the IPv6 address ?
Regards !
##### Module Start: neighbours #####
o LLDP-MIB
[...]
[139768400.45.41] => array( [lldpRemChassisIdSubtype] => string(10) "macAddress" [lldpRemChassisId] => string(18) "52 54 00 60 4E 17 " [lldpRemPortIdSubtype] => string(10) "macAddress" [lldpRemPortId] => string(18) "52 54 00 60 4E 17 " [lldpRemPortDesc] => string(4) "ens3" [lldpRemSysName] => string(37) "myserver.local.r0m5.eu" [lldpRemSysDesc] => string(95) "Debian GNU/Linux 11 (bullseye) Linux 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64" [lldpRemManAddrIfId] => string(1) "2" [lldpRemManAddr] => string(39) "fde6:66ba:24ff:0104:0000:0000:0000:0017" [lldpRemMan] => array( [fde6:66ba:24ff:0104:0000:0000:0000:0017] => array( [lldpRemManAddrIfId] => string(1) "2" ) ) )
[...]
SQL[SELECT `device_id` FROM `devices` WHERE `hostname` = 'myserver.local.r0m5.eu'] ROWS[0] SQL RUNTIME[0.00016594s]
SQL[SELECT `device_id` FROM `devices` WHERE `sysName` = 'myserver.local.r0m5.eu' AND `disabled` = '0'] ROWS[0] SQL RUNTIME[0.00020385s]
SQL[SELECT `autodiscovery`.*, UNIX_TIMESTAMP(`last_checked`) AS `last_checked_unixtime` FROM `autodiscovery` WHERE `poller_id` = '0' AND `remote_hostname` = 'myserver.local.r0m5.eu' AND `remote_ip` = 'fde6:67ca:25ef:14::17'] ROWS[1] SQL RUNTIME[0.00026703s] AUTODISCOVERY DEVEL: hostname & ip DB found
$db_entry /opt/observium/includes/discovery/functions.inc.php:636
array( [autodiscovery_id] => string(1) "8" [poller_id] => string(1) "0" [device_id] => string(3) "150" [remote_hostname] => string(37) "myserver.local.r0m5.eu" [remote_ip] => string(22) "fde6:67ca:25ef:14::17" [remote_device_id] => null [protocol] => string(4) "LLDP" [added] => string(19) "2021-11-27 13:11:08" [last_checked] => string(19) "2021-11-28 12:37:37" [last_reason] => string(7) "no_snmp" [last_checked_unixtime] => string(10) "1638099457" ) Remote device checked 7m 26s ago (less than 1 day) o Trying to discover host myserver.local.r0m5.eu (fde6:67ca:25ef:14::17) through LLDP (xdp)
/opt/observium/includes/common.inc.php:3679 array()
$dns6 /opt/observium/includes/common.inc.php:3685
array( [0] => array( [host] => string(37) "myserver.local.r0m5.eu" [class] => string(2) "IN" [ttl] => int(20876) [type] => string(4) "AAAA" [ipv6] => string(22) "fde6:67ca:25ef:14::17" ) ) Host myserver.local.r0m5.eu resolved as fde6:67ca:25ef:14::17 Host myserver.local.r0m5.eu (fde6:67ca:25ef:14::17) founded inside configured nets, trying to add:
CMD[/usr/bin/fping6 -t 500 -c 1 -q fde6:67ca:25ef:14::17 2>&1]
CMD EXITCODE[0] CMD RUNTIME[0.0195s] CMD EXITDELAY[10ms] STDOUT[ fde6:67ca:25ef:14::17 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 17.2/17.2/17.2 ]
SQL[SELECT `hostname` FROM `ipv6_addresses` LEFT JOIN `devices` USING(`device_id`) WHERE `disabled` = 0 AND `ipv6_binary` = '��f�$�\0\0\0\0\0\0\0' LIMIT 1] ROWS[0] SQL RUNTIME[0.00051618s]
/opt/observium/includes/entities/device.inc.php:54 array( *[hostname] => string(22) "fde6:67ca:25ef:14::17"* [snmp_port] => int(161) [snmp_transport] => string(4) "udp6" [snmp_version] => string(3) "v2c" [snmp_community] => string(4) "commu" ) Trying v2c community commu ...
CMD[/usr/bin/snmpget -v2c -c 'commu' -Pud -OQUsn -m SNMPv2-MIB -M /opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp 'udp6':'fde6:67ca:25ef:14::17':'161' .1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0]
CMD EXITCODE[1] CMD RUNTIME[6.0132s] STDOUT[
] STDERR[ Timeout: No Response from udp6:fde6:67ca:25ef:14::17:161. ] SNMP ERROR - device: , cmd: snmpget, options: -OQUsn, mib: 'SNMPv2-MIB', oid: '.1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0', cmd exitcode: 1, snmp error code: #900, reason: 'isSNMPable', runtime: 6.01322889328 SNMP ERROR - device: , cmd: snmpget, options: -OQUsn, mib: 'SNMPv2-MIB', oid: '.1.3.6.1.2.1.1.2.0 .1.3.6.1.2.1.1.3.0', cmd exitcode: 1, snmp error code: #900, reason: 'isSNMPable', runtime: 6.01322889328 SNMP STATUS[FALSE]
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Mike Stupalov, Discord channel: https://discord.gg/GjpNXKWm8W Observium Limited, https://observium.org
participants (3)
-
Adam Armstrong
-
Mike Stupalov
-
r0m5