Download Print this page

Cisco ASA5506W-X Configuration Manual page 8

Hide thumbs Also See for ASA5506W-X:

Advertisement

no shut
From this point on, you can perform the normal steps to complete the configuration of the WAP
and you must be able to access it from the web browser of a client connected to the above created
SSID. The default username of the access point is Cisco with a password of Cisco with a capital
C.
Cisco ASA 5506-X Series Quick Start Guide
http://www.cisco.com/c/en/us/td/docs/security/asa/quick_start/5506X/5506x-quick-start.html#pgfId-
138410
You need to use the IP address of 10.1.0.254 instead of the 192.168.10.2 as stated in the Quick
Start Guide.
Configurations
The resulting configuration must match the output (assuming you used the example IP ranges,
otherwise substitute accordingly:
ASA Configuration
Interfaces:
Note: The lines in italics only apply if you do NOT have an inside switch:
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#
DHCP:
asa# sh run dhcpd
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

Advertisement

loading