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


interface

Syntax

interface interface-name { 

    current-hop-limit number;

    default-lifetime seconds;

    (managed-configuration | no-managed-configuration);

    max-advertisement-interval seconds;

    min-advertisement-interval seconds;

    (other-stateful-configuration | no-other-stateful-configuration);

    prefix prefix {

        (autonomous | no-autonomous);

        (on-link | no-on-link);

        preferred-lifetime seconds;

        valid-lifetime seconds;

    }

    reachable-time milliseconds;

    retransmit-timer milliseconds;

    traceoptions {

        file name <replace> <size size> <files number> <no-stamp> 

            <(world-readable | no-world-readable)>;

        flag flag <detail> <disable>;

    }

}

Hierarchy Level

[edit logical-routers logical-router-name protocols router-advertisement],
[edit protocols router-advertisement]

Description

Configure router advertisement properties on an interface. To configure more than one interface, include the interface statement multiple times.

Options

interface-name—Name of an interface. Specify the full interface name, including the physical and logical address components.

The remaining statements are explained separately.

Usage Guidelines

See Configuring Router Advertisement on an Interface.

Required Privilege Level

routing—To view this statement in the configuration.
routing-control—To add this statement to the configuration.


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