nerdexam
Juniper

JN0-422 · 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". Explanation/Reference:

Junos Automation Platform

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

(13 responses)
  • A
    8% (1)
  • B
    8% (1)
  • C
    69% (9)
  • D
    15% (2)

Explanation

Explanation/Reference:

Topics

#SLAX#op script#param declaration#command-line argument

Community Discussion

No community discussion yet for this question.

Full JN0-422 Practice