Bug ID 552153: Certain profiles may contain profile-fk-class-id attribute in them

Last Modified: Sep 13, 2023

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

Known Affected Versions:
12.0.0, 12.0.0 HF1, 12.1.0 HF1, 12.0.0 HF2, 12.1.0 HF2, 12.1.1 HF1, 12.1.1 HF2, 12.1.2 HF1, 12.1.2 HF2

Fixed In:
12.1.0, 12.0.0 HF3

Opened: Oct 13, 2015

Severity: 3-Major

Symptoms

On issue a config save through iControl REST, some profiles may contain profile-fk-class-id attribute in them. Such a config will subsequently fail to load.

Impact

Config saved through iControl REST will fail to load with error "fatal: (unexpected integer CID, tag:4698 name:profile_class_id) (framework/IntegerNode.cpp, line 215), exiting..."

Conditions

Issue config save through iControlRest

Workaround

- issue the config save through tmsh, gui - Remove profile-fk-class-id references from all config files ltm virtual /Common/vs1 { ... profiles { /Common/http { profile-fk-class-id 1347 <<< offending config. profile-fk-class-id should not be saved in the config. <<< It is for internal use only. } /Common/my1 { profile-fk-class-id 23420 } /Common/my_AVR { profile-fk-class-id 10511 } /Common/tcp { profile-fk-class-id 1177 } } ... }

Fix Information

The profile-fk-class-id will not be saved in the config files. config saved through iCR will load successfully.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips