99.0k views
3 votes
You want to configure DHCP on your Cisco router to provide automatic IP address assignment to a single subnet. You will use _______ for the subnet address.

The router interface has been configured with an IP address of _______. Additionally, you want to make sure that a specific server, called SrvFS, always gets the last IP address on the subnet as its IP address.

How should you configure DHCP on the router?
1) Configure a DHCP pool with the subnet address and exclude the last IP address for SrvFS.
2) Configure a DHCP pool with the subnet address and include the last IP address for SrvFS.
3) Configure a DHCP pool with the subnet address and exclude the first IP address for SrvFS.
4) Configure a DHCP pool with the subnet address and include the first IP address for SrvFS.

User Genesisxyz
by
8.5k points

1 Answer

6 votes

Final answer:

To ensure the server SrvFS always gets the last IP address on the subnet, you should create a DHCP pool with the subnet address and exclude the last IP address from the DHCP range for SrvFS.

Step-by-step explanation:

To configure DHCP on your Cisco router to provide automatic IP address assignment to a single subnet and ensure that a specific server, referred to as SrvFS, always receives the last IP address in the subnet, you need to follow these steps:

  1. Create a DHCP pool using the network command and specify the subnet address.
  2. Exclude the last IP address of the subnet from the DHCP address range to reserve it for SrvFS. This is done using the ip dhcp excluded-address command.
  3. Assign the excluded last IP address to SrvFS statically to ensure it always receives the same IP address.

Based on the options provided, the correct answer would be to configure a DHCP pool with the subnet address and exclude the last IP address for SrvFS, which corresponds to option 1.

User John Mark Mitchell
by
7.4k points