14-Oct-2020 23:04
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.
15-Oct-2020
00:05
- last edited on
04-Jun-2023
21:15
by
JimmyPackets
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>