Re Paul,
> [...] unfortunately they have not implemented
> the dot1qPortVlanHCStatisticsTable part of
> the RFC (and dot1qPortVlanStatisticsTable is
> missing too). This statistics table should
> provide a per-port, per-VLAN reporting of the
> incoming and outgoing traffic - just what we
> need!
I wasn't sure I understood your request in the original posting correctly, but dealt as if you really wanted the counters of the SVIs (aka "VLAN interfaces"). Now that you made clear you want per-port per-VLAN counters (or at least some kind of L2 per-VLAN chassis-wide counters) I can write what I intended to but left out the first time: If you want these, SVI counters, even if they would work, aren't what you're looking for. Working SVI counters would count packets that are *routed* through these SVIs, when the switch operates as a router between VLANs (also termed an L3 switch by the sales folks). This is fundamentally different to counting per-VLAN ingress/egress on L2, though the results might actually be the same in certain strictly specified topologies. If e.g. you would terminate each and every VLAN coming into the 5412zl on the 10G on that box using an L3 SVI and only route elsewhere (so all those VLANs were essentially transit networks), the traffic through the SVIs is mostly what you want (minus some L2 overhead, ARP and such). But this is irrelevant given their counters are stuck at zero anyway ;)
> I've submitted a support request with HP to
> ask why this part of the RFC is not
> implemented and if they are planning to,
I'm afraid they can't do much here as this is a hardware issue. Frames are tag-interpreted and switched at line rate by ASICs that do exactly what was cast into their silicon and nothing else - I don't think they will have provided enough TCAM or spare FPGA cells to be able to have up to 4095 dynamically allocated HC counters per port times direction times counter type. But of course I don't know for sure.
> or if they can recommend another way of
> reporting per-VLAN throughput.
Maybe a way to get that information out of the boxes, at least approximately, would be sFlow? It goes up to analyzing the transport layer, but is it going down enough to tell you VLAN tags - I dunno. HP should ;)
HTH,
Andre.