Juniper JN0-102 Exam: Creating Ping Traffic | Commands for Ping | SEO-optimized Page

Create Ping Traffic Commands

Prev Question Next Question

Question

Which two commands will successfully create ping traffic? (Choose two.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

BC

The two commands that will successfully create ping traffic are A and C. These commands initiate a ping request from the router to the specified IP address:

A. user@router# ping 10.10.10.1 This command initiates a ping request from the router's command line interface (CLI) to the IP address 10.10.10.1. The "#" prompt indicates that the user is in operational mode and the "ping" command is available at this level.

C. user@router> ping 10.10.10.1 This command initiates a ping request from the router's CLI to the IP address 10.10.10.1. The ">" prompt indicates that the user is in configuration mode and the "ping" command is available at this level.

B. user@router# run ping 10.10.10.1 This command runs the "ping" command in a sub-shell, which is a separate instance of the CLI. This command will also initiate a ping request to the specified IP address, but it is not necessary to use the "run" command for this operation.

D. user@router> request ping 10.10.10.1 This command sends a ping request to the specified IP address using the router's internal software, rather than the CLI. This command is not required to initiate a ping request from the router, but it can be used to troubleshoot connectivity issues or test the router's software.