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


Usage

<configuration>
    <system>
        <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>
        </radius-server>
    </system>
</configuration>

Description

RADIUS server configuration.

Contents

<accounting-port>—RADIUS server accounting port number.

<name>—RADIUS server address.

<port>—RADIUS server authentication port number.

<retry>—Retry attempts.

<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]