Configuring Smart Transport Through An Https Proxy - Cisco Catalyst 9400 System Management Configuration Manual

Cisco ios xe bengaluru 17.4.x
Hide thumbs Also See for Catalyst 9400:
Table of Contents

Advertisement

Smart Licensing Using Policy
Step 11
Step 12
Step 13
Step 14

Configuring Smart Transport Through an HTTPs Proxy

To use a proxy server to communicate with CSSM when using the Smart transport mode, complete the
following steps:
Note
Authenticated HTTPs proxy configurations are not supported.
Procedure
Step 1
Command or Action
vlan 100
Device(config-if)# switchport mode
access
Device(config-if)# exit
OR
Device(config)#
ip route ip-address ip-mask subnet mask
Example:
Device(config)# ip route 192.0.2.0
255.255.255.255 192.0.2.1
ip http client source-interface
interface-type-number
Example:
Device(config)# ip http client
source-interface Vlan100
exit
Example:
Device(config)# exit
copy running-config startup-config
Example:
Device# copy running-config
startup-config
Command or Action
enable
Example:
Device> enable
System Management Configuration Guide, Cisco IOS XE Bengaluru 17.4.x (Catalyst 9400 Switches)
Configuring Smart Transport Through an HTTPs Proxy
Purpose
This step is to be configured only
Note
if the switchport access mode is
required. The switchport access
vlan command may apply to
Catalyst switching product
instances, for example, and for
routing product instances you may
want to configure the ip address
ip-address mask command instead.
Configures a route on the device. You can
configure either a static route or a dynamic
route.
(Required) Configures a source interface for
the HTTP client. Enter an interface type and
number or a VLAN.
Exits global configuration mode and returns
to privileged EXEC mode.
Saves your entries in the configuration file.
Purpose
Enables privileged EXEC mode. Enter your
password, if prompted.
149

Advertisement

Table of Contents
loading

Table of Contents