Ask the Community
Groups
Suggested settings to export Cisco netflow v9 records to Traverse - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>Question:</strong></p> <p>How do I set up my firewall to export netflow v9 to Traverse?</p> <p><strong>Answer:</strong></p> <p>The actual settings may be model dependent. However, one of our customers has forwarded the below settings that worked for them:</p> <p dir="auto">-------------------------------- <br>flow record NETFLOW-TO-TRAVERSE <br>match ipv4 tos <br>match ipv4 protocol <br>match ipv4 source address <br>match ipv4 destination address <br>match transport source-port <br>match transport destination-port <br>match interface input <br>collect interface output <br>collect counter bytes long <------------------- take note <br>collect counter packets long</p> <p dir="auto">flow exporter NETFLOW-TO-TRAVERSE <br>destination 10.1.1.9 <br>source Loopback0 <br>transport udp 2059 <br>template data timeout 120 <------------------- take note</p> <p dir="auto">flow monitor NETFLOW-TO-TRAVERSE <br>exporter NETFLOW-TO-TRAVERSE <br>cache timeout active 60 <------------------- take note<br>record NETFLOW-TO-TRAVERSE</p> <p dir="auto">interface GigabitEthernet1/0/3 <br>ip flow monitor NETFLOW-TO-TRAVERSE input</p> <p dir="auto">interface GigabitEthernet1/0/10 <br>ip flow monitor NETFLOW-TO-TRAVERSE input</p> <p dir="auto">interface GigabitEthernet2/0/3 <br>ip flow monitor NETFLOW-TO-TRAVERSE input</p> <p dir="auto">--------------------------------</p> </article> </main>