Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

configuration reference

suthomas1
Cirrostratus
Cirrostratus

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 1

Samir
MVP
MVP

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>