You are troubleshooting a PC host to switch connectivity issue and want to see whether the PC and switch have autonegotiated the correct speed and duplex settings. Which of the following commands could you use to find out how and which settings have been chosen by the switch and PC?
A) show running-config
B) show interface
C) show interface status
D) show ip interface brief
C
Explanation: C) The show interface status command is correct because it shows both the speed and duplex setting used and how they were set.
Computer Science & Information Technology
You might also like to view...
What are the steps in a DHCP connection?
What will be an ideal response?
Computer Science & Information Technology
Which of the following statements will NOT display the number 5 in the text box?
(A) txtBox.Text = 5 (B) txtBox.Text = "5" (C) txtBox.Text = CStr("5") (D) txtBox.Text = CStr(5)
Computer Science & Information Technology