Loading...
Loading...
There is a discrepancy in APM current connectivity stats provided by SNMP OID F5-BIGIP-APM-MIB:: apmGlobalConnectivityStatCurConns.
apmGlobalConnectivityStatCurConns returns incorrect values. Connection statistics cannot be monitored.
Session is established with a virtual server that is associated with an access profile.
1. Log in, with administrative privileges, to the command line of the affected device. 2. Using a text editor, create the following file: /config/snmp/ccuUsage.sh. 3. Enter the following command syntax into the /config/snmp/ccuUsage.sh file: #/bin/sh count=$(tmsh show apm license|grep "current connectivity sessions"|cut -d":" -f2) echo $count 4. Save the changes. 5. To change the file mode bits, type the following command: chmod 755 /config/snmp/ccuUsage.sh 6. Using a text editor, create the following file: /config/snmp/custom_mib.tcl. 7. Enter the following command syntax in the /config/snmp/custom_mib.tcl file: register_mib ".1" ccu_count GAUGE proc ccu_count {} { set status [catch { exec /bin/bash /config/snmp/ccuUsage.sh } result] return $result } 8. Save the changes. 9. To restart the SNMP service, type the following command: tmsh restart /sys service snmpd 10. To verify that the workaround is functional, type the following command: snmpwalk -Os -c public -v 2c localhost .1.3.6.1.4.1.3375.2.100.1
None
Click on a version to see all relevant bugs
F5 Integration
Learn more about where this data comes from
BugZero Plan
Streamline upgrades with automated vendor bug scrubs
BugZero Prevent
Wish you caught this bug sooner? Get proactive today.