13.3.2 最大帯域監視の確認
最大帯域監視はshow qos-flowコマンドとshow policerコマンドで確認できます。show qos-flowコマンドを実行して,QoSフローの統計情報に「refer to policer statistics」が表示されることを確認します。そのあと,show policerコマンドを実行してポリサーの統計情報を確認します。
> show qos-flow interface gigabitethernet 1/1 in
Date 20XX/01/01 12:00:00 UTC
Using interface : gigabitethernet 1/1 in
IP qos-flow-list : QOS-LIST1
      10 ip any host 192.0.2.10 action policer POLICER-1
         refer to policer statistics | 
            
QOS-LIST1のリスト情報にポリサーエントリ(POLICER-1)と「refer to policer statistics」が表示されることを確認します。
> show policer POLICER-1
Date 20XX/01/01 12:00:00 UTC
policer POLICER-1 in
   max-rate 500M max-burst 100k
      Total                    Matched packets
         Max-rate over  :               146723
         Max-rate under :           2118673486
      PRU 1                    Matched packets
         Max-rate over  :               146723
         Max-rate under :           2118673486 | 
            
POLICER-1の情報に次の項目が表示されることを確認します。
- 
               
最大帯域監視の監視帯域:max-rate 500M
 - 
               
最大帯域監視のバーストサイズ:max-burst 100k
 
違反フレームはMax-rate overのMatched packetsで確認します。遵守フレームはMax-rate underのMatched packetsで確認します。