Route Policy Configuration Management Tasks
446 7705 SAR OS Router Configuration Guide
Route Policy Configuration Management Tasks
This section describes the following route policy configuration management tasks:
• Editing Policy Statements and Parameters
• Deleting an Entry
• Deleting a Policy Statement
Editing Policy Statements and Parameters
Route policy statements can be edited to modify, add, or delete parameters. To enter edit 
mode, 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
The following example displays some commands to configure a policy statement. These 
commands are configured in the config>router>policy-options context. 
Example: config>router>policy-options# begin
policy-options# policy-statement "1"
policy-statement# description "Level 1"
policy-statement# entry 4
policy-statement>entry$ description “new entry”
policy-statement>entry# from
policy-statement>entry>from$ prefix-list “from hq”
policy-statement>entry>from# exit
policy-statement>entry# action reject
policy-statement>entry# commit
policy-statement>entry# exit
The following example displays the changed configuration.
A:ALU-B>config>router>policy-options>policy-statement# info
----------------------------------------------
description "Level 1"
entry 1
from
neighbor 10.10.10.104
exit
action accept
exit
exit