04-03-2020 07:06 PM
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;
}
}
04-07-2020 01:26 PM
Disregard, I had Extreme support verify.