Hello all,
i have enabled the netflow on the Cisco Switch 9300 and the Switch is Showing on the Orion netflow dashboard but without netflow received.
the traffic is reaching the Solar Server i can see it on the FW & Wireshark with the 2055 port.
configuration:
flow record SolarFlowRecord_IN
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
collect transport tcp flags
collect counter bytes long
collect counter packets long
collect timestamp absolute first
collect timestamp absolute last
flow record SolarFlowRecord_OUT
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
collect transport tcp flags
collect counter bytes long
collect counter packets long
collect timestamp absolute first
collect timestamp absolute last
flow exporter NTAExport
destination X
source Vlan X
transport udp 2055
template data timeout 90
option application-table timeout 60
option application-attributes timeout 300
flow monitor SolarFlow_IN
exporter NTAExport
cache timeout inactive 30
cache timeout active 60
record SolarFlowRecord_IN
flow monitor SolarFlow_OUT
exporter NTAExport
cache timeout inactive 30
cache timeout active 60
record SolarFlowRecord_OUT
int X
ip flow monitor SolarFlow_IN input
ip flow monitor SolarFlow_OUT output
please any advice?