Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Performs a SNMP GET query.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SNMP | 3.1 | ✅ Yes | ❌ No | ✅ Yes | ✅ Yes, on macOS and Linux | ❌ No |
This function was deprecated.
Parameter | Description | Example |
---|---|---|
Community | The community name to use. | "public" |
Target | The IP and port to connect to. | "192.168.2.5:1234" |
ObjectID | The object ID to use. | "system.sysUpTime.0" |
Returns the result or an error.
Query uptime of demo server:
$r = MBS("SNMP.Get"; "demopublic"; "test.net-snmp.org"; "system.sysUpTime.0")
This function is free to use.
Created 18th August 2014, last changed 18th December 2021