Re: Can I override the defVersion in host specific conf files?

2025-04-21 Thread Lee
On Mon, Apr 21, 2025 at 4:09 PM Ari Rabinowitz wrote: > > Hi, > > I'm trying to set up SNMP monitoring of many of our devices. Since most of > them support SNMPv3 I've set up the following in my /etc/snmp/snmp.conf: > defVersion 3 > defSecurityLevel authPriv > defAuthType SHA > defPrivType AES > d

Can I override the defVersion in host specific conf files?

2025-04-21 Thread Ari Rabinowitz
Hi, I'm trying to set up SNMP monitoring of many of our devices. Since most of them support SNMPv3 I've set up the following in my /etc/snmp/snmp.conf: defVersion 3 defSecurityLevel authPriv defAuthType SHA defPrivType AES defAuthPassphrase REDACTED defPrivPassphrase REDACTED defSecurityName USER