I have a cisco 871w wireless router/switch. I have an ssid set up and clients can connect and access network/internet resources EXCEPT for anything other wireless device on the access point.
From a wireless client (ipad, iphone, or laptop) i can ping the bvi interface.
I can ping the gateway
I can ping anything outside of the 871w.
From outside the access point...i can ping the wireless device.
However...i cannot ping from 1 wireless device to another on the same access point.
I know there are no firewalls or access lists involved. I saw some references to making sure the bridge-group subscriber-loop-control is configured (is by default).
I have the same problem on an 881w device as well...so i figure it must be something i am not doing.
Any suggestions?
Here is the config:
871w#sh run
Building configuration...
Current configuration : 5658 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname 871w
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
enable password
!
no aaa new-model
!
dot11 ssid INTERNAL
vlan 1
authentication open
!
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.30.200 192.168.30.254
!
ip dhcp pool INTERNAL
network 192.168.30.0 255.255.255.0
dns-server 10.1.5.11 10.1.5.33
domain-name stoops.com
default-router 10.1.4.102
!
!
no ip domain lookup
ip domain name yourdomain.com
!
!
!
vtp mode transparent
!
!
archive
log config
hidekeys
!
!
!
bridge irb
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
ip address 10.1.4.102 255.255.255.0
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface Dot11Radio0
no ip address
!
encryption vlan 1 mode wep optional
!
ssid INTERNAL
!
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 access-point
!
interface Dot11Radio0.1
encapsulation dot1Q 1 native
no cdp enable
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$
no ip address
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
!
interface BVI1
ip address 192.168.30.254 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 10.1.4.253
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
access-list 23 permit 10.10.10.0 0.0.0.7
no cdp run
!
!
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
login local
no modem enable
line aux 0
line vty 0 4
privilege level 15
password
login
transport input telnet ssh
!
scheduler max-task-time 5000
end
871w#