当接口上启用了队列后,使用命令
show queueing interface interface-name 
会显示 1p2q2t 的字样,这表示该接口上有1个优先级队列,2个标准队列,2个标准队列使用2个阈值(
threshold)。
例如:
Router# show queueing interface fastethernet 5/1
Interface FastEthernet5/1 queueing strategy:  Weighted Round-Robin
  Port QoS is enabled
  Port is untrusted
  Extend trust state: trusted
  Default COS is 0
  Transmit queues [type = 2q2t]:   注意:该接口上没有优先级队列
    Queue Id    Scheduling  Num of thresholds
    -----------------------------------------
       1         WRR low             2       
       2         WRR high            2

    WRR bandwidth ratios:  100[queue 1] 255[queue 2] 
    queue-limit ratios:     70[queue 1]  30[queue 2] 

    queue tail-drop-thresholds
    --------------------------
    1     80[1] 100[2]   注释:队列1的第一个阈值是80,第二个阈值是100
    2     80[1] 100[2] 

    queue thresh cos-map
    ---------------------------------------
    1     1      0 1      注释:cos值为0,1的数据放在队列1中,并使用第一个阈值;
    1     2      2 3      注释:cos值为2,3的数据放在队列2中,并使用第二个阈值;

Router# 
10-07 09:23
查看更多