Cisco Cisco ASA Series 시작하기 - 페이지 14
{카테고리_이름} Cisco Cisco ASA Series에 대한 시작하기을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco Cisco ASA Series 31 페이지.
Cisco Cisco ASA Series에 대해서도 마찬가지입니다: 마운트 및 연결 (12 페이지), 마운트 및 연결 (6 페이지)
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