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


Usage

<configuration>
    <protocols>
        <ospf3>
            <realm>
                <area>
                    <name>name</name> <!-- identifier -->
                    <stub>...</stub>
                    <nssa>...</nssa>
                    <area-range>...</area-range>
                    <network-summary-export>...</network-summary-export>
                    <network-summary-import>...</network-summary-import>
                    <inter-area-prefix-export>...</inter-area-prefix-export>
                    <inter-area-prefix-import>...</inter-area-prefix-import>
                    <virtual-link>...</virtual-link>
                    <sham-link-remote>...</sham-link-remote>
                    <interface>...</interface>
                    <label-switched-path>...</label-switched-path>
                    <peer-interface>...</peer-interface>
                </area>
            </realm>
        </ospf3>
    </protocols>
</configuration>

Description

Configure an OSPF area.

Contents

<area-range>—Configure area ranges.

<inter-area-prefix-export>—Export policy for Inter Area Prefix LSAs.

<inter-area-prefix-import>—Import policy for Inter Area Prefix LSAs.

<interface>—Include an interface in this area.

<label-switched-path>—Configuration for advertisement of a label-switched path.

<name>—Area ID.

<network-summary-export>—Export policy for Type 3 Summary LSAs.

<network-summary-import>—Import policy for Type 3 Summary LSAs.

<nssa>—Configure a not-so-stubby area.

<peer-interface>—Configuration for peer interface.

<sham-link-remote>—Configure parameters for remote sham link endpoint.

<stub>—Configure a stub area.

<virtual-link>—Configure virtual links.


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