176k views
3 votes
An administrator has configured a new 250 Mbps WAN circuit, but a bandwidth speed test shows poor performance when downloading larger files. The download initially reaches close to 250 Mbps but begins to drop and show spikes in the download speeds over time. The administrator checks the interface on the router and sees the following: DIONRTR01# show interface eth 1/1 GigabitEthernet 1/1 is up, line is up Hardware is GigabitEthernet, address is 000F.33CC.F13A Configured speed auto, actual 1Gbit, configured duplex fdx, actual fdx Member of L2 VLAN 1, port is untagged, port state is forwarding Which of the following actions should be taken to improve the network performance for this WAN connection?

a. Replace eth1/1 with a 1000Base-T transceiver
b. Configure the interface to use full-duplex
c. Assign the interface a 802.1q tag to its VLAN
d. Shutdown and then re-enable this interface

User Snegirekk
by
7.4k points

1 Answer

4 votes

Final answer:

To improve network performance for the WAN connection, the administrator should replace the interface with a 1000Base-T transceiver and configure the interface to use the desired speed of 250 Mbps.

Step-by-step explanation:

The poor performance of the WAN connection may be due to a mismatched duplex setting on the interface. The output of the show interface command indicates that the actual duplex setting is fdx, which means full-duplex is already configured. However, the configured speed is auto and the actual speed is 1Gbit. This suggests that the interface is operating at a higher speed than the WAN circuit can handle.

To resolve this issue, the administrator should configure the interface to use the same speed as the WAN circuit, which is 250 Mbps. This can be done by replacing the auto speed setting with the specific speed setting using the command speed 250.

Therefore, the correct action to improve the network performance for this WAN connection is to replace eth1/1 with a 1000Base-T transceiver and configure the interface to use the desired speed 250.

User Peon The Great
by
7.7k points