GNS3 模拟DHCP之地址请求

R1:

conf t

int f0/0

no shutdown

ip address dhcp

end

 

R2:

conf t

int f0/0

no shutdown

ip add 12.1.1.2 255.255.255.0

ip dhcp pool pingpinglab

network 12.1.1.0 /24

default-router 12.1.1.2

dns-server 8.8.8.8 223.5.5.5

lease ?

lease 7  租期

exit

 

R1界面会出现

 

抓包经过:

R1:

conf t

shutdown   关机

no shutdown 启动电脑的意思

end

GNS3 模拟DHCP之地址请求_第1张图片

 

你可能感兴趣的:(GNS3 模拟DHCP之地址请求)