JN0-102 · Question #409
You have configuration groups applied on your router. Which command would you use to see all components of the interface hierarchy?
The correct answer is C. show configuration interfaces | display set. To view the complete, resolved configuration of the interface hierarchy, including settings applied through configuration groups, the display set option is used with the show configuration command.
Question
You have configuration groups applied on your router. Which command would you use to see all components of the interface hierarchy?
Options
- Ashow configuration interfaces | display inheritance
- Bshow configuration interfaces | display changed
- Cshow configuration interfaces | display set
- Dshow configuration interfaces | display detail
How the community answered
(32 responses)- A6% (2)
- B9% (3)
- C69% (22)
- D16% (5)
Why each option
To view the complete, resolved configuration of the interface hierarchy, including settings applied through configuration groups, the `display set` option is used with the `show configuration` command.
The `display inheritance` option shows explicitly which configuration elements are inherited from groups, but it does not display the full, resolved configuration of all components in `set` format.
The `display changed` option shows only the configuration differences from the active configuration, not the complete hierarchy.
The `show configuration interfaces | display set` command displays the full configuration of the interface hierarchy as a series of `set` commands, effectively showing the fully resolved configuration including values inherited from configuration groups.
The `display detail` option provides additional information for each configuration statement but still presents the configuration in the default hierarchical format, not a flat `set` format that fully resolves groups.
Concept tested: Junos configuration display options with groups
Source: https://www.juniper.net/documentation/us/en/software/junos/junos-basics/topics/topic-map/cli-displaying-configuration-information.html
Topics
Community Discussion
No community discussion yet for this question.