Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show | display inheritance

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show | display inheritance 
<brief | no-comments | terse>
<defaults>
<when>

Description

Show the inherited configuration data and information about the source group from which the configuration has been inherited. Show interface ranges configuration data in expanded format and information about the source interface-range from which the configuration has been expanded.

Options

brief

Display brief output for the command.

defaults

Display the defaults that have been applied to the configuration.

no-comments

Display configuration information without in-line comments marked with ##.

terse

Display terse output with inheritance details as an in-line comment.

when Display inherited data for a specified parameter that is defined as conditions under the configuration groups

The remaining statements are explained separately. Search for a statement in CLI Explorer or click a linked statement in the Syntax section for details.

Required Privilege Level

view

Output Fields

When you enter this command, you are provided feedback on the status of your request.

Sample Output

show system login class readonly | display inheritance

content_copy zoom_out_map
user@host#show system login class readonly | display inheritance

##
## 'interface' was inherited from group 'global'
## 'network' was inherited from group 'global'
## 'routing' was inherited from group 'global'
## 'system' was inherited from group 'global'
## 'trace' was inherited from group 'global'
## 'view' was inherited from group 'global'
##
permissions [ interface network routing system trace view ];

show system login class readonly | display inheritance brief

content_copy zoom_out_map
user@host#show system login class readonly | display inheritance brief

## 'interface' was inherited from group 'global'
## 'network' was inherited from group 'global'
## 'routing' was inherited from group 'global'
## 'system' was inherited from group 'global'
## 'trace' was inherited from group 'global'
## 'view' was inherited from group 'global'
permissions [ interface network routing system trace view ];

show system ports | display inheritance defaults

content_copy zoom_out_map
user@host# show system ports | display inheritance defaults

## 'console' was inherited from group 'junos-defaults'
## 'vt100' was inherited from group 'junos-defaults' 
## console type vt100;

show system login class readonly | display inheritance no-comments

content_copy zoom_out_map
user@host# show system login class readonly | display inheritance no-comments
permissions [ interface network routing system trace view ];

show system login class readonly | display inheritance terse

content_copy zoom_out_map
user@host# show system login class readonly | display inheritance terse
permissions [ interface network routing system trace view ]; ## inherited from group 'global'; inherited from group 'global'; inherited from group 'global'; inherited from group 'global'; inherited from group 'global'; inherited from group 'global'

Release Information

Command introduced before Junos OS Release 7.4.

footer-navigation