System information

BSR 64000 Configuration and Management Guide
7-2
MOT(config)#route-map <name> [permit | deny] <sequence-number>
where:
name is the name that uniquely identifies an instance of a route map; instances
with lower sequence numbers are parsed first.
permit specifies perform set operations, if the match conditions are met.
deny specifies deny set operations.
sequence-number identifies an instance of the route map.
Once the route map is created using the route-map command, you enter Route Map
Configuration mode. Refer to the following sections to define parameters for your
route map.
Using Match Statements to Define Routing Conditions
Match statements define the conditions that a route must meet. Each instance may
contain multiple match statements. If all match statements in an instance match for a
given route, the route meets the conditions of the instance. The order of match
statements within an instance is not relevant. If an instance contains no match
statements, all routes meet the conditions of the instance, however, they can be denied
by an instance with a lower sequence number.
Follow these steps to define the conditions for a route:
1. To match one or more BGP AS-path access lists, use the match as-path
command in Route Map Configuration mode, as shown in the example below:
MOT(config-rmap)#match as-path <as-path-access-list>
[...<as-path-access-list>]
where:
as-path-access-list is the AS path access list from 1 to 99.
2. To match one or more BGP community lists, use the match community
command in Route Map Configuration mode, as shown in the example below:
MOT(config-rmap)#match community <community-list>
[...<community-list>]