Page 1 of 1
How to identify the host is configured on snmpv2 or SNMPv3
Posted: Tue Apr 10, 2018 12:15 am
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.
Re: How to identify the host is configured on snmpv2 or SNMP
Posted: Tue Apr 10, 2018 8:40 am
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