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: Netdisco with Meraki (Oliver Gorwits)
   2. Re: Search in Node Properties (Oliver Gorwits)
   3. Re: Search in Node Properties (Christian Ramseyer)
--- Begin Message ---
Hi Jeremiah!

Many thanks for getting in touch. Are you able to share the modifications
to Info.pm and Meraki.pm that you made in order to get the macsuck and
arpnip working?

Also did the macsuck and arpnip work enough so you are OK with the results,
or is more still missing?

(honestly, as others have said, the Meraki support is difficult for SNMP,
so it might never be complete, and we could consider alternatives later
such as CLI scraping or APIs)

Kind regards,
Oliver.

On Thu, 25 Apr 2024 at 19:32, Jeremiah Garmatter <j-garmat...@onu.edu>
wrote:

> Hello,
>
> We recently added a few Meraki MS switches to our network.
> After reviewing some archived emails regarding Meraki I have come to the
> conclusion that Meraki and SNMP-based monitoring tools are not very
> compatible. I have issues with both Netdisco and another tool, Cacti,
> regarding only the Meraki devices.
>
> That being said, I was able to perform a macsuck and arpnip after
> following the instructions within an archived email. I had to modify the
> ~netdisco/perl5/lib/perl5/SNMP/Info.pm file and create a
> ~netdisco/perl5/lib/perl5/SNMP/Info/Layer3/Meraki.pm file.
>
> I can't help but feel that I hacked the solution together from the emails
> and other Layer3 device files. I am not very confident in this approach
> since I don't know much about the inner workings of Netdisco or the Perl
> files.
>
> I am curious if anyone else has created their own "Meraki.pm" kind of file
> and if you would be willing to share it.
>
> <https://www.google.com/url?q=https://onu.edu&source=gmail-html&ust=1674828335432000&usg=AOvVaw28_De1JtB-AXSBY3ffLqIg>
> <https://www.google.com/url?q=https://www.instagram.com/ohionorthern/?hl%3Den&source=gmail-html&ust=1674828335432000&usg=AOvVaw2T5Mr7Skb1malhmRz_e6L7>
> <https://www.google.com/url?q=https://www.facebook.com/OhioNorthern/&source=gmail-html&ust=1674828335432000&usg=AOvVaw3nAxUn3wIQnybVvpceEIDC>
> <https://www.google.com/url?q=https://twitter.com/ohionorthern?ref_src%3Dtwsrc%255Egoogle%257Ctwcamp%255Eserp%257Ctwgr%255Eauthor&source=gmail-html&ust=1674828335432000&usg=AOvVaw2gJCHRWcjlGtZi5ft71zQz>
> <https://www.google.com/url?q=https://www.youtube.com/channel/UCvdGjbOWVUkVJZVm0l-px7g&source=gmail-html&ust=1674828335432000&usg=AOvVaw1nIUlB6-a3l6ENfFlK-WfL>
> *Jeremiah Garmatter*
> Linux Systems Administrator
> Office of Information Technology
> IT Building 107
> 419-772-1074
> j-garmat...@onu.edu
> _______________________________________________
> Netdisco mailing list
> netdisco-users@lists.sourceforge.net
> https://sourceforge.net/p/netdisco/mailman/netdisco-users/

--- End Message ---
--- Begin Message ---
Hi André!

Thanks for getting in touch. Are you sufficiently good with SQL to give us
the output of the row in the device_ports table for an example port
with idrac-prod-01
host connected? Also the device_port_properties table if you can.

I just want to check which column(s) has interesting data in order to amend
the search query.

Kind regards,
Oliver.

On Thu, 25 Apr 2024 at 13:32, Weidner,André <andre.weid...@muehlhausen.de>
wrote:

> Hello,
>
> Our Dell servers allow for LLDP on the iDRAC-Interface. The values are
> visible when I activate the "Connected Nodes" checkbox on the "Ports" page.
> But these values are not searchable.
>
> For example the system provides the name "idrac-prod-01" via LLDP which is
> shown in the "Connected Nodes & Devices" field on the "Ports page". I would
> like to be able to search for "idrac-prod-01". Is there any chance to
> achive this?
>
> Thank you.
>
> [Mühlhausen - Mittelalterliche Reichsstadt:]<https://www.muehlhausen.de>
> [Besuchen Sie uns auf Facebook!]<
> https://www.facebook.com/stadtverwaltung.muehlhausen.de>
>
>
> Stadtverwaltung Mühlhausen
> Ratsstraße 25 | 99974 Mühlhausen | Postfach 1243 | 99962 Mühlhausen
> Telefon: +49 3601 452 0 | Fax: +49 3601 452 177
> www.muehlhausen.de | i...@muehlhausen.de
>
> Informationen zum Umgang mit Ihren Daten (Art. 13, 14 DSGVO)
> in der Stadtverwaltung Mühlhausen finden Sie im Internet
> unter www.muehlhausen.de/Datenschutz.
> Auf Wunsch übersenden wir Ihnen eine Papierfassung.
>
> _______________________________________________
> Netdisco mailing list
> netdisco-users@lists.sourceforge.net
> https://sourceforge.net/p/netdisco/mailman/netdisco-users/

--- End Message ---
--- Begin Message ---
Here's how to get everything that would be helpful:


as netdisco user, run:
netdisco-do psql

\x
 # will print: Expanded display is on.

select * from device_port where ip = '10.28.167.65' and port = 'GigabitEthernet1/0/6'; select * from device_port_properties where ip = '10.28.167.65' and port = 'GigabitEthernet1/0/6'; select * from node where switch = '10.28.167.65' and active = true and port = 'GigabitEthernet1/0/6' limit 3; select * from node_ip where mac = '00:12:37:b5:ff:ab' and active=true limit 3;

The ip + port is the switch where your idrac is connected.
The mac is from the idrac, you should see it in the output of the second to last query in mac: field.

Good luck + Cheers
Christian


On 25.04.2024 13:56, Weidner,André wrote:
Hello,

Our Dell servers allow for LLDP on the iDRAC-Interface. The values are visible when I activate the 
"Connected Nodes" checkbox on the "Ports" page. But these values are not 
searchable.

For example the system provides the name "idrac-prod-01" via LLDP which is shown in the "Connected Nodes 
& Devices" field on the "Ports page". I would like to be able to search for "idrac-prod-01". 
Is there any chance to achive this?

Thank you.

[Mühlhausen - Mittelalterliche Reichsstadt:]<https://www.muehlhausen.de>
[Besuchen Sie uns auf 
Facebook!]<https://www.facebook.com/stadtverwaltung.muehlhausen.de>


Stadtverwaltung Mühlhausen
Ratsstraße 25 | 99974 Mühlhausen | Postfach 1243 | 99962 Mühlhausen
Telefon: +49 3601 452 0 | Fax: +49 3601 452 177
www.muehlhausen.de | i...@muehlhausen.de

Informationen zum Umgang mit Ihren Daten (Art. 13, 14 DSGVO)
in der Stadtverwaltung Mühlhausen finden Sie im Internet
unter www.muehlhausen.de/Datenschutz.
Auf Wunsch übersenden wir Ihnen eine Papierfassung.

_______________________________________________
Netdisco mailing list
netdisco-users@lists.sourceforge.net
https://sourceforge.net/p/netdisco/mailman/netdisco-users/

--
Christian Ramseyer, netnea ag
Network Management. Security. OpenSource.
https://www.netnea.com
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

Reply via email to