Configuring Route Policy Components
440 7705 SAR OS Router Configuration Guide
type type
to
level {1 | 2}
neighbor {ip-address | prefix-list 
name}
prefix-list name [name...(up to 5 
max)]
protocol protocol [all | instance 
instance]
The following example displays entry command usage. These commands are configured in 
the config>router>policy-options context.
Example: config>router>policy-options# policy-statement "1"
policy-statement# entry 1
policy-statement>entry$ to
policy-statement>entry>to# protocol bgp
policy-statement>entry>to# neighbor 10.10.10.104
policy-statement>entry>to# exit
policy-statement>entry# action accept
policy-statement>entry>action# exit
policy-statement>entry# exit
policy-statement# entry 2
policy-statement>entry$ from
policy-statement>entry>from# protocol ospf
policy-statement>entry>from# exit
policy-statement>entry$ to
policy-statement>entry>to# protocol ospf
policy-statement>entry>to# neighbor 10.10.0.91
policy-statement>entry>to# exit
policy-statement>entry# action accept
policy-statement>entry>action# exit
The following example displays entry parameters and includes the default action parameters 
that were displayed in the previous section. 
A:ALU-B>config>router>policy-options# info
----------------------------------------------
policy-statement "1"
entry 1
to
protocol bgp
neighbor 10.10.10.104
exit
action accept
exit
exit
entry 2
from
protocol ospf
exit