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


Usage

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

Description

IPv6 local RP properties.

Contents

<address>—Local RP address.

<anycast-pim>—Attributes for IPv6 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]