路由器DHCP配置 樂在逍遙

2022-09-23 03:15:11 字數 1292 閱讀 6073

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.255.255.0

no shutdown

exit

r2:enable

config t

hostname r2

inte***ce s 0/2/0

ip address 12.1.1.2 255.255.255.0

no shutdown

inte***ce g 0/0

ip address 192.168.3.1 255.255.255.0

no shutdown

exit

r1:ip route 192.168.3.0 255.255.255.0 12.1.1.2r2:

ip route 192.168.2.0 255.255.255.0 12.1.1.1r1:

ip dhcp pool zhulou //定義dhcp位址池名稱為「zhulou」

network 192.168.2.0 255.255.255.0 //定義動態分配的ip位址範圍

default-router 192.168.2.1 //配置dns伺服器位址

dns-server 218.2.135.1 //配置閘道器位址

ip dhcp pool fulou

network 192.168.3.0 255.255.255.0

default-router 192.168.3.1

dns-server 218.2.135.1

exit

ip dhcp excluded-address 192.168.2.1 // 排除主樓客戶機閘道器

ip dhcp excluded-address 192.168.3.1 // 排除輔樓客戶機閘道器

r2:inte***ce g 0/0

ip helper-address 12.1.1.1 //配置輔助定址,指向dhcp伺服器的位址

1、將pc0和pc1的ip位址獲取方式配置為自動獲取,驗證效果。

pc0:

pc1:

2、pc0 拼 pc1,檢視網路連通性

路由器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...

路由器配置DHCP實驗

我能否這樣看,所謂的dhcp 其本身從網路程式設計的角度來看 乙個dhcp 是乙個網路應用程式 凡是網路應用程式,都分客戶端和 網路端 同樣,對於dhcp這個網路程式,也不例外 dhcp客戶端 發出dhcp request,同時,接收來自dhcp伺服器端的應答 dhcp伺服器端 響應 dhcp客戶端...

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...