dhcpserver △ [[off|on]△[gateway={on|off}]△[sendarpnum=<times>] △[arptimeout=<100msec>]△[sendarpcount=<times>] △[allocateaddr=<IP address>]△[allocatewidth=<number>]]
off|on | DHCPサーバ機能を有効(on)/無効(off)にする. |
gateway={on|off} | デフォルトゲートウエイ通知を有効(on)/無効(off)にする. |
sendarpnum=<times> | ARP単位 1-255 デフォルト16 |
arptimeout=<100msec> | ARPタイムアウト 1-255 デフォルト10 |
sendarpcount=<times> | ARPリクエスト送信回数 0-255 デフォルト1 |
allocateaddr=<IP address> | DHCPアロケート開始アドレス 0.0.0.0-255.255.255.255 デフォルト0.0.0.0 |
allocatewidth=<number> | DHCPアロケート数 1-255 デフォルト100 |
conf# conf#dhcp← on sendarpnum:16 arptimeout:10 sendarpcount:1 gateway:on allocateaddr:0.0.0.0 allocatewidth:100 conf# |