Difference between revisions of "Cisco DHCP configuration"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (Created page with "This configuration will be applied to Cisco 1941 with EHWIC-3G-HSPA+7 card and Light Weigh Access Point.  === Basic DHCP config ===  configure terminal   service dhcp   ip dhc...")  | 
				|||
| Line 5: | Line 5: | ||
   service dhcp  |    service dhcp  | ||
   ip dhcp pool LMA-POOL  |    ip dhcp pool LMA-POOL  | ||
    network 192.168.  |     network 192.168.100.0 255.255.255.0  | ||
    default-router 192.168.100.254  |     default-router 192.168.100.254  | ||
    dns-server 192.168.100.254 8.8.8.8  |     dns-server 192.168.100.254 8.8.8.8  | ||
Revision as of 17:16, 28 August 2013
This configuration will be applied to Cisco 1941 with EHWIC-3G-HSPA+7 card and Light Weigh Access Point.
Basic DHCP config
configure terminal service dhcp ip dhcp pool LMA-POOL network 192.168.100.0 255.255.255.0 default-router 192.168.100.254 dns-server 192.168.100.254 8.8.8.8 domain-name lma.gateway lease 9 ip dhcp excluded-address 192.168.100.200 192.168.100.255