User Manual

Table Of Contents
NETGEAR M4500 Series Switches CLI Command Reference Manual 733
Default No route maps are configured by default. If no permit or deny tag is given, permit is the default.
Mode Global Config
6.9.2.6. match as-path
This route map match term matches BGP autonomous system paths against an AS path access list. If you enter a
new match as-path term in a route map statement that already has a match as-path term, the AS path list
numbers in the new term are added to the existing match term, up to the maximum number of lists in a term. A
route is considered a match if it matches any one or more of the AS path access lists the match term refers to.
To delete the match as-path term that matches BGP autonomous system paths against an AS path access list,
use the no form of this command.
Format match as-path <as-path-list-number>
no match as-path
Default None
Mode Route Map Config
6.9.2.7. match community
To configure a route map to match based on a BGP community list, use the match community command in
Route Map Configuration mode. If the community list returns a permit action, the route is considered a match. If
the match statement refers to a community list that is not configured, no routes are considered to match the
statement.
To delete a match term from a route map, use the no form of this command. The command no match
community list exact-match removes the match statement from the route map. (It does not simply remove the
exact-match option.) The command no match community removes the match term and all its community lists.
Format match community <community-list> [community-list...] [exact-match]
no match community <community-list> [community-list...] [exact-match]
If there is already more than one route map in system, need to specify
the sequence number.
. The range is 0 to 65,535.
Fields
Definition
as-path-list-number
An integer from 1 to 500 identifying the AS path access list to use as match
criteria.
Fields
Definition
community-list
The name of a standard community list. Up to eight names may be included in a
single match term.