Hi Team,
We will be upgrading from SNMPv2 to SNMPv3.
Please let us know the things we need to take care from nagios point.
Thanks!
SNMP upgrade to version 3
-
syang
Re: SNMP upgrade to version 3
Hi Bosecorp,
I was able to upgrade my Linux machine from SNMPv2 to SNMPv3 without a problem.
Start by creating a backup of the original /etc/smp/snmpd.conf file
Stop the the SNMP service while adding SNMPv3.
Use the following command to create the SNMPv3 user which will be added to the /etc/snmp/snmpd.conf and the /var/lib/net-snmp/snmpd.conf. Replace the necessary passwords, username, and authentication types.
Then restart the service.
In the XI GUI, you would have to re-monitor the devices that have been upgraded to SNMPv3.
I was able to upgrade my Linux machine from SNMPv2 to SNMPv3 without a problem.
Start by creating a backup of the original /etc/smp/snmpd.conf file
Code: Select all
cp /etc/snmp/snmpd.conf /etc/snmp/snmpd.bakCode: Select all
systemctl stop snmpd.serviceCode: Select all
net-snmp-create-v3-user -ro -a SHA -A Str0ng@uth3ntic@ti0n -x AES -X Str0ngPriv@cy nagiosCode: Select all
sudo systemctl start snmpd.serviceRe: SNMP upgrade to version 3
Thanks syang!
Please see here as well:
https://support.nagios.com/forum/viewto ... 47#p212147
Let us know if you have any specific questions.
Please see here as well:
https://support.nagios.com/forum/viewto ... 47#p212147
Let us know if you have any specific questions.
Re: SNMP upgrade to version 3
thanks, you can close this ticket