Connectivity Guide

Table Of Contents
continue
Congures the next sequence of the route map.
Syntax
continue seq-number
Parameters seq-number — Enter the next sequence number, from 1 to 65535.
Default Not congured
Command Mode ROUTE-MAP
Usage Information The no version of this command deletes a match.
Example
OS10(config)# route-map bgp
OS10(conf-route-map)# continue 65535
Supported Releases 10.3.0E or later
match as-path
Congures a lter to match routes that have a certain AS path in their BGP paths.
Syntax
match as-path as-path-name
Parameters as-path-name — Enter the name of an established AS-PATH ACL. A maximum of 140 characters.
Default Not congured
Command Mode ROUTE-MAP
Usage Information The no version of this command deletes a match AS path lter.
Example
OS10(config)# route-map bgp
OS10(conf-route-map)# match as-path pathtest1
Supported Releases 10.3.0E or later
match community
Congures a lter to match routes that have a certain COMMUNITY attribute in their BGP path.
Syntax
match community community-list-name [exact-match]
Parameters
community-list-name — Enter the name of a congured community list.
exact-match — (Optional) Select only those routes with the specied community list name.
Default Not congured
Command Mode ROUTE-MAP
Usage Information The no version of this command deletes the community match lter.
Example
OS10(config)# route-map bgp
OS10(conf-route-map)# match community commlist1 exact-match
762 Access Control Lists