Re: SNMP via proxy

2019-04-13 Thread Matt Peterson
We've had good luck with snmpfwd for this sort of setup. --Matt On Wed, Apr 10, 2019 at 7:12 AM Dovid Bender wrote: > Hi, > > A bit off topic. One of my early mistakes in my 9-5 was hard coding the > IP's of our SNMP box in all of our gear (networking equipm

Re: SNMP via proxy

2019-04-10 Thread Brant Ian Stevens
This might be what you're looking for... http://www.net-snmp.org/wiki/index.php/Snmpd_proxy -- Regards, Brant Ian Stevens bra...@branto.com Jared Mauch wrote on 4/10/19 12:50 PM: This is one of (many) reasons why a number of people

Re: SNMP via proxy

2019-04-10 Thread Jared Mauch
This is one of (many) reasons why a number of people have been converting to a streaming telemetry model of getting data out of devices. You can send it to a relay host and visualize in your favorite magic (eg: grafana w/ influx or some other storage). - Jared > On Apr 10, 2019, at 10:15 AM,

Re: SNMP via proxy

2019-04-10 Thread Dave Phelps
Some devices only accept IP addresses as destinations, or resolve a FQDN to an IP and that goes in the config. I add secondary IPs to servers for these functions. Then I can simply move the IP to a new host whenever the role moves. On Wed, Apr 10, 2019 at 9:13 AM Dovid Bender wrote: > Hi, > > A

RE: SNMP via proxy

2019-04-10 Thread Phil Lavin
> Going forward I was thinking of setting up a few hosts whose job would be to > simply relay SNMP traffic. This way moving forward we could hard code several > IP's and bounce all traffic through one of these IP's. You can Source NAT your monitoring servers through a single IP/pool of IPs on a

Re: SNMP via proxy

2019-04-10 Thread Forrest Christian (List Account)
Cacti and Nagios generally poll via SNMP. This means the traffic is generally NAT'able. If I really needed multiple polling SNMP servers at the same address, I'd just throw them behind some sort of NAT device. On Wed, Apr 10, 2019 at 8:13 AM Dovid Bender wrote: > > Hi, > > A bit off topic. O