Configuring communication with RADIUS 643
Nortel WLAN—Security Switch 2300 Series Configuration Guide

Deleting a server group

To remove a server group, type the following command:
clear server group group-name
For example, to delete the server group shorebirds, type the following command:
WSS# clear server group shorebirds
success: change accepted.
The members of the group remain configured, although no server groups are shown:
WSS# show aaa
Default Values
authport=1812 acctport=1813 timeo ut=5 acct-timeou t=5
retrans=3 deadtime=0 key=(null) author-pass=(null)
Radius Servers
Server Addr Ports T/o Tries Dead State
----------------- ----------------- -----------------------------------------------------
sandpiper 192.168.253.3 1812 1813 5 3 0 UP
heron 192.168.253.1 1812 1813 5 3 0 UP
coot 192.168.253.4 1812 1813 5 3 0 UP
egret 192.168.253.2 1812 18 13 5 3 0 UP
Server groups

Configuring the RADIUS Ping Utility

RADIUS ping utility helps to troubleshoot if there are problems communicating with a RADIUS server. The “radping”
command allows the WSS to send an authentication request to a RADIUS server to determine if the server is active or
offline. You can authenticate on the RADIUS server using MSCHAPv2 authentication.
WSS# radping {server servername | group servergroup} request authentication user username
password password auth-type {plain | mschapv2}
This command sends an authentication request with the specified username and password to the RADIUS server or
RADIUS server group.
WSS# radping {server servername | group servergroup} request {acct-start | acct-stop |
acct-update} user username
This command sends an accounting request from the specified user to the specified server or server group.
WSS# radping {server servername | group servergroup} request {acct-on | acct-off}