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


Usage

<configuration>
    <logical-systems>
        <firewall>
            <filter>
                <term>
                    <then>
                        <three-color-policer>
                            <single-rate>single-rate</single-rate>
                            <two-rate>two-rate</two-rate>
                        </three-color-policer>
                    </then>
                </term>
            </filter>
        </firewall>
    </logical-systems>
</configuration>

Description

Police the packet using a three-color-policer.

Contents

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

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


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