<div dir="ltr">Hey Nick, <br><br>We have similar issue, but it's related to sflowtool<br><br>If we run the command <br><br>sflowtool -4 -l -p 6343, we noticed there weren't much flow dump by sflowtool. <br><br>If we run with custom params. <br><br>sflowtool
 -L 
sampleType,agent,inputPort,outputPort,srcMAC,dstMAC,ethernet_type,in_vlan,out_vlan,srcIP,dstIP,IPProtocol,IPTOS,IPTTL,TCPSrcPort,TCPDstPort,TCPFlags,sampledPacketSize,IPSize,meanSkipCount
 -4 -p 6343<br><br>There are more flow being dump by sflowtool, and with small code changes, we are able to see p2p graph in ipv4.<br><br>We
 made some amendment on the file sflow-to-rrd-handler to cater with the 
params above, however on the params parse in, it doesn't have option to 
display 0x86dd or 0x0800 on column no. 7, that caused 
sflow-to-rrd-handler were not able to capture the v6 traffic and plot 
into RRD.<br><br>Anyone has similar experience on sflowtool issue? <br><br>It's on Junos 18.4R2-S2.3 as well.<br><br>Thanks. <br><br>--<br>ozikat<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 11, 2024 at 7:29 PM Nick Hilliard (INEX) via ixpmanager <<a href="mailto:ixpmanager@inex.ie">ixpmanager@inex.ie</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Mohan,<br>
<br>
if ipv4 p2p stats are working, then ipv6 traffic should appear <br>
automatically.<br>
<br>
Can you run the following command:<br>
<br>
sflowtool -4 -l -p XXXX | grep -m 10 -i 0x86dd<br>
<br>
+ replace "XXXX" with the correct port number for your sflow system. <br>
This command will show whether ipv6 records are being exported by the <br>
switches.<br>
<br>
If that command produces 10 lines of output, can you check that the MAC <br>
addresses in the output are defined correctly in IXP Manager, and then <br>
inspect the ipv6 p2p graphs associated with those MAC addresses?<br>
<br>
Nick<br>
<br>
<br>
raja mohan marappan via ixpmanager wrote on 11/03/2024 00:03:<br>
> Dear Inex Team,<br>
> <br>
> Recently, I implemented the IXP Manager and everything appears to be <br>
> working well.<br>
> However, I'm experiencing an issue with IPV6 traffic not being displayed <br>
> for peer to peer traffic. I'm using Junos 18.4R2-S2.3.<br>
> <br>
> What do I need to enable the IPv6 graph ?<br>
> <br>
> <br>
> Thank you.<br>
> Mohan<br>
> <br>
> <br>
> <br>
> _______________________________________________<br>
> INEX IXP Manager mailing list<br>
> <a href="mailto:ixpmanager@inex.ie" target="_blank">ixpmanager@inex.ie</a><br>
> Unsubscribe or change options here: <a href="https://www.inex.ie/mailman/listinfo/ixpmanager" rel="noreferrer" target="_blank">https://www.inex.ie/mailman/listinfo/ixpmanager</a><br>
> <br>
_______________________________________________<br>
INEX IXP Manager mailing list<br>
<a href="mailto:ixpmanager@inex.ie" target="_blank">ixpmanager@inex.ie</a><br>
Unsubscribe or change options here: <a href="https://www.inex.ie/mailman/listinfo/ixpmanager" rel="noreferrer" target="_blank">https://www.inex.ie/mailman/listinfo/ixpmanager</a><br>
</blockquote></div>