好消息,超酷的在线虚拟网络实验室上线了!点击开始实验

为获得更好的浏览效果,建议您使用 Firefox 或者 Chrome 浏览器



11.1      PQ的配置

【需求】

ServerPC1通过路由器Quidway1PC2发送数据(其中Server发送关键业务数据,PC1发送非关键业务数据)时。

要求在网络拥塞时保证Server发送的关键业务数据得到优先处理。

【组网】

 

Router

#

acl number 2001                                  /定义server的流量/

 rule 0 permit source 1.1.1.1 0

acl number 2002                                  /定义PC的流量/

 rule 0 permit source 1.1.1.2 0                  

#

qos pql 1 protocol ip acl 2001 queue top        /指定acl 2001的流量入top队列/

 qos pql 1 protocol ip acl 2002 queue bottom     /指定acl 2002的流量入bottom队列/

#

interface Serial0/0

 clock DTECLK1                           

 link-protocol ppp

qmtoken 1                                       /修改接口的QoS发送令牌数/

 ip address 10.1.1.2 255.255.255.0

 qos pq pql 1                                    /使能PQ/

 

【提示】

1PQ只对接口出流量起作用。对入流量无法控制。

2、中端路由器一定要在接口下配置qmtoken 1(Set the number of QOS sending token),低端路由器无法配置,所以效果会逊色很多。

   在配置了此命令后,需要用shutdown / undo shutdown 功能将接口重新启动

X Close
X Close