show system security-profile scheduler
语法
show system security-profile scheduler
detail
logical-system <logical-system-name>
root-logical-system
summary
tenant <tenant-name>
terse
描述
显示如果安全配置文件与逻辑系统绑定,则用户逻辑系统管理员和主逻辑系统管理员可以为自己的逻辑系统配置时间表数。通过租户支持,安全配置文件调度器的现有 show 命令得到了增强。
选项
detail
- 显示详细输出。logical-system
-显示逻辑系统的名称。root-logical-system
- 将根逻辑系统显示为默认。summary
- 显示摘要输出。tenant
- 显示租户系统的名称。terse
- 显示 terse 输出。
必需的权限级别
视图
输出字段
表 1 列出了命令的 show system security-profile scheduler
输出字段。输出字段按其显示大致顺序列出。
字段名称 |
字段说明 |
---|---|
|
逻辑系统或租户系统名称的名称。 |
|
绑定到逻辑系统或租户系统的安全配置文件的名称。 |
|
当前正在使用的资源数。 |
|
保证可供逻辑系统或租户系统使用的资源数。 |
|
逻辑系统或租户系统可以使用的资源数。最大值不保证为安全配置文件中的资源指定数量可用。最大值不适用于 CPU 资源。 |
|
如果逻辑系统或租户系统需要的资源的保留量多于其保留数量,则它可以利用为全局最大数量配置的资源(如果可用),也就是说,如果这些资源未分配给其他逻辑系统或租户系统。 |
|
所有逻辑系统或租户系统上的可用资源数。 |
|
逻辑系统和租户系统的总数。 |
|
使用详细编号最多的安全日志流。 |
|
使用详细编号最少的安全日志流。 |
|
为安全配置文件配置的资源总数。 |
|
跨所有逻辑系统或租户系统使用的资源数。 |
示例输出
show system security-profile scheduler
root@host> show system security-profile scheduler logical-system tenant name security profile name usage reserved maximum root-logical-system Default-Profile 0 0 256
示例输出
显示系统安全配置文件时间表详细信息
root@host> show system security-profile scheduler detail logical-system tenant name : root-logical-system security profile name : Default-Profile used amount : 0 reserved amount : 0 maximum quota : 256
示例输出
显示系统安全配置文件时间表摘要
root@host> show system security-profile scheduler summary global used amount : 0 global maximum quota : 256 global available amount : 256 total logical systems/tenants : 2 total security profiles : 2 heaviest usage / user : 0 / root-logical-system ...(2 logical system & tenants) lightest usage / user : 0 / root-logical-system ...(2 logical system & tenants)
示例输出
显示系统安全配置文件时间表
root@host> show system security-profile scheduler terse logical-system tenant name security profile name usage reserved maximum root-logical-system Default-Profile 0 0 256
示例输出
显示系统安全配置文件时间表租户全部
root@host> show system security-profile scheduler tenant all logical-system tenant name security profile name usage reserved maximum root-logical-system Default-Profile 0 0 256
版本信息
在 Junos OS 11.2 版中引入的语句。
Junos tenant
OS 18.3R1 版中添加了选项。