nerdexam
Cisco

200-301 · Question #554

Refer to the exhibit. An engineer is configuring a new router on the network and applied this configuration. Which additional configuration allows the PC to obtain its IP address from a DHCP server?

The correct answer is C. Configure the ip helper-address 172.16.2.2 command under interface Gi0/0. To allow a PC on a different subnet to obtain an IP address from a DHCP server, the router must be configured as a DHCP relay agent.

Submitted by wei.xz· Mar 5, 2026IP Services

Question

Refer to the exhibit. An engineer is configuring a new router on the network and applied this configuration. Which additional configuration allows the PC to obtain its IP address from a DHCP server?

Exhibits

200-301 question #554 exhibit 1
200-301 question #554 exhibit 2

Options

  • AConfigure the ip dhcp relay information command under interface Gi0/1.
  • BConfigure the ip dhcp smart-relay command globally on the router
  • CConfigure the ip helper-address 172.16.2.2 command under interface Gi0/0
  • DConfigure the ip address dhcp command under interface Gi0/0

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    17% (5)
  • C
    73% (22)
  • D
    7% (2)

Why each option

To allow a PC on a different subnet to obtain an IP address from a DHCP server, the router must be configured as a DHCP relay agent.

AConfigure the ip dhcp relay information command under interface Gi0/1.

The `ip dhcp relay information` command adds Option 82 information to DHCP requests but does not enable the core relay functionality itself.

BConfigure the ip dhcp smart-relay command globally on the router
CConfigure the ip helper-address 172.16.2.2 command under interface Gi0/0Correct

The `ip helper-address 172.16.2.2` command, applied to interface Gi0/0 (the router interface connected to the PC's subnet), configures the router to act as a DHCP relay agent. This causes the router to forward DHCP broadcast requests received on Gi0/0 as unicast packets to the DHCP server at `172.16.2.2`, enabling the PC to receive an IP address.

DConfigure the ip address dhcp command under interface Gi0/0

Concept tested: DHCP relay agent (ip helper-address)

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_dhcp/configuration/15-s/dhcp-15-s-book/dhcp-relay.html

Topics

#DHCP relay#Router configuration#IP helper-address

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice