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


Usage

<configuration>
    <logical-systems>
        <firewall>
            <family>
                <inet>
                    <simple-filter>
                        <term>
                            <then>
                                <policer>policer</policer>
                                <loss-priority>loss-priority-choice</loss-priority>
                                <forwarding-class>forwarding-class</forwarding-class>
                            </then>
                        </term>
                    </simple-filter>
                </inet>
            </family>
        </firewall>
    </logical-systems>
</configuration>

Description

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

Contents

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

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

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


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