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


Usage

<configuration>
    <routing-options>
        <static>
            <route>
                <bfd-liveness-detection>
                    <version>version-choice</version>
                    <minimum-interval>milliseconds</minimum-interval>
                    <minimum-receive-interval>milliseconds</minimum-receive-interval>
                    <multiplier>multiplier</multiplier>
                    <no-adaptation/>
                    <transmit-interval>...</transmit-interval>
                    <detection-time>...</detection-time>
                    <neighbor>neighbor</neighbor>
                    <local-address>local-address</local-address>
                    <holddown-interval>milliseconds</holddown-interval>
                    <minimum-receive-ttl>minimum-receive-ttl</minimum-receive-ttl>
                </bfd-liveness-detection>
            </route>
        </static>
    </routing-options>
</configuration>

Description

Bidirectional Forwarding Detection (BFD) options.

Contents

<detection-time>—Detection-time options.

<holddown-interval>—Time to hold the session-UP notification to the client.

<local-address>—BFD local address (for multihop only).

<minimum-interval>—Minimum transmit and receive interval.

<minimum-receive-interval>—Minimum receive interval.

<minimum-receive-ttl>—Minimum receive TTL below which to drop.

<multiplier>—Detection time multiplier.

<neighbor>—BFD neighbor address.

<no-adaptation>—Disable adaptation.

<transmit-interval>—Transmit-interval options.

<version>—BFD protocol version number.


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