cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
18145
Views
0
Helpful
2
Replies

How to Check Throughput License of ASR 1002x

ahmad82pkn
Level 3
Level 3

hi all, i  have ASR 1002x, i want to know if i am running at 2.5Gbps default  throughput or  5Gbps throughput ?

can i find it somehow?

1 Accepted Solution

Accepted Solutions

Vinit Jain
Cisco Employee
Cisco Employee

Hello

You can verify this by using hte command "show platform hardware throughput level".

To change the throughput, use the below configuration (assuming you have the correct license installed
Router>enable
Router#configure terminal
Router(config)#platform hardware throughput level 5000000
% The config will take effect on next reboot
Router(config)#exit
Router#copy running-config startup-config
Router#reload

Hope this answers your questions.

Regards

Vinit

Thanks
--Vinit

View solution in original post

2 Replies 2

Vinit Jain
Cisco Employee
Cisco Employee

Hello

You can verify this by using hte command "show platform hardware throughput level".

To change the throughput, use the below configuration (assuming you have the correct license installed
Router>enable
Router#configure terminal
Router(config)#platform hardware throughput level 5000000
% The config will take effect on next reboot
Router(config)#exit
Router#copy running-config startup-config
Router#reload

Hope this answers your questions.

Regards

Vinit

Thanks
--Vinit

thank you Vinit.