Exhibit
R1# show interfaces gigabitEthernet 0/1
GigabitEthernet0/1 is down, line protocol is down
Hardware is GigabitEthernet, address is aabb.cc00.0101 (bia aabb.cc00.0101)
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)
Auto-duplex, Auto-speed, media type is SFP
input flow-control is off, output flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output never, 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
R1# show interfaces gigabitEthernet 0/1 transceiver
Diagnostic Monitoring: Not supported
R1# show running-config interface gigabitEthernet 0/1
Building configuration...
Current configuration : 79 bytes
!
interface GigabitEthernet0/1
no ip address
shutdown
speed 1000
duplex full
end- A
Replace the SFP with a 1000BASE-LX module, remove the manual speed and duplex settings, and issue the no shutdown command.
This is correct because the 2 km fiber link requires a long-haul SFP (1000BASE-LX supports up to 5 km), and manual speed/duplex settings prevent proper auto-negotiation. Removing them restores default auto-negotiation, and no shutdown brings the interface up.
- B
Replace the SFP with a 1000BASE-SX module, keep the manual speed 1000 and duplex full, and issue the no shutdown command.
Why wrong: This is incorrect because 1000BASE-SX has a maximum distance of 550 m over multimode fiber, insufficient for a 2 km link. Additionally, manual speed/duplex settings are not recommended for fiber interfaces and can cause issues.
- C
Keep the existing SFP, change the speed to 100 and duplex to half, and issue the no shutdown command.
Why wrong: This is incorrect because the interface is Gigabit Ethernet and does not support 100 Mbps speed; Gigabit Ethernet only operates at 1000 Mbps. Also, half duplex is not used with fiber links.
- D
Replace the SFP with a 1000BASE-LX module, keep the manual speed 1000 and duplex full, and issue the no shutdown command.
Why wrong: This is incorrect because although the SFP replacement is correct, keeping manual speed and duplex settings prevents auto-negotiation, which is required for proper operation with future cable replacements. Cisco recommends using auto-negotiation on Gigabit Ethernet fiber interfaces.
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.