Platforms to show: All Mac Windows Linux Cross-Platform

Back to NetSNMPMBS class.

NetSNMPMBS.AuthProtocol as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Network Plugin 24.4 ✅ Yes ❌ No ✅ Yes ✅ Yes All
The authentication protocol to use.

(Read and Write property)

NetSNMPMBS.Community as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Network Plugin 17.3 ✅ Yes ❌ No ✅ Yes ✅ Yes All
The community name to use.

e.g. "public"
(Read and Write property)

Some examples using this property:

NetSNMPMBS.ErrorMessage as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Network Plugin 17.3 ✅ Yes ❌ No ✅ Yes ✅ Yes All
The last error message as text.

(Read and Write property)

NetSNMPMBS.IP as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Network Plugin 17.3 ✅ Yes ❌ No ✅ Yes ✅ Yes All
The IP and port to connect to.

e.g. "192.168.2.5:1234"
(Read and Write property)

NetSNMPMBS.LastError as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Network Plugin 17.3 ✅ Yes ❌ No ✅ Yes ✅ Yes All
The last error code.

(Read and Write property)

NetSNMPMBS.MaximumReceiveBufferSize as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Network Plugin 17.3 ✅ Yes ❌ No ✅ Yes ✅ Yes All
The maximum bytes to allocate for receiving buffer.

By default 100000 bytes.
(Read and Write property)

NetSNMPMBS.Password as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Network Plugin 24.4 ✅ Yes ❌ No ✅ Yes ✅ Yes All
The passphrase to use.

For authentication with password.
(Read and Write property)

NetSNMPMBS.Retries as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Network Plugin 17.3 ✅ Yes ❌ No ✅ Yes ✅ Yes All
Number of retries.

Default is -1 to use system default.
(Read and Write property)

NetSNMPMBS.SecurityLevel as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Network Plugin 24.4 ✅ Yes ❌ No ✅ Yes ✅ Yes All
The security level to use.

(Read and Write property)

NetSNMPMBS.SecurityName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Network Plugin 24.4 ✅ Yes ❌ No ✅ Yes ✅ Yes All
The SNMPv3 user name.

(Read and Write property)

NetSNMPMBS.TimeOut as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Network Plugin 17.3 ✅ Yes ❌ No ✅ Yes ✅ Yes All
Timeout in seconds.

Default is -1 to use system default.
(Read and Write property)

NetSNMPMBS.Version as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Network MBS Network Plugin 24.4 ✅ Yes ❌ No ✅ Yes ✅ Yes All
The version to use.
Example
Var s As New NetSNMPMBS

// setup login via SMNPv3
s.AuthProtocol = s.AuthProtocolHMACMD5
s.SecurityName = "username"
s.Password = "test"
s.SecurityLevel = s.SecurityLevelAuthPriv
s.Version = s.Version3

Defaults to Version 1.
(Read and Write property)

The items on this page are in the following plugins: MBS Network Plugin.


The biggest plugin in space...