Iam using Queue Tree to overcome the Simple Queue.
My Simple Queue looks like this :
name=“R” target-addresses=172.16.1.13/32 dst-address=0.0.0.0/0 interface=all parent=none direction=both priority=8
queue=default-small/default-small limit-at=16000/96000 max-limit=32000/192000 burst-limit=48000/384000
burstthreshold=32000/192000 burst-time=1m30s/1m30s total-queue=default-small
My Queue Tree looks like this:
name=“RBS_down” parent=global-out packet-mark=RBS-Pack_fwd limit-at=0 queue=default-small priority=3 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
name=“RBS_up” parent=global-out packet-mark=RBS-Pack_fwd-S limit-at=0 queue=default-small priority=3 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
name=“Smtp-Destination” parent=OB-Real packet-mark=Smtp-Pack_fwd limit-at=0 queue=default-small priority=4 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
name=“Smtp-Source” parent=global-out packet-mark=Smtp-Pack_fwd-S limit-at=0 queue=default-small priority=4 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s
So,this config means if my ipaddress is 172.16.1.13 … i will take my shaper from Simple Queue and when ever i want to use the RBS i will be using it with Full speed.
My problem is when using RBS to upload .. or same SMTP (AS Upload) … I cant have Full speed… But when using RBS (As Down) I can have full speed and evercome my Simple Queue.
Any Solution???.. Mainly how can I have SMTP as Full speed…?