PrepAway - Latest Free Exam Questions & Answers

Why are the pings failing?

Scenario
Refer to the topology. Your company has connected the routers R1. R2. and R3 with serial links.
R2 and R3 are connected to the switches SW1 and SW2, respectively. SW1 and SW2 are also
connected to the routers R4 and R5.
The EIGRP routing protocol is configured.
You are required to troubleshoot and resolve the EIGRP issues between the various routers.
Use the appropriate show commands to troubleshoot the issues.

Study the following output taken on R1:
R1# Ping 10.5.5.55 source 10.1.1.1
Type escape sequence to abort.
Sending 5.100-byte ICMP Echos to 10.5.5.55, timeout is 2 seconds:

Packet sent with a source address of 10.1.1.1
Why are the pings failing?

PrepAway - Latest Free Exam Questions & Answers

A.
The network statement is missing on R5.

B.
The loopback interface is shut down on R5.

C.
The network statement is missing on R1.

D.
The IP address that is configured on the Lo1 interface on R5 is incorrect.

One Comment on “Why are the pings failing?

  1. jordan says:

    R1:
    int lo0
    ip address 10.1.1.1 255.255.255.255
    int e0/0
    ip address 192.168.16.1 255.255.255.0
    int s1/1
    ip address 192.168.13.1 255.255.255.0
    bandwidth 1000
    int s1/3
    ip address 192.168.12.1 255.255.255.0
    !
    router eigrp 1
    network 192.168.12.0
    network 192.168.13.0
    network 192.168.16.0

    =================================
    R5:
    int lo0
    ip address 10.5.5.5 255.255.255.255
    int lo1
    ip address 10.5.5.55 255.255.255.255
    int e0/0
    ip address 192.168.123.5 255.255.255.0
    !
    router eigrp 1
    network 10.5.5.5 0.0.0.0
    network 10.5.5.55 0.0.0.0
    network 10.10.10.0 0.0.0.255
    network 192.168.123.0




    0



    0

Leave a Reply