3com 8807 참조 가이드

다운로드
페이지 1099
564
C
HAPTER
 28: IP R
OUTING
 P
OLICY
 C
ONFIGURATION
 C
OMMANDS
deny: Specifies the match mode of the defined Route-policy node as deny mode. 
When a route satisfy all if-match sub-statements of this node and fails to pass the 
filtration, it will not tested by the next node.
node: Node of the route policy.
node-number: Index of the node in the route-policy. When this route-policy is used 
for routing information filtration, the node with a smaller node-number will be 
tested first.
Description
Use the route-policy command to create a route-policy and enter its view.
Use the undo route-policy command to delete the established Route-policy.
By default, no Route-policy is defined.
Route-policy is used for route information filtration or policy routing. One 
Route-policy comprises of some nodes and each node comprises of some match 
and Apply sub-statements. The if-match sub-statement defines the match rules of 
this node and the Apply sub-statement defines the actions after passing the 
filtration of this node. The filtering relationship between the if-match 
sub-statements of the node is "and", i.e., all if-match sub-statements that meet 
the node. The filtering relation between Route-policy nodes is "OR", i.e. passing 
the filtering of one node means passing the filtering of this Route-policy. If the 
information does not pass the filtration of any nodes, it cannot pass the filtration 
of this Route-policy.
Related command: if-match interfaceif-match aclif-match ip-prefix
if-match ip next-hopif-match costif-match tagapply ip next-hopapply 
local-preference
apply costapply originapply tag.
Example
# Configure a Route-policy named policy1, whose node number is 10 and match 
mode is permit, and enter Route policy view.
[SW8800] route-policy policy1 permit node 10
 
[3Com-route-policy]