The root of the question is really about can we have both the Windows SNMP and the SLSNMPAgent services running at the same time? If so, what configuration changes (if any) would need to be made to accommodate this. We do have some elements that receive updates from devices via trap notifications. Would those also need to have some configuration updates?
Jamie Stutz [SLC] [DevOps Member] Selected answer as best 22nd July 2020
Hi James,
It is possible to run both services (Windows SNMP and SLSNMPAgent) on different ports:
- For Windows SNMP, you can change the default port in the following file:
%systemroot%\system32\drivers\etc\services
- For SLSNMPAgent, you can change the default port in the DataMiner.xml file
More information can be found in DataMiner Help (Changing SNMP ports).
Jamie Stutz [SLC] [DevOps Member] Posted new comment 22nd July 2020

Thanks Miguel!