nerdexam
Cisco

350-401 · Question #1183

Refer to the exhibit. An engineer must verify the operational status of ISP 1 by testing the IP reachability of the ISP1 DNS server every 10 seconds. If the DNS server is not reachable from the CPE th

The correct answer is C. ip route 198.51.100.252 255.255.255.255 198.51.100.1 D. ip sla 1. To monitor the reachability of the ISP1 DNS server through a specific interface, an ip sla operation must be configured to ping the DNS server, and a dedicated host route ensures the probe uses the correct ISP1 path.

Submitted by lucia.co· Mar 6, 2026Network Assurance

Question

Refer to the exhibit. An engineer must verify the operational status of ISP 1 by testing the IP reachability of the ISP1 DNS server every 10 seconds. If the DNS server is not reachable from the CPE through the Gi0/0 interface, then the test should fail. Which two configuration sets must be used to accomplish this task? (Choose two.)

Exhibits

350-401 question #1183 exhibit 1
350-401 question #1183 exhibit 2

Options

  • Aip route 0.0.0.0 0.0.0.0 198.51.100.1
  • Bip route 0.0.0.0 255.255.255.255 198.51.100.1
  • Cip route 198.51.100.252 255.255.255.255 198.51.100.1
  • Dip sla 1
  • Eip sla 1

How the community answered

(24 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    83% (20)
  • E
    4% (1)

Why each option

To monitor the reachability of the ISP1 DNS server through a specific interface, an `ip sla` operation must be configured to ping the DNS server, and a dedicated host route ensures the probe uses the correct ISP1 path.

Aip route 0.0.0.0 0.0.0.0 198.51.100.1

`ip route 0.0.0.0 0.0.0.0 198.51.100.1` is a default route. While it would send traffic for the DNS server out Gi0/0 if no more specific route exists, a specific host route (choice C) is more appropriate for ensuring the IP SLA probe consistently uses the intended ISP path, especially in scenarios with multiple default routes or dynamic routing.

Bip route 0.0.0.0 255.255.255.255 198.51.100.1

`ip route 0.0.0.0 255.255.255.255 198.51.100.1` is syntactically incorrect for a standard default route; a default route typically uses a `0.0.0.0 0.0.0.0` network/mask.

Cip route 198.51.100.252 255.255.255.255 198.51.100.1Correct

This command defines a specific static route for the ISP1 DNS server (198.51.100.252) via the ISP1 gateway (198.51.100.1). This host route ensures that any traffic destined for the DNS server, including the IP SLA probe, will explicitly use the ISP1 path, fulfilling the requirement to test reachability through the Gi0/0 interface's next hop.

Dip sla 1Correct

`ip sla 1` initiates the configuration for an IP Service Level Agreement operation, which is used to monitor network performance and reachability. Within this mode, specific parameters like the `icmp-echo` type, the target IP (198.51.100.252), source interface (Gi0/0), and frequency (every 10 seconds) would be defined to perform the required reachability test.

Eip sla 1

This choice is identical to D. The question asks for two distinct configuration sets, and while `ip sla 1` is correct, choice C provides the essential routing configuration to direct the SLA probe correctly.

Concept tested: IP SLA for route tracking

Source: https://www.cisco.com/c/en/us/td/docs/ios/fnet/configuration/guide/fnet_cfg_guide_chap2.html

Topics

#Cisco IP SLA#Static routing#Reachability testing

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice