Exhibit
R1# show interfaces GigabitEthernet0/0
GigabitEthernet0/0 is up, line protocol is up
Hardware is ISR4321-2x1GE, address is aabb.cc00.0100 (bia aabb.cc00.0100)
Internet address is 192.168.1.1/30
MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 1000Mb/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 00:01:23
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 1000 bits/sec, 2 packets/sec
5 minute output rate 1000 bits/sec, 2 packets/sec
512 packets input, 51200 bytes, 0 no buffer
Received 512 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
150 input errors, 150 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 0 multicast, 0 pause input
0 input packets with dribble condition detected
512 packets output, 51200 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
Configure the interface with 'speed 1000' and 'duplex full' to match R2's settings, then clear counters.
This is correct because CRC errors indicate a duplex mismatch; setting both speed and duplex manually ensures both sides match, resolving the issue.
- B
Replace the faulty cable between R1 and R2 to eliminate CRC errors caused by physical layer issues.
Why wrong: This is incorrect because CRC errors are more commonly caused by duplex mismatch than by faulty cables; the interface shows full-duplex, but the errors suggest the other end is half-duplex.
- C
Disable autonegotiation on the interface with 'no negotiation auto' to force the link to use the configured speed and duplex.
Why wrong: This is incorrect because disabling autonegotiation alone does not resolve a duplex mismatch; you must explicitly set both speed and duplex to match the other device.
- D
Increase the interface MTU to reduce fragmentation and improve performance on the link.
Why wrong: This is incorrect because MTU adjustments do not address CRC errors or duplex mismatches; CRC errors are layer 1/2 issues, not related to packet size.
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.