Create Date: Jun 19 2012 4:48AM
Is it possible to invert a match condition with an ACL?
E.g. I want to deny packets which are
not coming from a specific IP address:
code: entry denyExample {
if {
source-address NOT 1.2.3.4/32 ;
more match conditions ;
} then {
deny ;
}
}
Is this missing in the XOS software, or is this a deficit with the hardware?
(from Hans-Werner_Paulsen )