thanks, it's because i work for brewery =) all that golden goodness.
I like your explanation but it osunds almost like it may depend a little on the radios being configured in repeater mode. each radio is hardwired to the switches they are connected to. the switch couldn't have failed because the computers in the office were still working normally. it's literally only the wireless that dies. isolation of the 3 AP's i don't think would matter because it happened across the entire network, jumping from segment to segment which should have no bearing on eachother, especially when you consider the AP's at our remote site dropped off too. most of my AP's are running the same configuration (except the WDS AP's) here's one of my configs if that might shed a bit of light.
I should also note this has not recurred in the last week, and the only change we've made so far was to take our network monitor offline as it was a suspect. the network monitor is the dude server from microtik. one of our concerns was that its discovery method might be knocking these off but we have no way of proving whether this is happening or not.
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname AP010
!
enable secret 5 ::
!
username :: privilege 15 password 7 ::
clock timezone Central -6
clock summer-time summer-central recurring 2 Sun Mar 2:00 1 Sun Nov 2:00
ip subnet-zero
ip domain name citybrewery.com
ip name-server 10.1.x.x
ip name-server 10.1.x.x
ip name-server 10.1.x.x
!
aaa new-model
!
!
aaa group server radius rad_mac
!
aaa group server radius rad_acct
!
aaa group server radius rad_admin
!
aaa group server tacacs+ tac_admin
!
aaa group server radius rad_pmip
!
aaa group server radius rad_eap
!
aaa group server radius dummy
!
aaa authentication login default local
aaa authentication login eap_methods group rad_eap
aaa authentication login mac_methods local
aaa authentication login method_admin group admin
aaa authentication login method_radius group radius
aaa authorization exec default local
aaa accounting network acct_methods start-stop group rad_acct
aaa session-id common
dot11 network-map
!
!
bridge irb
!
!
interface Dot11Radio0
no ip address
no ip route-cache
!
encryption key 1 size 128bit 7 :: transmit-key
encryption key 2 size 128bit 7 ::
encryption key 3 size 128bit 7 ::
encryption key 4 size 128bit 7 ::
encryption mode wep mandatory
!
ssid **
authentication network-eap eap_methods
!
ssid **
authentication open
infrastructure-ssid optional
!
short-slot-time
speed basic-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 30
power local ofdm 30
power client 30
channel 2412
station-role root
antenna receive right
antenna transmit right
beacon period 96
dot11 extension power native
no cdp enable
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 10.1.210.x 255.255.0.0
no ip route-cache
ntp broadcast client
!
ip default-gateway 10.1.x.x
ip http server
ip http authentication aaa
no ip http secure-server
ip http help-path
ip radius source-interface BVI1
logging trap debugging
logging snmp-trap emergencies
logging snmp-trap alerts
logging snmp-trap critical
logging snmp-trap errors
logging snmp-trap warnings
logging 10.1.x.x
logging 10.1.x.x
snmp-server community * RW
snmp-server community * RO
snmp-server enable traps tty
bridge 1 route ip
!
!
wlccp ap username :: password 7 **
!
line con 0
transport preferred all
transport output all
line vty 0 4
transport preferred all
transport input all
transport output all
line vty 5 15
transport preferred all
transport input all
transport output all
!
ntp clock-period 2860625
ntp server 10.1.x.x prefer
ntp server 10.1.x.x prefer
end