Graphing your F5 LTM Environment with Cacti
Capturing load balancer traffic flows is not something that is elegantly (or even rudimentarily) handled by most commercial applications, or at least the ones I've worked with. Several can't even...
Published Dec 07, 2007
Version 1.0JRahm
Admin
Christ Follower, Husband, Father, Technologist. I love community and I especially love THIS community. My background is networking, but I've dabbled in all the F5 iStuff, I'm a recovering Perl guy, and am very much a python enthusiast. Learning alongside all of you in this accelerating industry toward modern apps and architectures.JRahm
Admin
Christ Follower, Husband, Father, Technologist. I love community and I especially love THIS community. My background is networking, but I've dabbled in all the F5 iStuff, I'm a recovering Perl guy, and am very much a python enthusiast. Learning alongside all of you in this accelerating industry toward modern apps and architectures.mikeDOTd_61686
Nimbostratus
Jun 26, 2009I've got an issue where certain OID's are returning 0. Specifically "F5 BigIP - Global HTTP Requests", "F5 BigIP - Global HTTP Response Errors", and "F5 BigIP - Global HTTP Responses". If I manually snmpget those OID's I can validate the "0" response:
[root@nms102 tmp] snmpget -v 2c -c blah 10.70.1.57 .1.3.6.1.4.1.3375.2.1.1.2.4.7.0
SNMPv2-SMI::enterprises.3375.2.1.1.2.4.7.0 = Counter64: 0
[root@nms102 tmp] snmpget -v 2c -c blah 10.70.1.57 .1.3.6.1.4.1.3375.2.1.1.2.4.5.0
SNMPv2-SMI::enterprises.3375.2.1.1.2.4.5.0 = Counter64: 0
[root@nms102 tmp] snmpget -v 2c -c blah 10.70.1.57 .1.3.6.1.4.1.3375.2.1.1.2.4.6.0
SNMPv2-SMI::enterprises.3375.2.1.1.2.4.6.0 = Counter64: 0
Though there's plenty of traffic being handled. Any suggestions?