Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

SHIHABUDDIN_312's avatar
SHIHABUDDIN_312
Icon for Nimbostratus rankNimbostratus
Oct 10, 2018

APM ACLs and Network Access

Hello,

 

in APM Is there a way to check where a certain IP is configured in ACLs and Network Access ?

 

Regards

 

1 Reply

  • This is what I've used:

     

    From BASH, run: tmsh list apm acl all | egrep "apm acl|X.X.X.X" (replacing X.X.X.X with the IP)

     

    This will list all acls, with the IP references just under the acl in which they are found.