show ip dhcp snooping statistics
- モード
- 非特権EXECモード
- カテゴリー
- L2スイッチング / DHCP Snooping
構文
> show ip dhcp snooping statistics [detail] [interface IFRANGE]
コマンド説明
DHCP Snoopingの統計情報を表示するパラメーター
detail- 詳細な情報を表示する
interface IFRANGE- 表示対象ポート。スイッチポート、スタティック/ダイナミックチャンネルグループ、VLANが指定可能
使用例
awplus> show ip dhcp snooping statistics
DHCP Snooping Statistics:
In In BOOTP In BOOTP In
Interface Packets Requests Replies Discards
----------------------------------------------------------------
vlan1 444 386 58 223
port1.1.1 386 386 0 223
port1.1.2 0 0 0 0
port1.1.3 0 0 0 0
port1.1.4 0 0 0 0
port1.1.5 0 0 0 0
port1.1.6 0 0 0 0
port1.1.7 0 0 0 0
port1.1.8 0 0 0 0
port1.1.9 0 0 0 0
port1.1.10 0 0 0 0
port1.1.11 0 0 0 0
port1.1.12 58 0 58 0
awplus> show ip dhcp snooping statistics detail
DHCP Snooping Statistics:
Interface ........................................ port1.1.1, All counters 0
Interface ........................................ port1.1.2, All counters 0
Interface ........................................ port1.1.3, All counters 0
Interface ........................................ port1.1.4
In Packets ..................................... 50
In BOOTP Requests ............................ 25
In BOOTP Replies ............................. 25
In Discards .................................... 1
Invalid BOOTP Information .................... 0
Invalid DHCP ACK ............................. 0
Invalid DHCP Release or Decline .............. 0
Invalid IP/UDP Header ........................ 0
Max Bindings Exceeded ........................ 1
Option 82 Insert Error ....................... 0
Option 82 Received Invalid ................... 0
Option 82 Received On Untrusted Port ......... 0
Option 82 Transmit On Untrusted Port ......... 0
Reply Received On Untrusted Port ............. 0
Source MAC/CHADDR Mismatch ................... 0
Static Entry Already Exists .................. 0
Interface ........................................ port1.1.5, All counters 0
Interface ........................................ port1.1.6, All counters 0
Interface ........................................ port1.1.7, All counters 0
Interface ........................................ port1.1.8, All counters 0
Interface ........................................ port1.1.9, All counters 0
Interface ........................................ port1.1.10, All counters 0
Interface ........................................ port1.1.11, All counters 0
Interface ........................................ port1.1.12, All counters 0
| Interface | インターフェース名 |
| In Packets | DHCP Snoopingで処理された受信パケット数 |
| In BOOTP Requests | 受信BOOTPリクエスト数 |
| In BOOTP Replies | 受信BOOTPリプライ数 |
| In Discards | 破棄された受信パケット数 |
| Invalid BOOTP Information | 無効なBOOTP情報を含むパケットの数 |
| Invalid DHCP ACK | DHCP ACKメッセージの破棄数 |
| Invalid DHCP Release or Decline | DHCP releaseまたはDHCP declineメッセージの破棄数 |
| Invalid IP/UDP Header | IPヘッダーまたはUDPヘッダーの問題が検出されたパケット数 |
| Max Bindings Exceeded | ポートにおける最大バインディング数を超えて受信したパケット数 |
| Option 82 Insert Error | オプション82情報の追加時にエラーが発生したパケット数 |
| Option 82 Received Invalid | 受信したオプション82情報がDHCP Snooping機能で挿入された情報と一致しなかったパケットの数 |
| Option 82 Received On Untrusted Port | Untrustedポートで受信したオプション82情報を含むパケットの数 |
| Option 82 Transmit On Untrusted Port | Untrustedポートから送信されるオプション82情報を含むパケットの数 |
| Reply Received On Untrusted Port | Untrustedポートで受信したBOOTPリプライのパケット数 |
| Source MAC/CHADDR Mismatch | L2送信MACアドレスがクライアントハードウェアアドレスフィールド(BOOTP.CHADDR)と一致しなかったパケットの数 |
| Static Entry Already Exists | スタティックエントリーがすでに存在するため追加できなかったパケットの数 |