Hi, Mats. Thanks for the answer. Well, my clients.conf seems like the below: ---------------------- client 10.0.0.2/32 { secret = test shortname = device_test Auth-Type = System Service-Type = Administrative-User } ---------------------- I added your suggested lines into the file, but, after I restart freeradius, my device's connection remains the same, I mean, non-privileged mode: -------- Device:1 > -------- What's next? -- Wagner Pereira PoP-SP/RNP - Ponto de Presença da RNP em São Paulo CCE/USP - Centro de Computação Eletrônica da Universidade de São Paulo http://www.pop-sp.rnp.br Tel. (11) 3091-8901 Em 15/4/2010 11:32, Mats Blomgren B escreveu:
Hi,
Not sure this answers your question but.. I use the following setup for extreme switches..
############ # Access layer admin NAS-IP-Address == 192.168.0.9, Auth-Type = System Service-Type = Administrative-User
############
Administrative-User = Read/Write Login-User = Read only
Best Regards
Mats Blomgren B
-----Original Message----- From: freeradius-users-bounces+mats.b.blomgren=ericsson.com@lists.freeradius.org [mailto:freeradius-users-bounces+mats.b.blomgren=ericsson.com@lists.freeradius.org] On Behalf Of Wagner Pereira Sent: den 15 april 2010 16:26 To: FreeRadius users mailing list Subject: What nastype for Extreme switch?
Hi, all.
I installed the AAA model Radius on my Extreme's switch and I am already able to log in into it, but I just enter in this device through the non-privileged mode (> ).
I was taking a look at http://linux.die.net/man/5/clients.conf and it says:
---------------------------- nastype The nastype attribute is used to tell the checkrad.pl script which NAS-specific method it should use when checking simultaneous use. The following values are currently recognized:
cisco computone livingston max40xx multitech netserver pathras patton portslave tc usrhiper other ----------------------------
Which of these nastype values I must to use for Extreme devices?
Thanks.