Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

R2(config)# service dhcp ?

<cr>
R2(config)# service dhcp
R2(config)#ip dhcp pool
% Incomplete command.
R2(config)#ip dhcp pool ?
WORD Pool name
R2(config)#ip dhcp pool serverhh
R2(dhcp-config)#?
default-router Default routers
dns-server Set name server
domain-name Domain name
exit Exit from DHCP pool configuration mode
network Network number and mask
no Negate a command or set its defaults
option Raw DHCP options
R2(dhcp-config)#network 172.168.5.0 255.255.255.0
R2(dhcp-config)#?
default-router Default routers
dns-server Set name server
domain-name Domain name
exit Exit from DHCP pool configuration mode
network Network number and mask
no Negate a command or set its defaults
option Raw DHCP options
R2(dhcp-config)#default-router 172.168.5.1 255.255.255.0
^
% Invalid input detected at '^' marker.

R2(dhcp-config)#default-router 172.168.5.1
R2(dhcp-config)#dns-server 10.10.10.1
R2(dhcp-config)#

You might also like