nerdexam
Juniper

JN0-420 · Question #48

You are writing a SLAX op script to provide a customized rendition of the show interface output. You want to include a command-line argument named interface and provide it with the default value of…

The correct answer is C. param $interface = "fxp0". See the full explanation below for the reasoning.

Question

You are writing a SLAX op script to provide a customized rendition of the show interface output. You want to include a command-line argument named interface and provide it with the default value of fxp0. Which code snippet accomplishes this goal?

Options

  • Adefault $interface = "fxp0";
  • Bargument $interface = "fxp0";
  • Cparam $interface = "fxp0";
  • D$interface = "fxp0";

How the community answered

(64 responses)
  • A
    3% (2)
  • B
    13% (8)
  • C
    78% (50)
  • D
    6% (4)

Community Discussion

No community discussion yet for this question.

Full JN0-420 Practice