XpressLearn Home

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
Configuring Netflow on a Cisco router

NetFlow is a Cisco IOS application that provides statistics on packets flowing through the router. NetFlow is a primary network accounting and security technology.

Prerequisites for Configuring NetFlow and NetFlow Data Export

Before you enable NetFlow you must:

Special notes for specific IOS versions:

To configure netflow, here are the steps:

router>enable
router# configure terminal
router(config)# interface interface-type interface-number
router(config-if)# ip flow {ingress | egress}
router(config-if)# end
router# copy run start

Repeat interface command on any others you want to see traffic statistics on.

Commands to verify Netflow configuration:

Router# show ip flow interface (shows which interfaces netflow is configured on)
Router# show ip cache flow (shows a summary of capture statistics)

Now that netflow is collecting, configure an export destination:

router>enable
router# configure terminal
router(config)# ip flow-export source interface-type interface-number
router(config)# ip flow-export destination ip address of collector source port <optional>
router(config)# ip flow-export version number

Command to verify Netflow data export

router# ip flow-export version

Author Info:

 
 
Scott's profession is a Senior Network Engineer at a Healthcare related company in Nashville, TN. When he is not trying to secure a network or come up with a design for a new project, he enjoys spending time with his family. You can find out more at: http://www.scottp.net

Similar Posts:

 

Leave a Reply