Dell PowerConnect W Clearpass 100 Software Implementing Accounting-Based Autho - Page 22

Secondly, update the following template code in the Header HTML of the landing

Page 22 highlights

The additional parameter 'out' indicates that "output" traffic should be calculated. Alternatively, you may specify 'in' instead to count only "input" traffic, or any other value (the default) to count both "input" and "output" traffic. Secondly, update the following template code in the Header HTML of the landing page. This is required to calculate the actual traffic today for the current user: {nwa_radius_query _method=GetUserTraffic username=$current_session.username from_time="00:00" to_time="now" in_out="out" _assign=traffic_used} As above, the in_out parameter may be set to "in", "out" or "in_out" to include both directions. 22| Implementing Accounting-Based Authorization Amigopod |Technical Note

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22

22
| Implementing Accounting-Based Authorization
Amigopod
|Technical Note
The additional parameter
'out'
indicates that “output” traffic should be calculated.
Alternatively, you may specify
'in'
instead to count only “input” traffic, or any other
value (the default) to count both “input” and “output” traffic.
Secondly, update the following template code in the Header HTML of the landing page.
This is required to calculate the actual traffic today for the current user:
{nwa_radius_query _method=GetUserTraffic
username=$current_session.username from_time="00:00" to_time="now"
in_out="out" _assign=traffic_used}
As above, the
in_out
parameter may be set to “in”, “out” or “in_out” to include both
directions.