User guide

E
XTREME
W
ARE
S
OFTWARE
U
SER
G
UIDE
16-29
U
SING
R
OUTE
M
APS
U
SING
R
OUTE
M
APS
Route maps are a mechanism that can be used to conditionally control the redistribution
of routes between two routing domains, and to modify the routing information that is
redistributed.
Route maps are used in conjunction with the match and set operations. A match
operation specifies a criteria that must be matched. A set operation specifies a change
that is made to the route when the match operation is successful.
config pim vlan [<name> | all]
trusted-gateway [<access-profile> | none]
Configures PIM to use the access profile to
determine which PIM neighbor is to receive or
reject the routes.
config rip vlan [<name> | all ] export-filter
[<access-profile> | none]
Configures RIP to suppress certain routes when
performing route advertisements.
config rip vlan [<name> | all] import-filter
[<access_profile> | none]
Configures RIP to ignore certain routes received
from its neighbor.
config rip vlan [<name> | all] trusted-gateway
[<access_profile> | none]
Configures RIP to use the access list to
determine which RIP neighbor to receive (or
reject) the routes.
create access-profile <access_profile> type
[ipaddress | as-path | bgp-community]
Creates an access profile. Once the access
profile is created, one or more addresses can be
added to it, and the profile can be used to control
a specific routing protocol.
Specify one of the following:
ipaddress A list of IP address and
mask pairs.
as-path A list of AS path expressions.
bgp-community A list of BGP community
numbers.
delete access-profile <access_profile> Deletes an access profile.
show access-profile <access_profile> Displays access-profile related information for the
switch.
Table 16-3: Routing Access Policy Configuration Commands (continued)
Command Description