configure route-map delete match
ExtremeWare Software 7.3.0 Command Reference Guide 809
configure route-map delete match
configure route-map <route-map> <seq_number> delete 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
Deletes a route map
match
statement.
Syntax Description
Default
N/A.
Usage Guidelines
None.
Example
The following command deletes the statement from entry 15 in route map bgp-out that specifies that the
access profile aslist should be used to match the AS path:
configure bgp-out 15 add match as-path access-profile aslist
route-map The name of the route map from which this statement should be deleted.
seq-number The sequence number of the entry in the route map from which this statement
should be deleted.
nrli_access_profile Specifies an NRLI-list access profile.
as_access_profile Specifies an AS path access profile.
as-number Specifies an AS number.
com_access_profile Specifies a BGP community access profile.
as_number:number Specifies a BGP community number in as_number:number format.
community Specifies a BGP community number, specified as an unsigned 32-bit integer
in decimal format.
no-export Specifies the no-export community attribute.
no-advertise Specifies the no-advertise community attribute.
no-export-subconfed Specifies the no-export-subconfed community attribute.
ipaddress Specifies an IP address of the next hop attribute.
med_number Specifies a MED number.
origin [igp | egp | incomplete] Specifies an origin. Values are igp, egp, or incomplete.
tag_number Specifies a tag value.