08-15-2007 12:20 PM - edited 03-03-2019 06:20 PM
I have an 871W router with a couple of clients connected. If 2 devices are both connected to the router the devices cannot ping each other. I can ping both devices from the router but not from the device. If I connect 1 of the devices to the ethernet switch of the router than I am able to ping the device from the other device. Any ideas why I cannot ping the device from the other device when both are wireless?
Solved! Go to Solution.
08-16-2007 04:47 AM
Hi,
try configuring:
interface Dot11Radio0
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
08-15-2007 12:21 PM
Please send router configuration.
08-16-2007 04:35 AM
08-16-2007 04:47 AM
Hi,
try configuring:
interface Dot11Radio0
bridge-group 1 subscriber-loop-control
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
08-16-2007 04:50 AM
Thank you for the quick response. I will try this and let you know how it goes.
08-16-2007 06:42 PM
Your config changes got it working. Thanks for your help. Would you mind explaining why I needed these commands to enable this type of access?
08-17-2007 03:17 AM
As you see the radio interface works bridged to BVI interface. But being an AP, it is a special kind of bridge.
The commands (no source-learning) allows that a packet received on the radio interface is also sent to all the other connected wireless devices.
Thanks for the nice rating and good luck!
08-16-2007 10:13 AM
It might be your ACL, try this.
access-list 100 permit icmp any any echo
The echo requests may be getting blocked.
hth
ted
08-16-2007 10:27 AM
But it doesn't appear the ACL is blocking any traffic, and cisco's ACLs are supposed to behave in a predictable way.
08-16-2007 10:31 AM
Oops.. Yeah, you're right!
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