通信人家园

标题: 求教,阿尔卡特OLT队列问题?  [查看完整版帖子] [打印本页]

时间:  2013-4-8 10:07
作者: wefly     标题: 求教,阿尔卡特OLT队列问题?

configure qos interface 1/1/3/5/64/voip upstream-queue 0 priority 2 bandwidth-profile
configure qos profiles ingress-qos voip dot1-p0-tc 0 dot1-p1-tc 0 dot1-p2-tc 0 dot1-p3-tc 0 dot1-p4-tc 0 dot1-p5-tc 0 dot1-p6-tc 0 dot1-p7-tc 0
求教,upstream-queue 0 和 dot1-p0-tc 0 dot1-p1-tc 0 dot1-p2-tc 0 dot1-p3-tc 0 dot1-p4-tc 0 dot1-p5-tc 0 dot1-p6-tc 0 dot1-p7-tc 0这里的0 队列什么关系?普通ONU数据八个优先级都能用得到吗?这个队列是怎样分配的呢?

时间:  2013-4-10 09:15
作者: deliangw

只有下面三条命令合在一起才能对应

1.configure qos profiles ingress-qos voip dot1-p0-tc 0 dot1-p1-tc 0 dot1-p2-tc 0 dot1-p3-tc 0 dot1-p4-tc 0 dot1-p5-tc 0 dot1-p6-tc 0 dot1-p7-tc 0
创建上行QOS模板,把7个PBIT对应到相应的上行queue(一般语音业务单独用一个VLAN,把所有PBIT都对应到同一个queue,可以不创建此条,用缺省的Default_TC0模板)

2.configure vlan id 87 mode residential-bridge in-qos-prof-name name:voip
在语音VLAN上应用这个模板

3.configure qos interface 1/1/3/5/64/voip upstream-queue 0 priority 2 bandwidth-profile
指定ONT上的语音业务进行queue优先级,带宽,TCON,GEM共享等控制(数据业务可以配在另一个VLAN上,同样绑定Default_TC0模板,在指定ONT上用不同的priority,7最高)
时间:  2013-4-11 08:40
作者: wefly

deliangw 发表于 2013-4-10 09:15
只有下面三条命令合在一起才能对应

1.configure qos profiles ingress-qos voip dot1-p0-tc 0 dot1-p1-t ...

那upstream-queue 0 至7 又是怎么选择的呢?dot1-p0-tc 0 dot1-p1-tc 0 dot1-p2-tc 0 dot1-p3-tc 0 dot1-p4-tc 0 dot1-p5-tc 0 dot1-p6-tc 0 dot1-p7-tc 0 和 dot1-p0-tc 7 dot1-p1-tc 7 dot1-p2-tc 7 dot1-p3-tc 7 dot1-p4-tc 7 dot1-p5-tc 7 dot1-p6-tc 7 dot1-p7-tc 7的区别是什么?
时间:  2013-4-11 16:40
作者: deliangw

wefly 发表于 2013-4-11 08:40
那upstream-queue 0 至7 又是怎么选择的呢?dot1-p0-tc 0 dot1-p1-tc 0 dot1-p2-tc 0 dot1-p3-tc 0 dot1- ...

上面条所有PBIT都对应queue0,下面条都对应Q7
如果语音VLAN 87,PBIT 0-7,那可以随意用这两个中的任一个,queue优先级主要看priority
configure qos interface 1/1/5/1/10/1/1 upstream-queue 0 bandwidth-profile name:100M priority 1 weight 10 bandwidth-sharing uni-sharing
如果语音与其他业务共用VLAN87,PBIT 7,那就需要创建模板dot1-p0-tc 0 dot1-p1-tc 0 dot1-p2-tc 0 dot1-p3-tc 0 dot1-p4-tc 0 dot1-p5-tc 0 dot1-p6-tc 0 dot1-p7-tc 1

目前用户大多是语音业务单独使用一个VLAN,所以只要用缺省模板就行
时间:  2013-4-12 16:56
作者: wefly

deliangw 发表于 2013-4-11 16:40
上面条所有PBIT都对应queue0,下面条都对应Q7
如果语音VLAN 87,PBIT 0-7,那可以随意用这两个中的任一个 ...

额,学习了,就是把数据业务使用Default_TC0,语音可以使用Default_TC7,然后给Q0和Q7不同的优选级。我一直以为Q0比Q7优先呢?weight 10又起什么作用呢?
时间:  2013-4-12 22:07
作者: deliangw

wefly 发表于 2013-4-12 16:56
额,学习了,就是把数据业务使用Default_TC0,语音可以使用Default_TC7,然后给Q0和Q7不同的优选级。我一 ...

是这样的。priority是SP,weight是WRR




通信人家园 (https://www.txrjy.com/) Powered by C114