EdgeOS Smart Queue Equivalent VyOS

Hi guys!

I’m looking to apply smart queue like EdgeOS does. Does anyone know what are the equivalent?

EdgeOS commands

set traffic-control smart-queue SQ download ecn enable
set traffic-control smart-queue SQ download flows 1024
set traffic-control smart-queue SQ download fq-quantum 1514
set traffic-control smart-queue SQ download limit 10240
set traffic-control smart-queue SQ download rate 940mbit
set traffic-control smart-queue SQ upload ecn enable
set traffic-control smart-queue SQ upload flows 1024
set traffic-control smart-queue SQ upload fq-quantum 1514
set traffic-control smart-queue SQ upload limit 10240
set traffic-control smart-queue SQ upload rate 940mbit
set traffic-control smart-queue SQ wan-interface pppoe0

Thanks

I tried with this configuration

set interfaces ethernet eth0 address 'dhcp'
set interfaces ethernet eth0 description 'WAN'
set interfaces ethernet eth0 firewall local name 'WAN_LOCAL'
set interfaces ethernet eth0 redirect 'ifb0'
set interfaces ethernet eth0 traffic-policy out 'UPLOAD'
set interfaces input ifb0 traffic-policy out 'DOWNLOAD'
set traffic-policy shaper DOWNLOAD bandwidth '200mbit'
set traffic-policy shaper DOWNLOAD default bandwidth '100%'
set traffic-policy shaper DOWNLOAD default codel-quantum '8000'
set traffic-policy shaper DOWNLOAD default queue-limit '1000'
set traffic-policy shaper DOWNLOAD default queue-type 'fq-codel'
set traffic-policy shaper UPLOAD bandwidth '50mbit'
set traffic-policy shaper UPLOAD default bandwidth '100%'
set traffic-policy shaper UPLOAD default queue-limit '1000'
set traffic-policy shaper UPLOAD default queue-type 'fq-codel'

Traffic for upload is shaped, but not for download.

This configuration finally works in the latest rolling of VyOS 1.3. It doesn’t work with VyOS 1.4

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.