Forum Discussion
Steve_Wat_89345
Nimbostratus
Nov 21, 2007SNMP MIBs / questions
Hi,
I work for a hosting company and one of our customers just got a couple BigIP's. Is it possible for me to download the F5-BIGIP-SYSTEM-MIB and F5-BIGIP-LOCAL-MIB even though the BigIPs are registered in our customer's name and not ours?
I've snmpwalked them successfully at .1.3.6.1.4.1.3375 and .1.3.6.1.4.1.2021 but I'm just getting the numerical OIDs back since I don't have the MIBs installed. I've found a couple links that document the MIBs but they are a little out of date:
http://support.ipmonitor.com/mibs/F5-BIGIP-SYSTEM-MIB/info.aspx
http://support.ipmonitor.com/mibs/F5-BIGIP-LOCAL-MIB/info.aspx
The main thing I'm looking for that I haven't found yet is a way to see in SNMP if any real web servers drop out of a farm. We have some farms set up with multiple real web servers in each farm. These trees looked interesting...
.1.3.6.1.4.1.3375.2.2.10.13
.1.3.6.1.4.1.3375.2.2.10.14
... but I was expecting to see multiple "the virtual server is available" lines one for each real web server. There's also one "the virtual address is available" listed per farm but that makes sense.
Also, its nothing major, but any insight as to why a virtual server that has been given a custom name gets such a weird OID? i.e. we renamed vs_200, but left vs_201 / vs_202 / vs_203 / vs_204 alone.. but it changed from a "6" to a "21" for the renamed virtual server and it has a much longer suffix after that.
.1.3.6.1.4.1.3375.2.2.10.13.2.1.1.6.118.115.95.50.48.49 = STRING: "vs_201"
.1.3.6.1.4.1.3375.2.2.10.13.2.1.1.6.118.115.95.50.48.50 = STRING: "vs_202"
.1.3.6.1.4.1.3375.2.2.10.13.2.1.1.6.118.115.95.50.48.51 = STRING: "vs_203"
.1.3.6.1.4.1.3375.2.2.10.13.2.1.1.6.118.115.95.50.48.52 = STRING: "vs_204"
.1.3.6.1.4.1.3375.2.2.10.13.2.1.1.21.118.115.95.119.119.119.46.101.114.105.116.101.115.116.105.110.103.46.99.111.109 = STRING: "vs_www.domain.com"
Thanks!
- James_Thomson
Employee
For your first question, if you log into the GUI of your BIG-IP, the very first page that shows up (The welcome screen) has the mib file link right on that page. (bottom right). - Deb_Allen_18Historic F5 AccountThe main thing I'm looking for that I haven't found yet is a way to see in SNMP if any real web servers drop out of a farm. We have some farms set up with multiple real web servers in each farm. These trees looked interesting...
or you can trap on OIDs under these branches:pool_mem AvailabilityState.1.3.6.1.4.1.3375.2.2.5.3.2.1.15 pool_mem StatusReason .1.3.6.1.4.1.3375.2.2.5.3.2.1.18.*
Also, its nothing major, but any insight as to why a virtual server that has been given a custom name gets such a weird OID? i.e. we renamed vs_200, but left vs_201 / vs_202 / vs_203 / vs_204 alone.. but it changed from a "6" to a "21" for the renamed virtual server and it has a much longer suffix after that.POOL_MEMBER_MON_STATUS snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.10" POOL_MEMBER_MON_STATUS_UP snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.11" NODE_ADDRESS_MON_STATUS snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.12" NODE_ADDRESS_MON_STATUS_UP snmptrap OID=".1.3.6.1.4.1.3375.2.4.0.13"
and some ASCII character values:test (4 characters) vs_www.domain.com (17 characters) x123456789x123456789x123456789 (30 characters)
and the corresponding OIDs:"t" is 116 "e" is 101 "s" is 115
.1.3.6.1.4.1.3375.2.2.10.13.2.1.1.4.116.101.115.116 .1.3.6.1.4.1.3375.2.2.10.13.2.1.1.17.118.115.95.119.119.119.46.100.111.109.97.105.110.46.99.111.109 .1.3.6.1.4.1.3375.2.2.10.13.2.1.1.30.120.49.50.51.52.53.54.55.56.57.120.49.50.51.52.53.54.55.56.57.120.49.50.51.52.53.54.55.56.57
returnssnmptranslate .1.3.6.1.4.1.3375.2.2.10.13.2.1.1.4.116.101.115.116
F5-BIGIP-LOCAL-MIB::ltmVsStatusName."test"
returnssnmptranslate .1.3.6.1.4.1.3375.2.2.10.13.2.1.1.17.118.115.95.119.119.119.46.100.111.109.97.105.110.46.99.111.109
F5-BIGIP-LOCAL-MIB::ltmVsStatusName."vs_www.domain.com"
returnssnmptranslate .1.3.6.1.4.1.3375.2.2.10.13.2.1.1.30.120.49.50.51.52.53.54.55.56.57.120.49.50.51.52.53.54.55.56.57.120.49.50.51.52.53.54.55.56.57
F5-BIGIP-LOCAL-MIB::ltmVsStatusName."x123456789x123456789x123456789"
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