Thank you for your answers. I've solved my problem, but now i have another one. Does anybody know, can freeradius server recieve CoA requests (using port 3799 or 1700) according to the rfc 3576? And how can i configure it if it does?<br>
<br><div class="gmail_quote">2009/3/4 Evgeniy Kozhuhovskiy <span dir="ltr"><<a href="mailto:ugenk@mgts.by">ugenk@mgts.by</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">M K wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello all!<br>
<br>
I have freeradius 2.1.3 installed on my FreeBSD 7.1 OS. And i have cisco 7201 with ISG module. When i try to send CoA (Change of authorization) account-logon request like this<br>
<br>
/bin/echo "User-Name='cisco',User-Password='cisco',cisco-avpair='subscriber:command=account-logon',Cisco-Account-Info='S172.16.xx.xx'" | /usr/local/bin/radclient -x 172.16.yy.yy coa secret<br>

</blockquote>
<br>
</div><a href="http://www.cisco.com/en/US/docs/ios/12_2sb/isg/coa/guide/isgcaapb.html#wp1009738" target="_blank">http://www.cisco.com/en/US/docs/ios/12_2sb/isg/coa/guide/isgcaapb.html#wp1009738</a><br>
The following example is a typical Service Active profile:<br>
Service = Framed<br>
  Cisco: Account-Info = "S12.1.1.2<br>
  Cisco: Service-Info = "Ncoa_service"<br>
  Cisco: Command-Code = "0bservice_coa"<br>
where 0b is symbol with 0xb code.<br>
i.e.<br>
        #define IP "192.168.10.50"<br>
        int c = 0xb;<br>
        printf("Cisco-Command-Code = '%cP1024x512_SERVICE'\n",c);<br>
        printf("Cisco-Account-Info = S%s\n", ip);<br><font color="#888888">
<br>
<br>
-- <br>
With best regards, Evgeniy Kozhuhovskiy<br>
Leader, Services team<br>
Minsk State Phone Network, RUE Beltelecom.</font><div><div class="h5"><br>
-<br>
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>