ADTRAN AOS Version R10.1.0 Command Reference Manual page 2842

Adtran operating system (aos)
Table of Contents

Advertisement

Command Reference Guide
radius-server host
Use the radius-server host command to specify the parameters for a remote authentication dial-in user
service (RADIUS) server to be used when sending RADIUS messages from the virtual access point
(VAP). At a minimum, the IP address of the server must be given. The other parameters are also allowed
and (if not specified) will use default values or fall back on the global RADIUS server's default settings.
Use the no form of this command to remove the RADIUS server properties. This prevents the VAP from
using authentication, authorization, and accounting (AAA) methods. Variations of this command include:
radius-server host <ip address> acct-port <port> auth-port <port> key <key>
radius-server host <ip address> acct-port <port> key <key>
radius-server host <ip address> auth-port <port> acct-port <port> key <key>
radius-server host <ip address> auth-port <port> key <key>
radius-server host <ip address> key <key>
Syntax Description
<ip address>
acct-port
auth-port
<port>
key <key>
Default Values
By default, a RADIUS server is not defined. The default setting for acct-port is 1813 and for auth-port is
1812. By default, no key is configured.
Command History
Release 15.1
Usage Examples
The following example defines the RADIUS server parameters with an IP address of 10.10.10.1, sets the
accounting port to 1646, and configures the shared key as abc123:
(config)#interface dot11ap 1/1.1
(config-dot11ap 1/1.1-bg)#radius-server host 10.10.10.1 acct-port 1646 key abc123
60000CRG0-35E
Specifies a valid IP address for the RADIUS server. IP address should be
expressed in dotted decimal notation (for example, 10.10.10.1).
Specifies the remote port to send accounting requests to.
Specifies a remote port to send authentication requests to.
Specifies a User Datagram Protocol (UDP) port number to be used when
sending authentication or accounting information to the RADIUS server.
Valid range is 0 to 65535.
Defines the shared key used between the RADIUS server and the access
point. The key must appear last on the input line since it reads the rest of
the line beyond the key keyword. The maximum length is 64 bytes.
Command was expanded to include the VAP interface.
Copyright © 2012 ADTRAN, Inc.
VAP Interface Command Set
2842

Advertisement

Table of Contents
loading

Related Products for ADTRAN AOS Version R10.1.0

This manual is also suitable for:

Aos r10.1.0

Table of Contents