Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:bras_bng:cli:dhcp [2023/09/01 11:46] – elena.krasnobryzh | en:dpi:bras_bng:cli:dhcp [2025/07/31 08:54] (current) – [dhcp reauth] elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== dhcp ====== | + | ====== BRAS DHCP CLI ====== |
+ | {{indexmenu_n> | ||
+ | |||
+ | View and management of the internal DHCP-sessions fastdpi BRAS database. | ||
+ | |||
+ | This is a fastDPI command, so you have to specify the fastDPI address in the '' | ||
+ | |||
+ | <note tip>'' | ||
+ | |||
+ | ==== dhcp show all ==== | ||
+ | Output of the complete database of DHCP-sessions fastDPI: | ||
+ | < | ||
+ | fdpi_cli -r < | ||
+ | </ | ||
+ | |||
+ | ==== dhcp show ==== | ||
+ | Output of sessions by specified keys: | ||
+ | < | ||
+ | fdpi_cli -r < | ||
+ | </ | ||
+ | You should set one of the keys: | ||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | Examples: | ||
+ | < | ||
+ | | ||
+ | | ||
+ | | ||
+ | </ | ||
+ | |||
+ | ==== dhcp show stat ==== | ||
+ | Output of current statistics on DHCP-sessions: | ||
+ | < | ||
+ | fdpi_cli -r < | ||
+ | </ | ||
+ | |||
+ | ==== dhcp reauth ==== | ||
+ | < | ||
+ | fdpi_cli -r < | ||
+ | </ | ||
+ | Subscriber re-authorization with a specified key. | ||
+ | |||
+ | To reduce the load on the RADIUS-server, | ||
+ | |||
+ | You should set one of the keys: | ||
+ | * '' | ||
+ | * '' | ||
+ | Examples: | ||
+ | < | ||
+ | | ||
+ | | ||
+ | </ | ||
+ | |||
+ | ==== dhcp disconnect ==== | ||
+ | CLI-analog of CoA Disconnect. The discount execution mode is set by the option '' | ||
+ | |||
+ | Discount of all DHCP sessions: | ||
+ | < | ||
+ | |||
+ | Discount of the specified session: | ||
+ | < |