Link to home
Start Free TrialLog in
Avatar of jasonlkennedy
jasonlkennedy

asked on

Unicast flooding - Need help - maybe static mac assign

Here’s the situation

We have a Spectralink 802.11b wireless phone system that is causing problems. The phone system consists of 11 gateways (devices) that plug into a Cisco 2950 switch. The Spectralink system needs to be on the same VLAN as the wireless system, which is throughout the entire hospital. The wireless VLAN is on every trunk in the hospital.

The problem is that, every now and again, our network is flooded with unicast packet from the one Gateway (source) to the master gateway (destination). The source device is usually never the same, but the destination always is, which is the master device that controls the whole system.

I think the problem is with the MAC table on the switch get overloaded and drops all mac’s and does not learn the master device again. The switch receives a packet from gatway #9 destined for Gateway #1 , but cannot find it. It floods all ports on the wireless VLAN with unicast packets, but never learns it. I use Ethereal and can capture 160000 packets in less than 1 second.

Can I statically assign a MAC address to a port so all traffic destined for that MAC must go to that port even if the gateway craps out? I want to statically assign the 11 gateways to their specific ports so I can at least stop the flooding. I need to know if this can be done and how do I do this? Is this the same as port security command and sticky command?

Thanks
J
Avatar of pseudocyber
pseudocyber

This command will assign the mac to vlan to and interface fa 1/0/1.

:mac address-table static f00d.beef.f00d vlan 10 int fa 1/0/1

You might try playing around with your aging timers - make things age out of the MAC table faster.  Sounds like you need some consulting to come in and take a look at your lan - especially if you're doing wireless voice.
Avatar of jasonlkennedy

ASKER

Will this command make the mac address stay in the table even if the switch is rebooted?
ASKER CERTIFIED SOLUTION
Avatar of jasonr0025
jasonr0025
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
oops, i meant to accept pseudocyber's answer. any way to change it?