VLAN Tx Drops (CRS125)

I’ve got my VLANS running, but seem to have an excessive amount of “Tx Drops”. I’ve seen quite a few previous posts but many had no follow-up solution. Can someone give me their solution or a hint?
VLAN_TX_DROP.JPG
Thanks in advance,

-tp

Hi w0lt,

Have you tried changing the interface queue type to ethernet-default? I still get some drops but not as many as with only-hardware-queue.

/queue interface
set ether1 queue=ethernet-default
set ether2 queue=ethernet-default
set ether3 queue=ethernet-default
set ether4 queue=ethernet-default
set ether5 queue=ethernet-default
set ether6 queue=ethernet-default
set ether7 queue=ethernet-default
set ether8 queue=ethernet-default
set ether9 queue=ethernet-default
set ether10 queue=ethernet-default
set ether11 queue=ethernet-default
set ether12 queue=ethernet-default
set ether13 queue=ethernet-default
set ether14 queue=ethernet-default
set ether15 queue=ethernet-default
set ether16 queue=ethernet-default
set ether17 queue=ethernet-default
set ether18 queue=ethernet-default
set ether19 queue=ethernet-default
set ether20 queue=ethernet-default
set ether21 queue=ethernet-default
set ether22 queue=ethernet-default
set ether23 queue=ethernet-default
set ether24 queue=ethernet-default
set sfp1 queue=ethernet-default

Wow…
Who would guess that a small change like that would have such a positive impact.
Works great !!
Thanks for your input !! :sunglasses:

-tp