hit counter script

Cisco ASA Series Getting Started page 11

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

Advertisement

Getting Started
Step 3
Configure the management interface:
interface interface_id
nameif name
security-level level
no shutdown
ip address ip_address mask
Example:
ciscoasa(config)# interface management 0/0
ciscoasa(config-if)# nameif management
ciscoasa(config-if)# security-level 100
ciscoasa(config-if)# no shutdown
ciscoasa(config-if)# ip address 192.168.1.1 255.255.255.0
The security-level is a number between 1 and 100, where 100 is the most secure.
Step 4
(For directly-connected management hosts) Set the DHCP pool for the management network:
dhcpd address ip_address-ip_address interface_name
dhcpd enable interface_name
Example:
ciscoasa(config)# dhcpd address 192.168.1.2-192.168.1.254 management
ciscoasa(config)# dhcpd enable management
Make sure you do not include the interface address in the range.
Step 5
(For remote management hosts) Configure a route to the management hosts:
route management_ifc management_host_ip mask gateway_ip 1
Example:
ciscoasa(config)# route management 10.1.1.0 255.255.255.0 192.168.1.50 1
Step 6
Enable the HTTP server for ASDM:
http server enable
Step 7
Allow the management host(s) 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
CLI Book 1: Cisco ASA Series General Operations CLI Configuration Guide, 9.5
Customize ASDM Access
11

Advertisement

Table of Contents
loading

Table of Contents