日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

HowdoIsetupDHCPserviceonmyrouter


Here is my 1601 performing as a DHCP server config...
The static pool is how I use DHCP to assign the same IP to the same PC
each time, essentially a static IP address assignment. The only other
requirement would be that on the interface DHCP requests will be
received, if you have an inbound ACL, bootp must be permitted.
ip dhcp excluded-address 192.168.3.1 192.168.3.9
!
ip dhcp pool dhcp-pool
network 192.168.3.0 255.255.255.0
default-router 192.168.3.1
netbios-node-type b-node
dns-server aaa.bbb.ccc.ddd aaa.bbb.ccc.eee
!
ip dhcp pool static-pool
host 192.168.3.2 255.255.255.0
client-identifier 0100.00c5.0cbd.7e
client-name main_pc
default-router 192.168.3.1
dns-server aaa.bbb.ccc.ddd aaa.bbb.ccc.eee
FW:俺往返復(fù)一下吧 。其實(shí)就幾條命令 。
ip dhcp excluded-address (ip) (ip) 保留地址不分配
ip dhcp pool (name) 地址POOL
netwrok (ip) (mask) 可分配的地址范圍
default-router (ip) 缺省網(wǎng)關(guān)
dns-server (ip) DNS服務(wù)器地址
int (inrterface) 指定接口

    推薦閱讀