Route Policies
7705 SAR OS Router Configuration Guide 445
Configuring Bootstrap Message Import and Export 
Policies
Bootstrap import and export policies are used to control the flow of bootstrap messages to and 
from the rendezvous point (RP).
The following configuration example specifies that there should be no BSR messages 
received or sent out of interface port 1/1/1. These commands are configured in the 
config>router context.
Example: policy-options# policy-statement pim_import_policy
policy-options>policy-statement$ entry 10
policy-options>policy-statement>entry$ from
policy-options>policy-statement>entry>from$ interface 
port 1/1/1
policy-options>policy-statement>entry>from$ exit
policy-options>policy-statement>entry# action reject
policy-options>policy-statement>entry# exit
policy-options>policy-statement# exit
Example: policy-options# policy-statement pim_export_policy
policy-options>policy-statement$ entry 10
policy-options>policy-statement>entry$ to
policy-options>policy-statement>entry>to$ interface port 
1/1/1
policy-options>policy-statement>entry# action reject
policy-options>policy-statement>entry# exit
policy-options>policy-statement# exit
The following configuration example illustrates the application of the policies to PIM. Up to 
five import and five export policies can be specified.
Example: configure>router>pim>rp# bootstrap-import 
pim_import_policy
configure>router>pim>rp# bootstrap-export 
pim_export_policy