Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext 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 lexx26 | en: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> | ||
| - | < | ||
| - | === Setting the " | ||
| - | < | ||
| - | fdpi_ctrl load --auth=1 --ip=192.168.10.1 | ||
| - | # An analogue for IPv6 | ||
| - | fdpi_ctrl load --auth=1 --ip=2001: | ||
| - | </ | ||
| - | |||
| - | === Setting the " | ||
| - | < | ||
| - | fdpi_ctrl load --auth=0 --ip=192.168.10.1 | ||
| - | # An analogue for IPv6 | ||
| - | fdpi_ctrl load --auth=0 --ip=2001: | ||
| - | </ | ||
| - | |||
| - | === To view the current subscriber authorization status === | ||
| - | < | ||
| - | fdpi_ctrl list --auth --ip=192.168.10.1 | ||
| - | fdpi_ctrl list --auth --ip=2001: | ||
| - | </ | ||
| - | |||
| - | === To reset the subscriber authorization status === | ||
| - | < | ||
| - | fdpi_ctrl del --auth --ip=192.168.10.1 | ||
| - | fdpi_ctrl del --auth --ip=2001: | ||
| - | </ | ||
| - | |||
| - | 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 " | ||
| - | < | ||
| - | fdpi_ctrl load --auth=1 --ip=192.168.10.1 --timeout=600 | ||
| - | </ | ||
| - | |||
| - | By default, the authorization lifetime is set by the [[en: | ||