Help with Cisco air-ap1131

novadude

[H]ard|Gawd
Joined
Jul 8, 2004
Messages
1,108
I just received a new air-ap1131AG from a seller on ebay. It came with system software 12.3(2)JA2, but the most recent is 12.4.25d-JA. What do I need to do to get the new version after creating an account? This is for home use and I'm starting to get the feeling that I'll wind up needing a nice expensive service contract or something.

Also, after getting it setup I noticed that the 802.11g network stops broadcasting after a few minutes. Even hard resetting and disabling the 802.11a radio doesn't solve the problem.
 
Last edited:
you need to have purchased SmartNet to (legally) obtain new IOS, I'm pretty sure.
 
Thats what I was afraid of. Guess I'll worry about that after I figure out why the wireless quits on me.

Looking at the lights now (only the .11g radio active) and it looks like the light is going yellow when the 802.11g network stops, which according to the booklet indicates IOS errors. The A network keeps on ticking though, so maybe it's a hardware issue?

here's a censored config file:

Code:
interface Dot11Radio0
 no ip address
 no ip route-cache
 !
 encryption mode ciphers aes-ccm 
 !
 ssid SSID1
    authentication open 
    authentication key-management wpa
    wpa-psk ascii 7 blah
 !
 short-slot-time
 speed basic-1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0
 power local cck 14
 power local ofdm 14
 power client 14
 channel 2437
 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
 !
 encryption mode ciphers aes-ccm 
 !
 ssid SSID2
    authentication open 
    authentication key-management wpa
    wpa-psk ascii 7 blah2
 !
 speed basic-6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0
 power local 14
 power client 14
 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
 bridge-group 1
 no bridge-group 1 source-learning
 bridge-group 1 spanning-disabled
!
interface BVI1
 ip address 192.168.1.2 255.255.255.0
 no ip route-cache
 ntp broadcast client
!
ip default-gateway 192.168.1.1
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
ip radius source-interface BVI1 
logging snmp-trap emergencies
logging snmp-trap alerts
logging snmp-trap critical
logging snmp-trap errors
logging snmp-trap warnings
bridge 1 route ip
!
!
!
line con 0
 transport preferred all
 transport output all
line vty 0 4
 login local
 transport preferred all
 transport input all
 transport output all
line vty 5 15
 login
 transport preferred all
 transport input all
 transport output all
!
ntp clock-period 2111063
ntp server 61.67.210.241
end
 
Last edited:
That is most likely why it was on ebay. Sounds like the g radio is toast. A lot of cisco refurbishers dump the shit they can't resell due to hardware issues on ebay and sell it "as is" so you can't complain. That's not to say there isn't perfect working order cisco on ebay but you have to be weary of a "working pull" cisco auction.

And yes you have to have smart net access for ios upgrades.
 
That is most likely why it was on ebay. Sounds like the g radio is toast. A lot of cisco refurbishers dump the shit they can't resell due to hardware issues on ebay and sell it "as is" so you can't complain. That's not to say there isn't perfect working order cisco on ebay but you have to be weary of a "working pull" cisco auction.

And yes you have to have smart net access for ios upgrades.

It was sold as new in box.
 
Back
Top