컴퓨터/Network

[Cisco Packet Tracer] DHCP 기본

CIY 2011. 8. 24. 15:36



DHCP 족보

en
conf t

in f0/0
ip address 192.168.0.254 255.255.255.0
no shutdown
exit
ip dhcp pool ccna
network 192.168.0.0 255.255.255.0
default-router 192.168.0.254
end
write me

 

IP 배정상태 확인법
show ip dhcp binding