Avaya 1000 Series Configuration Manual page 60

Secure router
Hide thumbs Also See for 1000 Series:
Table of Contents

Advertisement

CONFIGURING AUTHENTICATION
radius
primary_server 192.168.0.104
src_address 192.168.0.10
shared_key avayanet
exit radius
exit aaa
interface ethernet 0
ip address 192.168.0.10 255.255.255.0
exit ethernet
There is a need to modify 4 files on the Radius server:
• Hosts file
- (/etc/hosts)
- Need to add in client
- 192.168.0.10 SR1004
• Client.conf file
- (/usr/local/etc/raddb/clients.conf)
- Need to add client and shared key
- }
client 192.168.0.10 {
secret = avayanet
shortname = SR1004 }
• Users file
(/usr/local/etc/raddb/user)
Need to add the user
kirk Auth-Type := Local, User-Password = "jamest"
Service-Type = Admin-User
spock Auth-Type := Local, User-Password ="vulcan"
Service-Type = Level2-User
mccoy Auth-Type := Local, User-Password ="bones"
Service-Type = Level3-User
Sulu Auth-Type := Local, User-Password ="helm"
Service-Type = Level4-User
• Dictionary file
(/usr/local/share/freeradius/dictionary)
Need to add in the different user levels
#Avaya Dictionary:
60
Avaya Secure Router 1000 Series Configuration Guide
December 2010

Advertisement

Table of Contents
loading

Table of Contents