Cisco Systems IPS 7.1 Home Security System User Manual


  Open as PDF
of 1042
 
4-15
Cisco Intrusion Prevention System CLI Sensor Configuration Guide for IPS 7.1
OL-19892-01
Chapter 4 Setting Up the Sensor
Changing Web Server Settings
Step 3 Change the port number.
sensor(config-web)# port 8080
If you change the port number from the default of 443 to 8080, you receive this message:
Warning: The web server’s listening port number has changed from 443 to 8080. This change
will not take effect until the web server is re-started
Step 4 Enable or disable TLS.
sensor(config-web)# enable-tls {true | false}
If you disable TLS, you receive this message:
Warning: TLS protocol support has been disabled. This change will not take effect until
the web server is re-started.
Step 5 Change the HTTP server header.
sensor(config-web)# server-id Nothing to see here. Move along.
Step 6 Verify the web server changes.
sensor(config-web)# show settings
enable-tls: true default: true
port: 8001 default: 443
server-id: Nothing to see here. Move along. default: HTTP/1.1 compliant
sensor(config-web)#
Step 7 To revert to the defaults, use the default form of the commands.
sensor(config-web)# default port
sensor(config-web)# default enable-tls
sensor(config-web)# default server-id
Step 8 Verify the defaults have been replaced.
sensor(config-web)# show settings
enable-tls: true <defaulted>
port: 443 <defaulted>
server-id: HTTP/1.1 compliant <defaulted>
configurable-service (min: 0, max: 99, current: 1)
-----------------------------------------------
<protected entry>
service-name: rdep-event-server
-----------------------------------------------
enabled: true default: false
file-name: event-server <protected>
-----------------------------------------------
-----------------------------------------------
sensor(config-web)#
Step 9 Exit web server submode.
sensor(config-web)# exit
Apply Changes:?[yes]:
Step 10 Press Enter to apply the changes or enter no to discard them.