PurposeCommand or Action
Device(config)# ip host tools.cisco.com
209.165.201.30
Configures a Layer 3 interface.interface vlan_id
Example:
Step 8
Device(config)# interface Vlan100
Device(config-if)# ip address 192.0.2.10
255.255.255.0
Device(config-if)# exit
Forms a server association with the specified
system.
ntp server ip-address [version number] [key
key-id] [prefer]
Step 9
Example:
The ntp server command is
mandatory to ensure that the
device time is synchronized with
CSSM.
Note
Device(config)# ntp server
198.51.100.100 version 2 prefer
(Optional) Enables the VLAN for which this
access port carries traffic and sets the interface
switchport access vlan vlan_id
Example:
Step 10
as a nontrunking nontagged single-VLAN
Ethernet interface.
Device(config)# interface
GigabitEthernet1/0/1
This step is to be configured only
if the switchport access mode is
required.
Note
Device(config-if)# switchport access
vlan 100
Device(config-if)# switchport mode
access
Device(config-if)# exit
Device(config)#
Configures a route on the device.ip route ip-address ip-mask subnet mask
Step 11
Example:
You can configure either a static
route or a dynamic route.
Note
Device(config)# ip route 192.0.2.0
255.255.255.255 192.0.2.1
Enables the transport mode as Call Home.license smart transport callhome
Step 12
Example:
The license smart transport
callhome command is
mandatory.
Note
Device(config)# license smart transport
callhome
Configures a source interface for the HTTP
client.
ip http client source-interface interface-type
interface-number
Step 13
Example:
The ip http client
source-interface interface-type
interface-number command is
mandatory.
Note
Device(config)# ip http client
source-interface Vlan100
System Management Configuration Guide, Cisco IOS XE Amsterdam 17.2.x (Catalyst 9500 Switches)
98
Configuring Smart Licensing
Setting Up a Connection to CSSM