- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-25-2024 01:56 AM
Hi all
I have an issue and i need your help.
I need to delete tags like "FQDN" from Panorama from the CLI.
When i issue this command below i have an error message:
command : delete shared tag FQDN
Response : Object doesn't exis
What did i miss?
03-25-2024 10:40 AM - edited 03-25-2024 10:43 AM
Hi @Issa_DIARRA ,
You could run "show | match FQDN" to search the whole config for the FQDN object to see if it is in shared or a specific device group. You would need to set the CLI output format 1st (see below).
You could also run the following commands to show the shared and device group tag configuration (assuming you do not have a space in a device group name).
yourpanorama> set cli config-output-format set
yourpanorama> configure
yourpanorama# show shared tag
yourpanorama# show | match "device-group [^ ]* tag"
Thanks,
Tom
PS Or you could check the location of the object in the GUI.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!