Oliver Gorwits
Oliver Gorwits
Hi @huntson. If you are able, can you share the output of an snmpwalk on the device? ```` snmpwalk -v 2c -c public -ObentU 1.2.3.4 .1 ```` More docs here:...
netdisco already has the scaffolding to support api call what is missing is the way for the user to specify the endpoint and data format take a look at the...
config also used to gather data if it replaces arpnip/macsuck
@mark-royds are you able to use the `discover_no` setting to filter out those v6 addresses which are not accessible? I think Netdisco checks each neighbor address against this ACL before...
Hi @mmarin11 are you also able to send the output of snmpwalk (or failing that a device dump) as documented here: https://github.com/netdisco/netdisco/wiki/Snapshot
Thanks for the report @earendilfr I will take a look....
Hi @DokH please see the documentation here: https://github.com/netdisco/netdisco/wiki/Network-Map I am not sure what you are asking for, as the things you mention are covered in the docs, so I will...
Hi @huntson. If you are able, can you share the output of an snmpwalk on the device? ```` snmpwalk -v 2c -c public -ObentU 1.2.3.4 .1 ````
Hi @huntson, sure in the example command I gave, you would replace 1.2.3.4 with the IP address of the device to target and then if the SNMP community (and version)...
I realised the reason this is not implemented is that the visual link may be multiple links between devices, if it's an aggregate (port channel, etherchannel). So there are multiple...