100-140 exam dumps

100-140 practice question 234 of 390

Cisco Certified Support Technician (CCST) IT Support. Associate level, Cisco. Free question with the correct answer and a full explanation.

100-140 Question 234

Select 3

A user reports that they are unable to access a website. As a support technician, you suspect there may be an issue with the system's network configuration. Which iproute2 commands would you use to troubleshoot the problem?

  1. A

    ip addr

  2. B

    ss -t

  3. C

    ip route

  4. D

    ss -l

  5. E

    ip link set dev eth0 up

Show answer and explanation

Correct answers: A, B, C

Explanation

To troubleshoot network access issues, it is important to check the system's IP configuration (ip addr), active TCP connections (ss -t), and routing table (ip route). These commands provide critical information about the system's network state and can help isolate the issue. Other commands, like checking listening sockets (ss -l) or bringing interfaces up (ip link set dev eth0 up), are not directly relevant to diagnosing the user's connectivity issue in this scenario.

  • A. Correct.

    ip addr displays the IP addresses assigned to network interfaces. This information is crucial for checking if the system has a valid IP configuration.

  • B. Correct.

    ss -t lists active TCP connections, which can help verify if there is any connection attempt to the website.

  • C. Correct.

    ip route displays the system's routing table, which can help identify if there is a misconfiguration preventing proper routing to the website.

  • D. Incorrect.

    ss -l shows listening sockets, which is useful for debugging server-side issues but not relevant for troubleshooting client connectivity to a website.

  • E. Incorrect.

    ip link set dev eth0 up is used to bring a network interface up. While this might be useful in some cases, it is not a troubleshooting command for diagnosing a user's connectivity issue.

Timed practice exam

Take a 100-140 practice test under exam conditions

75 questions in 120 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam