Cisco ASA Series Cli Configuration Manual page 1000

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

Configuring CLI Parameters
Configuring HTTPS Access for ASDM
To use ASDM, you need to enable the HTTPS server, and allow HTTPS connections to the ASA. HTTPS
access is enabled as part of the factory default configuration or when you use the setup command. This
section describes how to manually configure ASDM access.
To configure HTTPS access for ASDM, perform the following steps:
Detailed Steps
Command
Step 1
http source_IP_address mask
source_interface
Example:
hostname(config)# http 192.168.1.2
255.255.255.255 inside
Step 2
http server enable [port]
Example:
hostname(config)# http server enable 443
Examples
The following example shows how to enable the HTTPS server and let a host on the inside interface with
an address of 192.168.1.2 access ASDM:
hostname(config)# http server enable
hostname(config)# http 192.168.1.2 255.255.255.255 inside
The following example shows how to allow all users on the 192.168.3.0 network to access ASDM on the
inside interface:
hostname(config)# http 192.168.3.0 255.255.255.0 inside
Configuring CLI Parameters
This section includes the following topics:
Cisco ASA Series CLI Configuration Guide
1-6
Licensing Requirements for CLI Parameters, page 1-7
Guidelines and Limitations, page 1-7
Configuring a Login Banner, page 1-7
Customizing a CLI Prompt, page 1-8
Changing the Console Timeout, page 1-9
Chapter 1
Purpose
For each address or subnet, identifies the IP addresses from
which the ASA accepts HTTPS connections.
Enables the HTTPS server.
By default, the port is 443. If you change the port number, be
sure to include it in the ASDM access URL. For example, if
you change the port number to 444, enter the following:
https://10.1.1.1:444
Configuring Management Access

Advertisement

Table of Contents
loading

Table of Contents