Cisco ASA Series Cli Configuration Manual page 121

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

Advertisement

Chapter 1
Getting Started
Command
Step 4
(For remote management hosts)
route management_ifc management_host_ip
mask gateway_ip 1
Example:
hostname(config)# route management
10.1.1.0 255.255.255.0 192.168.1.50
Step 5
http server enable
Example:
hostname(config)# http server enable
Step 6
http ip_address mask interface_name
Example:
hostname(config)# http 192.168.1.0
255.255.255.0 management
Step 7
write memory
Example:
hostname(config)# write memory
Step 8
(Optional)
mode multiple
Example:
hostname(config)# mode multiple
Step 9
To launch ASDM, see the
section on page
1-14.
Examples
The following routed mode configuration configures the VLAN 1 interface and enables ASDM for a
management host:
interface vlan 1
dhcpd address 192.168.1.3-192.168.1.254 inside
dhcpd enable inside
http server enable
http 192.168.1.0 255.255.255.0 inside
The following configuration converts the firewall mode to transparent mode, configures the VLAN 1
interface and assigns it to BVI 1, and enables ASDM for a management host:
firewall transparent
interface bvi 1
interface vlan 1
"Starting ASDM"
nameif inside
ip address 192.168.1.1 255.255.255.0
security-level 100
ip address 192.168.1.1 255.255.255.0
bridge-group 1
nameif inside
Configuring ASDM Access for the ASA Services Module
Purpose
Configures a route to the management hosts.
Enables the HTTP server for ASDM.
Allows the management host to access ASDM.
Saves the configuration.
Sets the mode to multiple mode. When prompted, confirm that
you want to convert the existing configuration to be the admin
context. You are then prompted to reload the ASASM. See
Chapter 1, "Configuring Multiple Context Mode,"
information.
Cisco ASA Series CLI Configuration Guide
for more
1-13

Advertisement

Table of Contents
loading

Table of Contents