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: Data collection without SNMP (Oliver Gorwits)
   2. Re: Data collection without SNMP (Michael Butash)
--- Begin Message ---
Hi Tim

Yes, but it might take a bit of development work, depending on the details.

You can limit the number of parallel workers by using the "workers, tasks"
configuration:
https://github.com/netdisco/netdisco/wiki/Configuration#workers

You can control when certain jobs run using the "schedule" configuration:
https://github.com/netdisco/netdisco/wiki/Configuration#schedule

Not sure what you mean by static token... is that SSH? And what would you
like to collect? You can certainly collect ARP tables via SSH already in
Netdisco, using "driver: cli" in the "device_auth" config:
https://github.com/netdisco/netdisco/wiki/Configuration#device_auth

Hope that helps

Oliver.

On Thu, 27 Aug 2020 at 13:37, Tim Polimeni <tpolim...@gmail.com> wrote:

> Hello Netdisco team,
>      Recently my organization wanted to limit the number of SNMP
> connections allowed on our routers as the ACL was forever growing. With
> that said my sever didn’t make the cut so to the large number of
> connections/queries it generated. Are their other methods I can use opposed
> to SNMP such as long into every router with my static token and collect
> data that way? If I do it this route, I’d need to limit the number of
> sessions at a given time to say around 25-50, as one sessions closed a new
> one is established. The other catch is that then I’d like to limit this to
> run way every 3 hours.
>
> Any help would be appreciated if this isn’t possible I guess my netdisco
> project will come to an end unfortunately
> _______________________________________________
> Netdisco mailing list
> netdisco-users@lists.sourceforge.net
> https://sourceforge.net/p/netdisco/mailman/netdisco-users/

--- End Message ---
--- Begin Message ---
I think this is probably referring to the general snmp blasts netdisco does
via snmp (ie. udp), vs something like a more graceful modern tcp-based api
connection.  Non-network security people tend to just look at snmp like
some bastard 20yr old protocol that should die.  I don't entirely disagree,
but what else you got?

Ideally devices have some standard web API-like standard to present this
data via more efficient streams, but what vendor wants interoperability
with other vendors?  Devices doing OpenConfig type standards are probably
ideal, but not even sure how universally vendors are implementing this, let
alone reproducing all the environment data SNMP already does today almost
ubiquitously in a common API.

Most network vendors provide a web API of sorts to hit, but none are
standard I think.  Plus when you deal with a company like cisco or hp,
where every product was a different vendor acquisition anyways, no two are
the same regardless even within the current named vendor.

So yeah, back to SNMP, and for some devices even snmp doesn't work right,
arp collection via cli outside of that.

-mb


On Thu, Aug 27, 2020 at 6:30 AM Oliver Gorwits <oli...@cpan.org> wrote:

> Hi Tim
>
> Yes, but it might take a bit of development work, depending on the details.
>
> You can limit the number of parallel workers by using the "workers, tasks"
> configuration:
> https://github.com/netdisco/netdisco/wiki/Configuration#workers
>
> You can control when certain jobs run using the "schedule" configuration:
> https://github.com/netdisco/netdisco/wiki/Configuration#schedule
>
> Not sure what you mean by static token... is that SSH? And what would you
> like to collect? You can certainly collect ARP tables via SSH already in
> Netdisco, using "driver: cli" in the "device_auth" config:
> https://github.com/netdisco/netdisco/wiki/Configuration#device_auth
>
> Hope that helps
>
> Oliver.
>
> On Thu, 27 Aug 2020 at 13:37, Tim Polimeni <tpolim...@gmail.com> wrote:
>
>> Hello Netdisco team,
>>      Recently my organization wanted to limit the number of SNMP
>> connections allowed on our routers as the ACL was forever growing. With
>> that said my sever didn’t make the cut so to the large number of
>> connections/queries it generated. Are their other methods I can use opposed
>> to SNMP such as long into every router with my static token and collect
>> data that way? If I do it this route, I’d need to limit the number of
>> sessions at a given time to say around 25-50, as one sessions closed a new
>> one is established. The other catch is that then I’d like to limit this to
>> run way every 3 hours.
>>
>> Any help would be appreciated if this isn’t possible I guess my netdisco
>> project will come to an end unfortunately
>> _______________________________________________
>> 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/

--- End Message ---
_______________________________________________
Netdisco mailing list - Digest Mode
netdisco-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netdisco-users

Reply via email to