443route-policySyntaxroute-policy route-policy-name { deny | permit } node node-numberundo route-policy route-policy-name [ deny | permit ] [ node node-number ]ViewSystem viewDefault level2: System levelParametersroute-policy-name: Routing policy name, a string of 1 to 63 characters.deny: Specifies the match mode of the routing policy node as deny. If a route satisfies all the if-matchclauses of the node, it cannot pass the node and will not go to the next node.permit: Specifies the match mode of the routing policy node as permit. If a route satisfies all the if-matchclauses of the node, it passes the node and then is executed with the apply clauses of the node. If not, itgoes to the next node of the routing policy.node node-number: Node number, in the range 0 to 65535. A node with a smaller number is matchedfirst.DescriptionUse the route-policy command to create a routing policy and a node of it and enter routing policy view.Use the undo route-policy command to remove a routing policy or a node of it.No routing policy is created by default.A routing policy is used for routing information filtering or policy based routing. It contains several nodesand each node comprises a set of if-match and apply clauses. The if-match clauses define the matchingcriteria of the node and the apply clauses define the actions to be taken on packets passing the node. Therelation between the if-match clauses of a node is logic AND; all the if-match clauses must be satisfied.The relation between different routing policy nodes is logic OR; a packet passing a node passes therouting policy.Examples# Configure node 10 in permit mode of routing policy policy1 and enter routing policy view. system-view[Sysname] route-policy policy1 permit node 10[Sysname-route-policy]IPv4 routing policy configuration commandsapply fast-rerouteSyntaxapply fast-reroute backup-interface interface-type interface-number [ backup-nexthop ip-address ]undo apply fast-reroute