[7600] Netflow doesn't export packet

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2020 04:31 AM - edited 04-23-2020 04:32 AM
This is my configuration, but it doesn't export any packet. How should I do?
Configuration:
!
mls flow ip interface-full
mls nde sender version 5
!
flow-sampler-map Sampler-PN
mode random one-out-of 2000
!
interface GigabitEthernet5/3
ip vrf forwarding management
ip address 172.18.4.10 255.255.0.0
!
interface GigabitEthernet8/26
ip flow ingress
mls netflow sampling
hold-queue 4096 in
!
ip flow-export source GigabitEthernet5/3
ip flow-export version 9 origin-as
ip flow-export destination 172.18.18.7 9902 vrf management
!
access-list 40 permit 172.18.0.0 0.0.255.255
!
snmp-server community public RO 40
Thank you very much.
- Labels:
-
Other Routers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2020 04:55 AM - edited 04-23-2020 04:59 AM
Hello @ปลาวาฬทราย RMUTT CPE IX ,
the line below the 0 packets exported says :
1233 export packets were dropped due to no fib
is your destination in a VRF ? if it is you need to specify it using vrf <vrf-name> in the ip flow exporter configuration.
Edit:
I haven't seen the spoiler section the collector is in VRF and you have configured it.
try to verify if you have a route and a FIB entry in VRF management for the flow collector IP subnet/iP address.
Hope to help
Giuseppe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2020 09:22 PM
I can ping to the flow collector normally.
Thank you very much.
