Tag Elements Beginning with R
> <route-filter> (configuration/policy-options/policy-statement/
from)
Usage
<configuration>
<policy-options>
<policy-statement>
<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>
</policy-statement>
</policy-options>
</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.
-
accept—Accept a route.
-
reject—Reject a route.
<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.
-
policy—Skip to next policy filter.
-
term—Skip to next term in a policy filter.
<next-hop>—Set the address of the next-hop router.
<origin>—BGP path origin.
-
egp—Path originated in another AS.
-
igp—Path originated in the local IGP.
-
incomplete—Path was learned by some other means.
<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.
-
high—Set priority to high.
-
low—Set priority to low.
-
medium—Set priority to medium.
<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.