Configuring An Http Proxy Server - Cisco Nexus 9000 Series Configuration Manual

Nx-os system management configuration guide, release 6.x
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Configuring Smart Call Home
Step 6
What to Do Next
Optionally configure Smart Call Home to send HTTP messages through an HTTP proxy server.

Configuring an HTTP Proxy Server

Procedure
Step 1
Step 2
Step 3
Step 4
Step 5
Command or Action
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Command or Action
configure terminal
Example:
switch# configure terminal
switch(config)#
callhome
Example:
switch(config)# callhome
switch(config-callhome)#
transport http proxy server ip-address
[port number]
Example:
switch(config-callhome)# transport
http proxy server 192.0.2.1
transport http proxy enable
Example:
switch(config-callhome)# transport
http proxy enable
commit
Example:
switch(config-callhome)# commit
Cisco Nexus 9000 Series NX-OS System Management Configuration Guide, Release 6.x
Configuring an HTTP Proxy Server
Purpose
(Optional)
Copies the running configuration to the
startup configuration.
Purpose
Enters global configuration mode.
Enters Smart Call Home configuration mode.
Configures the HTTP proxy server domain name
server (DNS) name, IPv4 address, or IPv6 address.
Optionally configures the port number. The port
range is from 1 to 65535. The default port number
is 8080.
Enables Smart Call Home to send all HTTP messages
through the HTTP proxy server.
You can execute this command only after
Note
the proxy server address has been
configured.
The VRF used for transporting messages
Note
through the proxy server is the same as that
configured using the transport http use-vrf
command.
Commits the Smart Call Home configuration
commands.
65

Advertisement

Table of Contents
loading

Table of Contents