If I create a simple queue to prioritize traffic from a specific IP address, will the Limit At parameter ensure that I always have the bandwidth I specify in the parameter regardless of the packets going through Fasttrack? For instance:
/queue simple add name=“MyPrioritySite” target=xxx.xxx.xxx.xxx/32 parent=none packet-marks=“” priority=2/2 queue=pcq-upload-default/pcq-download-default limit-at=10M/50M
max-limit=40M/1G burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s bucket-size=0.1/0.1
Currently, the firewall is set up with stock settings (ROS v6.40.5) including fasttrack. No other mangle rules exist other than those included for fasttrack. Ultimately, will I be able to achieve a download rate from the prioritized site of up to 50M regardless of what is being downloaded through a non-prioritized site?