Forum Discussion
Robert_Sutcliff
Nimbostratus
Feb 07, 2013configsync.localconfigtime via snmp
Hi,
I'm running LTM v11.3 and trying to make use of the new feature of custom SNMP MIBs (ie creating my own OID to return data not normally in the MIB).
The data I'm trying to gather is the...
Peter_Baumann
Cirrostratus
May 07, 2013Hi Robert,
I'm looking for the same.
I have created the following /configs/snmp/custom_mib.tcl:
register_mib ".2" license int
proc license {}
{
set status [catch {exec /usr/bin/monitors/zbx_bigip_license} result]
return $result
}
And try to access it:
snmpwalk -v2c -cpublic bigip .1.3.6.1.4.1.3375.2.100.2
F5-BIGIP-COMMON-MIB::bigipTrafficMgmt.100.2.0 = STRING: "couldn't execute \"/usr/bin/monitors/zbx_bigip_license\": permission denied"
The Script zbx_bigip_license is available and I can start it on the console.
If someone knows howto solve this, it would be very much appreciated!
Peter
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects