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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <router-advertisement>
                <interface>
                    <name>name</name> <!-- identifier -->
                    <max-advertisement-interval>seconds</max-advertisement-interval>
                    <min-advertisement-interval>seconds</min-advertisement-interval>
                    <managed-configuration/>
                    <other-stateful-configuration/>
                    <reachable-time>milliseconds</reachable-time>
                    <retransmit-timer>milliseconds</retransmit-timer>
                    <virtual-router-only/>
                    <current-hop-limit>current-hop-limit</current-hop-limit>
                    <default-lifetime>seconds</default-lifetime>
                    <prefix>...</prefix>
                </interface>
            </router-advertisement>
        </protocols>
    </logical-systems>
</configuration>

Description

Interfaces on which to configure router advertisement.

Contents

<current-hop-limit>—Current hop limit.

<default-lifetime>—Router lifetime.

<managed-configuration>—Set managed address configuration.

<max-advertisement-interval>—Maximum advertisement interval.

<min-advertisement-interval>—Minimum advertisement interval.

<name>—Interface name.

<other-stateful-configuration>—Set other stateful configuration.

<prefix>—Prefix configuration.

<reachable-time>—Reachable time.

<retransmit-timer>—Retransmit timer.

<virtual-router-only>—Send advertisemnets only for vrrp-inet6-group.


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