Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:dpi:bras_bng:cli:dhcpv6 [2023/09/01 11:46] – elena.krasnobryzh | en:dpi:bras_bng:cli:dhcpv6 [2024/09/26 15:29] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
+ | {{indexmenu_n> | ||
+ | |||
+ | View and management of the internal DHCPv6-sessions fastdpi BRAS database. | ||
+ | This is a fastdpi command, so you have to specify the fastdpi address in the -r argument of the utility. | ||
+ | |||
+ | ==== DHCP6 show all ==== | ||
+ | Output of the complete database of DHCPv6-sessions fastdpi: | ||
+ | < | ||
+ | fdpi_cli -r < | ||
+ | </ | ||
+ | |||
+ | ==== DHCP6 show ==== | ||
+ | Output of sessions by specified keys: | ||
+ | < | ||
+ | fdpi_cli -r < | ||
+ | </ | ||
+ | You should set one of the keys: | ||
+ | * ip=X - subscriber' | ||
+ | * mac=X - subscriber' | ||
+ | * login-X - output of all DHCPv6-sessions by the specified login | ||
+ | Examples: | ||
+ | < | ||
+ | | ||
+ | | ||
+ | | ||
+ | </ | ||
+ | |||
+ | ==== DHCP6 show stat ==== | ||
+ | Output of current statistics on DHCPv6-sessions: | ||
+ | < | ||
+ | fdpi_cli -r < | ||
+ | </ | ||
+ | |||
+ | ==== DHCP6 reauth ==== | ||
+ | < | ||
+ | fdpi_cli -r < | ||
+ | </ | ||
+ | Subscriber re-authorization with a specified key. | ||
+ | |||
+ | To reduce the load on the Radius-server, | ||
+ | |||
+ | Example: | ||
+ | < | ||
+ | | ||
+ | </ |