- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-22-2017 05:57 AM
Hi everyone,
I'm having troubles to get certain information from CLI. For some hours, I have been looking for zones information or Antivirus Profiles information but i did not found anything (also, when I get the static routes, the entries name is not displayed for example..). I'm checking Operational data with "show" command.
Is the PaloAlto CLI information a little bit limited or am I who don't know where to find?
If someone could help me telling me where to find or the commands to get this info, thanks beforehand.
Regards, Mike.
09-22-2017 06:38 AM
Hi @mikiTeleco,
In addition, the following CLI command will show you which profiles are configured on your rules :
admin@PA-VM> configure admin@PA-VM# show rulebase security rules
Hope it helps !
-Kiwi.
09-22-2017 06:32 AM
Hi Miki,
Do you mean configuration information?
You can enter configure mode then take a look at the profiles
> configure
# show profiles virus 'av profile name'
hope this helps,
Ben
09-22-2017 06:38 AM
Hi @mikiTeleco,
In addition, the following CLI command will show you which profiles are configured on your rules :
admin@PA-VM> configure admin@PA-VM# show rulebase security rules
Hope it helps !
-Kiwi.
09-22-2017 02:06 PM - edited 09-22-2017 02:09 PM
> set cli config-output-format set
> configure
# show rulebase security rules | match "profile-setting"
or
# show rulebase security rules | match "profile-setting profiles virus"
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!