Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:playground:opt_bras_l3:bras_steps:bras_auth_ctl:start [2023/10/13 14:26] – ↷ Links adapted because of a move operation elena.krasnobryzh | en:playground:opt_bras_l3:bras_steps:bras_auth_ctl:start [2023/12/01 15:06] (current) – removed elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Manual authorization status handling ====== | ||
- | {{indexmenu_n> | ||
- | Manual setting/ | ||
- | < | ||
- | # To set the " | ||
- | fdpi_ctrl load --auth=1 --ip=192.168.10.1 | ||
- | # an analogue for IPv6 | ||
- | fdpi_ctrl load --auth=1 --ip=2001: | ||
- | |||
- | # To set 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 state of subscriber' | ||
- | fdpi_ctrl list --auth --ip=192.168.10.1 | ||
- | fdpi_ctrl list --auth --ip=2001: | ||
- | </ | ||
- | |||
- | To reset the current authorization state use the following command: | ||
- | < | ||
- | # To reset the current subscriber' | ||
- | fdpi_ctrl del --auth --ip=192.168.10.1 | ||
- | fdpi_ctrl del --auth --ip=2001: | ||
- | </ | ||
- | After resetting the state the first packet received from the subscriber will result in sending an authorization request to the Radius server. | ||
- | |||
- | When you set the authorization status you are allowed to specify the time (in seconds) within which this status will be valid: | ||
- | < | ||
- | # To set the " | ||
- | fdpi_ctrl load --auth=1 --ip=192.168.10.1 --timeout=600 | ||
- | </ | ||
- | By default, the lifetime of authorization is set by the [[en: | ||
- | |||
- | ---- | ||
- | |||
- | [[en: |