Cisco ASA Series Cli Configuration Manual page 118

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

Advertisement

Configuring ASDM Access for Appliances
Detailed Steps
Command
Step 1
(Optional)
firewall transparent
Example:
hostname(config)# firewall transparent
Step 2
interface management 0/0
ip address ip_address mask
nameif name
security-level number
no shutdown
Example:
hostname(config)# interface management 0/0
hostname(config-if)# ip address
192.168.1.1 255.255.255.0
hostname(config-if)# nameif management
hostname(config-if)# security-level 100
hostname(config-if)# no shutdown
Step 3
(For directly-connected management hosts)
dhcpd address ip_address-ip_address
interface_name
dhcpd enable interface_name
Example:
hostname(config)# dhcpd address
192.168.1.2-192.168.1.254 management
hostname(config)# dhcpd enable management
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
Cisco ASA Series CLI Configuration Guide
1-10
Purpose
Enables transparent firewall mode. This command clears your
configuration.
Configures the Management 0/0 interface. The security-level is a
number between 1 and 100, where 100 is the most secure.
Enables DHCP for the management host on the management
interface network. Make sure you do not include the Management
0/0 address in the range.
Configures a route to the management hosts.
Enables the HTTP server for ASDM.
Allows the management host to access ASDM.
Chapter 1
Getting Started

Advertisement

Table of Contents
loading

Table of Contents