Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:dpi:bras_bng:cli:dhcpv6:start [2023/09/01 11:46] – created elena.krasnobryzh | en:dpi:bras_bng:cli:dhcpv6:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== BRAS DHCPv6 CLI ====== | ||
| - | {{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: | ||
| - | < | ||
| - | | ||
| - | </ | ||