Thanks Guk,<br><br>but i need this level of priority be based by freeradius, not set this level for local users.<br>In other words, when an user "test" try to authenticate on the switch, the freeradius have to answer with Accept and pass the level of "test" priority.<br>
And the 3COM switch has to understand and set the correct level of user "test".<br><br>And ideas?<br><br>Thanks <br><br><div class="gmail_quote">2009/11/12 Guk Victor <span dir="ltr"><<a href="mailto:v.guk@zaz.zp.ua">v.guk@zaz.zp.ua</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
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.<br>

</blockquote>
If I got it right you, you need access to the switch for a management: console, telnet, web. Then do the following:<br>
#<br>
local-user admin<br>
password simple YOUR_PASSWPRD<br>
service-type ssh telnet terminal<br>
level 3<br>
#<br>
user-interface aux 0 7<br>
authentication-mode password<br>
set authentication password simple YOUR_PASSWPRD<br>
user-interface vty 0 4<br>
authentication-mode password<br>
user privilege level 3<br>
set authentication password simple YOUR_PASSWPRD<br>
#<br>
-<br></div><div><div></div><div class="h5">
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</div></div></blockquote></div><br>