cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1022
Views
0
Helpful
4
Replies

Failed to enable Netflow in Physical Interface

akusuma1
Level 1
Level 1

Our customer said they failed to enable Netflow on their physical interface but success on vlan. Currently they use 12.2(33)SRB1 image on 7600 series. Is there any suggestion for this issue ?

4 Replies 4

yjdabear
VIP Alumni
VIP Alumni

There's not enough details (module type and configs involved) to go on, but if "physical" means a layer-2 interface, of course that won't work.

Jan Nejman
Level 3
Level 3

Hello,

as wrote yjdabear, on 7600 you need to enable netflow on all L3 interfaces (you get the list via: show ip interface brief | exc unassign

)

and also enable mls nde export:

mls netflow

mls flow ip interface-full

mls nde ...

Don't enable NetFlow on L2 ports...

See more infromation about configuration on the URL:

http://netflow.caligare.com/configuration_native.htm

Kind regards,

Jan Nejman

Caligare, Co.

http://www.caligare.com/

Hi nejman and yjdabear,

What I mean, physical interface mean physical port (Gi). We are on network monitoring side and configuration handle by different group. They said the configuration : ip route-cache

flow" or "ip flow ingress" only can apply on vlan interface (L2) and not on physical interface. I have read your url configuration and so far I don't see any limitation to enable it on Gi interface. Please correct me ?

Hello,

physical port can be configured as switched port (layer 2) or with an IP address (layer 3).

On 7600 you need to enable netflow on all L3 interfaces (no matter if it is VLAN or physical interface, enable netflow on all L3 interfaces). You get the list of these interfaces via command: show ip interface brief | exc unassign

i.e.:

interface Vlan100

interface GigibitEth0/1

...

You also need enable mls netflow export. mls is running in PFC (supervisor) and 99% of flows is exported from mls cache. See documentation how to enable netflow export from mls.

Jan