Cisco ASA Series Cli Configuration Manual page 120

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

Advertisement

Configuring ASDM Access for the ASA Services Module
Detailed Steps
Command
Step 1
(Optional)
firewall transparent
Example:
hostname(config)# firewall transparent
Step 2
Do one of the following to configure a management interface, depending on your mode:
Routed mode:
interface vlan number
ip address ip_address [mask]
nameif name
security-level level
Example:
hostname(config)# interface vlan 1
hostname(config-if)# ip address
192.168.1.1 255.255.255.0
hostname(config-if)# nameif inside
hostname(config-if)# security-level 100
Transparent mode:
interface bvi number
ip address ip_address [mask]
interface vlan number
bridge-group bvi_number
nameif name
security-level level
Example:
hostname(config)# interface bvi 1
hostname(config-if)# ip address
192.168.1.1 255.255.255.0
hostname(config)# interface vlan 1
hostname(config-if)# bridge-group 1
hostname(config-if)# nameif inside
hostname(config-if)# security-level 100
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 inside
hostname(config)# dhcpd enable inside
Cisco ASA Series CLI Configuration Guide
1-12
Purpose
Enables transparent firewall mode. This command clears your
configuration.
Configures an interface in routed mode. The security-level is a
number between 1 and 100, where 100 is the most secure.
Configures a bridge virtual interface and assigns a management
VLAN to the bridge group. 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
address in the range.
Chapter 1
Getting Started

Advertisement

Table of Contents
loading

Table of Contents