|
Description:
|
aclL2RuleAction OBJECT-TYPE
SYNTAX INTEGER {allow(1), drop(2)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies the action to be taken on the packet if the filter
rule matches.
If the action is 'allow', the packet will be forwarded according
to the forwarding rules.
If the action is 'drop', the packet will be discarded."
DEFVAL {allow}
|
|
|