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 [2025/07/31 08:18] – elena.krasnobryzh | en:dpi:bras_bng:cli:dhcp [2025/07/31 08:54] (current) – [dhcp reauth] elena.krasnobryzh | ||
---|---|---|---|
Line 4: | Line 4: | ||
View and management of the internal DHCP-sessions fastdpi BRAS database. | View and management of the internal DHCP-sessions fastdpi BRAS database. | ||
- | This is a fastdpi | + | This is a fastDPI |
<note tip>'' | <note tip>'' | ||
- | ==== DHCP show all ==== | + | ==== dhcp show all ==== |
- | Output of the complete database of DHCP-sessions | + | Output of the complete database of DHCP-sessions |
< | < | ||
fdpi_cli -r < | fdpi_cli -r < | ||
</ | </ | ||
- | ==== DHCP show ==== | + | ==== dhcp show ==== |
Output of sessions by specified keys: | Output of sessions by specified keys: | ||
< | < | ||
Line 20: | Line 20: | ||
</ | </ | ||
You should set one of the keys: | You should set one of the keys: | ||
- | * ip=X - subscriber' | + | * '' |
- | * mac=X - subscriber' | + | * '' |
- | * login-X | + | * '' |
Examples: | Examples: | ||
< | < | ||
Line 30: | Line 30: | ||
</ | </ | ||
- | ==== DHCP show stat ==== | + | ==== dhcp show stat ==== |
Output of current statistics on DHCP-sessions: | Output of current statistics on DHCP-sessions: | ||
< | < | ||
Line 36: | Line 36: | ||
</ | </ | ||
- | ==== DHCP reauth ==== | + | ==== dhcp reauth ==== |
< | < | ||
fdpi_cli -r < | fdpi_cli -r < | ||
Line 42: | Line 42: | ||
Subscriber re-authorization with a specified key. | Subscriber re-authorization with a specified key. | ||
- | To reduce the load on the Radius-server, BNG/BRAS caches the DHCP data from the Radius | + | To reduce the load on the RADIUS-server, BNG/BRAS caches the DHCP data from the RADIUS |
You should set one of the keys: | You should set one of the keys: | ||
- | * ip=X - subscriber' | + | * '' |
- | * mac=X - subscriber' | + | * '' |
Examples: | Examples: | ||
< | < |