发新话题
打印

[转载]一段Cisco提供的DHCP典型配置

[转载]一段Cisco提供的DHCP典型配置

信息来源:cisco


ip dhcp excluded-address 10.0.0.1 10.0.0.5

!--- This range should not be assigned to DHCP clients

!
ip dhcp pool Central
network 10.0.0.0 255.255.255.0

!--- Specify the network number and mask for DHCP clients
 
domain-name Central

!--- Specify the domain name for the client

dns-server 10.0.0.2

!--- Specify the DNS server which will respond to DHCP clients when they


!--- need to correlate the host name to the IP address

netbios-name-server 10.0.0.2

!--- Specify the Network Basic Input/Output System (NetBIOS)


!--- WINS server (for Microsoft DHCP clients)
益友网吧联盟  http://www.96-7.com

TOP

发新话题