2

What i need is to identify the internal source address using X amount of outbound traffic, and where the traffic is going (a domain or ip)

Currently, i have configured an "ip accounting" on my Fastehternet interface, where the source of the traffic its the public ip itself. I need also to identify the internal address where the packet is going from.

Thanks.

Santial28
  • 41
  • 6

2 Answers2

2

Possible solution, Netflow, is here

I am using Netflow myself, but mostly for Cisco ASA firewalls.

Serhiy
  • 174
  • 1
  • 1
  • 9
1

Netflow only gives me data of traffic per protocol.

I've used "ip accounting" command to solve this.

conf t ip accounting interface output-packets exit

then

show ip accounting

Santial28
  • 41
  • 6