top of page
Catalyst 9200 Smart Licensing

Following this guide;

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst9200/software/release/16-9/configuration_guide/sys_mgmt/b_169_sys_mgmt_9200_cg/cisco_smart_licensing_client.html#id_75703

 

 

Follow the main headings below to get the device registered;

 

  • Go to licensing portal and create a new token

 

  • Configuring the Call Home Service for Direct Cloud Access

 

  • Configuring the Call Home Service for Cisco Smart Software Manager On-Prem

 

  • Registering a Device on CSSM

 

And if a device is to be RMA'd or removed from production;

 

  • Canceling a Device's Registration in CSSM

Configuration example

!
configure terminal
!
call-home
no http secure server-identity-check
contact-email-addr [corp email here]
profile CiscoTAC-1
destination transport-method http
destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
active
no destination transport-method email
exit
exit
service call-home
exit
wr
    

**initiate the registration ensuring it can get out to tools.cisco.com on http/s**


license smart register idtoken [token goes here]

bottom of page