Hello
Thank you for posting in Microsoft Community forum.
Based on your description, here are some possible causes and solutions:
- Ensure that the configuration of the SNMP service has not been reset or changed on the DHCP server. Check the configuration file of the SNMP service to ensure that the DHCP-related OIDs (e.g. 1.3.6.1.4.1.311.1.3.2) are still allowed to access. Confirm that the SNMP proxy is configured to allow requests from specific IP addresses, and make sure that the IP address of your monitoring tool is within the allowed range.
- In Windows Server 2022, security settings may vary. Check the settings of Windows Firewall and any other security software to make sure that SNMP traffic is not blocked.
Ensure that the permissions for the SNMP service are set correctly, especially for DHCP related OIDs, specific permissions may be required to access.
- Check whether the DHCP service depends on other services (such as RPC, WMI, etc.) and make sure that these services are also running normally. If there is a problem with these dependent services, it can affect the response of SNMP.
- Looking at the logs in the Windows Event Viewer, especially those related to SNMP and DHCP, may provide more clues about the problem. Look for any error or warning messages that may indicate a problem with your configuration or service.
- Ensure that the SNMP version you are using, such as SNMPv1, SNMPv2c, or SNMPv3, matches the configuration of the DHCP server. Some versions of SNMP may have different security and authentication requirements.
- Try restarting the SNMP service and the DHCP service, sometimes the service may need to be restarted after the upgrade to load the configuration properly.
- Make sure Windows Server 2022 has the latest updates and patches installed. Sometimes, a specific update may fix a known SNMP or DHCP related issue.
- Use other SNMP tools (such as snmpwalk or snmpget) to test the OID directly from the command line to see if you can get DHCP related information. This can help confirm if the problem is with a specific monitoring tool.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Regards,
Jill Zhou