Route Policy Command Reference
472 7705 SAR OS Router Configuration Guide
Route Policy Action Commands
default-action
Syntax default-action {accept | next-entry | next-policy | reject}
no default-action
Context config>router>policy-options>policy-statement
Description This command enables the context to configure actions for routes that do not match any route policy 
statement entries when the accept parameter is specified. 
The default action clause can be set to all available action states, including accept, reject, next-entry, 
and next-policy. If the action states accept or reject, the policy evaluation terminates and the 
appropriate result is returned.
If a default action is defined and no match(es) occurred with the entries in the policy, the default action 
clause is used. 
If a default action is defined and one or more matches occurred with the entries of the policy, the 
default action is not used. 
The no form of the command deletes the default-action context for the policy statement.
Default no default-action
Parameters accept — routes matching the entry match criteria will be accepted and propagated
next-entry — the actions specified will be made to the route attributes and then policy evaluation 
will continue with the next policy entry (if any others are specified)
next-policy — the actions specified will be made to the route attributes and then policy evaluation 
will continue with the next route policy (if any others are specified)
reject — routes matching the entry match criteria will be rejected
action
Syntax action {accept | next-entry | next-policy | reject}
no action
Context config>router>policy-options>policy-statement>entry
Description This command creates the context to configure actions to take for routes matching a route policy 
statement entry.
This command is required and must be entered for the entry to be active.