Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dpi:bras_bng:radius_integration:radius_auth_fastpcrf_setup:fastpcrf_logs [2024/12/05 14:54] – elena.krasnobryzh | en:dpi:bras_bng:radius_integration:radius_auth_fastpcrf_setup:fastpcrf_logs [2025/10/21 07:31] (current) – elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== FastPCRF Logs ====== | ||
| {{indexmenu_n> | {{indexmenu_n> | ||
| - | ====== The FastPCRF logs ====== | + | ===== Tracing |
| + | The level of detail in the logs is set by the '' | ||
| + | <note important> | ||
| + | The '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| - | FastPCRF logs its actions to the /var/ | + | <note important> |
| - | Logs purposes: | + | |
| - | == fastpcrf_alert.log == | + | FastPCRF logs its actions to the **''/ |
| - | The fastPCRF start/halt log. If there are any errors at the start/halt, you will see them in this log. | + | |
| - | == fastpcrf_ap0.log == | + | Log purposes: |
| - | Log of authorization requests from the fastDPI (fastDPI -> fastPCRF interaction): | + | |
| - | * errors occurred when connecting to the fastDPI; | + | |
| - | * fastDPI authorization requests traces; | + | |
| - | * traces of acounting data received from the fastDPI. | + | |
| - | == fastpcrf_ap1.log == | + | ===== fastpcrf_alert.log ===== |
| + | Log of fastPCRF startup/ | ||
| + | |||
| + | ===== fastpcrf_ap0.log ===== | ||
| + | Log of receiving authorization requests from fastDPI (fastDPI -> fastPCRF communication): | ||
| + | * connection errors with fastDPI; | ||
| + | * traces of authorization requests received from fastDPI; | ||
| + | * traces of receiving accounting data from fastDPI. | ||
| + | |||
| + | ===== fastpcrf_ap1.log | ||
| CoA log: | CoA log: | ||
| - | * connections | + | * connections |
| - | * CoA requests | + | * receiving and processing |
| + | * communication with DHCP and DHCPv6 servers when processing | ||
| - | == fastpcrf_ap2.log == | + | ===== fastpcrf_ap2.log |
| - | Interaction with RADIUS-authorization servers: | + | Interaction with RADIUS authorization servers: |
| - | * adding | + | * connection |
| - | * Access-Request authorization | + | * Access-Request authorization |
| - | * Access-Accept/ | + | * Access-Accept/ |
| - | == fastpcrf_ap3.log == | + | ===== fastpcrf_ap3.log |
| Accounting log: | Accounting log: | ||
| - | * adding | + | * connection |
| - | * internal accounting database | + | * maintenance of the internal accounting database; |
| - | * subscriber accounting | + | * start/ |
| - | * sending | + | * sending accounting data. |
| - | == fastpcrf_ap4.log == | + | ===== fastpcrf_ap4.log |
| - | fastPCRF -> fastDPI | + | Log of fastPCRF -> fastDPI |
| - | * Connection to fastDPI | + | * connection with fastDPI |
| - | * Sending of authorization results to the VAS Experts DPI; | + | * sending |
| - | * Sending of CoA requests to the VAS Experts DPI. | + | * sending |
| - | == fastpcrf_stat.log == | + | ===== fastpcrf_stat.log |
| - | Internal fastPCRF statistics | + | Internal fastPCRF statistics: |
| * memory allocation; | * memory allocation; | ||
| - | * number of requests sent to the RADIUS and corresponding | + | * number of requests sent to RADIUS and responses received; |
| * CoA statistics; | * CoA statistics; | ||
| - | * statistics | + | * statistics |
| - | + | ||
| - | FastPCRF periodically logs its internal statistics to this log. | + | |
| - | + | ||
| - | == Tracing == | + | |
| - | The level of log detail is specified by the '' | + | |
| - | * 0x00000001 - connection monitor. RADIUS connection monitor. It monitors the connections activity, decides on switching to the backup RADIUS server if necessary. | + | |
| - | * 0x00000002 - task scheduler. Internal task scheduler | + | |
| - | * 0x00000010 - auth server is responsible for accepting authorization requests from the fastDPI(fastDPI -> fastPCRF interaction) | + | |
| - | * 0x00000200 - radius_client connections. Detailed Access-Request and Access-Accept/ | + | |
| - | * 0x00000400 - radius_client monitor. Logging of Server-Status requests intended to check the RADIUS server operates and corresponding responses | + | |
| - | * 0x00001000 - CoA server. CoA events logging | + | |
| - | * 0x00002000 - CoA listener - establishing connections to CoA clients | + | |
| - | * 0x00004000 - CoA processor - detailed CoA requests logging | + | |
| - | * 0x00010000 - fdpi_ctl - logging of events of sending data to the fastDPI | + | |
| - | * 0x00020000 - fdpi_crl FIFO - message queue events (the messages are sent from fastPCRF to fastDPI). CoA-requests being sent to all fastDPI-servers are queued. | + | |
| - | * 0x00100000 - logging of start/stop accounting sending | + | |
| - | * 0x00200000 - logging of interim update accounting sending | + | |
| - | The '' | + | FastPCRF periodically dumps its internal statistics into this log. |