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 and Aruba Controllers (Christian Ramseyer)
2. Re: Netdisco and Aruba Controllers (Christian Ramseyer)
--- Begin Message ---
On 09.08.22 20:29, Christian Ramseyer wrote:
Post the output and an example of "show arp" or whatever the command
is for the controller here. With this, we can maybe piece together a
version that works for you.
Oh and if "show arp" is not the right command, add the correct one first
in the
my @data = $ssh->capture("show arp");
line.
--- End Message ---
--- Begin Message ---
Hi Muris
Ok, we're slowly getting closer at least :) I put some debug output into
the new module. Can you replace the Aruba.pm File in your Netdisco
installation with this version here:
https://gist.githubusercontent.com/rc9000/9b2f75e6b6c690472e3cbb41373cd585/raw/be935a90973384637f2446f3cec85f81f1387299/Aruba.pm
Then please run it on the commandline as
netdisco-do arpnip -d <ip> -D
Post the output and an example of "show arp" or whatever the command is
for the controller here. With this, we can maybe piece together a
version that works for you.
Good luck & cheers
Christian
On 09.08.22 12:46, Muris wrote:
Hello, im just going back to this request.. I saw someone made an
Aruba OS SSH collector , it seems to work on their switches, I tested
on Aruba controllers and it doesn’t work for arp data,
I was thinking is it possible to modify/or get it working on
controllers in particular?
Seems anything that’s HP or Aruba related or whatever they buy and
release hardly ever works out of the box for snmp/arp etc to get into
netdisco
*From: *Muris <alcat...@gmail.com>
*Date: *Wednesday, 8 September 2021 at 13:37
*To: *<netdisco-users@lists.sourceforge.net>
*Subject: *Re: [Netdisco] Netdisco and Aruba Controllers
Hi, just querying this again, is it possible to fix so netdisco can
grab snmp arp, and description details of the interfaces for aruba
controllers?
If I issue on the controller “show arp” its all listed, I just need to
find a way for netdisco to interpret the data via snmp which seems to
be broken at the moment for controllers.
I don’t believe it will be that difficult to tweak, happy to work with
someone to test/implement, preferably for the L3 Aruba SNMP component
that already exists
Just have about 100+ of these deployed and don’t have any arp data, or
grabbing the description of interfaces/ cdp/lldp etc
Thankyou
*From: *Muris <alcat...@gmail.com>
*Date: *Saturday, 13 March 2021 at 18:21
*To: *<netdisco-users@lists.sourceforge.net>
*Subject: *Re: [Netdisco] Netdisco and Aruba Controllers
Anyone able to make at least some changes to SNMP Info to pickup arp
tables/description details off interfaces for Aruba controllers?
I don’t think its that complex probably just some code adjustments
*From: *Muris <alcat...@gmail.com>
*Date: *Tuesday, 19 January 2021 at 23:56
*To: *<netdisco-users@lists.sourceforge.net>
*Subject: *Re: [Netdisco] Netdisco and Aruba Controllers
Is it possible an update can be made to work with aruba controllers
for snmp info?
Sent from my iPhone
On 3 Nov 2020, at 21:21, Muris <alcat...@gmail.com> wrote:
I think even if the mibs are updated, snmp info probably needs
some tweaking also
*From: *Oliver Gorwits <oli...@cpan.org>
*Date: *Tuesday, 3 November 2020 at 19:42
*To: *Neil Johnson <neil.john...@erudicon.com>
*Cc: *Muris <alcat...@gmail.com>,
"netdisco-users@lists.sourceforge.net"
<netdisco-users@lists.sourceforge.net>
*Subject: *Re: [Netdisco] Netdisco and Aruba Controllers
Hi Neil
Take a look at the procedure here:
https://github.com/netdisco/netdisco-mibs/wiki/Updating-MIBs
And feel free to open a pull request on Github or ask questions on IRC
oliver.
On Tue, 3 Nov 2020 at 08:51, Neil Johnson
<neil.john...@erudicon.com> wrote:
What's involved in updating the Aruba MIBs?
The MIBs included in NetDisco are for ArubaOS 8.5.0.2_71711.
The latest is 8.7.1.0.
Thanks!
On Mon, Nov 2, 2020 at 7:25 PM Muris <alcat...@gmail.com> wrote:
Hi All,
Also it seems the arpnip and macsuck doesn’t seem to
work.. so if you connect downstream switches it cant match
the data to the ports mac/ip..
Whats the chance of having a fix for the descriptions and
arpnip/mac data sucking to work.. we are putting lot of
these out there and bit hard without having the data
available.
Thanks
*From: *Oliver Gorwits <oli...@cpan.org>
*Date: *Wednesday, 28 October 2020 at 03:00
*To: *Muris <alcat...@gmail.com>
*Cc: *Jon Gerdes <gerd...@blueloop.net>,
"netdisco-users@lists.sourceforge.net"
<netdisco-users@lists.sourceforge.net>
*Subject: *Re: [Netdisco] Netdisco and Aruba Controllers
Sounds like the age-old challenge of picking from ifDescr,
ifName and ifAlias and different platforms using them
differently
An update to SNMP::Info might be required
On Tue, 27 Oct 2020 at 12:36, Muris <alcat...@gmail.com>
wrote:
I did give.
Basically the descriptions on the physical interfaces
netdisco is not getting that information.
It is just obtaining thr default interface name like
ge0/0/0
It clasifies the controllers correctly and captures
info about them so that part works fine.
On 27 Oct 2020, at 20:17, Jon Gerdes
<gerd...@blueloop.net> wrote:
This:
https://github.com/netdisco/netdisco-mibs/blob/master/aruba/aruba.my
mentions 7220 and 7030, so they are probably
supported. You don't give us much else to go on.
On Tue, 2020-10-27 at 12:53 +1030, Muris wrote:
Hi, I have various aruba controllers such as
7220 and 7030, netdisco picks them up, however
its not grabbing the descriptions of the
interfaces and putting them in, or connected
devices. Interfaces just stay default GE0/0/0,
GE0/0/1, etc
Do these work yet or some slight adjustments
to SNMP info need to be made?
Thanks
_______________________________________________
Netdisco mailing list
netdisco-users@lists.sourceforge.net
https://sourceforge.net/p/netdisco/mailman/netdisco-users/
_______________________________________________
Netdisco mailing list
netdisco-users@lists.sourceforge.net
https://sourceforge.net/p/netdisco/mailman/netdisco-users/
_______________________________________________
Netdisco mailing list
netdisco-users@lists.sourceforge.net
https://sourceforge.net/p/netdisco/mailman/netdisco-users/
--
Neil Johnson (N0SFH)
_______________________________________________
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