Exhibit
R1#show interfaces gigabitEthernet 0/0
GigabitEthernet0/0 is up, line protocol is up (connected)
Hardware is Gigabit Ethernet, address is 0011.2233.4455 (bia 0011.2233.4455)
Internet address is 10.0.0.1/30
MTU 1500 bytes, BW 1000 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, 1000Mb/s, media type is 10/100/1000BaseTX
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
R1#show interfaces gigabitEthernet 0/0 status
Port Name Status Vlan Duplex Speed Type
Gi0/0 notconnect 1 auto auto 10/100/1000BaseTX
R1#show interfaces gigabitEthernet 0/0 | include duplex|speed
Full-duplex, 1000Mb/s
R1#show running-config interface gigabitEthernet 0/0
Building configuration...
Current configuration : 45 bytes
!
interface GigabitEthernet0/0
no ip address
shutdown
end
R1#show interfaces gigabitEthernet 0/0 | include media type
media type is 10/100/1000BaseTX
R1#show interfaces gigabitEthernet 0/0 transceiver
Diagnostic Monitoring is not supported
R1#show interfaces gigabitEthernet 0/0 | include errors|CRC|collision
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 output errors, 0 collisions, 0 interface resets- A
Configure speed 100 and duplex full on G0/0, then no shutdown. After the link is up, remove the 1000BASE-T SFP and insert the 1000BASE-LX SFP; the interface will automatically detect the new SFP and adjust speed/duplex.
Why wrong: This is incorrect because after replacing the SFP, the interface must be configured with the appropriate speed and duplex settings (typically auto for fiber) and verified; it does not automatically adjust without configuration.
- B
Configure speed 100 and duplex full on G0/0, then no shutdown. After the link is up, remove the 1000BASE-T SFP and insert the 1000BASE-LX SFP, then configure the interface with speed 1000 and duplex full to match the new SFP.
Why wrong: This is incorrect because 1000BASE-LX SFP operates at 1000 Mbps (1 Gbps) and typically uses auto-negotiation for duplex; forcing speed 1000 and duplex full may cause a mismatch if the remote side is set to auto.
- C
Configure speed 100 and duplex full on G0/0, then no shutdown. After the link is up, remove the 1000BASE-T SFP and insert the 1000BASE-LX SFP, then configure the interface with speed auto and duplex auto. Finally, verify the link state.
This is correct because after setting the initial speed/duplex to 100/full and bringing the link up, replacing the SFP with a 1000BASE-LX requires configuring the interface for auto-negotiation (speed auto, duplex auto) to ensure proper operation over fiber. Verifying the link state confirms the link is up.
- D
Configure speed 100 and duplex full on G0/0, then no shutdown. After the link is up, remove the 1000BASE-T SFP and insert the 1000BASE-LX SFP, then configure the interface with speed 100 and duplex full to maintain consistency.
Why wrong: This is incorrect because the 1000BASE-LX SFP operates at 1000 Mbps, not 100 Mbps; configuring speed 100 would cause a speed mismatch and the link would not come up.
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.