Is there any support available for generating IPv6 fields using the Field Engine Modules?
I just referred https://trex-tgn.cisco.com/trex/doc/cp_stl_docs/api/field_engine.html and didn't see anything related to IPv6
Thanks
Arun
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/c2ad529f-fdcb-428b-a74f-b7206be3a3d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/dbf70eea-2a6d-41a2-bf5c-fe75de65fec1%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/c29b4e94-e96b-4376-961c-1e1c34ad4b4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
> To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
>
> To post to this group, send email to trex...@googlegroups.com.
>
> To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/c2ad529f-fdcb-428b-a74f-b7206be3a3d3%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
>
>
>
>
>
> --
>
>
> HanohSent from my iPhone
>
>
>
>
>
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
>
> To post to this group, send email to trex...@googlegroups.com.
>
> To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/dbf70eea-2a6d-41a2-bf5c-fe75de65fec1%40googlegroups.com.
>
>
>
> For more options, visit https://groups.google.com/d/optout.
>
>
>
>
>
> --
>
>
>
> HanohSent from my iPhone
Hi Hanoh
I tried adding the offset_fixup=8 parameter. But got the below error
raise CTRexPacketBuildException(-10,"Not valid ipv4 format");
trex_stl_lib.trex_stl_packet_builder_scapy.CTRexPacketBuildException: [errcode:-10] 'Not valid ipv4 format'
Thanks
Arun
--
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/c29b4e94-e96b-4376-961c-1e1c34ad4b4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--HanohSent from my iPhone
> To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
>
> To post to this group, send email to trex...@googlegroups.com.
>
> To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/c2ad529f-fdcb-428b-a74f-b7206be3a3d3%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
>
>
>
>
>
> --
>
>
> HanohSent from my iPhone
>
>
>
>
>
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
>
> To post to this group, send email to trex...@googlegroups.com.
>
> To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/dbf70eea-2a6d-41a2-bf5c-fe75de65fec1%40googlegroups.com.
>
>
>
> For more options, visit https://groups.google.com/d/optout.
>
>
>
>
>
> --
>
>
>
> HanohSent from my iPhone
Hi Hanoh
I tried adding the offset_fixup=8 parameter. But got the below error
raise CTRexPacketBuildException(-10,"Not valid ipv4 format");
trex_stl_lib.trex_stl_packet_builder_scapy.CTRexPacketBuildException: [errcode:-10] 'Not valid ipv4 format'
Thanks
Arun
--
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/c29b4e94-e96b-4376-961c-1e1c34ad4b4f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/65239efd-45bc-4129-ad56-2306ae9b82b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
IPv4 implicit string conversion to uint32_t is supported because it is possible to do this conversion.
IPv6 is 16 bytes(128 bits) so there is meaning to covert it to a variable of 1/2/4/8.To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/e1b72d0d-64b6-4ce9-af92-ff2f54e6668e%40googlegroups.com.
Hi Team
I am able to generate IPv6 Packets . But the generated ipv6 src and dst addresses are trimmed in the packet
For example my min and max values are
ff81::330:16ff:fec9:1 and ff81::330:16ff:fec9:ab. It is then converted to uint_64 and passed to the VM constructor(STLVmFlowVar)
But the generated packet is having only ::330:16ff:fec9:a2. ff81 is missing for all packets.
I am setting size=8, offset_fixup=8 and pkt_offset='IPv6.src'
Thanks
Arun
On Thursday, August 18, 2016 at 12:52:30 AM UTC+5:30, Hanoch Haim wrote:
> Hi Arun,
>
> IPv4 implicit string conversion to uint32_t is supported because it is possible to do this conversion.
>
> IPv6 is 16 bytes(128 bits) so
> there is meaning to covert it to a variable of 1/2/4/8.
>
>
>
>
>
> Hanoh
>
>
> On Wed, Aug 17, 2016 at 5:14 AM, Arun Emmanuel <arune...@gmail.com> wrote:
>
> HI Hanoch
>
>
> It worked after converting the IPv6 address to uint64 format.
> Thanks for your support
>
>
> Arun
>
> On Friday, August 12, 2016 at 7:56:37 PM UTC+5:30, Hanoch Haim wrote:
> Hi,Min /max should be uint64 values in case of size of 8 (fixup=8) and uint32/sting_ipv4 in case of 4 (fixup=12)
>
>
> We created only IPv4 string -> uint32
>
>
>
>
>
>
> On Friday, 12 August 2016, Arun Emmanuel <arune...@gmail.com> wrote:
>
> Thanks for the example
>
>
> But i am also following the same procedure only. But Trex is traeting my IPv6 address as IPv4 addresses and validating against IPv4 address
>
>
> Thanks
> Arun
>
> On Friday, August 12, 2016 at 4:16:49 PM UTC+5:30, Hanoch Haim wrote:Another working IPv6 example
>
>
> https://gerrit.fd.io/r/gitweb?p=csit.git;a=blob;f=resources/tools/t-rex/t-rex-stateless.py;h=f456b6631651e4ee8c11b003328a4bf22c41250e;hb=HEAD
>
> On Friday, 12 August 2016, hanoh haim <hhaim...@gmail.com> wrote:
>
> Hi,Could you send the full snippet?
> > To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/c2ad529f-fdcb-428b-a74f-b7206be3a3d3%40googlegroups.com.
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> >
>
> > HanohSent from my iPhone
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
>
> >
>
> > To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
>
> >
>
> > To post to this group, send email to trex...@googlegroups.com.
>
> >
>
> > To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/dbf70eea-2a6d-41a2-bf5c-fe75de65fec1%40googlegroups.com.
>
> >
>
> >
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> >
>
> >
>
> > HanohSent from my iPhone
>
>
>
> Hi Hanoh
>
>
>
> I tried adding the offset_fixup=8 parameter. But got the below error
>
>
>
> raise CTRexPacketBuildException(-10,"Not valid ipv4 format");
>
> trex_stl_lib.trex_stl_packet_builder_scapy.CTRexPacketBuildException: [errcode:-10] 'Not valid ipv4 format'
>
>
>
> Thanks
>
> Arun
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
>
> To post to this group, send email to trex...@googlegroups.com.
>
> To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/c29b4e94-e96b-4376-961c-1e1c34ad4b4f%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
>
>
> HanohSent from my iPhone
>
>
>
> --
>
>
> HanohSent from my iPhone
>
>
>
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
>
> To post to this group, send email to trex...@googlegroups.com.
>
> To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/65239efd-45bc-4129-ad56-2306ae9b82b8%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
>
>
> HanohSent from my iPhone
>
>
>
>
>
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
>
> To post to this group, send email to trex...@googlegroups.com.
>
> To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/e1b72d0d-64b6-4ce9-af92-ff2f54e6668e%40googlegroups.com.
>
>
>
> For more options, visit https://groups.google.com/d/optout.
>
>
>
>
>
> --
>
>
>
> HanohSent from my iPhone
--
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/138419f2-0b91-432b-9746-12b0069de5d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
> > > To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
>
> >
>
> > >
>
> >
>
> > > To post to this group, send email to trex...@googlegroups.com.
>
> >
>
> > >
>
> >
>
> > > To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/c2ad529f-fdcb-428b-a74f-b7206be3a3d3%40googlegroups.com.
>
> >
>
> > >
>
> >
>
> > > For more options, visit https://groups.google.com/d/optout.
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > --
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > HanohSent from my iPhone
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > --
>
> >
>
> > >
>
> >
>
> > > You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
>
> >
>
> > >
>
> >
>
> > > To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
>
> >
>
> > >
>
> >
>
> > > To post to this group, send email to trex...@googlegroups.com.
>
> >
>
> > >
>
> >
>
> > > To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/dbf70eea-2a6d-41a2-bf5c-fe75de65fec1%40googlegroups.com.
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > For more options, visit https://groups.google.com/d/optout.
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > --
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > >
>
> >
>
> > > HanohSent from my iPhone
>
> >
>
> >
>
> >
>
> > Hi Hanoh
>
> >
>
> >
>
> >
>
> > I tried adding the offset_fixup=8 parameter. But got the below error
>
> >
>
> >
>
> >
>
> > raise CTRexPacketBuildException(-10,"Not valid ipv4 format");
>
> >
>
> > trex_stl_lib.trex_stl_packet_builder_scapy.CTRexPacketBuildException: [errcode:-10] 'Not valid ipv4 format'
>
> >
>
> >
>
> >
>
> > Thanks
>
> >
>
> > Arun
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
>
> >
>
> > To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
>
> >
>
> > To post to this group, send email to trex...@googlegroups.com.
>
> >
>
> > To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/c29b4e94-e96b-4376-961c-1e1c34ad4b4f%40googlegroups.com.
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> >
>
> > HanohSent from my iPhone
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> >
>
> > HanohSent from my iPhone
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
>
> >
>
> > To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
>
> >
>
> > To post to this group, send email to trex...@googlegroups.com.
>
> >
>
> > To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/65239efd-45bc-4129-ad56-2306ae9b82b8%40googlegroups.com.
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> >
>
> > HanohSent from my iPhone
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> > You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
>
> >
>
> > To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
>
> >
>
> > To post to this group, send email to trex...@googlegroups.com.
>
> >
>
> > To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/e1b72d0d-64b6-4ce9-af92-ff2f54e6668e%40googlegroups.com.
>
> >
>
> >
>
> >
>
> > For more options, visit https://groups.google.com/d/optout.
>
> >
>
> >
>
> >
>
> >
>
> >
>
> > --
>
> >
>
> >
>
> >
>
> > HanohSent from my iPhone
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
Thanks
Arun
--
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/b6c38567-60d5-4bbe-b731-4f8b99c04794%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.