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_accounting:ipfix [2023/10/13 13:15] – ↷ Page moved from en:dpi:bras_bng:opt_bras_l3:radius_accounting:ipfix to en:dpi:bras_bng:radius_integration:radius_accounting:ipfix elena.krasnobryzh | en:dpi:bras_bng:radius_integration:radius_accounting:ipfix [2024/12/05 15:09] (current) – elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======ipfix====== | + | ====== |
| + | {{indexmenu_n> | ||
| + | |||
| + | Starting from the VAS Experts DPI version 8.0, accounting data along with the RADIUS protocol data can also be exported using the ipfix format. | ||
| + | Ipfix export is configured by the following parameters in fastpcrf.conf: | ||
| + | < | ||
| + | ipfix_dev=em1 | ||
| + | ipfix_udp_collectors=1.2.3.4: | ||
| + | ipfix_tcp_collectors=1.2.3.6: | ||
| + | </ | ||
| + | here '' | ||
| + | '' | ||
| + | '' | ||
| + | |||
| + | Only "in use" collector addresses should be specified: for example, if only the UDP collector is supported then there is no need to specify the '' | ||
| + | |||
| + | Шаблон: | ||
| + | ^№ ^Number of bytes ^Data type ^IANA ^Description^ | ||
| + | |1001 |4 | ||
| + | |4001 | ||
| + | |4002 | ||
| + | |1003 | ||
| + | |1103 |16 |ipv6 | ||
| + | |1002 | ||
| + | |4003 | ||
| + | |4004 | ||
| + | |4005 | ||
| + | |4006 | ||
| + | |4106 |16 |ipv6 | ||
| + | |4007 | ||
| + | |4008 | ||
| + | |4009 | ||
| + | |||
| + | Connection types (value of the Framed-Protocol RADIUS attribute): | ||
| + | ^Type ^Description^ | ||
| + | |0 | Attribute is not specified| | ||
| + | |1 | PPP| | ||
| + | |2 | SLIP| | ||
| + | |3 | AppleTalk Remote Access Protocol (ARAP)| | ||
| + | |4 | Gandalf proprietary SingleLink/ | ||
| + | |5 | Xylogics proprietary IPX/SLIP| | ||
| + | |6 | X.75 Synchronous| | ||
| + | |7 | GPRS PDP Context| | ||
| + | |||
| + | |||
| + | Ipfixreceiver configuration: | ||
| + | < | ||
| + | [InfoModel] | ||
| + | InfoElements | ||
| + | event_type, | ||
| + | acct_session_id, | ||
| + | source_ip4, | ||
| + | source_ip6, | ||
| + | login, | ||
| + | conn_type, | ||
| + | calling_station_id, | ||
| + | called_station_id, | ||
| + | NAS_ip4, | ||
| + | NAS_ip6, | ||
| + | NAS_port, | ||
| + | input_bytes, | ||
| + | output_bytes, | ||
| + | |||
| + | [ExportModelFile] | ||
| + | Delimiter | ||
| + | ExportElements | ||
| + | event_type | ||
| + | acct_session_id | ||
| + | source_ip4, decodeipv4 | ||
| + | source_ip6, decodeipv6 | ||
| + | login | ||
| + | conn_type | ||
| + | calling_station_id | ||
| + | called_station_id | ||
| + | NAS_ip4, decodeipv4 | ||
| + | NAS_ip6, decodeipv6 | ||
| + | NAS_port | ||
| + | input_bytes | ||
| + | output_bytes | ||
| + | </ | ||
| + | |||
| + | |||
| + | A list of the correspondence between the Protocol and the port number in netfow5 can be found [[en: | ||