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:framed_route:start [2023/10/10 08:25] – external edit 127.0.0.1 | 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 < | ||
- | </ | ||
- | |||
- | |||