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


Usage

<configuration>
    <firewall>
        <policer>
            <name>name</name> <!-- identifier -->
            <filter-specific/>
            <logical-interface-policer/>
            <logical-bandwidth-policer/>
            <if-exceeding>...</if-exceeding>
            <then>...</then>
        </policer>
    </firewall>
</configuration>

Description

Policer template definition.

Contents

<filter-specific>—Policer is filter-specific.

<if-exceeding>—Define rate limits.

<logical-bandwidth-policer>—Policer uses logical interface bandwidth.

<logical-interface-policer>—Policer is logical interface policer.

<name>—Policer name.

<then>—Action to take if the rate limits are exceeded.


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