Discussion:
[j-nsp] IPFIX - "no template found" in wireshark of Flow Collector
Arun Kumar
2012-03-23 18:25:33 UTC
Permalink
Hi NSP,

I configured IPFIX in juniper MX running 11.2 R3. I run wireshark in flow
collector where i m getting flows from the juniper router but all data are
showing "no template found"? What is the problem in this? I had a problem
on the same router where i was told to move to another PIC/port. I ve done
the same but now getting this error? What could be the cause of this? Is
the router not supporting the flow or not sending the flow in proper format?

thanks in advance
Arun
Tima Maryin
2012-03-24 08:44:58 UTC
Permalink
Hi,

Try Analyze -> Decode as then cflow
Post by Arun Kumar
Hi NSP,
I configured IPFIX in juniper MX running 11.2 R3. I run wireshark in flow
collector where i m getting flows from the juniper router but all data are
showing "no template found"? What is the problem in this? I had a problem
on the same router where i was told to move to another PIC/port. I ve done
the same but now getting this error? What could be the cause of this? Is
the router not supporting the flow or not sending the flow in proper format?
thanks in advance
Arun
Arun Kumar
2012-03-24 10:03:21 UTC
Permalink
Hi,

After I decoded the packet capture as cflow only, i m seeing that output
(no template found). Its there under Data section of Cisco NetFlow/IPFIX.
Post by Tima Maryin
Hi,
Try Analyze -> Decode as then cflow
Post by Arun Kumar
Hi NSP,
I configured IPFIX in juniper MX running 11.2 R3. I run wireshark in flow
collector where i m getting flows from the juniper router but all data are
showing "no template found"? What is the problem in this? I had a problem
on the same router where i was told to move to another PIC/port. I ve done
the same but now getting this error? What could be the cause of this? Is
the router not supporting the flow or not sending the flow in proper format?
thanks in advance
Arun
______________________________**_________________
juniper-nsp mailing list juniper-nsp at puck.nether.net
https://puck.nether.net/**mailman/listinfo/juniper-nsp<https://puck.nether.net/mailman/listinfo/juniper-nsp>
Phil Mayers
2012-03-24 12:11:26 UTC
Permalink
Post by Arun Kumar
Hi NSP,
I configured IPFIX in juniper MX running 11.2 R3. I run wireshark in flow
collector where i m getting flows from the juniper router but all data are
showing "no template found"? What is the problem in this? I had a problem
This is normal and expected.

IPFIX/Neflow9 exporters only send the templates periodically. They are
not sent with every packet.

You need to leave your capture running for long enough that it:

1. Sees a packet with IPFIX/NF9 templates
2. Sees data packets referencing those templates

On other (non-JunOS) platforms, I have been able to trigger a template
export by making and then un-making a config change to the netflow
export that will affect the templates e.g. remove then re-add src/dst AS
number.

Many/most platforms have configuration for the interval to re-send the
templates; I think it is:

edit set service flow-monitoring version-ipfix template X
set template-refresh-rate [packets N | seconds Y]

Loading...