Have we gotten anywhere on the issue of seeing of the "Total Bytes" field we spoke of earlier, being almost exactly double on some flows?
I also spoke to Fortinet support and they confirmed my setup is correct, after applying the addition of flow timeout.
Code: Select all
Cafaro_Master # config system netflow
Cafaro_Master (netflow) # show
config system netflow
set collector-ip 10.10.99.36
set collector-port 9045
set source-ip 10.10.11.1
***set active-flow-timeout 1
***set inactive-flow-timeout 15
end
Cafaro_Master (netflow) # end
Cafaro_Master # config system interface
Cafaro_Master (interface) # edit wan1
Cafaro_Master (wan1) # show
config system interface
edit "wan1"
set vdom "root"
set ip *public IP information*
set allowaccess ping https http
set vlanforward enable
set type physical
set netflow-sampler both
set alias "AT&T Fiber"
set snmp-index 5
next
end
Cafaro_Master (wan1) # end
Cafaro_Master # config system interface
Cafaro_Master (interface) # edit port3
Cafaro_Master (port3) # show
config system interface
edit "port3"
set vdom "root"
set ip 10.10.17.1 255.255.255.0
set allowaccess ping
set vlanforward enable
set type physical
set netflow-sampler both
set alias "Millcreek EPL"
set snmp-index 8
next
end