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

Anyway to say wich IP is generating traffic in the router

guibarati
Level 4
Level 4

Hi,

Does anyone know someway to see in the router wich IP address is generating more traffic?

With nbar I can see wich protocol is loading the link but not the IP who is doing this.

I would like to know if I can do that with only the router cli, with no external server.

Thanks

2 Accepted Solutions

Accepted Solutions

spremkumar
Level 9
Level 9

Hi

you can make use of netflow to check the same.

you need to enable ip route-cache flow under the ethernet interface and can check the traffic pattern using show ip cache flow command.

The output will give u a clear idea about the source/destination port/ip address packet counts to identify the utilization pattern.

regds

View solution in original post

simontibbitts
Level 1
Level 1

Hi.

You can use Netflow for the ingress or IP accounting for checking egress

Netflow:

interface FastEthernet0/0

ip flow ingress

show ip cache flow

IP Accounting:

interface FastEthernet0/0

ip accounting

show ip accounting

View solution in original post

2 Replies 2

spremkumar
Level 9
Level 9

Hi

you can make use of netflow to check the same.

you need to enable ip route-cache flow under the ethernet interface and can check the traffic pattern using show ip cache flow command.

The output will give u a clear idea about the source/destination port/ip address packet counts to identify the utilization pattern.

regds

simontibbitts
Level 1
Level 1

Hi.

You can use Netflow for the ingress or IP accounting for checking egress

Netflow:

interface FastEthernet0/0

ip flow ingress

show ip cache flow

IP Accounting:

interface FastEthernet0/0

ip accounting

show ip accounting

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card