Configuring Route Policy Components
436 7705 SAR OS Router Configuration Guide
Beginning the Policy Statement 
Use the following CLI syntax to begin a policy statement configuration. In order for a policy 
statement to be complete, an entry must be specified (see Configuring an Entry). 
CLI Syntax: config>router>policy-options
begin
policy-statement name
description text
The following error message displays if you try to enter a policy options command without 
entering begin first. 
A:ALU-B>config>router>policy-options# policy-statement “allow all”
MINOR: CLI The policy-options must be in edit mode by calling begin before any
changes can be made.
The following example displays policy statement configuration command usage. These 
commands are configured in the config>router context. 
Example: config>router# policy-options
policy-options# begin
There are no default policy statement options. All parameters must be explicitly configured.
Creating a Route Policy
To enter the mode to create or edit route policies, you must enter the begin keyword at the 
config>router>policy-options prompt. Other editing commands include:
•the commit command, which saves changes made to route policies during a session 
•the abort command, which discards changes that have been made to route policies 
during a session
Use the following CLI syntax to enter the edit mode:
CLI Syntax: config>router>policy-options
begin
The following example displays some commands to configure a policy statement. Policy 
option commands are configured in the config>router context. Use the commit 
command to save the changes.