ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    UBNT EdgeRouter Lite; Performance

    IT Discussion
    3
    9
    322
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • gjacobseG
      gjacobse
      last edited by

      Some years ago- I modified my ERl for the ISP service I had at that time, Now that it's been upgraded, it's past time to update it. But of course, I don't recall the modifications I made in the config.boot file.

      Looking through the config file, it would seem that I need to make adjustments to the Traffic-Policy, but cannot recall if this is correct or not.

      traffic-policy {
          shaper VoIP {
              bandwidth 2mbit
              class 10 {
                  bandwidth 75%
                  burst 15k
                  ceiling 100%
                  description "VoIP RTP Traffic"
                  match RTP {
                      ip {
                          dscp 46
                      }
                  }
                  queue-type fair-queue
              }
              class 20 {
                  bandwidth 5%
                  burst 15k
                  ceiling 100%
                  description "VoIP SIP Traffic"
                  match ICMP {
                      ip {
                          protocol ICMP
                      }
                  }
                  match SIP {
                      ip {
                          dscp 26
                      }
                  }
                  queue-type fair-queue
              }
              default {
                  bandwidth 20%
                  burst 15k
                  ceiling 100%
                  queue-type fair-queue
              }
          }
      }
      

      ISP down - was 10MB is now 100MB (speed test will hit 120MB - likely need to set the threshold to 200MB
      ISP up - was 1MB up, is now 2MB up, might set this to 10MB - unlikely to reach that but...

      I'd rather like to avoid a factory reset - and I'm certain I don't need to. Just update the config and reboot. @JaredBusch - may have made suggestions on this previously.

      JaredBuschJ 1 Reply Last reply Reply Quote 0
      • JaredBuschJ
        JaredBusch
        last edited by JaredBusch

        Assuming you are on current firmware, delete all of that and use the built in stuff.

        configure
        delete interfaces ethernet eth0 traffic-policy # something like this. 
        delete traffic-policy
        commit;save;exit
        

        Run speed tests with no policies. You should have near line speed.

        Then pop into the GUI and set up a smart-queue on the QoS tab. You will want values at least 10% higher than your internet line speed. Tweak until you have just under line speed on speedtests. Fro details on how that all works, peruse the UBNT forums.

        e9eae16e-465f-43ba-9db2-63746d40bffb-image.png

        gjacobseG 2 Replies Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch @gjacobse
          last edited by

          @gjacobse said in UBNT EdgeRouter Lite; Performance:

          I modified my ERL

          @gjacobse said in UBNT EdgeRouter Lite; Performance:

          ISP down - was 10MB is now 100MB (speed test will hit 120MB - likely need to set the threshold to 200MB
          ISP up - was 1MB up, is now 2MB up, might set this to 10MB - unlikely to reach that but...

          An ERL with any traffic shaping at all will never do better than ~60mbps

          You need to switch to a different unit to get 200mbps with traffic shaping. I do not know off the top of my head if an ER-X will do it or not.

          1 Reply Last reply Reply Quote 0
          • gjacobseG
            gjacobse @JaredBusch
            last edited by

            @JaredBusch said in UBNT EdgeRouter Lite; Performance:

            Assuming you are on current firmware, delete all of that and use the built in stuff.

            Running Version 1.10.11

            Downloadable version > EdgeRouter ERLite-3/ERPoe-5 Firmware v1.10.11
            Downloadable version > EdgeRouter ERLite-3/ERPoe-5 Firmware v2.0.8-hotfix.1

            1 Reply Last reply Reply Quote 0
            • gjacobseG
              gjacobse @JaredBusch
              last edited by gjacobse

              @JaredBusch said in UBNT EdgeRouter Lite; Performance:

              Assuming you are on current firmware, delete all of that and use the built in stuff.

              configure
              delete interfaces ethernet eth0 traffic-policy # something like this. 
              delete traffic-policy
              commit;save;exit
              

              Do I need to 'list' the traffic policy to ensure the correct one - or is it a 'There is Only One'?

              ETA:
              No - not needed. show traffic-policy is teh same as what is pulled from the config.boot in OP.

              1 Reply Last reply Reply Quote 0
              • gjacobseG
                gjacobse
                last edited by

                Deleted the traffic-policy

                08966e47-6771-495b-90ec-b3d36ee86a2c-image.png

                This is with 14Mbit upload and 150Mbit download:

                9c6ae610-c4c6-4ee5-9aaf-6988fab4ac80-image.png

                This is with the download policy turned off.

                bb12abd8-844e-4e7c-92cc-e174bef2dc4b-image.png

                1 Reply Last reply Reply Quote 0
                • gjacobseG
                  gjacobse
                  last edited by

                  Added 10Mbit Burst

                  51faa012-a30a-4a4e-a971-f0fb900f3636-image.png

                  and then 10Mbit burst with 200Mbit rate

                  172b47f2-8fc9-4c76-9e88-b3568deac85e-image.png

                  1 Reply Last reply Reply Quote 0
                  • gjacobseG
                    gjacobse
                    last edited by

                    Performance seems best with Upload set and download off....

                    travisdh1T 1 Reply Last reply Reply Quote 0
                    • travisdh1T
                      travisdh1 @gjacobse
                      last edited by

                      @gjacobse said in UBNT EdgeRouter Lite; Performance:

                      Performance seems best with Upload set and download off....

                      Those numbers seem about right for a EdgeRouter Lite. If you need QoS enabled for download, you'll either need to upgrade or just live with the slowdown.

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      • First post
                        Last post