[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <services>
        <aacl>
            <rule>
                <term>
                    <then>
                        <forwarding-class>forwarding-class</forwarding-class>
                        <count>count-choice</count>
                        <accept/>
                        <discard/>
                    </then>
                </term>
            </rule>
        </aacl>
    </services>
</configuration>

Description

Action to take if the 'from' condition is matched.

Contents

<accept>—Accept the packet.

<count>—Count packets by application or Application group.

<discard>—Discard the packet.

<forwarding-class>—Forwarding class assigned to outgoing packets.


[Contents] [Prev] [Next] [Index] [Report an Error]