inserthostname_here# show license summary
License Usage:
License Entitlement Tag Count Status
-----------------------------------------------------------------------------
No licenses in use
スループットレベルはデフォルトで 10Mbps (10,000Kbps) になっています。
12
inserthostname_here# show platform hardware throughput level
The current throughput level is 10000 kb/s
12
inserthostname_here# show version | include throughput
The current throughput level is 10000 kbps
inserthostname_here# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
inserthostname_here(config)# license boot level network-premier addon dna-premier
% use 'write'command to make license boot config take effect on next boot
inserthostname_here(config)# end
inserthostname_here#
inserthostname_here# write memory
Building configuration...
[OK]
inserthostname_here#
inserthostname_here# reload
Proceed with reload? [confirm]
*Apr 2405:11:11.010: %SYS-5-RELOAD: Reload requested by console. Reload Reason: Reload Command.
これでライセンスが有効化されました。 show version で確認すると License Level: network-premier になっていることが分かります。
1 2 3 4 5 6 7 8 91011
inserthostname_here# show version
(snip)
License Level: network-premier
License Type: Perpetual
Next reload license Level: network-premier
Addon License Level: dna-premier
Addon License Type: Subscription
Next reload addon license Level: dna-premier
The current throughput level is 10000 kbps
ただ、原因がわかりませんが、この状態で show license summary を実行してもなぜかライセンスが表示されません… (ですが、実際にはライセンス相応の機能を利用出来ますので、実害はありません)。
12345
inserthostname_here# show license summary
License Usage:
License Entitlement Tag Count Status
-----------------------------------------------------------------------------
No licenses in use
inserthostname_here# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
inserthostname_here(config)# platform hardware throughput level ?
MB throughput in mbps
inserthostname_here(config)# platform hardware throughput level MB ?100 Mbps
1000 Mbps
10000 Mbps
15 Mbps
25 Mbps
250 Mbps
2500 Mbps
50 Mbps
500 Mbps
5000 Mbps
inserthostname_here(config)# platform hardware throughput level MB 10000
%Requested throughput will be set once HSEC authorization code is installed
%Throughput has been set to 250 Mbps
inserthostname_here(config)#
show platform hardware throughput level で確認すると 250Mbps (250,000Kbps) へ変更されていることが分かります。
12
inserthostname_here# show platform hardware throughput level
The current throughput level is 250000 kb/s
前述の通り、「ライセンス有効化直後に show license summary を実行してもライセンスが表示されない」のですが、スループットレベル変更後であれば以下のようにライセンスが表示されます。
123456
inserthostname_here# show license summary
License Usage:
License Entitlement Tag Count Status
-----------------------------------------------------------------------------
network-premier_250M (ESR_P_250M_P)1 IN USE
dna-premier_250M (DNA_P_250M_P)1 IN USE
スループットレベルは変更直後から値が表示されます。
12
inserthostname_here# show platform hardware throughput level
The current throughput level is 250000 kb/s
12
inserthostname_here# show version | include throughput
The current throughput level is 250000 kbps