Discovers SNMP Agents that respond to a GET message or initial SNMPv3 discovery within ipAddressRange on the default port 161, or 10161 when transport is UDP.
            
            Overload List
| Overload | Description | 
|---|
| DiscoverSnmp(SnmpVersion,String,String,Int32,Transport,X509Certificate2Collection) | Discovers SNMP Agents that respond to a GET message or initial SNMPv3 discovery within ipAddressRange on the default port 161, or 10161 when transport is UDP. | 
| DiscoverSnmp(SnmpVersion,String,IPAddress,IPAddress,Int32,Transport,X509Certificate2Collection) | Discovers SNMP Agents that respond to a GET message or initial SNMPv3 discovery between lowIP and highIP on the default port 161, or 10161 when transport is UDP. | 
See Also