FastPCRF 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
en:dpi:bras_bng:cli:pcrfctl [2024/09/26 15:29] – external edit 127.0.0.1en:dpi:bras_bng:cli:pcrfctl [2025/09/19 11:34] (current) elena.krasnobryzh
Line 3: Line 3:
  
 The following are the fastPCRF commands, so you have to specify the fastPCRF address in the -r argument of the fdpi_cli utility. The following are the fastPCRF commands, so you have to specify the fastPCRF address in the -r argument of the fdpi_cli utility.
 +
 +===== Connection to PCRF =====
 +==== pcrf connect show ====
 +Displays the current status and accumulated statistics for connections to PCRF.
 +<code>
 +fdpi_cli -r <address> pcrf connect show
 +</code>
 +
 +==== pcrf connect switch [<pcrf_index>] ====
 +Forces connection to the specified PCRF
 +<code>
 +fdpi_cli -r <address> pcrf connect switch [<pcrf_index>]
 +</code>
 +where ''<pcrf_indxed>'' — the index of the connection line in the ''auth_server'' parameter. If ''<pcrf_indxed>'' is not specified — it defaults to 0.
  
 ===== Authorization request queue ===== ===== Authorization request queue =====