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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <router-discovery>
                        <interface>
                            <name>name</name> <!-- identifier -->
                            <max-advertisement-interval>seconds</max-advertisement-interval>
                            <min-advertisement-interval>seconds</min-advertisement-interval>
                            <lifetime>seconds</lifetime>
                        </interface>
                    </router-discovery>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Interfaces on which to configure router discovery.

Contents

<lifetime>—How long addresses in advertisements are valid.

<max-advertisement-interval>—Maximum time before sending advertisements.

<min-advertisement-interval>—Minimum time before sending advertisements.

<name>—Interface name.


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