Oliver Gorwits
Oliver Gorwits
Hi @jhdore is this still happening and also what does the ports tab neighbor column show - the same links, or not?
Thanks! I'm half-glad there's a real bug ;-) Can you check whether 13LW and 12OB share any interface addresses at all? (in the addresses tab or at the command line)...
Hi @DogukanEsen what is shown in the SNMP Class under Device Details tab? If the device class supports it, LLDP neighbors is automatically gathered using standard MIBs. But sometimes we...
Thank you @osmogr ! This helps us with two missing features in Netdisco: the ability to discover/bootstrap a device without needing SNMP, and the use of REST API to gather...
Hi @ultimatehazee thanks for the report. What does netdisco show on the "Ports" tab under the Neighbor column? Are these extra devices there as well (and on different ports)? A...
Hi @ultimatehazee thanks for the extra info. Are you please able to run the following commands on this device (the one with wrong neighbors): ``` ~netdisco/bin/netdisco-do show -d x.x.x.x -e...
Hi @ElStormus that's a good idea. We have "suggest_guest" setting which could be cloned and have configurable message/content.
many thanks @ElStormus have implemented "login_banner_message" setting (takes HTML so can contain anything)
Hi @damclev there is support for ARP (MAC-IP mapping) retrieval via SSH: https://metacpan.org/pod/App::Netdisco::SSHCollector::Platform::PaloAlto and the device_auth config here https://github.com/netdisco/netdisco/wiki/Configuration#device_auth (use cli driver example and platform PaloAlto). We would welcome a...
Hi @Rezho are you able to test at the command line? ``` ~netdisco/bin/netdisco-do arpnip -d 10.1.1.1 --debug ```