|
|
|
|
|
|
|
Cisco router configuration: |
|
|
|
|
- turn on flow accounting for each input interface with the command: |
|
|
|
|
|
interface
ip route-cache flow |
|
|
|
|
- enable the exports of these flows with the commands: |
|
|
|
|
|
ip flow-export version 5
ip flow-export destination <ip_address> <udp_port>
ip flow-cache timeout active 5 |
|
|
|
|
|
Here ip_address is the machine where NetFlow2SQL Collector is running, default udp_port is 2055. |
|
|
|
|
- optionally, synchronize your router's clock: |
|
|
|
|
|
ntp server <ip_address> |
|
|
|
|
|
or |
|
|
|
|
|
sntp server <ip_address> |
|
|
|
|
|
|
|
|
|
|
|
|