show | display inheritance
Syntax
show | display inheritance <brief | defaults | no-comments | terse>
Description
显示继承的配置数据以及从中继承配置的源组的相关信息。以扩展格式显示接口范围配置数据,以及有关源接口范围的信息,从该区域扩展配置
Options
短 | 显示命令的简短输出。 |
效果 | 显示已应用于配置的默认值。 |
无注释 | 显示配置信息,但不包含标记为的 |
terse | 将具有继承详细信息的 terse 输出显示为内联注释。 |
Required Privilege Level
观看
Output Fields
输入此命令时,将提供有关您的请求状态的反馈。
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
命令在 Junos OS 版本7.4 之前引入。