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


Usage

<configuration>
    <firewall>
        <family>
            <inet>
                <filter>
                    <term>
                        <then>
                            <three-color-policer>
                                <single-rate>single-rate</single-rate>
                                <two-rate>two-rate</two-rate>
                            </three-color-policer>
                        </then>
                    </term>
                </filter>
            </inet>
        </family>
    </firewall>
</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]