Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IP LTM
Known Affected Versions:
11.6.0, 11.6.0 HF1, 11.6.0 HF2, 11.6.0 HF3, 11.6.0 HF4, 11.6.0 HF5, 11.6.0 HF6, 11.6.0 HF7, 11.6.0 HF8, 11.6.1, 11.6.1 HF1, 11.6.1 HF2, 11.6.2, 11.6.2 HF1, 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
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 }
F5-BIGIP-LOCAL-MIB.txt fails to compile in NMS.
Compile F5-BIGIP-LOCAL-MIB.txt from 11.6.x versions in NMS.
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 }
None