Nexus 9000 Smart Licensing Configuration

In this short post, I’ll give you a configuration script I put together to configure Smart Licensing on a Cisco Nexus 9000 switch.

Nexus Smart Licensing Configuration Script

In the following configuration script, I provide the CLI commands I have used to configure Smart Licensing on a Nexus 9000 switch using its out-of-band (OOB) management interface.

config terminal

ip domain-lookup

interface mgmt0
 ip address <mgmt_IP_address>/<mask_bits>
 no shut
 exit

vrf context management
 ip route 0.0.0.0/0 <default_route_next_hop>
 ip domain-name customer_domain.local
 ip name-server <your_DNS_server>
 exit

feature license smart
license smart enable
exit

license smart register idtoken <token> force <<<< see section below on how to obtain a token

Show commands that you can use to verify the configuration.

show license status
show license summary
show license all
show license tech support
show license udi
show license usage

This command allows unregistering a device.

license smart deregister

But now, how do you obtain the token to register with the Smart Account?

Advertisement

How to Create a Smart Account Token?

For Cisco partners, you need to request access to your customer’s Virtual Account. Your customer needs to go to https://software.cisco.com, scroll to Account Administration and click on Manage Account. Click on Users and then the Add Users button.

Once you have access, go to https://software.cisco.com and log in. You’ll need your Cisco username and password. Once on the home page, click on Manage Licenses under Smart Software Manager.

Cisco Smart Account Home Page
Cisco Smart Account Home Page

Click on the Inventory link and then on the New Token button.

Create New Cisco Smart Account Token
Create New Cisco Smart Account Token

Add a Description, the number of days you’d like this token active, and how many times you’d like to use this token when registering Cisco equipment. For instance, I normally use a token per device, so if I have two core switches at Site A, I create two tokens, one for Site A Core-A and another one for Site A Core-B. Each token with a Max. Number of Uses of 1; however, you could use the same token for both core switches and have a Max. Number of Uses of 2. I try to add a description that tells me in the future where I used that token.

Create Cisco Smart Account Registration Token
Create Cisco Smart Account Registration Token

After you click on the Create Token button, you’ll land back at the previous screen. Click on the little blue box with a white arrow to copy the token.

Copy Cisco Smart Account Token
Copy Cisco Smart Account Token

Now you can use this token in the script I gave you in the previous section.

Any questions, please let me know in the comments below.

LOOKING FOR Certification Guides & Practice Tests?

Online Learning Platform for Network Engineers

(formerly Safari Books Online)

Alirio Zavarce Faceshot

ABOUT THE AUTHOR

Alirio Zavarce, CCIE #28672, is a seasoned enterprise route-switch consultant with 30 years of experience with data networks. Alirio started this networking blog to help his peers become better network engineers and share all his everyday experiences and troubleshooting tips. More about me...

If Alirio had to prepare to take it again, here's what he would do to pass the CCIE lab.

Please Share

2 thoughts on “Nexus 9000 Smart Licensing Configuration”

  1. Thanks very much for these smart licensing guides, Cisco’s own documentation, especially for those of us using an on-prem license server, is pretty awful

    Reply
    • Hi Andy. After going through these hurdles, I try to break them down and post them in easy-to-understand articles. I’m glad they help. Thank you!

      Reply

Leave a Comment

Share to...