license smart transport
To choose the type of channel for the smart agent to communicate with Cisco Smart Software Manager, use the license smart transport command in global configuration mode.
license smart transport { smart | cslu | off }
no license smart transport
Syntax Description
smart |
Connects with Cisco Smart Software Manager (Cisco SSM) using direct connection mode. |
cslu |
Connects with Cisco SSM using indirect connection mode. |
off |
Uses offline connection mode to connect with Cisco SSM. |
Command Default
cslu is chosen as the connection mode by default.
Command Modes
Global configuration (config)
Command History
Release | Modification |
---|---|
Cisco IOS XE Catalyst SD-WAN Release 17.5.1a |
Command qualified for use in Cisco vManage CLI templates. |
Example
The following example configures smart transport for communication with Cisco SSM.
Device(config)# license smart transport smart
The following example configures cslu for all furture communication with Cisco SSM.
Device(config)# license smart transport cslu
The following example disables all communication betweent he smart agent and Cisco SSM.
Device(config)# license smart transport off