en:dpi:dpi_options:brass:opt_bras:bras_auth_ctl:start [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dpi:dpi_options:brass:opt_bras:bras_auth_ctl:start [2020/02/05 17:38] – ↷ Page moved from en:dpi:dpi_options:base_functionality:brass:opt_bras:bras_auth_ctl:start to en:dpi:dpi_options:brass:opt_bras:bras_auth_ctl:start lexx26en:dpi:dpi_options:brass:opt_bras:bras_auth_ctl:start [2020/03/18 14:58] (current) – removed lexx26
Line 1: Line 1:
-====== 6 Manual management of L3-connected BRAS authorization status ====== 
-{{indexmenu_n>6}} 
-<note>To set the subscriber authorization status manually you can use the **fdpi_ctrl** utility.</note> 
  
-=== Setting the "authorized" authorization status (equivalent of Access-Accept) === 
-<code> 
-fdpi_ctrl load --auth=1 --ip=192.168.10.1 
-# An analogue for IPv6 
-fdpi_ctrl load --auth=1 --ip=2001:dead::/64 
-</code> 
- 
-=== Setting the "unauthorized" authorization status (equivalent of Access-Accept) === 
-<code> 
-fdpi_ctrl load --auth=0 --ip=192.168.10.1 
-# An analogue for IPv6 
-fdpi_ctrl load --auth=0 --ip=2001:dead::/64 
-</code> 
- 
-=== To view the current subscriber authorization status === 
-<code> 
-fdpi_ctrl list --auth --ip=192.168.10.1 
-fdpi_ctrl list --auth --ip=2001:dead::/64 
-</code> 
- 
-=== To reset the subscriber authorization status === 
-<code> 
-fdpi_ctrl del --auth --ip=192.168.10.1 
-fdpi_ctrl del --auth --ip=2001:dead::/64 
-</code> 
- 
-Once the the status is reset, the first packet from the subscriber will results in an authorization request through the RADIUS server. 
- 
-When setting the authorization status, you can set the time (in seconds) during which this status will be valid: 
- 
-=== Setting the "authorized" authorization status for 10 minutes === 
-<code> 
-fdpi_ctrl load --auth=1 --ip=192.168.10.1 --timeout=600 
-</code> 
- 
-By default, the authorization lifetime is set by the [[en:dpi:dpi_options:base_functionality:brass:opt_bras:bras_fastdpi_setup:start|auth_expired_timeout]] parameter.