Create Date: Apr 20 2012 1:27AM
Looks a bit complicated to me, try the form:
entry Mgmt_allow {
if match any {
source-address x.x.x.x/x;
source-address y.y.y.y/y;
} then {
permit;
}
}
By the way, this is fine for SSH/telnet but doesn't work for web access control - you can't use a policy file for that you have to enter it on the CLI as an access list. I have moaned about this many times but they haven't fixed it yet. (from David_Rickard)