Does anyone have a report that will show the port # used for SNMP to monitor node? User asked if any objects were using anything aside from the default 161.
Here is a quick query you can build a report from:
SELECT Caption, IP_Address, ObjectSubType, AgentPort, SNMPVersion
FROM Nodes
WHERE ObjectSubType = 'SNMP'
you rule. ty