11-06-2009 03:14 PM - edited 03-04-2019 06:38 AM
Cisco IOS Software, c7600s3223_rp Software (c7600s3223_rp-IPSERVICESK9-M), Version 12.2(33)SRB5.
how to config netflow,monitor the atm port.
Solved! Go to Solution.
11-07-2009 05:42 AM
Hello Qing,
because
>> NDE on the PFC supports NDE versions 5, 7, and 9 for the statistics captured on the PFC
you should configure the device for using version 5 (or version 7 that is specific of catalyst platform)
the command should be:
config t
ip flow-export version 5
or ip flow-export version 7
but I strongly recommend you to read the following document to be aware of all possible side effects and limitations
http://www.cisco.com/en/US/docs/routers/7600/ios/12.2SR/configuration/guide/nde.html#wp1020457
Hope to help
Giuseppe
11-06-2009 03:56 PM
Have you tried the searchbox top right corner ?
11-06-2009 03:57 PM
Agree with Paolo.. this is a second search..
Visit this link for general overview of netflow if you indeed trying to do traffic accouting on your router. within the link bellow see link Introduction to Cisco IOS NetFlow - A Technical Overview for configuration overview.
http://www.cisco.com/en/US/products/ps6601/products_ios_protocol_group_home.html
11-07-2009 02:38 AM
Hi,
As Paolo Suggested, you could find an answer quickly an easily using the search tool first.
Also documentation posted should be helpful.
Config of Netflow is straight forward, You have to apply on the Interface you want the traffic flow to be seen, and if you have Netflow Managment station, you could also send Netflow traffic to the Netflow Managment station using special commands.
HTH
Mohamed
11-07-2009 04:09 AM
thanks.
before we use cisco 7507,and use netflow version 5.by the manageEngie netflow tools,can monitor the flow of interface and the apply flow.now,we update to cisco 7606.and under interface ,define ip flow ingress,on the globle define the ip flow-export.define the netflow version is 9.but the netflow tools cant collect the flow,on the netflow tools,we only see some router protocol packet.why?can give me some example about how to config the netflow on cisco 7600 serial router.thx.
11-07-2009 05:42 AM
Hello Qing,
because
>> NDE on the PFC supports NDE versions 5, 7, and 9 for the statistics captured on the PFC
you should configure the device for using version 5 (or version 7 that is specific of catalyst platform)
the command should be:
config t
ip flow-export version 5
or ip flow-export version 7
but I strongly recommend you to read the following document to be aware of all possible side effects and limitations
http://www.cisco.com/en/US/docs/routers/7600/ios/12.2SR/configuration/guide/nde.html#wp1020457
Hope to help
Giuseppe
11-07-2009 06:14 AM
Quin, this may help as Giuseppe pointed use version 5, this simple scrip bellow runs on mpls edge 3845 routers works great with manage engine
ip flow-export version 5
ip flow-export destination
ip flow-top-talkers
top 25
sort-by bytes
interface Serial4/0
ip route-cache flow
11-07-2009 06:56 PM
thx.on the globle config,add mls nde sender version.netflow analyer can work correctly.
04-21-2020 09:14 PM
Hello,
This is my configuration, but it doesn't export any packet. How should I do?
Configuration:
Thank you very much.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide