待解决问题
求教,阿尔卡特OLT队列问题?
离问题结束还有0天0小时  |  提问者:wefly   |  提问时间:2013-4-8 10:07
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数据八个优先级都能用得到吗?这个队列是怎样分配的呢?
只有下面三条命令合在一起才能对应

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[color=Red](一般语音业务单独用一个VLAN,把所有PBIT都对应到同一个queue,可以不创建此条,用缺省的Default_TC0模板)[/color]

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
对[color=Red]指定ONT[/color]上的语音业务进行queue优先级,带宽,TCON,GEM共享等控制[color=Red](数据业务可以配在另一个VLAN上,同样绑定Default_TC0模板,在指定ONT上用不同的priority,7最高)[/color]
回答时间:2013-4-10 09:15
 
我要回应:  回应字数在5000字以内

 

热点问题