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


Usage

<configuration>
    <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>
</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]