configure route-map add match
ExtremeWare Software 7.3.0 Command Reference Guide 803
configure route-map add match
configure route-map <route-map> <seq_number> add match [nlri-list
<access
profile> | as-path [access-profile <access profile> | <as_number>]
| community [access-profile <access profile> | <as_number>:<number> |
number <community> | no-advertise | no-export | no-export-subconfed] |
next-hop <ip address> | med <number> | tag <number> | origin [igp | egp |
incomplete]]
Description
Configures a route map
match
statement.
Syntax Description
Default
N/A.
route-map The name of the route map to which this statement should be added.
seq-number Specifies the sequence number of the entry in the route map to which this
statement should be added.
nlri-list <access profile> Specifies an access profile against which the NLRI should be matched.
as-path access-profile Specifies an access profile against which the AS path in the path attributes
should be matched.
as-number Specifies an AS number against which the AS path in the path attributes
should be matched.
community access-profile Specifies a BGP community access profile against which the community
attribute should be matched.
as_number:number Specifies a BGP community number, specified in as_number:number format,
against which the community attribute should be matched.
community Specifies a BGP community number, specified as an unsigned 32-bit integer
in decimal format, against which the community attribute should be matched.
no-export Specifies that the community attribute should be matched against the
no-export attribute.
no-advertise Specifies that the community attribute should be matched against the
no-advertise attribute.
no-export-subconfed Specifies that the community attribute should be matched against the
no-export-subconfed attribute.
ipaddress Specifies an IP address against which the next hop attribute in the path
attribute should be matched.
med_number Specifies a MED number against which the MED in the path attribute should
be matched.
origin [igp | egp | incomplete] Specifies an origin against which the origin in the path attribute should be
matched. Values are igp, egp, or incomplete.
tag_number Specifies a tag value against which the tag associated with the redistributed
OSPF route should be matched.