Skip to content

Smart Licensing

Location in GUI: System » Smart Licensing

Diagram
NameTypeConstraintMandatoryDefault Value
smart_licensingClass[smart_licensing]No

NameTypeConstraintMandatoryDefault Value
modeChoicecslu, smart-licensing, offline, plr, proxy, satellite, transport-gatewayNosmart-licensing
registration_tokenStringmin: 1, max: 512No
urlStringmin: 1, max: 512No
proxyClass[proxy]No

proxy (apic.fabric_policies.smart_licensing)

Section titled “proxy (apic.fabric_policies.smart_licensing)”
NameTypeConstraintMandatoryDefault Value
hostname_ipAnyString[Regex: ^[a-zA-Z0-9:\[][a-zA-Z0-9.:-\]]{0,254}$] or IPNo
portIntegermin: 0, max: 65535No443

Example-1: This example demonstrates how to configure Smart Licensing using an HTTP/HTTPS Proxy to communicate with Cisco Smart Software Manager (CSSM). The apic registers using a CSSM registration token and reaches CSSM through the proxy. The registration_token enables the device to register, while proxy hostname_ip and proxy.port identify the proxy the APIC will use.

apic:
fabric_policies:
smart_licensing:
mode: proxy
registration_token: ABCDEFG
proxy:
hostname_ip: 192.168.10.101
port: 3128