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


Usage

<configuration>
    <routing-options>
        <flow>
            <route>
                <then>
                    <community>community</community>
                    <accept/>
                    <discard/>
                    <rate-limit>rate-limit</rate-limit>
                    <routing-instance>routing-instance</routing-instance>
                    <sample/>
                    <next-term/>
                </then>
            </route>
        </flow>
    </routing-options>
</configuration>

Description

Actions to take for this flow.

Contents

<accept>—Allow traffic through.

<community>—Name of BGP community.

<discard>—Discard all traffic for this flow.

<next-term>—Continue the filter evaluation after matching this flow.

<rate-limit>—Rate at which to limit traffic for this flow.

<routing-instance>—Redirect to instance identified via Route Target community.

<sample>—Sample traffic that matches this flow.


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