R3303-HP 6600/HSR6600 Routers Layer 3 - IP Routing Command Reference

502
Parameters
as-path-number: Specifies an AS path list by its number in the range of 1 to 256.
&<1-16>: Indicates that the argument before it can be entered up to 16 times.
Examples
# Define AS path list 2, allowing BGP routing information containing AS number 200 or 300 to pass.
Configure node 10 in permit mode of routing policy test to match AS path list.
<Sysname> system-view
[Sysname] ip as-path 2 permit _*200.*300
[Sysname] route-policy test permit node 10
[Sysname-route-policy] if-match as-path 2
Related commands
ip as-path-acl
if-match community
Use if-match community to match BGP routes whose community attributes matches a specified
community list.
Use undo if-match community to remove the match criterion.
Syntax
if-match community { basic-community-list-number [ whole-match ] |
adv-community-list-number }&<1-16>
undo if-match community [ basic-community-list-number [ whole-match ] |
adv-community-list-number ]&<1-16>
Default
No community list match criterion is configured.
Views
Routing policy view
Default command level
2: System level
Parameters
basic-community-list-number: Specifies a basic community list by its number in the range of 1 to 99.
adv-community-list-number: Specifies an advanced community list by its number in the range of 100 to
199.
whole-match: Exactly matches the specified community lists.
&<1-16>: Indicates that the argument before it can be entered up to 16 times.
Examples
# Configure community list 1 to permit BGP routes with community number 100 or 200, and then
configure node 10 in permit mode of routing policy test. Specify community-list 1 to match BGP routes.
<Sysname> system-view
[Sysname] ip community-list 1 permit 100 200
[Sysname] route-policy test permit node 10