Skip to main content
sonydarrel
New Member
October 7, 2017
Question

Policy move up and down

  • October 7, 2017
  • 1 reply
  • 6959 views

Dears,

 

I don't how my section view has been disabled, but now my question is instead of drag and drop the policy towards up do we have another solution such as an insert to top level ??

 

If I want to delete all my policies how I can do it??

 

How I can re-enable a section view in my policy and objects

 

Thanks

    1 reply

    Markus
    New Member
    October 9, 2017

    Hi - If the section view is disabled, this is almost if you have a policy with interface any

    - for moving policy you can use cli

       config firewall policy    move <policyid> <before/after> <policy id> - you can mark multiple policies with Ctrl for deleting them Best, Markus

    ede_pfau
    SuperUser
    SuperUser
    October 9, 2017

    Agreed, there is no section view if you use interface 'any' in any policy, or if you use multiple interfaces as 'source interface' or 'destination interface'.

     

    If you really want to delete all policies:

    log into the CLI

    config firewall policy

       purge

     

    Once in the CLI, you could search for the 'any' interface before you resort to delete all:

    config firewall policy

    show | grep -f 'intf "any"'