본 제품에 대한 문서 세트는 편견 없는 언어를 사용하기 위해 노력합니다. 본 설명서 세트의 목적상, 편견 없는 언어는 나이, 장애, 성별, 인종 정체성, 민족 정체성, 성적 지향성, 사회 경제적 지위 및 교차성에 기초한 차별을 의미하지 않는 언어로 정의됩니다. 제품 소프트웨어의 사용자 인터페이스에서 하드코딩된 언어, RFP 설명서에 기초한 언어 또는 참조된 서드파티 제품에서 사용하는 언어로 인해 설명서에 예외가 있을 수 있습니다. 시스코에서 어떤 방식으로 포용적인 언어를 사용하고 있는지 자세히 알아보세요.
Cisco는 전 세계 사용자에게 다양한 언어로 지원 콘텐츠를 제공하기 위해 기계 번역 기술과 수작업 번역을 병행하여 이 문서를 번역했습니다. 아무리 품질이 높은 기계 번역이라도 전문 번역가의 번역 결과물만큼 정확하지는 않습니다. Cisco Systems, Inc.는 이 같은 번역에 대해 어떠한 책임도 지지 않으며 항상 원본 영문 문서(링크 제공됨)를 참조할 것을 권장합니다.
이 문서에서는 기존 네트워크에 맞게 기본 IP 주소 지정 체계를 수정해야 하거나 여러 무선 VLAN이 필요한 경우 Cisco ASA(Adaptive Security Appliance) 5506W-X 디바이스의 초기 설치 및 컨피그레이션을 수행하는 방법에 대해 설명합니다. 무선 액세스 포인트(WAP)에 액세스하고 다른 서비스(예: DHCP)가 예상대로 계속 작동하도록 하기 위해 기본 IP 주소를 수정할 때 몇 가지 컨피그레이션 변경이 필요합니다. 또한 이 문서에서는 WAP의 초기 구성을 보다 쉽게 완료할 수 있도록 통합 WAP(Wireless Access Point)에 대한 몇 가지 CLI 구성 예를 제공합니다. 이 문서는 Cisco 웹 사이트에서 제공되는 기존 Cisco ASA 5506-X 빠른 시작 가이드를 보완하기 위한 것입니다.
이 문서는 무선 액세스 포인트가 포함된 Cisco ASA5506W-X 장치의 초기 컨피그레이션에만 적용되며, 기존 IP 주소 지정 체계를 수정하거나 무선 VLAN을 추가할 때 필요한 다양한 변경 사항을 해결하기 위한 용도로만 제공됩니다. 기본 컨피그레이션 설치의 경우 기존 ASA 5506-X 빠른 시작 설명서를 참조해야 합니다.
다음 주제에 대한 지식을 보유하고 있으면 유용합니다.
이 문서의 정보는 다음 소프트웨어 및 하드웨어 버전을 기반으로 합니다.
이 문서의 정보는 특정 랩 환경의 디바이스를 토대로 작성되었습니다. 이 문서에 사용된 모든 디바이스는 초기화된(기본) 컨피그레이션으로 시작되었습니다. 현재 네트워크가 작동 중인 경우, 모든 명령어의 잠재적인 영향을 미리 숙지하시기 바랍니다.
이 그림에서 볼 수 있듯이, 두 가지 다른 토폴로지에 적용될 IP 주소 지정의 예:
내부 스위치가 있는 ASA + Firepower:
내부 스위치가 없는 ASA + Firepower:
클라이언트에 연결된 콘솔 케이블로 ASA의 전원을 켜고 부팅한 후 이 단계를 순서대로 수행해야 합니다.
기존 환경 내에서 필요에 따라 내부(GigabitEthernet 1/2) 및 wifi(GigabitEthernet 1/9) 인터페이스를 IP 주소로 구성합니다. 이 예에서 내부 클라이언트는 10.0.0.1/24 네트워크에 있고 WIFI 클라이언트는 10.1.0.1/24 네트워크에 있습니다.
asa(config)# interface gigabitEthernet 1/2 asa(config-if)# ip address 10.0.0.1 255.255.255.0 asa(config)# interface gigabitEthernet 1/9 asa(config-if)# ip address 10.1.0.1 255.255.255.0[an error occurred while processing this directive]
참고: 위의 인터페이스 IP 주소를 변경하면 이 경고가 표시됩니다. 이것은 당연한 일입니다.
Interface address is not on same subnet as DHCP pool WARNING: DHCPD bindings cleared on interface 'inside', address pool removed[an error occurred while processing this directive]
ASA를 환경에서 DHCP 서버로 사용하려면 이 단계가 필요합니다. 다른 DHCP 서버를 사용하여 클라이언트에 IP 주소를 할당하는 경우 ASA에서 DHCP를 모두 비활성화해야 합니다. 이제 IP 주소 지정 체계를 변경했으므로 ASA가 클라이언트에 제공하는 기존 IP 주소 범위를 변경해야 합니다. 다음 명령은 새 IP 주소 범위와 일치하는 새 풀을 생성합니다.
asa(config)# dhcpd address 10.0.0.2-10.0.0.100 inside asa(config)# dhcpd address 10.1.0.2-10.1.0.100 wifi[an error occurred while processing this directive]
또한 DHCP 풀을 수정하면 ASA에서 이전 DHCP 서버가 비활성화되며 다시 활성화해야 합니다.
asa(config)# dhcpd enable inside[an error occurred while processing this directive]
asa(config)# dhcpd enable wifi
DHCP를 변경하기 전에 인터페이스 IP 주소를 변경하지 않으면 다음 오류가 발생합니다.
asa(config)# dhcpd address 10.0.0.2-10.0.0.100 inside Address range subnet 10.0.0.2 or 10.0.0.100 is not the same as inside interface subnet 192.168.1.1[an error occurred while processing this directive]
DHCP를 통해 IP 주소를 할당하는 경우 대부분의 클라이언트도 DHCP 서버에서 DNS 서버를 할당해야 합니다. 이 명령은 모든 클라이언트에 10.0.0.250에 있는 DNS 서버를 포함하도록 ASA를 구성합니다. 내부 DNS 서버 또는 ISP에서 제공하는 DNS 서버로 10.0.0.250을 대체해야 합니다.
asa(config)# dhcpd dns 10.0.0.250 interface inside asa(config)# dhcpd dns 10.0.0.250 interface wifi[an error occurred while processing this directive]
IP 주소가 변경되었으므로 내부 및 WiFI 네트워크의 클라이언트가 ASA를 관리하기 위해 ASDM에 액세스할 수 있도록 ASA에 대한 HTTP 액세스도 수정해야 합니다.
asa(config)# no http 192.168.1.0 255.255.255.0 inside[an error occurred while processing this directive]
asa(config)# no http 192.168.10.0 255.255.255.0 wifi
asa(config)# http 0.0.0.0 0.0.0.0 inside asa(config)# http 0.0.0.0 0.0.0.0 wifi
참고: 이 구성에서는 내부 또는 wifi 인터페이스의 모든 클라이언트가 ASDM을 통해 ASA에 액세스할 수 있습니다. 보안 모범 사례로서 주소의 범위를 신뢰할 수 있는 클라이언트로만 제한해야 합니다.
asa# session wlan console ap>enable Password: Cisco ap#configure terminal Enter configuration commands, one per line. End with CNTL/Z. ap(config)#interface BVI1 ap(config-if)#ip address 10.1.0.254 255.255.255.0[an error occurred while processing this directive]
이 단계는 WAP가 로컬 서브넷에서 시작되지 않은 모든 트래픽을 어디로 보낼지 알 수 있도록 하는 데 필요합니다. 이는 ASA 내부 인터페이스의 클라이언트에서 HTTP를 통해 WAP GUI에 액세스하기 위해 제공해야 합니다.
ap(config)#ip default-gateway 10.1.0.1[an error occurred while processing this directive]
Cisco Firepower(SFR이라고도 함) 모듈도 구축하려는 경우 ASA의 물리적 Management1/1 인터페이스에서 액세스하기 위해 IP 주소를 변경해야 합니다. ASA 및 SFR 모듈 구성 방법을 결정하는 두 가지 기본 구축 시나리오가 있습니다.
시나리오에 따라 적절한 단계가 있습니다.
모듈에 대한 세션을 시작하고 모듈을 내부 스위치에 연결하기 전에 ASA에서 변경할 수 있습니다. 이 컨피그레이션을 사용하면 IP 주소가 10.0.0.254인 ASA 내부 인터페이스와 동일한 서브넷에 배치하여 IP를 통해 SFR 모듈에 액세스할 수 있습니다.
굵게 표시된 줄은 이 예에 해당하며 IP 연결을 설정하는 데 필요합니다.
기울임꼴로 표시된 줄은 환경에 따라 다릅니다.
asa# session sfr console Opening console session with module sfr. Connected to module sfr. Escape character sequence is 'CTRL-^X'. Cisco ASA5506W v5.4.1 (build 211) Sourcefire3D login: admin Password: Sourcefire <<Output Truncated - you will see a large EULA>> Please enter 'YES' or press <ENTER> to AGREE to the EULA: YES System initialization in progress. Please stand by. You must change the password for 'admin' to continue. Enter new password: Confirm new password: You must configure the network to continue. You must configure at least one of IPv4 or IPv6. Do you want to configure IPv4? (y/n) [y]: y Do you want to configure IPv6? (y/n) [n]: n Configure IPv4 via DHCP or manually? (dhcp/manual) [manual]:
Enter an IPv4 address for the management interface [192.168.45.45]: 10.0.0.254
Enter an IPv4 netmask for the management interface [255.255.255.0]: 255.255.255.0
Enter the IPv4 default gateway for the management interface []:
10.0.0.1
[an error occurred while processing this directive]
Enter a fully qualified hostname for this system [Sourcefire3D]: Cisco_SFR
Enter a comma-separated list of DNS servers or 'none' []: 10.0.0.250
Enter a comma-separated list of search domains or 'none' [example.net]: example.net
If your networking information has changed, you will need to reconnect.
For HTTP Proxy configuration, run 'configure network http-proxy'
Applying 'Default Allow All Traffic' access control policy.
참고: 기본 액세스 제어 정책이 SFR 모듈에 적용되는 데 몇 분 정도 걸릴 수 있습니다. 완료되면 CTRL + SHIFT + 6 +X(CTRL ^ X)를 눌러 SFR 모듈 CLI에서 빠져나와 ASA로 돌아갈 수 있습니다
일부 소규모 구축에는 내부 스위치가 없을 수 있습니다. 이러한 유형의 토폴로지에서는 클라이언트가 일반적으로 WiFi 인터페이스를 통해 ASA에 연결합니다. 이 시나리오에서는 외부 스위치가 필요하지 않으며 Management1/1 인터페이스를 다른 물리적 ASA 인터페이스에 교차 연결하여 별도의 ASA 인터페이스를 통해 SFR 모듈에 액세스할 수 있습니다.
이 예에서는 ASA GigabitEthernet1/3 인터페이스와 Management1/1 인터페이스 사이에 물리적 이더넷 연결이 있어야 합니다. 그런 다음 ASA 및 SFR 모듈을 별도의 서브넷에 있도록 구성한 다음 ASA는 물론 내부 또는 wifi 인터페이스에 있는 클라이언트 모두에서 SFR에 액세스할 수 있습니다.
ASA 인터페이스 구성:
asa(config)# interface gigabitEthernet 1/3 asa(config-if)# ip address 10.2.0.1 255.255.255.0 asa(config-if)# nameif sfr INFO: Security level for "sfr" set to 0 by default. asa(config-if)# security-level 100 asa(config-if)# no shut[an error occurred while processing this directive]
SFR 모듈 구성:
asa# session sfr console Opening console session with module sfr. Connected to module sfr. Escape character sequence is 'CTRL-^X'. Cisco ASA5506W v5.4.1 (build 211) Sourcefire3D login: admin Password: Sourcefire <<Output Truncated - you will see a large EULA>> Please enter 'YES' or press <ENTER> to AGREE to the EULA: YES System initialization in progress. Please stand by. You must change the password for 'admin' to continue. Enter new password: Confirm new password: You must configure the network to continue. You must configure at least one of IPv4 or IPv6. Do you want to configure IPv4? (y/n) [y]: y Do you want to configure IPv6? (y/n) [n]: n Configure IPv4 via DHCP or manually? (dhcp/manual) [manual]:
Enter an IPv4 address for the management interface [192.168.45.45]: 10.2.0.254 Enter an IPv4 netmask for the management interface [255.255.255.0]: 255.255.255.0 Enter the IPv4 default gateway for the management interface []: 10.2.0.1
Enter a fully qualified hostname for this system [Sourcefire3D]: Cisco_SFR Enter a comma-separated list of DNS servers or 'none' []: 10.0.0.250 Enter a comma-separated list of search domains or 'none' [example.net]: example.net If your networking information has changed, you will need to reconnect. For HTTP Proxy configuration, run 'configure network http-proxy' Applying 'Default Allow All Traffic' access control policy.[an error occurred while processing this directive]
참고: 기본 액세스 제어 정책이 SFR 모듈에 적용되는 데 몇 분 정도 걸릴 수 있습니다. 완료되면 CTRL + SHIFT + 6 +X(CTRL ^ X)를 눌러 SFR 모듈 CLI에서 이스케이프하고 ASA로 돌아갈 수 있습니다.
SFR 컨피그레이션이 적용되면 ASA에서 SFR 관리 IP 주소를 ping할 수 있어야 합니다.
asa# ping 10.2.0.254
Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.2.0.254, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/1 ms asa#[an error occurred while processing this directive]
인터페이스를 ping할 수 없는 경우 물리적 이더넷 연결의 컨피그레이션 및 상태를 확인합니다.
이때 빠른 시작 가이드에서 설명한 대로 HTTP GUI를 통해 WAP를 관리할 수 있는 연결이 있어야 합니다. 5506W의 내부 네트워크에 연결된 클라이언트의 웹 브라우저에서 WAP BVI 인터페이스의 IP 주소를 찾아보거나, 예제 컨피그레이션을 적용하고 WAP의 SSID에 연결할 수 있습니다. 아래 CLI를 사용하지 않는 경우 클라이언트에서 ASA의 Gigabit1/2 인터페이스로 이더넷 케이블을 연결해야 합니다.
CLI를 사용하여 WAP를 구성하려는 경우 ASA에서 WAP에 세션하고 이 예제 컨피그레이션을 사용할 수 있습니다. 그러면 무선 클라이언트를 사용하여 WAP에 연결하고 WAP를 추가로 관리할 수 있도록 5506W 및 5506W_5Ghz라는 이름의 개방형 SSID가 생성됩니다.
참고: 이 컨피그레이션을 적용한 후 GUI에 액세스하고 SSID에 보안을 적용하여 무선 트래픽이 암호화되도록 합니다.
dot11 ssid 5506W authentication open guest-mode dot11 ssid 5506W_5Ghz authentication open guest-mode ! interface Dot11Radio0 ! ssid 5506W ! interface Dot11Radio1 ! ssid 5506W_5Ghz ! interface BVI1 ip address 10.1.0.254 255.255.255.0 ip default-gateway 10.1.0.1 ! interface Dot11Radio0 no shut ! interface Dot11Radio1 no shut[an error occurred while processing this directive]
이 시점부터 WAP 컨피그레이션을 완료하기 위한 일반적인 단계를 수행할 수 있으며, 위에서 생성한 SSID에 연결된 클라이언트의 웹 브라우저에서 WAP에 액세스할 수 있어야 합니다. 액세스 포인트의 기본 사용자 이름은 Cisco이며 비밀번호는 Cisco이고 대문자 C입니다.
Cisco ASA 5506-X Series 빠른 시작 설명서
빠른 시작 설명서에 나와 있는 대로 192.168.10.2 대신 10.1.0.254의 IP 주소를 사용해야 합니다.
결과 컨피그레이션은 출력과 일치해야 합니다(예 IP 범위를 사용했다고 가정). 그렇지 않으면 다음과 같이 대체합니다.
인터페이스:
참고: 기울임꼴로 표시된 줄은 내부 스위치가 없는 경우에만 적용됩니다.
asa# sh run interface gigabitEthernet 1/2
! interface GigabitEthernet1/2 nameif inside security-level 100 ip address 10.0.0.1 255.255.255.0
asa# sh run interface gigabitEthernet 1/3
!
interface GigabitEthernet1/3
nameif sfr
security-level 100
ip address 10.2.0.1 255.255.255.0
asa# sh run interface gigabitEthernet 1/9
! interface GigabitEthernet1/9 nameif wifi security-level 100 ip address 10.1.0.1 255.255.255.0 asa#[an error occurred while processing this directive]
DHCP:
asa# sh run dhcpd
[an error occurred while processing this directive]
dhcpd auto_config outside **auto-config from interface 'outside' **auto_config dns x.x.x.x x.x.x.x <-- these lines will depend on your ISP **auto_config domain isp.domain.com <-- these lines will depend on your ISP ! dhcpd address 10.0.0.2-10.0.0.100 inside dhcpd dns 10.0.0.250 interface inside dhcpd enable inside ! dhcpd address 10.1.0.2-10.1.0.100 wifi dhcpd dns 10.0.0.250 interface wifi dhcpd enable wifi ! asa#
HTTP:
asa# show run http
http server enable http 0.0.0.0 0.0.0.0 outside http 0.0.0.0 0.0.0.0 inside asa#[an error occurred while processing this directive]
asa# session wlan console ap>enable Password: Cisco ap#configure terminal Enter configuration commands, one per line. End with CNTL/Z.
ap#show configuration | include default-gateway
ip default-gateway 10.1.0.1
ap#show configuration | include ip route
ip route 0.0.0.0 0.0.0.0 10.1.0.1
ap#show configuration | i interface BVI|ip address 10
[an error occurred while processing this directive]
interface BVI1 ip address
10.1.0.254 255.255.255.0
asa# session sfr console Opening console session with module sfr. Connected to module sfr. Escape character sequence is 'CTRL-^X'. > show network ===============[ System Information ]=============== Hostname : Cisco_SFR Domains : example.net DNS Servers : 10.0.0.250 Management port : 8305
IPv4 Default route Gateway : 10.0.0.1
======================[ eth0 ]====================== State : Enabled Channels : Management & Events Mode : MDI/MDIX : Auto/MDIX MTU : 1500 MAC Address : B0:AA:77:7C:84:10
----------------------[ IPv4 ]---------------------
Configuration : Manual Address : 10.0.0.254 Netmask : 255.255.255.0 Broadcast : 10.0.0.255
----------------------[ IPv6 ]---------------------- Configuration : Disabled ===============[ Proxy Information ]================ State : Disabled Authentication : Disabled >[an error occurred while processing this directive]
asa# session sfr console Opening console session with module sfr. Connected to module sfr. Escape character sequence is 'CTRL-^X'. > show network ===============[ System Information ]=============== Hostname : Cisco_SFR Domains : example.net DNS Servers : 10.0.0.250 Management port : 8305
IPv4 Default route Gateway : 10.2.0.1
======================[ eth0 ]====================== State : Enabled Channels : Management & Events Mode : MDI/MDIX : Auto/MDIX MTU : 1500 MAC Address : B0:AA:77:7C:84:10
----------------------[ IPv4 ]--------------------- Configuration : Manual Address : 10.2.0.254 Netmask : 255.255.255.0 Broadcast : 10.2.0.255
----------------------[ IPv6 ]---------------------- Configuration : Disabled ===============[ Proxy Information ]================ State : Disabled Authentication : Disabled >[an error occurred while processing this directive]
설치 프로세스를 완료하기 위해 WAP에 제대로 연결되어 있는지 확인하려면 다음을 수행합니다.
이 컨피그레이션에서는 단일 무선 VLAN을 사용한다고 가정합니다. 무선 AP의 BVI(Bridge Virtual Interface)는 여러 VLAN에 대한 브리지를 제공할 수 있습니다. ASA의 DHCP 구문 때문에 5506W를 여러 VLAN에 대한 DHCP 서버로 구성하려면 Gigabit1/9 인터페이스에 하위 인터페이스를 생성하고 각 이름을 지정해야 합니다. 이 섹션에서는 기본 컨피그레이션을 제거하고 ASA를 여러 VLAN에 대한 DHCP 서버로 설정하는 데 필요한 컨피그레이션을 적용하는 프로세스를 안내합니다.
먼저 Gig1/9(wifi) 인터페이스에서 기존 DHCP 컨피그레이션을 제거합니다.
ciscoasa# no dhcpd address 10.1.0.2-10.1.0.100 wifi[an error occurred while processing this directive]
ciscoasa# no dhcpd enable wifi
액세스 포인트에서 구성한 각 VLAN에 대해 Gig1/9의 하위 인터페이스를 구성해야 합니다. 이 예제 컨피그레이션에서는 두 개의 하위 인터페이스를 추가합니다.
-Gig1/9.5. nameif vlan5가 포함되며 VLAN 5 및 서브넷 10.5.0.0/24에 해당합니다.
-Gig1/9.30 - nameif vlan30을 가지며 VLAN 30 및 서브넷 10.3.0.0/24에 해당합니다.
실제로 여기서 구성한 VLAN 및 서브넷이 액세스 포인트에 지정된 VLAN 및 서브넷과 일치해야 합니다. nameif 및 하위 인터페이스 번호는 원하는 대로 선택할 수 있습니다. 웹 GUI를 사용하여 액세스 포인트를 구성하려면 앞서 설명한 빠른 시작 가이드에서 링크를 참조하십시오.
ciscoasa(config)# interface g1/9.5[an error occurred while processing this directive]
ciscoasa(config-if)# vlan 5
ciscoasa(config-if)# nameif vlan5
ciscoasa(config-if)# security-level 100
ciscoasa(config-if)# ip address 10.5.0.1 255.255.255.0
ciscoasa(config-if)# interface g1/9.30
ciscoasa(config-if)# vlan 30
ciscoasa(config-if)# nameif vlan30
ciscoasa(config-if)# security-level 100
ciscoasa(config-if)# ip address 10.30.0.1 255.255.255.0
ciscoasa(config)# dhcpd address 10.5.0.2-10.5.0.254 vlan5 ciscoasa(config)# dhcpd address 10.30.0.2-10.30.0.254 vlan30 ciscoasa(config)# dhcpd enable vlan5 ciscoasa(config)# dhcpd enable vlan30[an error occurred while processing this directive]
마지막으로 ASA의 컨피그레이션에 맞게 액세스 포인트를 구성해야 합니다. 액세스 포인트용 GUI 인터페이스를 사용하면 ASA 내부(Gigabit1/2) 인터페이스에 연결된 클라이언트를 통해 AP에 VLAN을 구성할 수 있습니다. 그러나 CLI를 사용하여 ASA 콘솔 세션을 통해 AP를 구성한 다음 무선으로 연결하여 AP를 관리하려는 경우 이 컨피그레이션을 템플릿으로 사용하여 VLAN 5 및 30에 두 개의 SSID를 생성할 수 있습니다. 글로벌 컨피그레이션 모드의 AP 콘솔 내에서 이 컨피그레이션을 입력해야 합니다.
dot11 vlan-name VLAN30 vlan 30 dot11 vlan-name VLAN5 vlan 5 ! dot11 ssid SSID_VLAN30 vlan 30 authentication open mbssid guest-mode ! dot11 ssid SSID_VLAN5 vlan 5 authentication open mbssid guest-mode ! interface Dot11Radio0 ! ssid SSID_VLAN30 ! ssid SSID_VLAN5 mbssid ! interface Dot11Radio0.5 encapsulation dot1Q 5 bridge-group 5 bridge-group 5 subscriber-loop-control bridge-group 5 spanning-disabled bridge-group 5 block-unknown-source no bridge-group 5 source-learning no bridge-group 5 unicast-flooding ! interface Dot11Radio0.30 encapsulation dot1Q 30 bridge-group 30 bridge-group 30 subscriber-loop-control bridge-group 30 spanning-disabled bridge-group 30 block-unknown-source no bridge-group 30 source-learning no bridge-group 30 unicast-flooding ! interface Dot11Radio1 ! ssid SSID_VLAN30 ! ssid SSID_VLAN5 mbssid ! interface Dot11Radio1.5 encapsulation dot1Q 5 bridge-group 5 bridge-group 5 subscriber-loop-control bridge-group 5 spanning-disabled bridge-group 5 block-unknown-source no bridge-group 5 source-learning no bridge-group 5 unicast-flooding ! interface Dot11Radio1.30 encapsulation dot1Q 30 bridge-group 30 bridge-group 30 subscriber-loop-control bridge-group 30 spanning-disabled bridge-group 30 block-unknown-source no bridge-group 30 source-learning no bridge-group 30 unicast-flooding ! interface GigabitEthernet0.5 encapsulation dot1Q 5 bridge-group 5 bridge-group 5 spanning-disabled no bridge-group 5 source-learning ! interface GigabitEthernet0.30 encapsulation dot1Q 30 bridge-group 30 bridge-group 30 spanning-disabled no bridge-group 30 source-learning ! interface BVI1 ip address 10.1.0.254 255.255.255.0 ip default-gateway 10.1.0.1 ! interface Dot11Radio0 no shut ! interface Dot11Radio1 no shut[an error occurred while processing this directive] 이때 ASA와 AP의 관리 컨피그레이션이 완료되어야 하며 ASA가 VLAN 5 및 30에 대한 DHCP 서버 역할을 합니다. AP에서 write memory 명령을 사용하여 컨피그레이션을 저장한 후 여전히 연결 문제가 있는 경우 CLI에서 reload 명령을 사용하여 AP를 다시 로드해야 합니다. 그러나 새로 생성된 SSID에서 IP 주소를 수신하는 경우 추가 작업이 필요하지 않습니다.
ap#write memory Building configuration... [OK] ap#reload Proceed with reload? [confirm] Writing out the event log to flash:/event.log ...[an error occurred while processing this directive]
참고: 전체 ASA 디바이스를 다시 로드할 필요는 없습니다. 기본 제공 액세스 포인트만 다시 로드해야 합니다.
AP의 재로드가 완료되면 wifi 또는 내부 네트워크의 클라이언트 머신에서 AP GUI에 연결해야 합니다. 일반적으로 AP가 완전히 재부팅되는 데 약 2분이 소요됩니다. 이 시점부터 일반 단계를 적용하여 WAP 컨피그레이션을 완료할 수 있습니다.
Cisco ASA 5506-X Series 빠른 시작 설명서
ASA 연결 문제 해결은 초기 컨피그레이션을 위한 것이므로 이 문서의 범위를 벗어납니다. 모든 단계가 제대로 완료되었는지 확인하려면 확인 및 컨피그레이션 섹션을 참조하십시오.