3Com Switch 7750 Series
Command Reference Guide – Routing Protocol
Chapter 6 IP Routing Policy Configuration Commands
6-19
Example
# Define an ip-prefix named p1 to permit only the routes whose mask lengths are 17
or 18 on network segment 10.0.192.0 8 to pass.
<3Com> system-view
System View: return to User View with Ctrl+Z.
[3Com] ip ip-prefix p1 permit 10.0.192.0 8 greater-equal 17 less-equal 18
6.1.22 route-policy
Syntax
route-policy
route-policy-name
{
permit
|
deny
}
node
{
node-number
}
undo route-policy
route-policy-name
[
permit
|
deny
|
node
node-number
]
View
System view
Parameter
route-policy-name
: Name of the Route-policy, containing 1 to 19 characters. It
identifies a Route-policy uniquely.
permit
: Specifies the match mode of the defined Route-policy node as permit mode.
When a route entry meets all the if-match statements of the node, the entry is
permitted to filter through the node and the apply statement of the node will be
performed. If a route entry does not meet the if-match statement of the node, the next
node of the route-policy will be tested.
deny
: Specifies the match mode of the defined Route-policy node as deny mode.
When a route entry meets all the if-match statements of the node, the entry is
prohibited from filtering through the node and the next node will not be tested.
node
: Specifies the node of the route policy.
node-number
: Index of the node in the route-policy. When this route-policy is used for
routing information filter, the node with smaller
node-number
will be tested first.
Description
Use the
route-policy
command to enter the Route-policy view.
Use the
undo route-policy
command to delete the created Route-policy.
By default, no Route-policy is defined.
Route-policy is used for route information filter or route policy. A Route-policy
comprises some nodes and each node comprises some if-match statements and
apply statements.