Skip Menu |

This queue is for tickets about the Net-sFlow CPAN distribution.

Report information
The Basics
Id: 99118
Status: resolved
Priority: 0/
Queue: Net-sFlow

People
Owner: Nobody in particular
Requestors: ACFEREN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.11
Fixed in: (no value)



Subject: lag_port_stats (counter data format: 7) not decoded
Current error: <sFlowV5:CounterData> AgentIP: 10.1.1.1, Datagram: 55444 - Unknown counter data format: 7 - rest of the datagram skipped Structure for format 7: struct lag_port_stats { mac dot3adAggPortActorSystemID; mac dot3adAggPortPartnerOperSystemID; unsigned int dot3adAggPortAttachedAggID; opaque dot3adAggPortState[4]; /* Bytes are assigned in following order: byte 0, value dot3adAggPortActorAdminState byte 1, value dot3adAggPortActorOperState byte 2, value dot3adAggPortPartnerAdminState byte 3, value dot3adAggPortPartnerOperState */ unsigned int dot3adAggPortStatsLACPDUsRx; unsigned int dot3adAggPortStatsMarkerPDUsRx; unsigned int dot3adAggPortStatsMarkerResponsePDUsRx; unsigned int dot3adAggPortStatsUnknownRx; unsigned int dot3adAggPortStatsIllegalRx; unsigned int dot3adAggPortStatsLACPDUsTx; unsigned int dot3adAggPortStatsMarkerPDUsTx; unsigned int dot3adAggPortStatsMarkerResponsePDUsTx; } Other details: http://www.sflow.org/sflow_lag.txt
Subject: Re: [rt.cpan.org #99118] lag_port_stats (counter data format: 7) not decoded
Date: Tue, 16 Dec 2014 05:40:42 +0100
To: bug-Net-sFlow [...] rt.cpan.org
From: "E. Jasinska" <elisa [...] jasinska.de>
Thanks Andrew! I just implemented this, would you happen to have an example pcap I could test against? Thanks! Elisa On Sep 24, 2014, at 6:17 PM, Andrew Feren via RT <bug-Net-sFlow@rt.cpan.org> wrote: Show quoted text
> Wed Sep 24 12:17:15 2014: Request 99118 was acted upon. > Transaction: Ticket created by ACFEREN > Queue: Net-sFlow > Subject: lag_port_stats (counter data format: 7) not decoded > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: ACFEREN@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=99118 > > > > Current error: > > <sFlowV5:CounterData> AgentIP: 10.1.1.1, Datagram: 55444 - Unknown counter data format: 7 - rest of the datagram skipped > > > Structure for format 7: > > struct lag_port_stats { > mac dot3adAggPortActorSystemID; > mac dot3adAggPortPartnerOperSystemID; > unsigned int dot3adAggPortAttachedAggID; > opaque dot3adAggPortState[4]; /* > Bytes are assigned in following order: > byte 0, value dot3adAggPortActorAdminState > byte 1, value dot3adAggPortActorOperState > byte 2, value dot3adAggPortPartnerAdminState > byte 3, value dot3adAggPortPartnerOperState > */ > unsigned int dot3adAggPortStatsLACPDUsRx; > unsigned int dot3adAggPortStatsMarkerPDUsRx; > unsigned int dot3adAggPortStatsMarkerResponsePDUsRx; > unsigned int dot3adAggPortStatsUnknownRx; > unsigned int dot3adAggPortStatsIllegalRx; > unsigned int dot3adAggPortStatsLACPDUsTx; > unsigned int dot3adAggPortStatsMarkerPDUsTx; > unsigned int dot3adAggPortStatsMarkerResponsePDUsTx; > } > > > Other details: http://www.sflow.org/sflow_lag.txt
will be fixed in 0.12