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:
- Create a DHCP pool using the network command and specify the subnet address.
- 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.
- 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.