show | display inheritance
Syntax
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
- show system login class readonly | display inheritance brief
- show system ports | display inheritance defaults
- show system login class readonly | display inheritance no-comments
- show system login class readonly | display inheritance terse
show system login class readonly | display inheritance
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
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
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
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
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.