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


Usage

<configuration>
    <firewall>
        <family>
            <ethernet-switching>
                <filter>
                    <term>
                        <then>
                            <accept/>
                            <discard/>
                            <log/>
                            <syslog/>
                            <forwarding-class>forwarding-class</forwarding-class>
                            <analyzer>analyzer</analyzer>
                            <loss-priority>loss-priority-choice</loss-priority>
                            <count>count</count>
                            <policer>policer</policer>
                            <three-color-policer>...</three-color-policer>
                        </then>
                    </term>
                </filter>
            </ethernet-switching>
        </family>
    </firewall>
</configuration>

Description

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

Contents

<accept>—Accept the packet.

<analyzer>—Name of analyzer - (Ingress only).

<count>—Count the packet in the named counter.

<discard>—Discard the packet.

<forwarding-class>—Classify packet to forwarding class.

<log>—Log the packet.

<loss-priority>—Packet's loss priority.

<policer>—Name of policer to use to rate-limit traffic.

<syslog>—System log (syslog) information about the packet.

<three-color-policer>—Police the packet using a three-color-policer.


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