I am trying to setup a network in an ISP. This network requires that I deliver more than 2,5 Mbps over a PPPoE connection to our clients. The problem is in my tests I am not beeing able to provide more than 3,2 Mbps in TCP traffic. I tryed to change the kind and specifications of queue types but had no luck.
Best overal till now was using bfifo and queue size of 2904.
This is the test (I am using 4 routers, 2 making the PPPoE Server and Client session and 2 others in the border to test):
Code:Select all
tool bandwidth-test direction=both duration=60s protocol=tcp user=admin address=192.168.3.237 status: done testing duration: 1m1s tx-current: 312.4kbps tx-10-second-average: 298.0kbps tx-total-average: 290.2kbps rx-current: 3.5Mbps rx-10-second-average: 3.4Mbps rx-total-average: 3.5Mbps random-data: no direction: both
Code:Select all
/queue type add bfifo-limit=2904 kind=bfifo name=teste /queue simple add burst-limit=500k/4500k burst-threshold=300k/3500k burst-time=6m/6m \ direction=both disabled=no interface= \ limit-at=400k/4M max-limit=400k/4M name=queue1 packet-marks="" parent=none \ priority=8 queue=teste/teste target-addresses="" total-queue=teste
Regards,
Nataniel Klug