Cisco ASA Series Getting Started page 13

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

Advertisement

Getting Started
Example:
ciscoasa(config)# interface vlan 1
ciscoasa(config-if)# ip address 192.168.1.1 255.255.255.0
ciscoasa(config-if)# nameif inside
ciscoasa(config-if)# security-level 100
The security-level is a number between 1 and 100, where 100 is the most secure.
• Transparent mode—Configure a bridge virtual interface and assigns a management VLAN to the bridge
group:
interface bvi number
interface vlan number
Example:
ciscoasa(config)# interface bvi 1
ciscoasa(config-if)# ip address 192.168.1.1 255.255.255.0
ciscoasa(config)# interface vlan 1
ciscoasa(config-if)# bridge-group 1
ciscoasa(config-if)# nameif inside
ciscoasa(config-if)# security-level 100
The security-level is a number between 1 and 100, where 100 is the most secure.
Step 4
(For directly-connected management hosts) Enable DHCP for the management host on the management
interface 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 inside
ciscoasa(config)# dhcpd enable inside
Make sure you do not include the management 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
ip address ip_address [mask]
nameif name
security-level level
ip address ip_address [mask]
bridge-group bvi_number
nameif name
security-level level
CLI Book 1: Cisco ASA Series General Operations CLI Configuration Guide, 9.5
Configure ASDM Access for the ASA Services Module
13

Advertisement

Table of Contents
loading

Table of Contents