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


Usage

<configuration>
    <logical-systems>
        <policy-options>
            <policy-statement>
                <term>
                    <from>
                        <route-filter>
                            <address>address</address> <!-- identifier -->
                            <exact/> <!-- identifier -->
                            <longer/> <!-- identifier -->
                            <orlonger/> <!-- identifier -->
                            <upto>upto</upto> <!-- identifier -->
                            <through>through</through> <!-- identifier -->
                            <prefix-length-range>prefix-length-range
                                    </prefix-length-range> <!-- identifier -->
                            <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/>
                        </route-filter>
                    </from>
                </term>
            </policy-statement>
        </policy-options>
    </logical-systems>
</configuration>

Description

List of routes to match.

Contents

<accept>—Accept a route.

<address>—IP address or hostname.

<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.

<exact>—Exactly match the prefix length.

<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.

<longer>—Mask is greater than the prefix length.

<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.

<orlonger>—Mask is greater than or equal to the prefix length.

<preference>—Preference value.

<preference2>—Preference value 2.

<prefix-length-range>—Mask falls between two prefix lengths.

<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.

<through>—Route falls between two prefixes.

<trace>—Log matches to a trace file.

<upto>—Mask falls between two prefix lengths.


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