[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <protocols>
        <pim>
            <rp>
                <bootstrap-priority>bootstrap-priority</bootstrap-priority>
                <bootstrap-import>...</bootstrap-import>
                <bootstrap-export>...</bootstrap-export>
                <bootstrap>...</bootstrap>
                <rp-register-policy>...</rp-register-policy>
                <dr-register-policy>...</dr-register-policy>
                <local>...</local>
                <embedded-rp>...</embedded-rp>
                <auto-rp>...</auto-rp>
                <static>...</static>
            </rp>
        </pim>
    </protocols>
</configuration>

Description

Router's rendezvous point properties.

Contents

<auto-rp>—Set auto-RP mode (IPv4 only).

<bootstrap>—Bootstrap properties.

<bootstrap-export>—Bootstrap export policy (IPv4 only).

<bootstrap-import>—Bootstrap import policy (IPv4 only).

<bootstrap-priority>—Eligibility to be the bootstrap router (IPv4 only).

<dr-register-policy>—DR policy applied to outgoing register messages.

<embedded-rp>—Set embedded-RP mode (IPv6 only).

<local>—Router's local RP properties.

<rp-register-policy>—RP policy applied to incoming register messages.

<static>—Configure static PIM RPs.


[Contents] [Prev] [Next] [Index] [Report an Error]