cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
803
Views
0
Helpful
2
Replies

Getting Started with the 1130ag

ZeroFox31
Level 1
Level 1

I just got this new aironet 1130ag. And i'm having trouble trying to configure it, i've downloaded like every maunal, i could find that would help me configure but for some reason, it doesn't seem to help me. This is actually my first time trying to configure it. Can anyone show me how to do so? Thank you

2 Replies 2

Tiago Antunes
Cisco Employee
Cisco Employee

Hi,

We sure can help you if you clarify exactly what you want to configure .

Are you setting up a Controler (WLC) or Autonomous deployment?

Here you will find lots of configuration example for various features:

http://www.cisco.com/en/US/products/ps6087/prod_configuration_examples_list.html.

HTH,
Tiago

--

If  this helps you and/or answers your question please mark the question as  "answered" and/or rate it, so other users can easily find it.

Serge Yasmine
Cisco Employee
Cisco Employee

Here you go, i'll paste for you a basic IOS Standalone AP configuration with an ssid called "mywifi" having WPA1-PSK with TKIP envryption. Just in case you'll need it.

-->


!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname AP
!
enable secret
!
ip subnet-zero
!
!
!
dot11 ssid mywifi
   authentication open 
   authentication key-management wpa
   wpa-psk ascii
!
power inline negotiation prestandard source
!
!
username  privilege 15 password 
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
no shut
encryption mode ciphers tkip
!
ssid mywifi
channel 1
!
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
!

interface Dot11Radio1
no ip address
no ip route-cache
shutdown
no dfs band block
speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0
channel dfs
station-role root
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
bridge-group 1 spanning-disabled
!
interface FastEthernet0
no ip address
no ip route-cache
duplex auto
speed auto
hold-queue 160 in

!
interface BVI1
ip address 192.168.1.1 255.255.255.0
no ip route-cache
!

ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
!
!
control-plane
!
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
login authentication cli
!
end

Review Cisco Networking for a $25 gift card