cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
758
Views
0
Helpful
0
Replies

Netflow V9 Configuration for capturing both the upload and download utilization along with traffic analysis of the WAN interface

Team,


My Netflow V9 configs are below ,I want to capture both the upload and download utilization along with traffic analysis of the WAN interface.will the below config be enough.


flow record NETFLOW_RECORD
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match interface input
match flow direction
collect interface output
collect counter bytes long
collect counter packets long
!
flow exporter SOLARWINDSNTA-EM
destination 10.10.10.1
source lo0
transport udp 2055
template data timeout 30
option interface-table timeout 30
!    
flow monitor SOLARWINDSNTA-FMM
exporter SOLARWINDSNTA-EM
cache timeout active 30
cache timeout inactive 15
record NETFLOW_RECORD
!

interface GigabitEthernet0/0/0
ip flow monitor SOLARWINDSNTA-FMM input
ip flow monitor SOLARWINDSNTA-FMM output

OR THE BELOW SHOULD BE FINE..

flow record FLOW-RECORD-IN
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match interface input
match flow direction
collect interface output
collect counter bytes long
collect counter packets long


flow record FLOW-RECORD-OUT
match ipv4 tos
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match interface output
match flow direction
collect interface input
collect counter bytes long
collect counter packets long

flow exporter SOLARWINDSNTA-EM-IN
 destination 10.10.10.1
 source lo0
 transport udp 2055
 template data timeout 30
 option interface-table timeout 30
!
flow exporter SOLARWINDSNTA-EM-OUT
 destination 10.10.10.1
 source lo0
 transport udp 2055
 template data timeout 30
 option interface-table timeout 30

flow monitor SOLARWINDSNTA-FMM-IN
 exporter SOLARWINDSNTA-EM-IN
 cache timeout active 30
 cache timeout inactive 15
 record FLOW-RECORD-IN

flow monitor SOLARWINDSNTA-FMM-OUT
 exporter SOLARWINDSNTA-EM-OUT
 cache timeout active 30
 cache timeout inactive 15
 record FLOW-RECORD-OUT


interface GigabitEthernet0/0/0
ip flow monitor SOLARWINDSNTA-FMM-IN input
ip flow monitor SOLARWINDSNTA-FMM-OUT output

0 Replies 0

Review Cisco Networking for a $25 gift card