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

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



MSR系列路由器

QoS CQ(自定义队列)功能的配置

 

关键字:MSR;QoS;CQ;自定义队列

 

一、组网需求

MSR路由器是互联网出口,下挂2个网段,要求网络拥塞时通过CQ10.0.0.0/24段给予优先保证

设备清单:MSR系列路由器1

二、组网图:

三、配置步骤:

MSR配置

#

 //定义CQL 1队列0的队列长度为1000CQL序号空间为1~16

 qos cql 1 queue 0 queue-length 1000

 //定义CQL 1队列0连续发包字节数为1000字节

 qos cql 1 queue 0 serving 1000

 //定义CQL 1队列1的队列长度为500

 qos cql 1 queue 1 queue-length 500

 //定义CQL 1队列1连续发包字节数为500字节

 qos cql 1 queue 1 serving 500

 //ACL2000CQL 1的队列0绑定起来

 qos cql 1 protocol ip acl 2000 queue 0

 //ACL2001CQL 1的队列1绑定起来

 qos cql 1 protocol ip acl 2001 queue 1

#

//ACL的配置

acl number 2000

 rule 0 permit source 10.0.0.0 0.0.0.255

acl number 2001

 rule 0 permit source 20.0.0.0 0.0.0.255

#

//出外网接口

interface Serial3/0

 link-protocol ppp

 ip address 1.2.0.2 255.255.255.252

 //应用qos cql 1

 qos cq cql 1

 //定义令牌数可配空间为1~50

 qos qmtoken 1

#

//连结10网段的接口

interface Ethernet0/0

 port link-mode route

 ip address 10.0.0.1 255.255.255.0

#

//连结20网段的接口

interface Ethernet0/1

 port link-mode route

 ip address 20.0.0.1 255.255.255.0

#

四、配置关键点

1) CQ只对出方向流量起作用,对入接口不起作用,因此把CQL配置在连结互联网的外网接口上;

2) 在接口下配置qmtoken可以提升效果

3) 配置结束后Shutdown接口和Undo Shutdown接口使配置生效

X Close
X Close