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


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <pim>
                    <interface>
                        <name>name</name> <!-- identifier -->
                        <disable/>
                        <mode>mode-choice</mode>
                        <priority>priority</priority>
                        <version>version</version>
                        <hello-interval>seconds</hello-interval>
                        <neighbor-policy>...</neighbor-policy>
                        <bfd-liveness-detection>...</bfd-liveness-detection>
                    </interface>
                </pim>
            </protocols>
        </instance>
    </routing-instances>
</configuration>

Description

PIM interface options.

Contents

<bfd-liveness-detection>—Bidirectional Forwarding Detection options.

<disable>—Disable PIM on this interface.

<hello-interval>—Hello interval.

<mode>—Mode of interface.

<name>—Interface name.

<neighbor-policy>—PIM neighbor policy applied to incoming hello messages.

<priority>—Hello option DR priority.

<version>—Force PIM version.


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