Jump to content
Калькуляторы

EdgeRouter Lite-3 настройка QoS На роутере EdgeRouter Lite-3 нужна помошь в настройке QoS

День добрый!

Установил у себя на работе EdgeRouter Lite-3 и уже некоторое время его понемногу настраиваю. Ни с чем особых проблем не возникало, кроме как с настройкой балансировки нагрузок.

В общем, настроил сеть для работы в режиме 70% серфинг, 10% скачка, 10 прочее, думаю когда разберусь, то еще и 10% для VoIP SIP выделить, чтоб разговоры не подлагивали.

Прописывал следующее.

 

set traffic-policy shaper download

set traffic-policy shaper download bandwidth 9.7Mbit

 

set traffic-policy shaper download default bandwidth 10%

set traffic-policy shaper download default ceiling 100%

set traffic-policy shaper download default priority 3

set traffic-policy shaper download default queue-type fair-queue

 

set traffic-policy shaper download class 10 bandwidth 10%

set traffic-policy shaper download class 10 ceiling 100%

set traffic-policy shaper download class 10 priority 4

set traffic-policy shaper download class 10 queue-type fair-queue

set traffic-policy shaper download class 10 match icmp ip protocol icmp

set traffic-policy shaper download class 10 match ssh ip source port 22

set traffic-policy shaper download class 10 match dns ip source port 53

 

set traffic-policy shaper download class 20 bandwidth 70%

set traffic-policy shaper download class 20 ceiling 100%

set traffic-policy shaper download class 20 priority 5

set traffic-policy shaper download class 20 queue-type fair-queue

set traffic-policy shaper download class 20 match http ip source port 80

set traffic-policy shaper download class 20 match https ip source port 443

 

set interfaces ethernet eth10 traffic-policy out download

 

set traffic-policy shaper upload

set traffic-policy shaper upload bandwidth 9.7Mbit

 

set traffic-policy shaper upload class 2 bandwidth 10%

set traffic-policy shaper upload class 2 ceiling 100%

set traffic-policy shaper upload class 2 priority 4

set traffic-policy shaper upload class 2 queue-type fair-queue

set traffic-policy shaper upload class 2 queue-limit 16

set traffic-policy shaper upload class 2 match icmp ip protocol icmp

set traffic-policy shaper upload class 2 match ssh ip destination port 22

set traffic-policy shaper upload class 2 match dns ip destination port 53

 

set traffic-policy shaper upload class 5 bandwidth 70%

set traffic-policy shaper upload class 5 ceiling 100%

set traffic-policy shaper upload class 5 priority 5

set traffic-policy shaper upload class 5 queue-type fair-queue

set traffic-policy shaper upload class 5 match http ip destination port 80

set traffic-policy shaper upload class 5 match https ip destination port 443

 

set traffic-policy shaper upload default bandwidth 10%

set traffic-policy shaper upload default ceiling 100%

set traffic-policy shaper upload default priority 3

set traffic-policy shaper upload default queue-type fair-queue

 

set interfaces ethernet eth0 traffic-policy out upload

 

После применения данных настроек не увидел вообще никакой разницы закачка так и не режется.

В чём может быть проблема?

Заранее спасибо!

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.