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