Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:dpi:bras_bng:cli:framed_route [2023/09/01 11:48] – elena.krasnobryzh | en:dpi:bras_bng:cli:framed_route [2024/09/26 15:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ===== Framed route ===== |
| + | {{indexmenu_n> | ||
| + | |||
| + | [[en: | ||
| + | Routes are stored in fastDPI UDR. | ||
| + | |||
| + | ==== framed route show ==== | ||
| + | View all routes: | ||
| + | <code bash> | ||
| + | fdpi_cli -r < | ||
| + | </ | ||
| + | |||
| + | ==== framed route clear ==== | ||
| + | Removing all routes entries from the UDR: | ||
| + | <code bash> | ||
| + | fdpi_cli -r < | ||
| + | </ | ||
| + | |||
| + | ==== framed route delete ==== | ||
| + | Removing the specified route. The command argument is the subnet: | ||
| + | <code bash> | ||
| + | # removing an IPv4-subnet | ||
| + | fdpi_cli -r < | ||
| + | |||
| + | # removing an IPv6-subnet | ||
| + | fdpi_cli -r < | ||
| + | </ | ||
| + | |||
| + | |||