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


Usage

<configuration>
    <access>
        <profile>
            <radius-server>
                <name>name</name> <!-- identifier -->
                <port>port</port>
                <accounting-port>accounting-port</accounting-port>
                <secret>secret</secret> <!-- mandatory -->
                <timeout>seconds</timeout>
                <retry>retry</retry>
                <source-address>source-address</source-address>
                <routing-instance>routing-instance</routing-instance>
            </radius-server>
        </profile>
    </access>
</configuration>

Description

RADIUS server configuration.

Contents

<accounting-port>—Port number to which to send RADIUS accounting messages (L2TP only).

<name>—RADIUS server address.

<port>—RADIUS server authentication port number.

<retry>—Retry attempts.

<routing-instance>—Use specified routing instance.

<secret>—Shared secret with the RADIUS server.

<source-address>—Use specified address as source address.

<timeout>—Request timeout period.


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