Exam H12-211 All QuestionsBrowse all questions from this exam
Question 19

A network administrator uses the ping command to test connectivity to the destination 10.0.0.2 on a Huawei AR series router.

Which statement regarding the output is correct?

    Correct Answer: A

    The ping output indicates that the network administrator sent 2 packets of size 800 bytes each to the destination 10.0.0.2, and both packets were successfully received. The command 'ping -c 2 -s 800 10.0.0.2' specifies sending 2 echo requests (-c 2) with a packet size of 800 bytes (-s 800). This matches the output shown in the ping statistics, where 2 packets were transmitted and received with no packet loss, consistent with the specified packet size.

Discussion
rronnerOption: A

-c Specify the number of echo requests to be sent, the default is 5 -s Specify the number of data bytes to be sent, the default is 56bytes