Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:li_ipfix [2016/04/03 13:37] – created aalekseenko | en:li_ipfix [2019/02/13 17:10] (current) – removed lexx26 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | For Clickstream data analisys (subscribers' | ||
- | on external systems IPFIX export is available. | ||
- | |||
- | Clickstream experts is configured by folowing parameters: | ||
- | < | ||
- | ipfix_dev=em1 | ||
- | ipfix_udp_collectors=1.2.3.4: | ||
- | ipfix_tcp_collectors=1.2.3.6: | ||
- | dbg_log_mask=0x80 | ||
- | </ | ||
- | where em1 NIC using for export\\ | ||
- | ipfix_udp_collectors IP of udp collectors\\ | ||
- | ipfix_tcp_collectors IP of tcp collectors\\ | ||
- | dbg_log_mask=0x80 logging statistics about export | ||
- | |||
- | IPFIX format template for Clickstream | ||
- | ^№ ^Size in bytes ^Type ^IANA ^Description^ | ||
- | |1001 |4 |int32 |43823 |TIMESTAMP| | ||
- | |1002 |- |string |43823 |LOGIN| | ||
- | |1003 |4 |ipv4 |43823 |IP SOURCE| | ||
- | |1004 |4 |ipv4 |43823 |IP DESTINATION| | ||
- | |1005 |- |string |43823 |HOSTNAME/ | ||
- | |1006 |- |string |43823 |PATH| | ||
- | |1007 |- |string |43823 |REFER| | ||
- | |1008 |- |string |43823 |USER AGENT| | ||
- | |1009 |- |string |43823 |COOCKIE| | ||
- | |2000 |8 |int64 |43823 |SESSION ID| | ||
- | |||
- | Clickstream is usefulnot only local authorities but ISP also for subscriber interest profiles, top of sites, ads targeting, prevent outflow of subscribers etc. | ||
- | |||
- | SIP metadata export is configured by folowing parameters: | ||
- | < | ||
- | ipfix_dev=em1 | ||
- | ipfix_meta_udp_collectors=1.2.3.4: | ||
- | ipfix_meta_tcp_collectors=1.2.3.6: | ||
- | dbg_log_mask=0x80 | ||
- | </ | ||
- | where em1 NIC for data export для экспорта\\ | ||
- | ipfix_meta_udp_collectors IP of udp collectors\\ | ||
- | ipfix_meta_tcp_collectors IP of tcp collectors\\ | ||
- | dbg_log_mask=0x80 logging statistics about export | ||
- | |||
- | IPFIX format template for export SIP metadata | ||
- | ^№ ^Size in Bytes ^Type ^IANA ^Description^ | ||
- | |0 | | ||
- | |1 | | ||
- | |2 | | ||
- | |3 | | ||
- | |4 | | ||
- | |5 | | ||
- | |6 | | ||
- | |7 | | ||
- | |8 | | ||
- | |9 | | ||
- | |10 | -|string| 3005| callid| | ||
- | |11 | -|string| 3006| uagent| | ||
- | |12 | -|string| 3007| ctype| | ||
- | |||
- | |||