Actually if you are working with MySQL or some other SQL database<br>server maybe you can write your own sql module that accomplishes that.<br><br>I would suggest taking a look at Max-All-Session as an example.<br>What you want to do is create a kind of sql module that will act as a counter
<br>for the traffic used by the user and perform actions based on that.<br><br><br>Regards,<br>Liran.<br><br><div><span class="gmail_quote">On 9/18/07, <b class="gmail_sendername">inverse</b> <<a href="mailto:inverse@ngi.it">
inverse@ngi.it</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 9/18/07, Anonymous <<a href="mailto:massimiliano.macri@netpacket.it">
anonymous@netpacket.it</a>> wrote:<br><br><br>> I'm trying to close the connection of a pre-paid mobile user, after he<br>> reached a limited amount of traffic (ie. 100 megabytes), the network<br>> device is a Cisco router.
<br>> I've found may way to rate-limit the traffic bandwidth but not one to do<br>> this.<br>> Is radius the correct way to achieve this goal? It'all about vsa?<br><br>Radius isn't supposed to terminate anything on its own, it just takes
<br>note of a user session history and validates logins.<br>What you should do is to find some way of telling Cisco that a<br>particular session is to be disconnected when a certain limit is<br>reached. If your Cisco can output real time stats AND can accept
<br>external disconnection commands, then it might be possible to<br>implement what you want.<br>But honestly this process should be implemented completely inside the<br>Cisco, and then, when a disconnect triggers, your Cisco should tell
<br>Radius about it. The opposite isn't bound to happen.<br><br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a><br></blockquote>
</div><br>