Specifications

Captive Portal Setup 403
Chapter 19
Configure RADIUS Server Information
If using a Wireless LAN switch internal server, skip to the next section.
Otherwise, if using an external RADIUS server use the following CLI
configuration commands to provide information about the external server:
Parameters:
For example:
(config) # aaa radius-server
<name>
[host
<IP address>
] [key
<shared secret>
]
[authport
<port number>
] [acctport
<port-number>
] [timeout
<seconds>
]
[inservice] [retransmit
<retries>
] [mode {enable|disable}]
<name> Specify the name assigned to the RADIUS server.
host <IP address> Specify the IP address of the remote RADIUS
server host.
key <shared key> Specify the shared secret text string used
between the Wireless LAN switch and the
RADIUS server.
authport <port number> Optional. Specify the authentication destination
port number. The default is 1812.
acctport <port number> Optional. Specify the accounting destination port
number. The default is 1813.
timeout <seconds> Optional. Specify the length of time to wait for a
reply from the RADIUS server before
retransmitting the request. The default is 5
seconds.
inservice Optional. If the server has timed out, this option
will set it a back in service immediately.
retransmit <retries> Optional. Specify the number of times the
Wireless LAN switch transmits an
unacknowledged RADIUS request to the server.
The default is 3.
mode {enable|disable} Optional. Enable or disable the server. The
default is enabled.
(config) # aaa radius-server IAS host 10.1.1.214 key nocat