Last Modified: Nov 07, 2022
Affected Product(s):
BIG-IP All
Known Affected Versions:
11.5.0, 11.5.1, 11.5.1 HF1, 11.5.1 HF10, 11.5.1 HF11, 11.5.1 HF2, 11.5.1 HF3, 11.5.1 HF4, 11.5.1 HF5, 11.5.1 HF6, 11.5.1 HF7, 11.5.1 HF8, 11.5.1 HF9, 11.5.10, 11.5.2, 11.5.2 HF1, 11.5.3, 11.5.3 HF1, 11.5.3 HF2, 11.5.4, 11.5.4 HF1, 11.5.4 HF2, 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, 12.0.0, 12.0.0 HF1, 12.0.0 HF2, 12.0.0 HF3, 12.0.0 HF4
Fixed In:
12.1.0, 11.6.1 HF2, 11.5.4 HF3
Opened: Jul 16, 2015 Severity: 3-Major Related Article:
K13945422
Loading a successfully configured internal Virtual Server from the config fails with the following message: -- 01070712:3: Values (/part2/0.0.0.0%2) specified for Virtual Server (/part2/ICAP_request): foreign key index (name_FK) do not point at an item that exists in the database.
The operation creates a virtual server but cannot load it from saved config.
This occurs when the following conditions are met: -- You are running a BIG-IP system with no configuration. -- You have created an external VLAN with an interface. -- You have created a non-default route domain, and associated it with a newly created VLAN. -- You have created a virtual server, and configured a pool in a partition other than /Common. -- You have saved the configuration. Here is an example of how this might occur. Run the following commands. - tmsh - create net vlan external interfaces add { 1.2 } - create net route-domain 2 vlans add { external } - create auth partition part2 default-route-domain 2 - cd ../part2 - create ltm pool icap_pool members add { 10.10.10.10:8080 } - create ltm virtual ICAP_request destination 0.0.0.0:0 mask 0.0.0.0 internal ip-protocol tcp profiles add { tcp } pool icap_pool - save sys config - load sys config partitions all verify.
To work around this issue, you can use the Common partition to complete the configuration.
You can now configure an internal virtual server in a partition and load the config successfully.