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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <router-advertisement>
                <interface>
                    <prefix>
                        <name>name</name> <!-- identifier -->
                        <valid-lifetime>seconds</valid-lifetime>
                        <on-link/>
                        <preferred-lifetime>seconds</preferred-lifetime>
                        <autonomous/>
                    </prefix>
                </interface>
            </router-advertisement>
        </protocols>
    </logical-systems>
</configuration>

Description

Prefix configuration.

Contents

<autonomous>—Set autonomous flag.

<name>—Prefix to be advertised.

<on-link>—Set on-link flag.

<preferred-lifetime>—Preferred lifetime (fixed).

<valid-lifetime>—Valid lifetime (fixed).


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