Send netdisco-users mailing list submissions to
netdisco-users@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/netdisco-users
or, via email, send a message with subject or body 'help' to
netdisco-users-requ...@lists.sourceforge.net
You can reach the person managing the list at
netdisco-users-ow...@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific
than "Re: Contents of netdisco-users digest..."
Today's Topics:
1. Re: user defined snmp and Host/MAC/IP/interface list ?
(Oliver Gorwits)
--- Begin Message ---
Hello!
Have you tried adding the firewall to Netdisco as a device and then running
an arpnip job against the firewall?
This custom OID is simply ipNetToPhysicalPhysAddress which is pretty
standard and might be supported by Netdisco. What is the vendor and model?
Some other options:
1. Use SSH collector in Netdisco (on the firewall), using device_auth CLI
and one of the supported platforms:
https://github.com/netdisco/netdisco/wiki/Configuration#device_auth
https://metacpan.org/dist/App-Netdisco
2. Add the device to Netdisco and then use "netdisco-do show" to get the
ARP table in JSON format:
~netdisco/bin/netdisco-do show -d 1.2.3.4 -e ipNetToPhysicalPhysAddress
--quiet
Then use "jq" command line tool to edit the JSON so it looks like this:
https://netdisco2-demo.herokuapp.com/swagger-ui/?url=/swagger.json#/Objects/put_api_v1_object_device__ip__arps
Then save in a file and use netdisco-do to import:
~netdisco/bin/netdisco-do arpnip -d 1.2.3.4 -p /path/to/file.json
Hope this helps!
oliver.
On Mon, 18 Aug 2025 at 09:32, Černý Lubomír (UNP-RPA) via netdisco-users <
netdisco-users@lists.sourceforge.net> wrote:
> To get arp entries from FW via custom OID (.1.3.6.1.2.1.4.35.1.4) result
> is different:
>
>
>
> IP-MIB::ipNetToPhysicalPhysAddress.14.ipv4."192.168.255.2" = STRING:
> 0:1c:7f:bf:13:c3
>
> IP-MIB::ipNetToPhysicalPhysAddress.20.ipv4."10.244.40.10" = STRING:
> cc:96:e5:40:1e:f0
>
> IP-MIB::ipNetToPhysicalPhysAddress.20.ipv4."10.244.40.11" = STRING:
> cc:48:3a:aa:83:f1
>
> IP-MIB::ipNetToPhysicalPhysAddress.20.ipv4."10.244.40.12" = STRING:
> 0:be:43:bb:73:a8
>
> IP-MIB::ipNetToPhysicalPhysAddress.20.ipv4."10.244.40.13" = STRING:
> ac:91:a1:df:94:d3
>
> IP-MIB::ipNetToPhysicalPhysAddress.20.ipv4."10.244.40.15" = STRING:
> cc:96:e5:40:31:42
>
> IP-MIB::ipNetToPhysicalPhysAddress.20.ipv4."10.244.40.18" = STRING:
> 74:86:e2:1c:70:5e
>
> IP-MIB::ipNetToPhysicalPhysAddress.20.ipv4."10.244.40.19" = STRING:
> 38:14:28:da:7b:fe
>
> IP-MIB::ipNetToPhysicalPhysAddress.20.ipv4."10.244.40.20" = STRING:
> 38:14:28:da:7c:2b
>
> IP-MIB::ipNetToPhysicalPhysAddress.20.ipv4."10.244.40.25" = STRING:
> 34:48:ed:e3:f6:9c
>
> IP-MIB::ipNetToPhysicalPhysAddress.20.ipv4."10.244.40.28" = STRING:
> 0:be:43:bb:73:2e
>
> IP-MIB::ipNetToPhysicalPhysAddress.20.ipv4."10.244.40.29" = STRING:
> ec:f4:bb:2f:b8:15
>
> IP-MIB::ipNetToPhysicalPhysAddress.20.ipv4."10.244.40.30" = STRING:
> cc:48:3a:a7:6e:7a
>
> IP-MIB::ipNetToPhysicalPhysAddress.20.ipv4."10.244.40.31" = STRING:
> 94:dd:f8:24:70:22
>
>
>
> So the question i show to import such snmp data into netdisco?
>
> Thx.
> _______________________________________________
> Netdisco mailing list
> netdisco-users@lists.sourceforge.net
> https://sourceforge.net/p/netdisco/mailman/netdisco-users/
>
--- End Message ---
_______________________________________________
Netdisco mailing list - Digest Mode
netdisco-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netdisco-users