‎12-08-2017 05:30 PM
‎12-09-2017 04:51 PM
‎12-09-2017 04:51 PM
a week ago
How did you do this exactly? Did you have separate entries for each interface you wanted to block?
Does anyone know if we can we use logical OR's in ACL entries? Like this:
entry deny_ssh2interfaces {
if match all {
source-address 10.0.0.0/8;
destination-address 10.99.17.17/32 || destination-address 10.99.17.33/32;
destination-port 22;
} then {
deny;
}
}
‎12-08-2017 05:36 PM