09-15-2014 01:26 PM - edited 07-05-2021 01:32 AM
I have a Cisco Aironet 1131ag I bought to play with to learn the wireless side of cisco. I am having issues using the web interface, it doesn't ever seem to apply my settings and is very slow.
On the command line I need a little help. I am used to it using switches and routers however.
I was hoping someone could get me started. Here is what I am trying to achieve
basic stand alone setup of this ap
static ip set (do I want to assign one to each of the radios, i see it also has a bridge interface. do I want my main ip to be the fastethernet0 interface?)
setup the ssid's and enable the radios
setup wpa2 key for the security for each of the radios
setup dhcp relay to my switch handing out IPs
setting up the SSID's to the correct vlan.
If someone just has a config they have using it as a stand alone that should be all I need to get started.
Thanks for the help
Here is my current config
ap#show running-config
Building configuration...
Current configuration : 1555 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname ap
!
no logging console
enable secret 5 $1$t2sx$WwFrFGRmFhkKyYbm7tMTD0
!
no aaa new-model
!
resource policy
!
ip subnet-zero
!
!
!
dot11 ssid Test
!
power inline negotiation prestandard source
!
!
username Cisco password 7 1531021F0725
!
bridge irb
!
!
interface Dot11Radio0
no ip address
ip helper-address 10.1.1.115
ip security dedicated unclassified genser
ip security add
no ip route-cache
!
ssid Test
!
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 Dot11Radio1
no ip address
no ip route-cache
shutdown
dfs band 3 block
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
ip address 10.1.1.249 255.255.255.0
no ip route-cache
duplex auto
speed auto
bridge-group 1
no bridge-group 1 source-learning
bridge-group 1 spanning-disabled
!
interface BVI1
ip address dhcp client-id FastEthernet0
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
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
login local
!
end
09-17-2014 05:03 PM
Please refer:
http://www.cisco.com/c/en/us/td/docs/wireless/access_point/12-4_3g_JA/configuration/guide/ios1243gjaconfigguide/s43pref.html
http://www.cisco.com/c/en/us/td/docs/wireless/access_point/1130/quick/guide/ap1130qs.html#wp32211
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide