Last Modified: May 05, 2026
Affected Product(s):
BIG-IP PEM
Known Affected Versions:
15.1.10.8, 16.1.6.1, 17.1.3.1, 17.1.3.2, 17.5.1.6
Opened: Apr 30, 2026 Severity: 4-Minor
Adding an IP with route-domain notation (like 10.0.0.2%2) via the GUI (under 'Subscriber Management ›› Subscribers: Activity Log: Configuration -> Log Session Activity') results in an error: "Invalid IP Address".
An error is returned by the GUI: "Invalid IP Address".
-- PEM licensed and provisioned -- Adding an IP with route-domain notation (like 10.0.0.2%2) via the GUI (under 'Subscriber Management ›› Subscribers: Activity Log: Configuration -> Log Session Activity')
Use tmsh to add the subscriber IP with route domain notation to the subscriber-activity-log settings: # tmsh modify pem global-settings subscriber-activity-log subscriber-ip-addresses add { 10.0.0.2%2 }
None