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)- A8% (1)
- B8% (1)
- C69% (9)
- D15% (2)
Explanation
Explanation/Reference:
Topics
#SLAX#op script#param declaration#command-line argument
Community Discussion
No community discussion yet for this question.