FreeRadius with 3COM
    Guk Victor 
    v.guk at zaz.zp.ua
       
    Thu Nov 12 07:34:19 CET 2009
    
    
  
> Hi All, thanks. Now the 3COM is authenticationing on freeradius. But i 
> don?t know how to set diferent priorities to users; My 3COM is 4210 
> and have 3 levels of priority. Does anybody know how to send the level 
> of priority by freeradius? Thanks.
If I got it right you, you need access to the switch for a management: 
console, telnet, web. Then do the following:
#
local-user admin
 password simple YOUR_PASSWPRD
 service-type ssh telnet terminal
 level 3
#
user-interface aux 0 7
 authentication-mode password
 set authentication password simple YOUR_PASSWPRD
user-interface vty 0 4
 authentication-mode password
 user privilege level 3
 set authentication password simple YOUR_PASSWPRD
#
    
    
More information about the Freeradius-Users
mailing list