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. LDAPS authentication possible / How to discover all? (Basti S.)
2. Re: LDAPS authentication possible / How to discover all?
(Christian Ramseyer)
--- Begin Message ---
Hello,
In the past we used the LDAP authentication for netdisco, a very nice thing.
But as far as I know LDAPS is not possible - is there a way to make it
possible?
Second question: Should Netdisco find all other connected switches if I
just do the discovery for the back bone switch? Or how can I achieve that
without do it for every single switch?
Thanks in advance!
Regards,
Bastian
--- End Message ---
--- Begin Message ---
Hi Bastian
On 12.11.21 09:26, Basti S. wrote:
Hello,
In the past we used the LDAP authentication for netdisco, a very nice thing.
But as far as I know LDAPS is not possible - is there a way to make it
possible?
Yes it unsupported according to the doc:
<https://github.com/netdisco/netdisco/wiki/Configuration#ldap>. I never
looked into it too closely but Net::LDAP does ldaps just fine, so I
imagine it couldn't be too hard to patch in. Most likely nobody wanted
it bad enough to submit a Patch/PR.
Second question: Should Netdisco find all other connected switches if I
just do the discovery for the back bone switch? Or how can I achieve
that without do it for every single switch?
Theoretically Netdisco should find your whole network from a single
switch, but in practice that's not always working. If you have chunks of
the network missing you can manually discover some IPs in these chunks.
Alternatively you can also discover whole IP ranges, e.g.
netdisco-do discover --enqueue -d 192.168.7.0/24
or discover a list of ip addresses from your inventory with:
for ip in $(< mylist.txt) ; do netdisco-do discover --enqueue -d $ip ; done
Cheers
Christian
--
Christian Ramseyer, netnea ag
Network Management. Security. OpenSource.
Phone: +41 79 644 77 64
--- End Message ---
_______________________________________________
Netdisco mailing list - Digest Mode
netdisco-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netdisco-users