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


Usage

<rpc>
    <get-radius-server-access-test-result>
        <address>address</address> <!-- mandatory -->
        <authentication-port>authentication-port</authentication-port>
        <secret>secret</secret> <!-- mandatory -->
        <user>user</user> <!-- mandatory -->
        <password>password</password> <!-- mandatory -->
        <timeout>seconds</timeout>
        <retry>retry</retry>
        <source-address>source-address</source-address>
    </get-radius-server-access-test-result>
</rpc>

Description

Test user access to a radius server.

Contents

<address>—RADIUS server address.

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

<password>—Password for the user.

<retry>—Retry attempts.

<secret>—Shared secret with the RADIUS server.

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

<timeout>—Request timeout period.

<user>—User name to be authenticated to the RADIUS server.


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