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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <pim>
                <rp>
                    <local>
                        <family>
                            <inet>
                                <address>address</address> <!-- mandatory -->
                                <disable/>
                                <priority>priority</priority>
                                <hold-time>hold-time</hold-time>
                                <group-ranges>...</group-ranges>
                                <anycast-pim>...</anycast-pim>
                            </inet>
                        </family>
                    </local>
                </rp>
            </pim>
        </protocols>
    </logical-systems>
</configuration>

Description

IPv4 local RP properties.

Contents

<address>—Local RP address.

<anycast-pim>—Attributes for IPv4 anycast PIM.

<disable>—Disable this RP.

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

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

<priority>—Router's priority for becoming an RP.


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