-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
Hi,
acl.tools.checker dows not accept something like this to check :
10.0.20.0/255.255.255.0;
10.0.20.0/255.0.255.0;
Any suggestion or 3 party approaching to check Juniper Firewall Filters ?
Thanks
/*****************
filter myfilter
{
term T1 {
from {
source-address {
10.0.20.0/255.0.255.0;
}
destination-address {
10.20.20.0/24;
}
}
then {
accept;
}
}
*********************/
Metadata
Metadata
Assignees
Labels
No labels