jump to navigation

Cisco: IP DHCP Pool January 28, 2009

Posted by Dimenxion 'da' Orchestrator in Internet, Karutan.
trackback

router# conf t

router(config)# ip dhcp pool LAN

router(dhcp-config)# network 192.168.2.0 255.255.255.0

router(dhcp-config)#default-router 192.168.2.1

router(dhcp-config)#dns-server 192.169.34.181 203.120.90.40

router(dhcp-config)#end

router(dhcp-config)#wr

*do sh run to check the config to make sure all ok

Comments»

No comments yet — be the first.