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


Usage

<configuration>
    <access>
        <profile>
            <client>
                <ppp>
                    <framed-pool>framed-pool</framed-pool>
                    <idle-timeout>seconds</idle-timeout>
                    <keepalive>seconds</keepalive>
                    <primary-dns>primary-dns</primary-dns>
                    <secondary-dns>secondary-dns</secondary-dns>
                    <primary-wins>primary-wins</primary-wins>
                    <secondary-wins>secondary-wins</secondary-wins>
                    <encapsulation-overhead>encapsulation-overhead
                                    </encapsulation-overhead>
                    <cell-overhead/>
                    <interface-id>interface-id</interface-id>
                    <framed-ip-address>framed-ip-address</framed-ip-address>
                </ppp>
            </client>
        </profile>
    </access>
</configuration>

Description

Configuration for Point-to-Point Protocol.

Contents

<cell-overhead>—ATM cell overhead for Class of Service calculation.

<encapsulation-overhead>—Encapsulation overhead for Class of Service calculation.

<framed-ip-address>—Address to be configured for the user.

<framed-pool>—Address pool used to assign an address for the user.

<idle-timeout>—Idle timeout before termination of session.

<interface-id>—Interface identifier to look up session information.

<keepalive>—PPP keepalive interval.

<primary-dns>—Primary DNS server name.

<primary-wins>—Primary wins server name.

<secondary-dns>—Secondary DNS server name.

<secondary-wins>—Secondary wins server name.


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