Hi,

I am using nfsen 1.3.6p1 on CentOS 5.9 x86_64 with nfdump 1.6.6.

I have noticed that only inbound traffic is recorded. The exporting 
device is a Cisco 3825. Below is the IOS configuration as well as that 
of one interface and its subinterfaces.

I thought that it is enough to set:

      ip flow ingress
      ip flow egress
      ipv6 flow ingress
      ipv6 flow egress

on the affected subinterfaces, but should I also/alternatively set:

      ip route-cache flow

on the main interface?

Note: I only want a particular subinterface to export traffic (inbound 
and outbound), not all subinterfaces.

May am I doing something wrong?

Can you please guide me? Any suggestions will be appreciated.

Thanks,
Nick

Follows the configuration:
------------------------------
ip flow-export version 9
ip flow-export destination 195.251.204.212 9995
ip flow-top-talkers

ipv6 flow-export template options export-stats
ipv6 flow-export template timeout-rate 60
ipv6 flow-export destination 195.251.204.212 9995

interface GigabitEthernet0/0
  no ip address
  no ip redirects
  no ip unreachables
  no ip proxy-arp
  no ip route-cache cef
  no ip mroute-cache
  duplex auto
  speed auto
  media-type sfp
  no keepalive
  no cdp enable
  no mop enabled
!
interface GigabitEthernet0/0.102
  encapsulation dot1Q 102
  ip address xx.xx.xx.xx 255.255.255.252
  ip access-group 100 in
  ip verify unicast reverse-path 103
  no ip redirects
  no ip unreachables
  no ip proxy-arp
  ip nbar protocol-discovery
  ip flow ingress
  ip flow egress
  ip virtual-reassembly
  no ip mroute-cache
  ipv6 address xxxx:xxxx:xxxx:xxxx:xxxx::xxxx/126
  ipv6 enable
  ipv6 flow ingress
  ipv6 flow egress
  no keepalive
  no cdp enable
  crypto map vpn



------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Nfsen-discuss mailing list
Nfsen-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to