CLI for Subscribers Management [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next 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.krasnobryzhen:dpi:bras_bng:cli:subs [2024/09/26 15:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== CLI for Subscribers Management ====== ====== CLI for Subscribers Management ======
-{{indexmenu_n>40}}+{{indexmenu_n>5}}
  
 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, etc., only after that it goes to the Internet. In this way you can determine whether the problem is on the Internet aplink, between BRAS subscribers, or on BRAS.
 +
 +Hint: ''fdpi_cli ping inet ?''
  
 ===== 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 properties for a given IPv4 or IPv6 address, MAC or subs_id
 <code> <code>
-subs prop show IP+subs prop show <IP>
  
 Examples: Examples:
Line 157: Line 163:
 </code> </code>
  
 +<code>
 +subs prop show mac=<MAC>
 +
 +Example:
 +subs prop show mac=02:42:89:33:7b:3e
 +</code>
 +
 +<code>
 +subs prop show subs_id=<MAC>
 +
 +Example:
 +subs prop show subs_id=00:1b:21:bc:a3:0c
 +</code>
 +
 +Hint:
 +<code>
 +fdpi_cli help subs prop show 
 +</code>
 ==== subs prop set ==== ==== subs prop set ====
 Modification of the subscriber's L2-properties, adding a new subscriber with the specified L2-properties, removing some L2-properties. Modification of the subscriber's L2-properties, adding a new subscriber with the specified L2-properties, removing some L2-properties.