show ip dhcp snooping binding
- モード
- 非特権EXECモード
- カテゴリー
- L2スイッチング / DHCP Snooping
構文
> show ip dhcp snooping binding
コマンド説明
DHCP Snoopingテーブル(バインディングデータベース)のすべてのスタティック/ダイナミックエントリーを表示する。使用例
awplus> show ip dhcp snooping binding
DHCP Snooping Bindings:
Client MAC Server Expires
IP Address Address IP Address VLAN Port (sec) Type
-------------------------------------------------------------------------------
10.2.3.4 aaaa.bbbb.cccc -- 7 1.1.10 Infinite Stat
10.2.3.6 any -- 4077 1.1.10 Infinite Stat
10.3.4.5 any -- 1 sa1 Infinite Stat
192.168.100.101 0000.0000.0001 192.168.100.1 1 1.1.10 4076 Dyna
192.168.101.108 0000.0000.0108 192.168.101.1 1 1.1.10 4084 Dyna
192.168.101.109 0000.0000.0109 192.168.101.1 1 1.1.10 4085 Dyna
192.168.100.101 -- -- 1 1.1.2 2147483325 Dyna
192.168.102.109 00b0.0000.0009 192.168.102.11 1 1.1.2 21 Dyna
192.168.103.101 00b0.0000.0101 192.168.103.11 1 1.1.2 214 Dyna
Total number of bindings in database: 9
| Client IP Address | DHCPクライアントのIPアドレス |
| MAC Address | DHCPクライアントのMACアドレス |
| Server IP Address | DHCPサーバーのIPアドレス |
| VLAN | エントリーの対象VLAN |
| Port | クライアントの接続ポート |
| Expires (sec) | リース期限が切れるまでの時間(秒) |
| Type | エントリーの種類。Dyna(ダイナミックエントリー)またはStat(スタティックエントリー) |
| Total number of bindings in database | 合計エントリー数 |