Specifications
Configuring RADIUS Server Groups
18-6 Configuring Communication with RADIUS
Configuring RADIUS Server Groups
AservergroupisanamedgroupofuptofourRADIUSservers.BeforeyoucanuseaRADIUS
serverforauthentication,youmustfirstcreateaRADIUSservergroupandaddtheRADIUS
servertothatgroup.Youcanalsoarrangeloadbalancing,sothatauthenticationsarespreadout
among
serversinthegroup.Youmustdeclareallmembersofaservergroup,incontactorder,
whenyoucreatethegroup.
Oncethegroupisconfigured,youcanuseaservergroupnameastheAAAmethodwiththeset
authenticationandsetaccountingcommands.(SeeChapter 3,ConfiguringAAAfor
AdministrativeandLocalAccessandChapter 17,ConfiguringAAAforNetworkUsers.)
Subsequently,youcanchangethemembersofagrouporconfigureloadbalancing.
IfyouaddorremoveaRADIUSserverinaservergroup,alltheRADIUSdeadtimersforthat
servergroupareresettothe
globaldefault.
Creating Server Groups
Tocreateaservergroup,youmustfirstconfiguretheRADIUSserverswiththeiraddressesand
anyoptionalparameters.AfterconfiguringRADIUSservers,typethefollowingcommand:
set server group group-name members server-name1 [server-name2] [server-name3]
[server-name4]
Example
TocreateaservergroupcalledshorebirdswiththeRADIUSserversheron,egret,andsandpiper,type
thefollowingcommands:
RBT-8100# set radius server egret address 192.168.253.1 key apple
RBT-8100# set radius server heron address 192.168.253.2 key pear
RBT-8100# set radius server sandpiper address 192.168.253.3 key plum
RBT-8100# set server group shorebirds members egret heron sandpiper
Inthisexample,arequesttoshorebirdsresultsintheRADIUSserversbeingcontactedintheorder
thattheyarelistedintheservergroupconfiguration,firstegret,thenheron,thensandpiper.Youcan
changetheRADIUSserversinservergroupsatanytime.(See“AddingMemberstoa
Server
Group”onpage 18‐7.)
Ordering Server Groups
Youcanconfigureuptofourmethodsforau thentication,authorization,andaccounting(AAA).
AAAmethodscanbethelocaldatabaseontheRoamAboutswitchand/oroneormoreRADIUS
servergroups.YousettheorderinwhichtheRoamAboutswitchattemptstheAAAmethodsby
theorderinwhichyouenter
themethodsinCLIcommands.
Inmostcases,ifthefirstmethodresultsinapassorfail,theevaluationisfinal.Ifthefirstmethod
doesnotrespondorresultsinanerror,theRoamAboutswitchtriesthesecondmethodandsoon.
Note: Any RADIUS servers that do not respond are marked dead (unavailable) for a period of time.
The unresponsive server is skipped over, as though it did not exist, during its dead time. Once the
dead time elapses, the server is again a candidate for receiving requests. To change the default
dead-time timer, use the set radius or set radius server command.