[시스코 보안 아카데미 1기] 교육 9일차 정리 (DHCP, Advanced Static Routing 실습)

DHCP 명령어

R1(config)#ip dhcp excluded-address 203.230.42.1 203.230.42.10
R1(config)#ip dhcp excluded-address 203.230.45.1 203.230.45.10
R1(config)#ip dhcp excluded-address 203.230.48.1 203.230.48.10

R1(config)#ip dhcp pool LAN1
R1(dhcp-config)#network 203.230.42.0 255.255.255.0
R1(dhcp-config)#default-router 203.230.42.1
R1(dhcp-config)#dns-server 8.8.8.8

R1(config)#ip dhcp pool LAN2
R1(dhcp-config)#network 203.230.45.0 255.255.255.0
R1(dhcp-config)#default-router 203.230.45.1
R1(dhcp-config)#dns-server 8.8.8.8

R1(config)#ip dhcp pool LAN3
R1(dhcp-config)#network 203.230.48.0 255.255.255.0
R1(dhcp-config)#default-router 203.230.48.1
R1(dhcp-config)#dns-server 8.8.8.8

 

 

Advanced Static Routing 실습 토폴로지

 

728x90