probe type
- モード
- DHCPモード
- カテゴリー
- IP付加機能 / DHCPサーバー
構文
(dhcp-config)# probe type {arp|ping}
コマンド説明
IPアドレスの使用状況確認をPINGで行うかARPで行うかを指定する。初期値はpingパラメーター
arp- ARPリクエストを送信する
ping- Pingを送信する
使用例
IPアドレスの使用状況確認をARPで行うawplus# configure terminal awplus(config)# ip dhcp pool P2 awplus(dhcp-config)# probe type arp