监控 Junos 许可证
了解如何监控 Junos 许可证。
添加许可证
在添加新许可证之前,请完成以下任务:
-
购买所需的许可证。
-
与路由器或交换机建立基本网络连接。有关建立基本连接的说明,请参阅适用于您设备的 入门指南 或 快速入门指南 。
-
激活许可证。
您可以通过以下方式向 Junos 设备添加许可证:
-
配置模式:使用
set system license keys key license-key
配置模式命令添加许可证。 -
操作模式:使用
request system license add
操作模式命令添加许可证。 -
RPC 命令:使用 RPC 命令添加许可证。
通过配置模式添加许可证
要使用 Junos OS CLI 添加单个许可证密钥:
要使用 Junos OS CLI 安装单个许可证密钥:
发出
set system license keys key name
语句。该
name
参数包括许可证 ID 和许可证密钥。例如:[edit] user@device# set system license keys key "JUNOS_TEST_LIC_FEAT xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx"
要在 Junos OS CLI 中添加多个许可证密钥,请为要安装的每个许可证密钥发出
set system license keys key name
语句。例如:[edit] user@device# set system license keys key "key_1" set system license keys key "key_2" set system license keys key "key_2" set system license keys key "key_4"
您必须使用
commit
命令提交配置。您已成功安装许可证。您可以在操作模式下使用
show system license
命令验证已安装的许可证。
通过操作模式添加许可证
要使用操作命令将新的许可证密钥添加到设备:
在 CLI 操作模式下,输入以下 CLI 命令之一:
要从文件或 URL 添加许可证密钥,请输入以下命令,指定密钥所在的文件名或 URL:
user@host> request system license add filename | url
要从终端添加许可证密钥,请输入以下命令:
user@host> request system license add terminal
出现提示时,输入许可证密钥,用空行分隔多个许可证密钥。
如果输入的许可证密钥无效,当您按 Ctrl+d 退出许可证输入模式时,CLI 输出中会出现错误。
您已成功安装许可证。您可以在操作模式下使用
show system license
命令验证已安装的许可证。
通过 RPC 命令添加许可证
要使用 RPC 命令向设备添加新的许可证密钥:
发出 RPC 命令以从文件或 URL 添加许可证密钥。
<rpc><request-license-add><source>/var/tmp/sample.lic</source></request-license-add></rpc>
发出 RPC 命令以从密钥内容添加许可证密钥。
<rpc><request-license-add><key-data>JUNOS639151947 xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx</key-data></request-license-add></rpc>
您已成功安装许可证。您可以在操作模式下使用
show system license
命令验证已安装的许可证。
自动更新您的许可证
了解如何在 Junos 设备上自动更新许可证。
在自动更新许可证之前,请完成以下任务:
-
购买所需的许可证。
-
与路由器或交换机建立基本网络连接。有关建立基本连接的说明,请参阅适用于您设备的 入门指南 或 快速入门指南 。
-
激活许可证。
要使用配置命令自动更新许可证:
在 CLI 配置模式下,输入以下 CLI 命令:
set system license autoupdate url <URL>
您可以使用专用网络中可用的代理服务器自动更新许可证,以便能够连接到 EMS 服务器并下载许可证更新。专用网络中的设备连接到代理服务器以下载许可证或许可证更新。
set system proxy server IP address set system proxy port port number set system proxy username user name set system proxy password password
许可证检查过程从配置中读取 URL 并对其进行验证。
对于硬件产品,URL 查询使用设备机箱序列号来获取所需的许可证密钥。实体产品支持首次许可证获取和许可证续订。
对于虚拟软件产品,您需要进行首次安装。后续可根据软件序列号 (SSN) 从 EMS 门户获取和续订许可证密钥。
您必须使用
commit
命令提交配置。
默认情况下, autoupdate
该命令将到期前的续订天数设置为 60 天,将续订时间间隔设置为 24 小时。最后允许设备在当前许可证到期前 60 天联系 EMS 服务器,并每 24 小时检查一次自动更新。
续订许可证
了解如何在 Junos 设备上续订许可证。
续订许可证之前,请完成以下任务:
-
购买所需的许可证。
-
与路由器或交换机建立基本网络连接。有关建立基本连接的说明,请参阅适用于您设备的 入门指南 或 快速入门指南 。
要使用配置命令续订许可证:
在 CLI 配置模式下,输入以下 CLI 命令:
set system license renew before-expiration days
set system license renew interval hours
- 您必须使用
commit
命令提交配置。 -
您已成功续订许可证。
删除许可证
了解如何删除 Junos 设备上已安装的许可证。
在删除新许可证之前,请确保不需要许可证启用的功能。
您可以使用 request system license delete
操作命令或 delete
deactivate
配置命令删除许可证:
-
如果通过配置模式安装了许可证,请使用配置模式命令删除许可证。
-
如果通过操作模式安装了许可证,请使用操作模式命令删除许可证。
您可以通过以下方式从 Junos 设备中删除许可证:
-
配置模式:使用
delete system license keys
配置模式命令删除许可证。 -
操作模式:使用
request system license delete license-identifier-list identifier-list
操作模式命令删除许可证。 -
RPC 命令:使用 RPC 命令删除许可证。
使用操作命令删除许可证
您可以使用命令通过操作模式删除已安装的 request system license delete
许可证。
显示可供删除的许可证。
user@host> request system license delete license-identifier-list? Possible completions: E00468XXX4 License key identifier JUNOS10XXX1 License key identifier JUNOS10XXX2 License key identifier JUNOS10XXX3 License key identifier JUNOS10XXX4 License key identifier [ Open a set of values
要使用 CLI 操作模式从设备中删除一个或多个许可证密钥,请选择以下方法之一:
通过指定许可证 ID 删除单个许可证。使用此选项,一次只能删除一个许可证。
user@host> request system license delete license-identifier
从设备中删除所有许可证密钥。
user@host> request system license delete all
从设备中删除多个许可证密钥。指定每个密钥的许可证标识符,并将标识符列表括在括号中。
user@host> request system license delete license-identifier-list [JUNOS10XXX1 JUNOS10XXX3 JUNOS10XXX4 ...]
Delete license(s) ? [yes,no] (no) yes
您已成功删除许可证。输入
show system license
命令,验证许可证是否已被删除。
使用配置命令删除许可证
您可以使用命令通过配置模式删除已安装的 delete system license keys
许可证。
删除所需的许可证。
要删除单个许可证,例如:
[edit] user@host# delete system license keys key [License key]
要删除所有许可证,例如:
[edit] user@host# delete system license keys
您必须使用
commit
命令提交配置。您已成功删除许可证。输入
show system license
命令,验证许可证是否已被删除。
通过 RPC 命令删除许可证
发出 RPC 命令以删除所有许可证密钥。
<rpc><request-license-delete><all/></request-license-delete></rpc>
发出 RPC 命令以删除特定许可证密钥。
<rpc><request-license-add><key-data>JUNOS639151947 xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx</key-data></request-license-add></rpc>
您已成功删除许可证。您可以在操作模式下使用
show system license
命令验证许可证。
查看许可证
了解如何查看 Junos 设备上已安装的许可证。
您可以在操作模式下使用 show system license
命令查看设备上已安装的许可证。
验证所需许可证是否已安装在设备上且已激活。
user@host> show system license License usage: Licensed Licensed Licensed Feature Feature Feature Feature name used installed needed Expiry l3static 1 1 0 2023-02-25 05:30:00 IST ADV Bandwidth (in gbps) 150 100 50 2023-02-25 05:30:00 IST Licenses installed: License identifier: JUNOS100365120 License version: 4 Order Type: commercial Features: l3static - L3 Static feature date-based, 2022-02-25 05:30:00 IST - 2023-02-25 05:30:00 IST ADV Bandwidth (in gbps) - ADVANCE Bandwidth (in gbps) Capacity: 100 date-based, 2022-02-25 05:30:00 IST - 2023-02-25 05:30:00 IST
输出显示“ 功能名称”、“ 使用的许可功能”、“ 已安装的许可证功能”、“ 所需的许可功能”和 “到期” 字段的列表。
许可证
语法
license { autoupdate { url name { password password; } } keys { key name; } log-frequency(time-interval seconds | time-of-day time-of-day); renewbefore-expiration before-expirationinterval interval; traceoptions { file< filename><files files><match match><size size><(world-readable | no-world-readable)>; flag name; no-remote-trace; } }
层次结构级别
[edit system]
描述
此路由器的许可证配置
选项
autoupdate | 您可以使用专用网络中可用的代理服务器自动更新许可证,以便能够连接到 EMS 服务器并下载许可证更新。专用网络中的设备连接到代理服务器以下载许可证或许可证更新。 默认情况下, |
keys | 您可以使用许可证密钥安装许可证。 |
log-frequency | 您可以配置报警和不合规许可证日志消息的频率。默认情况下,在凌晨 06:00 生成警报和日志。 |
renewbefore-expiration | 您可以在许可证到期前续订许可证。 |
traceoptions | 您可以为许可证设置追踪选项。 |
其余陈述详见其他陈述。请参阅 CLI 资源管理器。
所需权限级别
trace - 在配置中查看此语句。
trace-control - 将此语句添加到配置中。
保养。
发布信息
在 Junos OS 8.5 版中引入的语句。
显示系统许可证
语法
show system license ? Possible completions: <[Enter]> Execute this command bandwidth Show license bandwidth summary brief Display brief output (default) detail Display detailed output feature-list Show all applicable licensed features fpc Show license fpc information installed Show installed feature licenses key-content Display license key contents keys Show license keys usage Show licensed features | Pipe through a command
描述
显示许可证的详细输出。
所需权限级别
视图
输出字段
表 1 列出了命令 show system license
的输出字段。
字段名称 |
字段说明 |
---|---|
提前使用带宽 |
显示高级功能的带宽使用情况 |
满期 |
指示许可证到期日期 |
功能 ID |
显示功能 ID |
功能名称 |
显示功能名称 |
特征 |
列出已安装的许可证功能以及详细信息 |
支持 Flex 的线卡 |
显示支持 Flex 的线卡的带宽使用情况 |
仅 Flex 线卡 |
显示仅弹性线卡的带宽使用情况 |
许可证标识符 |
指示许可证 ID |
许可证密钥 |
显示许可证密钥信息 |
许可证版本 |
指示许可证的版本 |
提供许可功能 |
指示功能的可用许可证 |
已安装许可功能 |
表示已安装的功能许可证 |
需要许可功能 |
指示该功能所需的附加许可证 |
使用的许可功能 |
指示已使用的许可功能 |
线卡类型 |
显示设备上的线卡 |
高级带宽使用 |
显示高级功能的带宽使用情况 |
无效 |
未安装任何功能许可证,也不包含默认许可证 对于 MX 系列设备:未安装许可证,包括未安装带宽许可证 |
永久 |
已安装永久或永久许可证 |
日期 (2023-02-25 05:30:00) |
已安装定时许可证或订阅许可证 |
过期 |
定时许可证已过期 |
示例输出
- 仅显示系统许可证带宽 Flex-Only
- 显示系统许可证带宽
- 显示系统许可证带宽 FPC 0
- show system license bandwidth fpc port-details 0
- 显示系统许可证简述
- 显示系统许可证详细信息
- 显示系统许可证功能列表
- 显示系统许可证 FPC
- 显示已安装的系统许可证
- 显示系统许可证密钥内容
- 显示系统许可证密钥
- 显示系统许可证使用情况
- show system license(未安装许可证且无默认许可证)
- show system license(未安装许可证,存在默认许可证)
- show system license(已安装永久许可证)
- show system license(已安装基于订阅的许可证)
- show system license (许可证已过期)
- show system license(未安装许可证且无带宽许可证)
- show system license(已安装的基于订阅的高级层许可证,随第 3 层静态功能一起安装)
- show system license(第 2 点的许可证已过期)
仅显示系统许可证带宽 Flex-Only
user@host> show system license bandwidth flex-only
Licensed Licensed Licensed Feature Feature Feature Linecard Type used installed needed LC4800 Bandwidth (in gbps) 500 800 0 Other Flex-only Bandwidth (in gbps) 200 1000 0
显示系统许可证带宽
user@host> show system license bandwidth
Advance Bandwidth Usage: 20 Premium Bandwidth Usage: 0
显示系统许可证带宽 FPC 0
user@host> show system license bandwidth fpc 0
Advance Bandwidth Usage: 20 Premium Bandwidth Usage: 0
show system license bandwidth fpc port-details 0
user@host> show system license bandwidth fpc port-details 0
Bandwidth License Port name used(in gbps) tier xe-0/0/1:0 10 advance xe-0/0/1:1 10 advance
显示系统许可证简述
user@host> show system license brief
License usage: Licensed Licensed Licensed Feature Feature Feature Feature name used installed needed Expiry Filter Based Forwarding 0 1 0 2025-11-17 05:30:00 IST FIB Scale 0 65000 0 2025-11-17 05:30:00 IST RIB Scale 24 65000 0 2025-11-17 05:30:00 IST LSP Scale 0 1000 0 2025-11-17 05:30:00 IST GRE Tunnel 1 0 1 invalid Firewall Filters Scale 0 1000 0 permanent Firewall Filters Terms Scale 0 4000 0 permanent Licenses installed: License identifier: JUNOS719106327 License version: 4 Order Type: commercial Features: FIB Scale - Forwarding Information Base Scale Capacity: 1000 date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST RIB Scale - Routing Information Base Scale Capacity: 1000 date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST LSP Scale - Label Switched Path Scale Capacity: 1000 date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST Filter Based Forwarding - Filter Based Forwarding date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST
显示系统许可证详细信息
user@host> show system license detail
show system license detail Licensed Licensed Licensed Licensed Feature Feature Feature Feature Feature name used installed needed available Expiry Filter Based Forwarding 0 1 0 1 2025-11-17 05:30:00 IST FIB Scale 0 65000 0 65000 2025-11-17 05:30:00 IST RIB Scale 24 65000 0 64976 2025-11-17 05:30:00 IST LSP Scale 0 1000 0 1000 2025-11-17 05:30:00 IST GRE Tunnel 1 0 1 0 invalid Firewall Filters Scale 0 1000 0 1000 permanent Firewall Filters Terms Scale 0 4000 0 4000 permanent Licenses installed: License identifier: JUNOS719106327 License version: 4 Order Type: commercial Features: FIB Scale - Forwarding Information Base Scale Capacity: 1000 date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST RIB Scale - Routing Information Base Scale Capacity: 1000 date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST LSP Scale - Label Switched Path Scale Capacity: 1000 date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST Filter Based Forwarding - Filter Based Forwarding date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST Licensing Mode: Agile Licensing Standalone Licensing Persona: JUNOS LKG
显示系统许可证功能列表
命令 show system license feature-list
显示您的产品和 Junos 版本支持的所有功能名称和功能 ID。
user@host> show system license feature-list
33 subscriber-vlan 34 subscriber-ip 40 subscriber-res-dpc 41 subscriber-res-ic 42 video-service-dhcp-relay 43 video-service-mcac 64 feeva-media-enabler 105 radware-adc 118 virtual-chassis
显示系统许可证 FPC
user@host> show system license fpc
Flex only linecards: FPC Serial Number 0 BUILTIN Advance Bandwidth Usage: 20 Premium Bandwidth Usage: 0 Flex capable linecards: FPC bandwidth usage: none
显示已安装的系统许可证
user@host> show system license installed
License identifier: JUNOS719106327 License version: 4 Order Type: commercial Features: FIB Scale - Forwarding Information Base Scale Capacity: 1000 date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST RIB Scale - Routing Information Base Scale Capacity: 1000 date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST LSP Scale - Label Switched Path Scale Capacity: 1000 date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST Filter Based Forwarding - Filter Based Forwarding date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST
显示系统许可证密钥内容
user@host> show system license key-content /var/tmp/license.txt
License Key Content: License version: 4 Order Type: commercial Features: LSP Scale - Label Switched Path Scale Capacity: 1000 date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST RIB Scale - Routing Information Base Scale Capacity: 1000 date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST FIB Scale - Forwarding Information Base Scale Capacity: 1000 date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST Filter Based Forwarding - Filter Based Forwarding date-based, 2022-11-17 05:30:00 IST - 2025-11-17 05:30:00 IST
显示系统许可证密钥
user@host> show system license keys
JUNOS719106327 aeaqie blakaq xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx xxxxxx
显示系统许可证使用情况
user@host> show system license usage
License usage: Licensed Licensed Licensed Feature Feature Feature Feature name used installed needed Expiry Filter Based Forwarding 0 1 0 2025-11-17 05:30:00 IST FIB Scale 0 65000 0 2025-11-17 05:30:00 IST RIB Scale 24 65000 0 2025-11-17 05:30:00 IST LSP Scale 0 1000 0 2025-11-17 05:30:00 IST GRE Tunnel 1 0 1 invalid Firewall Filters Scale 0 1000 0 permanent Firewall Filters Terms Scale 0 4000 0 permanent
show system license(未安装许可证且无默认许可证)
user@host> show system license
License usage: Licensed Licensed Licensed Feature Feature Feature Feature name used installed needed Expiry l3static 1 0 1 invalid Licenses installed: none
show system license(未安装许可证,存在默认许可证)
user@host> show system license
License usage: Licensed Licensed Licensed Feature Feature Feature Feature name used installed needed Expiry scale-subscriber 0 10 0 permanent Licenses installed: none
show system license(已安装永久许可证)
user@host> show system license
License usage: Licensed Licensed Licensed Feature Feature Feature Feature name used installed needed Expiry l3static 1 1 0 permanent evpn-vxlan 0 1 0 permanent Licenses installed: License identifier: JUNOS100365120 License version: 4 Order Type: commercial Features: l3static - L3 Static feature permanent License identifier: JUNOS081157102 License version: 4 Order Type: commercial Features: evpn-vxlan - EVPN feature with VXLAN encapsulation permanent
show system license(已安装基于订阅的许可证)
user@host> show system license
License usage: Licensed Licensed Licensed Feature Feature Feature Feature name used installed needed Expiry l3static 1 1 0 2023-02-25 05:30:00 IST ADV Bandwidth (in gbps) 150 100 50 2023-02-25 05:30:00 IST Licenses installed: License identifier: JUNOS100365120 License version: 4 Order Type: commercial Features: l3static - L3 Static feature date-based, 2022-02-25 05:30:00 IST - 2023-02-25 05:30:00 IST ADV Bandwidth (in gbps) - ADVANCE Bandwidth (in gbps) Capacity: 100 date-based, 2022-02-25 05:30:00 IST - 2023-02-25 05:30:00 IST
show system license (许可证已过期)
user@host> show system license
License usage: Licensed Licensed Licensed Feature Feature Feature Feature name used installed needed Expiry l3static 1 1 1 expired ADV Bandwidth (in gbps) 150 100 150 expired Licenses installed: License identifier: JUNOS100365120 License version: 4 Order Type: commercial Features: l3static - L3 Static feature date-based, 2022-02-25 05:30:00 IST - 2023-02-25 05:30:00 IST ADV Bandwidth (in gbps) - ADVANCE Bandwidth (in gbps) Capacity: 100 date-based, 2022-02-25 05:30:00 IST - 2023-02-25 05:30:00 IST
show system license(未安装许可证且无带宽许可证)
user@host> show system license
License usage: Licensed Licensed Licensed Feature Feature Feature Feature name used installed needed Expiry l3static 1 0 1 license not installed Licenses installed: none
show system license(已安装的基于订阅的高级层许可证,随第 3 层静态功能一起安装)
user@host> show system license
License usage: Licensed Licensed Licensed Feature Feature Feature Feature name used installed needed Expiry l3static 1 1 0 expired ADV Bandwidth (in gbps) 0 100 0 expired Licenses installed: License identifier: JUNOS100365120 License version: 4 Order Type: commercial Features: l3static - L3 Static feature date-based, 2022-02-25 05:30:00 IST - 2023-02-25 05:30:00 IST ADV Bandwidth (in gbps) - ADVANCE Bandwidth (in gbps) Capacity: 100 date-based, 2022-02-25 05:30:00 IST - 2023-02-25 05:30:00 IST
show system license(第 2 点的许可证已过期)
非商业许可证(如紧急许可证、实验室许可证和测试许可证)将在许可证到期时自动从设备中删除。
user@host> show system license
License usage: Licensed Licensed Licensed Feature Feature Feature Feature name used installed needed Expiry l3static 1 1 0 2023-02-25 05:30:00 IST ADV Bandwidth (in gbps) 100 100 0 2023-02-25 05:30:00 IST Licenses installed: License identifier: JUNOS100365120 License version: 4 Order Type: commercial Features: l3static - L3 Static feature date-based, 2022-02-25 05:30:00 IST - 2023-02-25 05:30:00 IST ADV Bandwidth (in gbps) - ADVANCE Bandwidth (in gbps) Capacity: 100 date-based, 2022-02-25 05:30:00 IST - 2023-02-25 05:30:00 IST
发布信息
在 Junos OS 7.4 版之前引入的命令。
这些选项 feature-list
是在 bandwidth
Junos OS 24.2R1 版中引入的。
许可证的系统日志
添加或删除许可证后,系统最多可能需要一分钟才能在主许可证和备份设备之间同步许可证。在执行任何操作(如切换或重新启动)之前,必须留出一分钟的间隔。
如果设备上的功能使用量超过添加的许可证,Junos OS 会针对容量(规模)功能(如带宽)生成警报,以指示许可证要求。告警详细信息显示当前功能使用情况信息。
您可以在 系统日志资源管理器中查看警报列表。
例如,请参阅以下场景,其中会针对许可证要求生成告警:
-
方案 1
如果设备配置了 100G 带宽许可证,且当前使用量为 200G 带宽,则当带宽使用量超过添加的许可证时,Junos OS 将生成告警。
告警指定当前使用 200G 带宽需要许可证。
-
方案 2
如果设备配置了 128K RIB 许可证并使用 130K RIB,则 Junos OS 会在 RIB 功能规模超过添加的许可证时生成警报。
告警指定 130K RIB 需要许可证。