What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Top Talkers per Netflow device

Votes:

0

I have three routers sending Netflow data to PRTG. The Top Talkers list shows the combined Netflow data of all three routers. How do I see a Top list for each individual Netflow router?

netflow-v9 prtg top-talkers

Created on Sep 22, 2016 4:21:30 PM



1 Reply

Votes:

0

Hello, your should configure three different NetFlow sensors with distinct receive UDP port on them. After that direct each router netflow to his port. Here example from Cisco router

flow record StdFlow
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
collect interface input
collect interface output
collect counter bytes
collect counter packets

flow exporter PRTG
destination 192.168.168.17
source Loopback1
transport udp 24061

flow monitor StdMon
exporter PRTG
cache timeout inactive 60
cache timeout active 60
record StdFlow

interface GigabitEthernet0/0/0
ip flow monitor StdMon input
ip flow monitor StdMon output

Created on Sep 23, 2016 9:51:02 AM

Last change on Sep 23, 2016 10:55:05 AM by  Torsten Lindner [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.