Forum Discussion
Tia Rojas
Apr 01, 2025Copper Contributor
authenticated snmp
why is authenticated snmp automatically unchecked. I will check the snmp authenticated box and will work for some time and will automatically unchecked. Why is this happening? can someone please ...
Kidd_Ip
Apr 03, 2025MVP
Check the below:
- Configuration Overwritten by Policies
- If your system is part of a domain, Group Policy settings might be overriding your local configuration. Check with your IT administrator to ensure no policies are resetting the SNMP settings.
- SNMP Service Restart
- Restarting the SNMP service or the system might reset the configuration. Ensure that the changes are saved properly before restarting.
- To check:
- Open Services (services.msc).
- Locate SNMP Service.
- Right-click and select Properties.
- Ensure the settings are saved and the service is running.
- Conflicting Applications or Tools
- Some monitoring tools or third-party applications might modify SNMP settings automatically. Check if any such tools are installed and review their configurations.
- Permissions Issue
- Ensure you have the necessary administrative privileges to make changes to SNMP settings. Without proper permissions, changes might not persist.
- SNMP Version Mismatch
- If you're using SNMPv3, ensure that the authentication credentials (username, password, etc.) are correctly configured. A mismatch in credentials could cause the settings to revert.
- Corrupted Configuration
- If the SNMP configuration file is corrupted, it might not retain changes. Try resetting the SNMP service and reconfiguring it:
- Stop the SNMP service.
- Delete or back up the configuration file.
- Restart the service and reapply the settings.
- Firewall or Security Software
- Some firewall or security software might block or reset SNMP settings. Check the logs of your security software to see if it's interfering.
Tia Rojas
Apr 07, 2025Copper Contributor
I was able to fix the problem with your input. I consider this item close.
Thank you for your response