Exhibit
R1# show interfaces gigabitEthernet 0/0
GigabitEthernet0/0 is up, line protocol is up (looped)
Hardware is Gigabit Ethernet, address is aabb.cc00.0100 (bia aabb.cc00.0100)
Internet address is 10.0.0.1/30
MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, media type is RJ45
input flow-control is off, output flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 0 multicast, 0 pause input
0 input packets with dribble condition detected
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 pause output
0 output buffer failures, 0 output buffers swapped out- A
Enter interface configuration mode for G0/0 and issue the 'no loopback' command.
The interface shows '(looped)' in the line status, indicating a loopback test is enabled. Removing the loopback with 'no loopback' will restore normal operation.
- B
Enter interface configuration mode for G0/0 and issue the 'no shutdown' command.
Why wrong: The interface is already administratively up (status is 'up'), so 'no shutdown' is not needed. The issue is a loop condition, not an administrative shutdown.
- C
Enter interface configuration mode for G0/0 and issue the 'speed 100' command to force 100 Mbps.
Why wrong: Speed mismatch is not indicated; the interface is up and line protocol is up. Forcing speed could cause a mismatch and worsen the issue.
- D
Enter interface configuration mode for G0/0 and issue the 'no keepalive' command.
Why wrong: Disabling keepalives is not a standard troubleshooting step for a loop condition and could cause the interface to appear up even when the link is down.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.