Bug ID 617636: LTM v11.6.x Errors in F5-BIGIP-LOCAL-MIB.txt prevent its compilation in NMS (Network Management System)

Last Modified: Sep 13, 2023

Affected Product(s):
BIG-IP LTM(all modules)

Known Affected Versions:
11.6.0, 11.6.1, 11.6.2, 11.6.3, 11.6.3.1, 11.6.3.2, 11.6.3.3, 11.6.3.4, 11.6.4, 11.6.5, 11.6.5.1, 11.6.5.2, 11.6.5.3

Opened: Sep 20, 2016

Severity: 4-Minor

Related Article: K15009669

Symptoms

Error during compilation of MIB file F5-BIGIP-LOCAL-MIB.txt in NMS: Unexpected token: in /.../mibs/F5-BIGIP-LOCAL-MIB.mib line no: 27738. The above compilation error is caused by missing commas in F5-BIGIP-LOCAL-MIB.txt: ltmFwRuleStatRuleStatType OBJECT-TYPE SYNTAX INTEGER { enforced(1)staged(2), <===== comma missing here active(3), overlapper(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { ltmFwRuleStatEntry 6 } ltmFwPolicyRuleStatRuleStatType OBJECT-TYPE SYNTAX INTEGER { enforced(1)staged(2), <===== comma missing here active(3), overlapper(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { ltmFwPolicyRuleStatEntry 6 }

Impact

F5-BIGIP-LOCAL-MIB.txt fails to compile in NMS.

Conditions

Compile F5-BIGIP-LOCAL-MIB.txt from 11.6.x versions in NMS.

Workaround

Correct syntax in the F5-BIGIP-LOCAL-MIB.txt file, as follows: ltmFwRuleStatRuleStatType OBJECT-TYPE SYNTAX INTEGER { enforced(1), staged(2), active(3), overlapper(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { ltmFwRuleStatEntry 6 } ltmFwPolicyRuleStatRuleStatType OBJECT-TYPE SYNTAX INTEGER { enforced(1), staged(2), active(3), overlapper(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { ltmFwPolicyRuleStatEntry 6 }

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips