Specifications

Configuring RADIUS Servers
RoamAbout Mobility System Software Configuration Guide 18-5
Configuring Individual RADIUS Servers
YoumustsetupanameandIPaddressforeachRADIUSserver.ToconfigureaRADIUSserver,
usethefollowingcommand:
set radius server server-name [address ip-address] [key string]
TheservernamemustbeuniqueforthisRADIUSserveronthisRoamAboutSwitch.Donotuse
thesamenameforaRADIUSserverandaRADIUSservergroup.Thekey(password)stringisthe
sharedsecretthat theRoamAboutSwitchusestoauthenticateitselftotheRADIUSserver.(For
additional
options,seetheRoamAboutMobilitySystemSoftwareCommandLineInterfaceGuide.)
Examples
ThefollowingcommandnamesaRADIUSserverrs1withtheIPaddress192.168.0.2andthekey
testing123:
RBT-8100# set radius server rs1 address 192.168.0.2 key testing123
success: change accepted.
YoucanconfiguremultipleRADIUSservers.Whenyoudefineservernamesandkeys,caseis
significant.Forexample:
RBT-8100# set radius server rs1 address 10.6.7.8 key seCret
success: change accepted.
RBT-8100# set radius server rs2 address 10.6.7.9 key BigSecret
success: change accepted.
YoumustconfigureRADIUS serversintoservergroupsbeforeyoucanaccessthem.For
informationoncreatingservergroups,seeConfiguringRADIUSServerGroupsonpage 186.
Deleting RADIUS Servers
ToremoveaRADIUSserverfromtheRoamAboutswitchconfiguration,usethefollowing
command:
clear radius server server-name
Note: You must provide RADIUS servers with names that are unique. To prevent confusion,
Enterasys Networks recommends that RADIUS server names differ in ways other than case. For
example, avoid naming two servers RS1 and rs1.