cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
13505
Views
4
Helpful
3
Replies

Netflow - ip route-cache flow or ip flow egress/igress?

paa
Level 1
Level 1

Hi all!

What is difference between this two types of netflow configuration? In what case I shuld use egress, igress of just route-cache flow?

1 Accepted Solution

Accepted Solutions

Hi Alexander,

As i've stated above, the "ip route-cache flow" command is not supported under subinterfaces, moreover there is nothing called a GRE subinterface, the cache flow will be collected normally as stated above, i don't believe that GRE has any constrains with NetFlow.

I hope that i've been informative.

BR,

Mohammed Mahmoud.

View solution in original post

3 Replies 3

mohammedmahmoud
Level 11
Level 11

Hi,

The "ip route-cache flow" can be used only under the main interface, while the "ip flow ingress" was an enhancement to be used under subinterfaces (can also be used under main interface), another thing is that "ip route-cache flow" enables NetFlow accounting for packets that are received by the interface (ingress), to do it for egress traffic then "ip flow export" must be used (either under the interface or the subinterface).

The NetFlow Subinterface Support feature provides the ability to enable NetFlow on a per-subinterface basis. In a scenario in which your network contains thousands of subinterfaces and you want to collect export records from only a few subinterfaces, you can fine-tune your collection of data to only specified subinterfaces. The result is lower bandwidth requirements for NetFlow Data Export (NDE) and reduced platform requirements for NetFlow data-collection devices.

Using the NetFlow Subinterface Support feature, you can enable NetFlow on selected subinterfaces using the ip flow ingress command. If you configure the ip flow ingress command on a few selected subinterfaces and then configure the ip route-cache flow command on the main interface, enabling the main interface will overwrite the ip flow ingress command and data collection will start from the main interface as well as all the subinterfaces. In a scenario in which you configure the ip flow ingress command and then configure the ip route-cache flow command on the main interface, you can restore subinterface data collection by using the no ip route-cache flow command. This configuration will disable data collection from the main interface and restore data collection to the subinterfaces you originally configured with the ip flow ingress command.

http://www.cisco.com/en/US/docs/ios/12_2t/12_2t15/feature/guide/ft_nfsub.html

http://www.cisco.com/en/US/docs/ios/12_3t/12_3t11/feature/guide/nflowegr.html

More over "ip flow-export destination " - Configures the router to export NetFlow cache entries to a network management applications.

BR,

Mohammed Mahmoud.

Great Thanks to you for this post!

Once questions: what about tunnel-inerface (GRE) - is it a subinterface? How are netflow will be collected in this case:

inter tunn0

ip add 10.0.0.1 255.255.255.0

tunn source fast0/0

tunn dest 192.168.0.1

ip route-cache flow

inter fast 0/0

ip add 20.0.0.1 255.255.255.0

ip route-cache flow

?

Hi Alexander,

As i've stated above, the "ip route-cache flow" command is not supported under subinterfaces, moreover there is nothing called a GRE subinterface, the cache flow will be collected normally as stated above, i don't believe that GRE has any constrains with NetFlow.

I hope that i've been informative.

BR,

Mohammed Mahmoud.

Review Cisco Networking products for a $25 gift card