A network administrator is troubleshooting an issue where a database server at cannot establish a connection to a cloud backup endpoint at . The database server is configured with as its default gateway.
A traceroute executed from the database server produces the following output:
C:\> traceroute 172.24.100.45
Tracing route to 172.24.100.45 over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 192.168.50.1
2 2 ms 1 ms 2 ms 10.200.1.1
3 * * * Request timed out.
4 * * * Request timed out.
The administrator connects to router and reviews its routing table and interface status:
Gateway of last resort is 10.200.2.2 to network 0.0.0.0
S* 0.0.0.0/0 [1/0] via 10.200.2.2
C 10.200.1.0/30 is directly connected, GigabitEthernet0/0
C 192.168.50.0/24 is directly connected, GigabitEthernet0/1
S 172.24.0.0/16 [1/0] via 10.200.3.2
GigabitEthernet0/0 is up, line protocol is up (IP 10.200.1.1/30)
GigabitEthernet0/1 is up, line protocol is up (IP 192.168.50.1/24)
GigabitEthernet0/2 is down, line protocol is down (IP 10.200.3.1/30)
Which of the following is the root cause of the connectivity failure?
- The router selects the static route based on longest prefix match, but its associated outbound interface is down.Answer
- BThe default gateway on the database server resides on a different IP subnet than the host address.
- CThe subnet mask exceeds the usable host range allowed for classful routing protocols.
- DAn implicit deny Access Control List (ACL) rule on interface GigabitEthernet0/0 drops all default gateway traffic.