For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

suthomas1's avatar
suthomas1
Icon for Cirrostratus rankCirrostratus
Oct 15, 2020

configuration reference

Good day all,

 

In deleting some unwanted profiles, big-ip complains about those being used in virtual servers or Nat policy rule.

Any reference to those in Virtual servers have been deleted. How do i check if that is being used in NAT anywhere.

 

What is the easiest way to check for those conflict errors, to see where the object is being used?

 

 

Thanks in advance.

1 Reply

  • You can try below command to search if profiles used virtual server.

    tmsh list ltm virtual one-line | grep <profile_name> | awk '{print $2 "\t" $3}'
    tmsh show running-config | grep <profile_name>