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


Usage

<configuration>
    <dynamic-profiles>
        <interfaces>
            <interface>
                <unit>
                    <pppoe-options>
                        <underlying-interface>underlying-interface
                                    </underlying-interface> <!-- mandatory -->
                        <idle-timeout>seconds</idle-timeout>
                        <access-concentrator>access-concentrator</access-concentrator>
                        <service-name>service-name</service-name>
                        <auto-reconnect>seconds</auto-reconnect>
                        <server/>
                        <client/>
                    </pppoe-options>
                </unit>
            </interface>
        </interfaces>
    </dynamic-profiles>
</configuration>

Description

PPP over Ethernet interface-specific options.

Contents

<access-concentrator>—Name of the access concentrator (PPPoE server).

<auto-reconnect>—Time to reconnect after session terminates (0 = never).

<client>—PPPoE operates in client mode.

<idle-timeout>—Time for which session can be idle (0 = forever).

<server>—PPPoE operates in server mode.

<service-name>—Service to be requested (from PPPoE server).

<underlying-interface>—Underlying interface name.


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