<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>
<P>I  need to log connect speeds from users</P>
<P>At any rate things working fine from our own carrier globalpops to capture these on the start packet</P>
<P>but Yournetplus for some reason it doesn't work.</P>
<P>I see this info in the update accounting packet so i thought I would modify the update query but It gives errors</P>
<P>anyone know why this is wrong.. it stops right at the AscendDataRate ='26400' for example then nothing after</P>
<P>Trying to gather the Ascend-Data-Rate and USR-Connect-Speed</P>
<P> accounting_update_query = "UPDATE ${acct_table1} \<BR>          SET FramedIPAddress = '%{Framed-IP-Address}', \<BR>          AcctSessionTime = '%{Acct-Session-Time}', \<BR>          AcctInputOctets = '%{Acct-Input-Octets}', \<BR>          AcctOutputOctets = '%{Acct-Output-Octets}' \<BR>          AscenDataRate = '%{Ascend-Xmit-Rate}' \<BR>          USRConnectSpeed = '%{USR-Connect-Speed}' \<BR>          WHERE AcctSessionId = '%{Acct-Session-Id}' \<BR>          AND UserName = '%{SQL-User-Name}' \<BR>          AND NASIPAddress= '%{NAS-IP-Address}'"</P></body></html>