Vyatta又不能限速

昨晚我在实验环境中测试vyatta的限速成功了,今天中午我把方法应用到我的工作环境中去,却发现不能限速。
工作环境的限速规则如下:

vyatta@vyatta# show qos-policy
 traffic-shaper ALL {
     bandwidth 2mbit
     class 10 {
         bandwidth 2mbit
         burst 3k
         ceiling 2mbit
         match IP5 {
             ip {
                 destination {
                     address 192.168.0.5/24
                 }
             }
         }
     }
     default {
         bandwidth 512kbit
         burst 1k
         ceiling 512kbit
     }
 }
[edit]
vyatta@vyatta# show interfaces
 ethernet eth0 {
     address 192.168.0.2/24
     hw-id 00:05:5d:72:ed:**
     qos-policy {
         out ALL
     }
 }
 ethernet eth1 {
     duplex auto
     hw-id 00:05:5d:72:ed:**
     pppoe 1 {
         default-route auto
         password **********
         user-id **********
     }
 }
[edit]
vyatta@vyatta#

1 Reply to “Vyatta又不能限速”

  1. 要注意wan,lan两个ethernet的源、目标的ip不同的,limit shaper也有方向区分。。。

Leave a Reply

Your email address will not be published. Required fields are marked *