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


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <ospf3>
                    <area>
                        <interface>
                            <name>name</name> <!-- identifier -->
                            <disable/>
                            <interface-type>interface-type-choice</interface-type>
                            <passive>...</passive>
                            <secondary/>
                            <metric>metric</metric>
                            <te-metric>te-metric</te-metric>
                            <priority>priority</priority>
                            <ldp-synchronization>...</ldp-synchronization>
                            <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/>
                            <ipsec-sa>ipsec-sa</ipsec-sa>
                            <topology>...</topology>
                            <bfd-liveness-detection>...</bfd-liveness-detection>
                            <dynamic-neighbors/>
                            <neighbor>...</neighbor>
                            <poll-interval>poll-interval</poll-interval>
                        </interface>
                    </area>
                </ospf3>
            </protocols>
        </instance>
    </routing-instances>
</configuration>

Description

Include an interface in this area.

Contents

<authentication>—No documentation is available yet.

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

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

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

<disable>—Disable OSPF on this interface.

<dynamic-neighbors>—Learn neighbors dynamically on a p2mp interface.

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

<interface-type>—Type of interface.

<ipsec-sa>—IPSec security association name.

<ldp-synchronization>—Advertise maximum metric until LDP is operational.

<metric>—Interface metric.

<name>—Interface name.

<neighbor>—NBMA neighbor.

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

<passive>—Do not run OSPF, but advertise it.

<poll-interval>—Poll interval for NBMA interfaces.

<priority>—Designated router priority.

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

<secondary>—Treat interface as secondary.

<te-metric>—Traffic engineering metric.

<topology>—Topology specific attributes.

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


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