nerdexam
Juniper

JN0-102 · Question #213

What is a valid option when using the ping command?

The correct answer is B. packet size. This question asks to identify a valid command-line option that can be used with the ping utility.

Operational Monitoring and Maintenance

Question

What is a valid option when using the ping command?

Options

  • Apacket loss
  • Bpacket size
  • CCRC
  • DTCP port

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    94% (16)

Why each option

This question asks to identify a valid command-line option that can be used with the `ping` utility.

Apacket loss

`packet loss` is an output metric of the ping command, not an input option.

Bpacket sizeCorrect

The `packet size` option, typically specified with a parameter like `size` or `-s` in various `ping` implementations, allows the user to define the data payload size of the ICMP echo request packets. This is a common and valid feature for network troubleshooting, allowing testing of various MTU scenarios.

CCRC

`CRC` (Cyclic Redundancy Check) is a data integrity mechanism at the data link layer and is not a configurable option for the `ping` command itself.

DTCP port

`TCP port` is relevant for TCP-based connectivity tests, but `ping` uses ICMP, not TCP, so it does not have a TCP port option.

Concept tested: Ping command options

Source: https://www.juniper.net/documentation/us/en/software/junos/junos-cli/topics/ref/command/ping.html

Topics

#ping command#Network troubleshooting#CLI tools

Community Discussion

No community discussion yet for this question.

Full JN0-102 Practice