How to identify the host is configured on snmpv2 or SNMPv3

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
davinder.vashisht
Posts: 1
Joined: Thu Sep 08, 2016 2:52 am

How to identify the host is configured on snmpv2 or SNMPv3

Post by davinder.vashisht »

We have configured SNMPV2 device and SNMPV3 device for same but now we want to delete all snmpv2 devices from Nagios so,please help me out to findout the device which is configured on SNMPV2 .

Please help.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: How to identify the host is configured on snmpv2 or SNMP

Post by scottwilkerson »

davinder.vashisht wrote:We have configured SNMPV2 device and SNMPV3 device for same but now we want to delete all snmpv2 devices from Nagios so,please help me out to findout the device which is configured on SNMPV2 .

Please help.
There really isn't any way in nagios to search for these. This is really crude, but you could search the following directory for the string 2c and maybe that would help identify them

Code: Select all

grep -R 2c /usr/local/nagios/etc/services
once you find the configs you would want to make the changes to the device and then look to re-configure in the Nagios XI UI
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked