06-27-2019 01:31 AM
Hi,
I am trying to send netflow data to collector server through ASR1006 Gig0 interface.
Gig0 is in vrf Mgmt-intf
Unable to see data in collector server
Below is configuration :
flow record Record_NFA
match ipv4 protocol
match ipv4 source address
match ipv4 destination address
match transport source-port
match transport destination-port
match interface input
match application name
collect interface output
collect transport tcp flags
collect counter bytes long
collect counter packets long
collect ipv4 source mask
collect ipv4 destination mask
collect ipv4 source prefix
collect ipv4 destination prefix
collect timestamp sys-uptime first
collect timestamp sys-uptime last
flow exporter Exporter_NFA
destination x.x.x.x vrf Mgmt-intf
source GigabitEthernet0
transport udp 9996
template data timeout 60
option interface-table timeout 60
option application-table timeout 60
flow monitor Monitor_NFA
exporter Exporter_NFA
record Record_NFA
cache timeout active 60
interface GigabitEthernet0/0/5
ip flow monitor Monitor_NFA input
ip flow monitor Monitor_NFA output
Kindly suggest.
Solved! Go to Solution.
06-27-2019 03:59 AM
06-27-2019 01:45 AM
06-27-2019 02:25 AM
06-27-2019 03:28 AM
Hi Mark,
Thank you for your reply.
My export destination is in Mgmt-intf vrf same as source gig0 interface.
flow exporter Exporter_NFA
destination X.X.X.X vrf Mgmt-intf
source GigabitEthernet0
transport udp 9996
template data timeout 60
option interface-table timeout 60
option application-table timeout 60
I am running one more flow exporter destination but same is not in Mgmt-intf vrf.
flow exporter FlowExporter1
destination Y.Y.Y.Y
source GigabitEthernet0
transport udp 9996
I am using same source interface for both the exporter.
source interfaceconfiguration :
interface GigabitEthernet0
description *** Management Interface ***
vrf forwarding Mgmt-intf
ip address x.x.x.x 255.255.252.0
negotiation auto
end
FlowExporter1 is working correctly. Exporter_NFA is not working.
Kindly suggest.
06-27-2019 03:59 AM
06-27-2019 04:09 AM
Thanks. This worked.
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