cancel
Showing results for 
Search instead for 
Did you mean: 

Review my ACL

Review my ACL

David_Cotos
New Contributor

Hi guys, I need to add a Dynamic ACL before a deny rule on my Black Diamond. The allow policies are called Voffice1 and Voffice2. The last policy is called VofficeDeny.

 

2 questions:

1- If I create a new Voffice3 policy that will allow, can I drag it before the VofficeDeny?

 

2- This is my syntax, does it look right? 

entry Voffice3 {
        if {
                source-address 192.168.1.3/32;
                destination-address 10.10.10.10/32;
        } then {
                count Voffice3;
                deny false;
        }
}

1 REPLY 1

David_Cotos
New Contributor

Disregard, I had Extreme support verify.

GTM-P2G8KFN