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


Usage

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

Description

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