cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
9069
Views
15
Helpful
2
Replies

Configure Netflow on Cisco 2811

rohanpatel
Level 1
Level 1

Hello,

I need some help in configuring Netflow on my cisco 2811 router. I tried looking on cisco for some documentation but could not find it.

If anyone has configured it, please point to the documentation.

I appreciate your help..

Thanks..

2 Replies 2

Edison Ortiz
Hall of Fame
Hall of Fame

Hi,

You can configure like below...

#ip flow-export source FastEthernet0/0
#ip flow-export version 5
#ip flow-export destination 10.10.10.10 9996

Under interfaces...

interface FastEthernet0/0

ip flow ingress

Like that you can cofnigure under which are interfaces you want export the stats.

once you done the above config, you can check either netflow stats exporting to server or not by using below command.

#sh ip flow export

#sh ip flow interface

Please rate if this helped you...

Regards,

Naidu.