How to enable the HSEC license on a Cisco router. I go over two methods to do this. One is if the box has a connection to CSSM (Smart Account/ smart licensing) and a 2nd method where there is NO connection to the smart account. You can use either way or whatever is easier. This can be used on ISR4k, 8200, 8300 8000v etc... cisco routers
Time stamps:
0:00 Intro
0:25 CSSM Connected Mode
6:47 Offline Mode SLAC
Commands:
-CSSM Connected Mode
--Enable smart license on box
router# Config t
router (config)# license smart transport smart
router (config)# license smart url default
router (config)# exit
Router# license smart trust idtoken TOKEN all force
--Enable HSEC License
router# conf t
router(config)# platform hardware throughput level MB 1000
-Offline Mode SLAC
router# license smart authorization request add hseck9 local
router# copy tftp://192.168.128.152/FILENAME.txt bootflash:
router# license smart import bootflash:FILENAME.txt
-Useful show commands
show version
show license authorization
show license status
show license all