644 Configuring communication with RADIUS
NN47250-500 (Version 03.01)

RADIUS and server group configuration scenario

The following example illustrates how to declare four RADIUS servers to a WSS and configure them into two
load-balancing server groups, swampbirds and shorebirds:
1Configure RADIUS servers. Type the following commands:
WSS# set radius server pelican address 192.168.253.11 key elm
WSS# set radius server seagull address 192.168.243.12 key fir
WSS# set radius server egret address 192.168.243.15 key pine
WSS# set radius server sandpiper address 192.168.253.17 key oak
2Place two of the RADIUS servers into a server group called swampbirds. Type the following command:
WSS# set server group swampbirds members pelican seagull
3Enable load balancing for swampbirds. Type the following command:
WSS# set server group swampbirds load-balance enable
4Place the other RADIUS servers in a server group called shorebirds. Type the following command:
WSS# set server group shorebirds members egret pelican sandpiper
5Enable load balancing for shorebirds. Type the following command:
WSS# set server group shorebirds load-balance enable
6Display the configuration. Type the following command:
WSS# show aaa
Default Values
authport=1812 acctport=1813 timeout=5 acct-timeout=5
retrans=3 deadtime=0 key=(null) author-pass=(null)
Radius Servers
Server Addr Ports T/o Tries Dead State
--------- -------------- -------------------------------
sandpiper 192.168.253.17 1812 1813 5 3 0 UP
seagull 192.168.243.12 1812 1813 5 3 0 UP
egret 192.168.243.15 1812 1813 5 3 0 UP
pelican 192.168.253.11 1812 1813 5 3 0 UP
Server groups
swampbirds (load-balanced): pelican seagull
shorebirds (load-balanced): egret pelican sandpiper