我能否這樣看,所謂的dhcp 其本身從網路程式設計的角度來看:
乙個dhcp 是乙個網路應用程式:
凡是網路應用程式,都分客戶端和 網路端:
同樣,對於dhcp這個網路程式,也不例外:
dhcp客戶端 :發出dhcp request,同時,接收來自dhcp伺服器端的應答
dhcp伺服器端:響應 dhcp客戶端的請求。
於是,在網路棧中。
我們的計算機,安裝了,dhcp客戶端的程式。
我們的伺服器或路由器安裝了:dhcp伺服器端程式。
於是,它們倆者就可以很好的工作了。
下面來看路由器的dhcp配置:
實驗環境:思科模擬器:
路由器型號:cisco catalyst 2901路由器。擁有2個千兆口,2個序列口
下面的是對:r1即:作dhcp server 配置
router(config)#ip ?
access-list named access-list
default-network flags networks as candidates for default routes
dhcp configure dhcp server and relay parameters
domain ip dns resolver
domain-lookup enable ip domain name system hostname translation
domain-name define the default domain name
forward-protocol controls forwarding of physical and directed ip broadcasts
ftp ftp configuration commands
host add an entry to the ip hostname table
local specify local options
name-server specify address of name server to use
nat nat configuration commands
route establish static routes
ssh configure ssh options
tcp global tcp parameters
router(config)#ip dhcp ?
excluded-address prevent dhcp from assigning certain addresses
pool configure dhcp address pools
router(config)#ip dhcp
router(config)#ip dhcp pool mydhcp
router(dhcp-config)#?
default-router default routers
dns-server set name server
exit exit from dhcp pool configuration mode
network network number and mask // 網路號和子網掩碼能表示標識乙個網段,因為,子網掩碼能夠標識出網路位,所以當給定乙個網路號和子網掩碼之後,這個網段的位址範圍也就出來。
no negate a command or set its defaults
option raw dhcp options
router(config-if)#ip address 172.16.0.201 255.255.255.0 // 位址範圍是:從 172.16.0.1-------172.16.0.254
router(dhcp-config)#option ?
<0-254> dhcp option code // 這一句的作用是什麼??? dhcp選項碼是什麼意思??、
下面是對r2作dhcp client 配置。
r2(config)#inte***ce g0/0
r2(config-if)#no shutdown
r2(config-if)#ip ?
access-group specify access control for packets
address set the ip address of an inte***ce
hello-interval configures ip-eigrp hello interval
helper-address specify a destination address for udp broadcasts
mtu set ip maximum transmission unit
nat nat inte***ce commands
ospf ospf inte***ce commands
proxy-arp enable proxy arp
split-horizon perform split horizon
summary-address perform address summarization
r2(config-if)#ip address ?
a.b.c.d ip address
r2#show ip inte***ce brief
inte***ce ip-address ok? method status protocol
gigabitethernet0/0 unassigned yes dhcp up up
gigabitethernet0/1 unassigned yes unset administratively down down
vlan1 unassigned yes unset administratively down down
如何理解這個命令???
negotiated
:[niˈɡəuʃieitid]
v. 談判,協商,議定( negotiate的過去式和過去分詞 );兌現(支票等);通過,越過(險要路段)
網 絡
商談的; 已達成協議; 通過談判
via:
英 [ˈvaɪə] 美 [ˈvaɪə, ˈviə]
prep. 經過;通過,憑藉;取道
: 經由; 通過; 經過
和by一樣效果 。
路由器DHCP配置
r1 enable config t hostname r1 inte ce s 0 2 0 ip address 12.1.1.1 255.255.255.0 clock rate 64000 no shutdown inte ce g 0 0 ip address 192.168.2.1 255...
CISCO路由器DHCP 配置
實驗拓撲 基本配置 r5充當dhcp 伺服器 ip dhcp pool vlan146 network 155.1.146.0 24 default router 155.1.146.4 dns 202.106.46.151 exit ip dhcp excluded address 155.1.1...
路由器DHCP配置 樂在逍遙
r1 enable config t hostname r1 inte ce s 0 2 0 ip address 12.1.1.1 255.255.255.0 clock rate 64000 no shutdown inte ce g 0 0 ip address 192.168.2.1 255...