irino / softflowd

softflowd: A flow-based network traffic analyser capable of Cisco NetFlow data export software.
https://github.com/irino/softflowd
Other
162 stars 29 forks source link

How to configure to send the interface id , ex: in_if ,out_if interface id #55

Closed bj1116 closed 4 weeks ago

bj1116 commented 1 month ago

How to configure to send the interface id , ex: in_if ,out_if interface id. https://github.com/netsampler/goflow2/blob/main/docs/protocols.md

image

irino commented 1 month ago

You can specify interface index manually using -i option. please specify if_index:if_name (e.g, 10:eth1) as -i option variable.

bj1116 commented 4 weeks ago

ok , tks .