Defining if-match clauses – H3C Technologies H3C S10500 Series Switches User Manual

Page 371

Advertising
background image

356

To do…

Use the command…

Remarks

Enter system view

system-view

Create a routing policy, specify a
node for it, and enter routing policy
view

route-policy route-policy-name { deny | permit }
node node-number

Required

NOTE:

If a routing policy node has the permit keyword specified, routing information matching all the if-match
clauses of the node will be handled using the apply clauses of this node, without needing to match

against the next node. If routing information does not match the node, it goes to the next node for a
match.

If a routing policy node has the deny keyword specified, the apply clauses of the node is not executed.
When routing information matches all the if-match clauses of the node, it cannot pass the node, or go

to the next node. If route information cannot match all the if-match clauses of the node, it goes to the
next node for a match.

When a routing policy has more than one node, at least one node must be configured with the permit
keyword. If the routing policy is used to filter routing information, routing information that does not meet

any node cannot pass the routing policy. If all nodes of the routing policy are set with the deny keyword,
no routing information can pass it.

Defining if-match clauses

Follow these steps to define if-match clauses for a routing policy:

To do…

Use the command…

Remarks

Enter system view system-view

Enter routing policy view

route-policy route-policy-name { deny
| permit } node node-number

Required

Match IPv4 routing
information specified

in the ACL

if-match acl acl-number

Match IPv4 routing
information specified
in the IP prefix list

if-match ip-prefix ip-prefix-name

Optional
Not configured by

default.

Define match criteria
for IPv4 routes

Match IPv4 routing
information whose
next hop or source is

specified in the ACL

or IP prefix list

if-match ip { next-hop |
route-source } { acl acl-number |
ip-prefix ip-prefix-name }

Optional
Not configured by

default.

Match IPv6 routing information whose next hop
or source is specified in the ACL or IP prefix list

if-match ipv6 { address | next-hop |
route-source } { acl acl-number |

prefix-list ipv6-prefix-name }

Optional
Not configured by
default.

Match BGP routing information whose AS path
attribute is specified in the AS path lists

if-match as-path
AS-PATH-number&<1-16>

Optional
Not configured by
default.

Advertising