Download Print this page

Cisco ASA5506W-X Configuration Manual page 7

Hide thumbs Also See for ASA5506W-X:

Advertisement

ASA by pressing CTRL + SHIFT + 6 +X (CTRL ^ X).
Once the SFR configuration applies, you must be able to ping the SFR management IP address
from the ASA:
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#
If you cannot ping the interface successfully, verify the configuration and state of physical ethernet
connections.
Step 8. Connect to AP GUI to enable radios and set other WAP configuration
At this point you should have connectivity to manage the WAP via the HTTP GUI as discussed in
the quick start guide. You will either need to browse to the IP address of the WAP's BVI interface
from a web browser of a client that is connected to the inside network on the 5506W or you can
apply the example configuration and connect to the SSID of the WAP. If you do not use the CLI
below, you need to plug in the ethernet cable from your client to the Gigabit1/2 interface on the
ASA.
If you prefer to use the CLI to configure the WAP, you can session into it from the ASA and use
this example configuration. This creates an open SSID with the name of 5506W and 5506W_5Ghz
so that you can use a wireless client to connect to and further manage the WAP.
Note: After applying this configuration you will want to access the GUI and apply security to
the SSIDs so that the wireless traffic is encrypted.
WAP CLI Configuration for a single wireless VLAN using modified IP ranges
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

Advertisement

loading