Cisco ASR 1000 Serie Licensing

Die ASR 1000 Serie von Cisco hat standardmäßig nur einen beschränkten Durchsatz, in meinem Fall bei einem ASR 1001-X sind es 2,5Gbit/s.

Wir haben die Lizenzen für 10G Ports und die Lizenz für 20Gbit/s Durchsatz installiert, aber der Router hat mir weiterhin angezeigt, dass er 2,5Gbit/s Durchsatz hat.

 ASR1001X# show platform hardware throughput level 
 The current throughput level is 2500000 kb/s 

Und auch bei show version steht es:

 License Type: Permanent
 License Level: ipbase
 Next reload license Level: ipbase
 The current throughput level is 2500000 kbps 

Damit der Lizenzierte Durchsatz auch tatsächlich genutzt wird, muss man folgenden Befehl absetzen:

 ASR1001X(config)#platform hardware throughput level ?
   10000000  throughput in kbps
   20000000  throughput in kbps
   2500000   throughput in kbps
   5000000   throughput in kbps 
 ASR1001X(config)#platform hardware throughput level 20000000 

Jetzt wird sowohl in show version, als auch mit show platform hardware throughput level und auch beim Bootvorgang wird es angezeigt:

ASR1001X#show platform hardware throughput level 
 The current throughput level is 20000000 kb/s

Beim Boot wird es geloggt, hier die Logeinträge:

ASR1001X#sh logg | inc LEVEL
 *Sep  6 04:53:01.807: %IOS_LICENSE_IMAGE_APPLICATION-6-LICENSE_LEVEL: Module name = asr1001x Next reboot level = ipbase and License = ipbase
 *Sep  6 04:53:04.881: %IOSXE_THROUGHPUT-6-LEVEL: Throughput level has been set to 20000000 kbps

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.