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


Usage

<configuration>
    <logical-systems>
        <policy-options>
            <policy-statement>
                <term>
                    <then>
                        <metric>...</metric>
                        <metric2>...</metric2>
                        <metric3>...</metric3>
                        <metric4>...</metric4>
                        <tag>...</tag>
                        <tag2>...</tag2>
                        <preference>...</preference>
                        <preference2>...</preference2>
                        <color>...</color>
                        <color2>...</color2>
                        <local-preference>...</local-preference>
                        <priority>priority-choice</priority>
                        <origin>origin-choice</origin>
                        <community>...</community>
                        <damping>damping</damping>
                        <as-path-prepend>as-path-prepend</as-path-prepend>
                        <as-path-expand>...</as-path-expand>
                        <next-hop>...</next-hop>
                        <install-nexthop>...</install-nexthop>
                        <trace/>
                        <external>...</external>
                        <load-balance>...</load-balance>
                        <class>class</class>
                        <destination-class>destination-class</destination-class>
                        <source-class>source-class</source-class>
                        <forwarding-class>forwarding-class</forwarding-class>
                        <cos-next-hop-map>cos-next-hop-map</cos-next-hop-map>
                        <default-action>default-action-choice</default-action>
                        <next>next-choice</next>
                        <accept/>
                        <reject/>
                    </then>
                </term>
            </policy-statement>
        </policy-options>
    </logical-systems>
</configuration>

Description

Actions to take if 'from' and 'to' conditions match.

Contents

<accept>—Accept a route.

<as-path-expand>—Prepend AS numbers prior to adding local-as (BGP only).

<as-path-prepend>—Prepend AS numbers to an AS path (BGP only).

<class>—Set class-of-service parameters.

<color>—Color (preference) value.

<color2>—Color (preference) value 2.

<community>—BGP community properties associated with a route.

<cos-next-hop-map>—Set CoS-based next-hop map in forwarding table.

<damping>—Define BGP route flap damping parameters.

<default-action>—Set default policy action.

<destination-class>—Set destination class in forwarding table.

<external>—External route.

<forwarding-class>—Set source or destination class in forwarding table.

<install-nexthop>—Choose the next hop to be used for forwarding.

<load-balance>—Type of load balancing in forwarding table.

<local-preference>—Local preference associated with a route.

<metric>—Metric value.

<metric2>—Metric value 2.

<metric3>—Metric value 3.

<metric4>—Metric value 4.

<next>—Skip to next policy or term.

<next-hop>—Set the address of the next-hop router.

<origin>—BGP path origin.

<preference>—Preference value.

<preference2>—Preference value 2.

<priority>—Set priority for route installation.

<reject>—Reject a route.

<source-class>—Set source class in forwarding table.

<tag>—Tag string.

<tag2>—Tag string 2.

<trace>—Log matches to a trace file.


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