To whom it may concern,
Currently we are having some issues with Observium's Auto Discovery. The problem is that it currently only discovers about 10% of the network. Does somebody have a clue on how to fix this issue? We already disabled the option "require valid hostnames" at the auto discovery settings.
Unfortunately after changing this option, it only discovered about 10 more devices. Also we do not have any problems with the CDP neighbours on our switches.
Best regards, Mikey van der Worp
-- Mikey van der Worp System Engineer
Utelisys Communications B.V. Trinity Buildings Tower A, 7th floor Pietersbergweg 15 1105BM Amsterdam
M +31 (0) 62 942 2052 T +31 (0) 20 561 8010 F +31 (0) 20 561 8021
www.utelisys.comhttp://www.utelisys.com - https://www.utelisys.com/
Hi Mikey,
On Wed, 2016-10-05 at 19:38 +0000, Mikey van der Worp wrote: Does somebody have a clue on how to fix this issue? We already disabled the option "require valid hostnames" at the auto discovery settings.
I had issues getting the auto discovery working too, although I managed it in the end! These are the entries in my config.php for auto discovery:
//Autodiscovery $config['mydomain'] = "myswitchdomain.co.uk"; $config['autodiscovery']['ip_nets'] = array("10.0.23.0/23", "10.0.28.0/23", "10.0.17.0/23", "10.0.3.0/23", "10.0.50.0/23", "10.0.52.0/23", "10.0.54.0/23", "10.0.13.3/32"); $config['autodiscovery']['xdp'] = TRUE; // Autodiscover hosts via discovery protocols $config['autodiscovery']['ospf'] = TRUE; // Autodiscover hosts via OSPF $config['autodiscovery']['bgp'] = TRUE; // Autodiscover hosts via iBGP $config['autodiscovery']['snmpscan'] = TRUE; // autodiscover hosts via SNMP scanning
Hope this helps you!
NS
Hey Mikey, you can troubleshoot the neighbor discovery by manually discover the device you want to start from with debug output like this: ./discovery.php -m neighbours -d -h <switchname>
/Markus
2016-10-07 14:43 GMT+02:00 Sebastian Harrington <S.M.Harrington@sussex.ac.uk
:
Hi Mikey,
On Wed, 2016-10-05 at 19:38 +0000, Mikey van der Worp wrote:
Does somebody have a clue on how to fix this issue? We already disabled the option "require valid hostnames" at the auto discovery settings.
I had issues getting the auto discovery working too, although I managed it in the end! These are the entries in my config.php for auto discovery:
//Autodiscovery $config['mydomain'] = "myswitchdomain.co.uk"; $config['autodiscovery']['ip_nets'] = array("10.0.23.0/23", " 10.0.28.0/23", "10.0.17.0/23", "10.0.3.0/23", "10.0.50.0/23", " 10.0.52.0/23", "10.0.54.0/23", "10.0.13.3/32"); $config['autodiscovery']['xdp'] = TRUE; // Autodiscover hosts via discovery protocols $config['autodiscovery']['ospf'] = TRUE; // Autodiscover hosts via OSPF $config['autodiscovery']['bgp'] = TRUE; // Autodiscover hosts via iBGP $config['autodiscovery']['snmpscan'] = TRUE; // autodiscover hosts via SNMP scanning
Hope this helps you!
NS
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
Markus Klock
-
Mikey van der Worp
-
Sebastian Harrington