exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 198 discussion

Actual exam question from Cisco's 300-410
Question #: 198
Topic #: 1
[All 300-410 Questions]


Refer to the exhibit. The server for the finance department is not reachable consistently on the 200.30.40.0/24 network and after every second month it gets a new
IP address.
What two actions must be taken to resolve this issue? (Choose two.)

  • A. Configure the server to use DHCP on the network with default gateway 200.30.40.100.
  • B. Configure the server with a static IP address and default gateway.
  • C. Configure the router to exclude a server IP address.
  • D. Configure the server to use DHCP on the network with default gateway 200.30.30.100.
  • E. Configure the router to exclude a server IP address and default gateway.
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Dirkd0344
Highly Voted 3 years, 7 months ago
The given answer is correct. The default gateway's address is automatically reserved when the DHCP pool is created. https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_dhcp/configuration/12-4/dhcp-12-4-book/config-dhcp-server.html
upvoted 12 times
ookr
3 years, 3 months ago
The issue is that "The IP address configured on the router interface is automatically excluded from the DHCP address pool." but 200.30.40.100 could be on a different router. Also, what if the def.gw. is a HSRP address? The DHCP server and the def. gw. don't have to be the same device. So it could be either BC or BE. I'd say we have to toss a coin.
upvoted 3 times
...
...
BambooHow
Most Recent 1 year, 2 months ago
Selected Answer: BC
E is wrong. Default gateway is automatically excluded from the DHCP address pool. No need to configure. Excluding IP Addresses Perform this task to specify IP addresses (excluded addresses) that the DHCP server should not assign to clients. The IP address configured on the router interface is automatically excluded from the DHCP address pool. The DHCP server assumes that all other IP addresses in a DHCP address pool subnet are available for assigning to DHCP clients. https://www.cisco.com/en/US/docs/ios/12_4t/ip_addr/configuration/guide/htdhcpsv.html#wp1046221
upvoted 4 times
...
brownleaf
1 year, 3 months ago
Selected Answer: BC
Correct
upvoted 2 times
...
brownleaf
1 year, 3 months ago
Selected Answer: BC
B and C is correct
upvoted 2 times
...
night_wolf_in
1 year, 8 months ago
Selected Answer: BE
B= fix every second month issue E= fix inconsistent connectivity issue.
upvoted 2 times
...
Ll123123
1 year, 8 months ago
Selected Answer: BE
I choose BE. Because DHCP determine which pool to assign either by the incoming interface of DHCP request for directly connected case or if it is a DHCP relay, the discover will carry the incoming address of the relay server receiving this DHCP discover request or an option 82 field, then the DHCP server shall use either field to determine which pool to assign. The default gateway in this config may not be the interface of the DHCP server (connected case) or the giaddr of the relay server which will be automatically excluded.
upvoted 1 times
...
Muste
1 year, 11 months ago
Selected Answer: BE
sine we don't know if the default-gateway is in this router we have to exclude the default-gateway address from the pool so the correct answer is B&E
upvoted 1 times
...
[Removed]
1 year, 11 months ago
Selected Answer: BC
BC, When configuring dhcp pool the address of the default router is reserved automatically. The exhibit does not present enough information to infer that the address configured in the pool is that of a standalone DHCP server.
upvoted 2 times
...
inteldarvid
1 year, 11 months ago
Selected Answer: BC
Sorry team, in my previous answer, I tried this in my laboratory, and the correct answer is B and C, because only the server ip has to be excluded. The "E" is not correct, because automatically when we configure the default-router that available address is automatically excluded. The "E" is not correct. I tested this in my lab. Correct option is B and C
upvoted 3 times
...
inteldarvid
2 years ago
Selected Answer: BE
guys thincking, is B and E: Because its necesary exclude ip server, printer, VM, etc. and default gateway (interface router).
upvoted 2 times
inteldarvid
1 year, 11 months ago
Sorry team, in my previous answer, I tried this in my laboratory, and the correct answer is B and C, because only the server ip has to be excluded. The "E" is not correct, because automatically when we configure the default-router that available address is automatically excluded. The "E" is not correct. I tested this in my lab. Correct option is B and C
upvoted 3 times
...
...
tseen
2 years, 5 months ago
Selected Answer: CE
From the question, it is not mentioned if this device is a router or a layer 3 switch, also there is no info as per if the gateway is on an interface of this device, hence the gateway can be on any device, and this device is only used as dhcp server. So I will suggest C and E
upvoted 1 times
...
PimplePooper
2 years, 6 months ago
Selected Answer: BC
Answer is BC. E is not applicable, as the DHCP pool could still be utilized by other devices and removing the default gateway will cause connectivity issues on those devices.
upvoted 2 times
...
Huntkey
2 years, 9 months ago
Selected Answer: BE
The question didn't say the DHCP router is the gateway as well. Excluding the gateway IP is a good idea especially the DHCP server is not in the same segment as the client
upvoted 2 times
...
petr0s
3 years, 4 months ago
Selected Answer: BC
E is wrong, you cannot reserve a default gateway. So BC correct.
upvoted 4 times
...
bogd
3 years, 4 months ago
Selected Answer: BC
You can only exclude the statically assigned address, you cannot "exclude a default gateway" from a DHCP server.
upvoted 2 times
...
Carl1999
3 years, 5 months ago
Selected Answer: BE
Set the "ip dhcp excluded-address" including the default gateway and DNS.
upvoted 1 times
bogd
3 years, 4 months ago
You cannot "exclude a default gateway"... Should be BC
upvoted 1 times
...
...
Surfside92
3 years, 8 months ago
At first glance the answer looks like B and C. However I think its B and E. From the output the default router address 200.30.40.100 is not excluded from the dhcp pool 2. So a host device could pick up that ip address via dhcp. And the question states the server is not reachable "consistently" ie not at all. So that has probably happened and all devices with ip address from dhcp pool 2 are isolated within the 200.30.40.0/24 network and not reachable. Note the same issue exists with dhcp pool 1. It has not excluded 200.30.30.100 from the dhcp pool. You could argue that Cisco DHCP would ping the default-router the address first - get a reply - and mark it as in use and not hand it out. So that would suggest B and C work as the correct answer. But that would be very bad prectice - and what if the router address blocks icmp. The Cisco DHCP service would think the address is not in use.
upvoted 2 times
MrThinMints
3 years, 6 months ago
Per cisco doc: "The IP address configured on the router interface is automatically excluded from the DHCP address pool. The DHCP server assumes that all other IP addresses in a DHCP address pool subnet are available for assigning to DHCP clients." So no, you do not have to manually exclude the default gateway, assuming that it is an ip address on the router itself. https://www.cisco.com/en/US/docs/ios/12_4t/ip_addr/configuration/guide/htdhcpsv.html#:~:text=The%20IP%20address%20configured%20on,for%20assigning%20to%20DHCP%20clients.
upvoted 2 times
Networkingguy
3 years, 4 months ago
Great find MrThinMints, so yeah Lock in B and C Eddie
upvoted 1 times
...
tseen
2 years, 5 months ago
From the question, it is not mentioned if this device is a router or a layer 3 switch, also there is no info as per if the gateway is on an interface of this device, hence the gateway can be on any device, and this device is only used as dhcp server. So I will suggest B and E
upvoted 1 times
tseen
2 years, 5 months ago
I mean C and E not B and E
upvoted 1 times
...
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...