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)- A3% (2)
- B13% (8)
- C78% (50)
- D6% (4)
Community Discussion
No community discussion yet for this question.