Bug ID 1156105: Proxy Exclusion List is not configurable if VLAN group and route-domain are in non default partition

Last Modified: Mar 30, 2024

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

Known Affected Versions:
14.1.0, 14.1.0.1, 14.1.0.2, 14.1.0.3, 14.1.0.5, 14.1.0.6, 14.1.2, 14.1.2.1, 14.1.2.2, 14.1.2.3, 14.1.2.4, 14.1.2.5, 14.1.2.6, 14.1.2.7, 14.1.2.8, 14.1.3, 14.1.3.1, 14.1.4, 14.1.4.1, 14.1.4.2, 14.1.4.3, 14.1.4.4, 14.1.4.5, 14.1.4.6, 14.1.5, 14.1.5.1, 14.1.5.2, 14.1.5.3, 14.1.5.4, 14.1.5.6, 15.1.0, 15.1.0.1, 15.1.0.2, 15.1.0.3, 15.1.0.4, 15.1.0.5, 15.1.1, 15.1.2, 15.1.2.1, 15.1.3, 15.1.3.1, 15.1.4, 15.1.4.1, 15.1.5, 15.1.5.1, 15.1.6, 15.1.6.1, 15.1.7, 15.1.8, 15.1.8.1, 15.1.8.2, 16.1.0, 16.1.1, 16.1.2, 16.1.2.1, 16.1.2.2, 16.1.3, 16.1.3.1, 16.1.3.2, 16.1.3.3, 16.1.3.4, 16.1.3.5, 17.0.0, 17.0.0.1, 17.0.0.2

Fixed In:
17.1.0, 16.1.4, 15.1.9

Opened: Sep 20, 2022

Severity: 4-Minor

Symptoms

Unable to add IP apart from /Common to Proxy Exclusion List.

Impact

The following command fails: tmsh modify net vlan-group /part5/RD5-VLAN-GRP proxy-excludes add { 10.10.20.196 }

Conditions

- Route-Domain is created with default-route-domain in same partition. #tmsh create auth partition part5 #tmsh create net route-domain /part5/rd5 id 5 #tmsh modify auth partition part5 default-route-domain 5

Workaround

- The following command is used to create route-domain in /Commom: #tmsh create net route-domain /part5/rd5 id 5 Modify this command as following: #tmsh create net route-domain rd5 id 5 - Manually edit the bigip.conf file in partitions and add IP address manually, and then reload the config.

Fix Information

IP can be added to Proxy Exclusion List.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips