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