QuestionQ128

IP Services

A DHCP pool named NOCC has been created. The pool uses 192.168.20.0/24 and must assign the next-to-last usable IP address as the default gateway for DHCP clients.

What is the next step in the process?

  • A next-server 192.168.20.254
  • B network 192.168.20.254 255.255.255.0 secondary
  • C default-router 192.168.20.253
  • D ip default-gateway 0.0.0.0 0.0.0.0 192.168.20.253
Explanation

In the 192.168.20.0/24 subnet, usable addresses range from 192.168.20.1 to 192.168.20.254, so the next-to-last usable address is 192.168.20.253. On Cisco IOS, the DHCP pool command that supplies the default gateway to clients is default-router, so the correct configuration step is default-router 192.168.20.253.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!