Router Configuration
Configure your router to send sFlow to this collector:
Collector Address: 192.64.73.150
Port: 6343 (UDP)
Sampling Rate: 1:512 or 1:1024 (recommended)
Example Configurations:
Cisco:
flow exporter SFLOW-EXPORTER
destination 192.64.73.150
transport udp 6343
export-protocol sflow
option sampler-table
MikroTik:
/ip traffic-flow
set enabled=yes interfaces=all
/ip traffic-flow target
add address=192.64.73.150:6343 version=5
Ubiquiti EdgeRouter:
set system flow-accounting sflow server 192.64.73.150 port 6343
set system flow-accounting interface eth0
commit
save
Arista:
sflow sample 1024
sflow destination 192.64.73.150 6343
sflow source-interface Management1
sflow run