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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <ospf3>
                        <area>
                            <nssa>
                                <area-range>
                                    <name>name</name> <!-- identifier -->
                                    <restrict/>
                                    <exact/>
                                    <override-metric>...</override-metric>
                                </area-range>
                            </nssa>
                        </area>
                    </ospf3>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Configure NSSA area ranges.

Contents

<exact>—Enforce exact match for advertisement of this area range.

<name>—Range to summarize NSSA routes in this area.

<override-metric>—Override the dynamic metric for this area-range.

<restrict>—Restrict advertisement of this area range.


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