Installation & Operation Manual 388 Document # LTRT-92224
Mediant 8000
33.18.6.2.4 Sample RADIUS Server Configuration
Use the following sample RADIUS server configuration file as a reference when
deploying the Mediant 8000 in your network environment. The file is compatible with
FreeRADIUS server that may be downloaded from ‘http://www.freeradius.org’.
#
# clients.conf - clients configuration file
#
client 10.7.9.231 {
secret = 1234567890
shortname = M8K_SC1
}
client 10.7.9.232 {
secret = 1234567890
shortname = M8K_SC2
}
#
# dictionary - AudioCodes VSA dictionary
#
VENDOR AudioCodes 5003
ATTRIBUTE ACL-Auth-Level 35 integer AudioCodes
VALUE ACL-Auth-Level ACL-Auth-UserLevel 50
VALUE ACL-Auth-Level ACL-Auth-AdminLevel 100
#
# users - local users configuration file
#
john Auth-Type := Local, User-Password == "qwerty"
Service-Type = Login-User,
ACL-Auth-Level = ACL-Auth-AdminLevel
larry Auth-Type := Local, User-Password == "123456"
Service-Type = Login-User,
ACL-Auth-Level = ACL-Auth-UserLevel