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:subs [2023/08/28 13:40] – ↷ Page moved from en:dpi:bras_bng:cli:start:subs to en:dpi:bras_bng:cli:subs elena.krasnobryzh | en:dpi:bras_bng:cli:subs [2025/10/01 07:29] (current) – elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== CLI for Subscribers Management ====== | ====== CLI for Subscribers Management ====== | ||
- | {{indexmenu_n> | + | {{indexmenu_n> |
Subscriber management commands | Subscriber management commands | ||
Line 143: | Line 143: | ||
Limitation: the command may not work in multicluster mode without aggregation. | Limitation: the command may not work in multicluster mode without aggregation. | ||
+ | |||
+ | ==== subs ping inet ==== | ||
+ | Checking the availability of the internet.\\ | ||
+ | The packet goes through the whole stack of functions and services, polysensing, | ||
+ | |||
+ | Hint: '' | ||
===== subs prop ===== | ===== subs prop ===== | ||
Line 148: | Line 154: | ||
==== subs prop show ==== | ==== subs prop show ==== | ||
- | Viewing L2 properties of a subscriber for a given IPv4 or IPv6-address | + | Viewing L2 subscriber |
< | < | ||
- | subs prop show IP | + | subs prop show <IP> |
Examples: | Examples: | ||
Line 157: | Line 163: | ||
</ | </ | ||
+ | < | ||
+ | subs prop show mac=< | ||
+ | |||
+ | Example: | ||
+ | subs prop show mac=02: | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | subs prop show subs_id=< | ||
+ | |||
+ | Example: | ||
+ | subs prop show subs_id=00: | ||
+ | </ | ||
+ | |||
+ | Hint: | ||
+ | < | ||
+ | fdpi_cli help subs prop show | ||
+ | </ | ||
==== subs prop set ==== | ==== subs prop set ==== | ||
Modification of the subscriber' | Modification of the subscriber' | ||
Line 173: | Line 197: | ||
This command actually removes the IP address from the internal database. To remove a specific subscriber property, use '' | This command actually removes the IP address from the internal database. To remove a specific subscriber property, use '' | ||
+ | |||
+ | =====dev info===== | ||
+ | Displays device information. | ||
+ | <code bash> fdpi_cli dev info</ | ||
+ | Main characteristics: | ||
+ | - Device identifier and description | ||
+ | - MAC address and LAG | ||
+ | - PCI bus | ||
+ | - Driver and firmware | ||
+ | - Current MTU | ||
+ | Device capabilities: | ||
+ | - Number of queues (receive/ | ||
+ | - MTU limits | ||
+ | - Buffer sizes | ||
+ | - Maximum number of queues | ||
+ | - Descriptor limits | ||
+ | - Supported speeds | ||
+ | Flags and offload capabilities: | ||
+ | - Device flags | ||
+ | - RX offload capabilities (checksums, VLAN, RSS, etc.) | ||
+ | - TX offload capabilities (checksums, TSO, VLAN, etc.) | ||
+ | - Queue offload capabilities | ||
+ | - RSS support for different traffic types | ||
+ | Default configurations: | ||
+ | - RX/TX configuration settings | ||
+ | - Descriptor limits | ||
+ | - Port settings | ||
+ | Additional: | ||
+ | - Number of xstat counters |