- 概要
- ソフトウェアの実装およびアーキテクチャ
- IOS-XE と SDWAN の展開
- Cisco IOS XE ソフトウェアの使用
- 改ざん検出
- ベイ構成
- 統合パッケージの管理
- ソフトウェア アップグレード プロセス
- 工場出荷時の状態へのリセット
- Security-Enhanced Linux のサポート
- 高可用性の概要
- 管理イーサネット インターフェイスの使用
- ブリッジ ドメイン インターフェイスの設定
- パケットトレース
- パケット ドロップ
- SR-TE 優先パスを介した EVPN VPWS
- SFP の設定
- Cisco ThousandEyes エンタープライズ エージェント アプリケーションのホスティング
パケット ドロップ
このドキュメントでは、Cisco 8500 シリーズ セキュアルータでのパケットドロップについて説明します。
パケットドロップの表示
show drops コマンドを実行して、パケットドロップの根本原因をトラブルシューティングできます。
-
機能またはプロトコルに基づくドロップの根本原因。
-
QFP ドロップの履歴。
パケットドロップ情報の表示
次の手順を実行して、インターフェイス、プロトコル、または機能に基づいて、インスタンスのパケットドロップ情報を表示およびフィルタリングできます。
手順の概要
- enable
- show drops
- show drops { bqs | crypto| firewall| interface| ip-all| nat| punt| qfp| qos|history}
手順の詳細
| コマンドまたはアクション | 目的 | |||
|---|---|---|---|---|
|
ステップ 1 |
enable 例:
|
特権 EXEC モードを有効にします。プロンプトが表示されたらパスワードを入力します。 |
||
|
ステップ 2 |
show drops 例:
|
ドロップ統計を表示します。 |
||
|
ステップ 3 |
show drops { bqs | crypto| firewall| interface| ip-all| nat| punt| qfp| qos|history} 例:
|
|
例
パケットドロップ情報の表示例:出力例
次に、show drops コマンドの出力例を示します。この出力例には、QuantumFlow Processor(QFP)に関連した packet drops 情報が表示されます。
Router#show drops
bqs BQS related drops
crypto IPSEC related drops
firewall Firewall related drops
history History of drops
interface Interface drop statistics
ip-all IP related drops
nat NAT related drops
punt Punt path related drops
qfp QFP drop statistics
qos QoS related drops
| Output modifiers
<cr> <cr>
Router# show drops qfp
------------------ show platform hardware qfp active statistics drop detail
Last clearing of QFP drops statistics : Fri Feb 18 08:02:37 2022
(6d 23h 54m 29s ago)
---------------------------------------------------------------------------
ID Global Drop Stats Packets
Octets
---------------------------------------------------------------------------
319 BFDoffload 9
1350
61 Icmp 84
3780
53 IpFragErr 32136
48718168
244 IpLispHashLkupFailed 3
213
56 IpsecInput 18
4654
23 TailDrop 26713208
10952799454
216 UnconfiguredIpv6Fia 241788
26596680
------------------ show platform hardware qfp active interface all
statistics drop_summary
----------------------------------------------------------------
Drop Stats Summary:
note: 1) these drop stats are only updated when PAL
reads the interface stats.
2) the interface stats include the subinterface
Interface Rx Pkts Tx Pkts
---------------------------------------------------------------------------
GigabitEthernet1 60547 0
GigabitEthernet2 60782 27769658
GigabitEthernet3 60581 0
GigabitEthernet4 60502 1323990
Tunnel14095001 0 1990214
Tunnel14095002 0 3883238
Tunnel14095003 0 3879243
Tunnel14095004 0 2018866
Tunnel14095005 0 3875972
Tunnel14095006 0 3991497
Tunnel14095007 0 4107743
Tunnel14095008 0 3990601
パケット情報の検証
このセクションでは、パケット情報を検証するためのコマンド出力の例を示します。
![]() (注) |
ラッパーコマンド show drops qfp は、元の show platform hardware qfp active statistics drop コマンドの省略表記です。 |
Router#show drops qfp
--------------------------------------------------------------
Global Drop Stats Octets
Packets
--------------------------------------------------------------
AttnInvalidSpid 0 0
BadDistFifo 0 0
BadIpChecksum 0 0
![]() (注) |
ラッパーコマンド show drops history qfp は、元の show platform hardware qfp active statistics drop history コマンドの省略表記です。 |
Router# show drops history qfp
Last clearing of QFP drops statistics : Mon Jun 26 07:29:14
2023
(21s ago)
--------------------------------------------------------------
Global Drop Stats 1-Min
5-Min 30-Min All
--------------------------------------------------------------
Ipv4NoAdj 0
0 0 99818
Ipv4NoRoute 0
0 0 99853
パケットドロップ警告
ドロップ原因ごとの警告しきい値および/または合計 QFP ドロップ数を 1 秒あたりのパケット数で設定できます。設定されたしきい値を超えると、レート制限された syslog 警告が生成されます。合計しきい値を超えると 1 つの警告が生成され、ドロップの原因ごとに 1 つの警告が生成されます。
警告は、ドロップ原因ごとに最大 1 分間に 1 回生成されます。直前の 1 分間のドロップ数がしきい値(1 秒あたりのパケット数)X 60 の値と比較され、ドロップ数がこの値を超えると、警告が生成されます。
%QFP-5-DROP_OVERALL_RATE: Exceeded the overall drop threshold 10000 pps during the last 60-second measurement period, packets dropped in last 1 minute: 641220, last 5 minutes: 1243420, last 30 minutes: 124342200%QFP-5-DROP_CAUSE_RATE: Exceeded the drop threshold 1000 pps for QosPolicing (drop code: 20) during the last 60-second measurement period, packets dropped due to QosPolicing in last 1 minute: 61220, last 5 minutes: 43420, last 30 minutes: 4611200パケットドロップ警告しきい値の設定
手順の概要
- enable
- configure terminal
- platform qfp drops threshold {per-cause drop_id threshold | total threshold}
手順の詳細
| コマンドまたはアクション | 目的 | |||
|---|---|---|---|---|
|
ステップ 1 |
enable 例:
|
特権 EXEC モードを有効にします。プロンプトが表示されたらパスワードを入力します。 |
||
|
ステップ 2 |
configure terminal 例:
|
グローバル コンフィギュレーション モードを開始します。 |
||
|
ステップ 3 |
platform qfp drops threshold {per-cause drop_id threshold | total threshold} 例:
|
ドロップ原因ごとのしきい値、またはドロップ合計数のしきい値を指定します。
|
例
次に、ドロップ原因ごとの警告しきい値と合計 QFP ドロップ数を設定する例を示します。
ドロップ原因ごとの QFP ドロップ数警告しきい値の設定例
Router> enable
Router# configure terminal
Router(config)#platform qfp drops threshold ?
per-cause Set warning threshold for per cause QFP drops
total Set warning threshold for total QFP drops
Router(config)#platform qfp drops threshold per-cause ?
<0-1024> QFP drop cause ID
Router(config)#platform qfp drops threshold per-cause 24 ?
<0-2147483647> Drop threshold in packets per second (pps)
Router(config)#platform qfp drops threshold per-cause 24 15合計 QFP ドロップ数の警告しきい値の設定例
Router> enable
Router# configure terminal
Router(config)#platform qfp drops threshold ?
per-cause Set warning threshold for per cause QFP drops
total Set warning threshold for total QFP drops
Router(config)#platform qfp drops threshold total ?
<0-2147483647> Drop threshold in packets per second (pps)
Router(config)#platform qfp drops threshold total 100パケットドロップ警告しきい値の表示
手順の概要
- enable
- show platform hardware qfp active statistics drop threshold
手順の詳細
| コマンドまたはアクション | 目的 | |||
|---|---|---|---|---|
|
ステップ 1 |
enable 例:
|
特権 EXEC モードを有効にします。プロンプトが表示されたらパスワードを入力します。 |
||
|
ステップ 2 |
show platform hardware qfp active statistics drop threshold 例:
|
設定済みのドロップの原因ごとの警告しきい値と合計 QFP ドロップ数を表示します。
|
例
パケットドロップ警告しきい値の表示例
Router#show platform hardware qfp active statistics drop thresholds
------------------------------------------------------
Drop ID Drop Cause Name Threshold
------------------------------------------------------
10 BadIpChecksum 100
206 PuntPerCausePolicerDrops 10
20 QosPolicing 200
Total 30Router#show platform hardware qfp active statistics drop thresholds
------------------------------------------------------
Drop ID Drop Cause Name Threshold
------------------------------------------------------
10 BadIpChecksum 100
206 PuntPerCausePolicerDrops 10
20 QosPolicing 200
Total 30
フィードバック