How can we check the SNMP connectivity of a device in my DaaS system? In the on-prem system, we used to RDP into the server and use the SNMP Simulator/Generator from the DataMiner tools. How can we perform this check on a DaaS system?
Hi,
I believe that you could use the Stream Viewer to check connectivity towards the device. Stream Viewer does not have all the capabilities of the SNMP Device Simulator but it can help you to troubleshoot connectivity.
In order to make the connectivity test simple you could map in the SNMP connector one of the generic OIDs (1.3.6.1.2.1.1.x). Most of the SNMP agents expose these generic OIDs by default. If you are not able to poll these OIDs, there are big chances that either there are some configuration issues with the element (e.g. wrong community string, wrong port) or the DMA cannot reach the device.
Hope it helps.