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


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <pim>
                    <rp>
                        <local>
                            <address>address</address>
                            <disable/>
                            <priority>priority</priority>
                            <hold-time>hold-time</hold-time>
                            <group-ranges>...</group-ranges>
                            <family>...</family>
                        </local>
                    </rp>
                </pim>
            </protocols>
        </instance>
    </routing-instances>
</configuration>

Description

Router's local RP properties.

Contents

<address>—Local RP address (IPv4 only).

<disable>—Disable this RP (IPv4 only).

<family>—Local RP address family.

<group-ranges>—Group address range for which this router can be an RP (IPv4 only).

<hold-time>—How long neighbor considers this router to be up, in seconds (IPv4 only).

<priority>—Router's priority for becoming an RP (IPv4 only).


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