Cisco ASA Series Getting Started page 14

Hide thumbs Also See for Cisco ASA Series:
Table of Contents

Advertisement

Configure ASDM Access for the ASA Services Module
Example:
ciscoasa(config)# route management 10.1.1.0 255.255.255.0 192.168.1.50
Step 6
Enable the HTTP server for ASDM:
http server enable
Step 7
Allow the management host to access ASDM:
http ip_address mask interface_name
Example:
ciscoasa(config)# http 192.168.1.0 255.255.255.0 management
Step 8
Save the configuration:
write memory
Step 9
(Optional) Set the mode to multiple mode:
mode multiple
When prompted, confirm that you want to convert the existing configuration to be the admin context. You
are then prompted to reload the ASASM.
Examples
The following routed mode configuration configures the VLAN 1 interface and enables ASDM for a
management host:
interface vlan 1
nameif inside
ip address 192.168.1.1 255.255.255.0
security-level 100
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
ip address 192.168.1.1 255.255.255.0
interface vlan 1
bridge-group 1
nameif inside
security-level 100
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
CLI Book 1: Cisco ASA Series General Operations CLI Configuration Guide, 9.5
14
Getting Started

Advertisement

Table of Contents
loading

Table of Contents