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


Usage

<configuration>
    <protocols>
        <ospf>
            <area>
                <peer-interface>
                    <name>name</name> <!-- identifier -->
                    <disable/>
                    <retransmit-interval>retransmit-interval</retransmit-interval>
                    <transit-delay>transit-delay</transit-delay>
                    <hello-interval>hello-interval</hello-interval>
                    <dead-interval>dead-interval</dead-interval>
                    <authentication>...</authentication>
                    <demand-circuit/>
                    <no-neighbor-down-notification/>
                </peer-interface>
            </area>
        </ospf>
    </protocols>
</configuration>

Description

Configuration for peer interface.

Contents

<authentication>—No documentation is available yet.

<dead-interval>—Dead interval (seconds).

<demand-circuit>—Interface functions as a demand circuit.

<disable>—Disable OSPF on this control peer.

<hello-interval>—Hello interval (seconds).

<name>—Name of peer interface.

<no-neighbor-down-notification>—Don't inform other protocols about neighbor down events.

<retransmit-interval>—Retransmission interval (seconds).

<transit-delay>—Transit delay (seconds).


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