01-07-2016 10:53 PM - edited 03-08-2019 03:20 AM
Hi,
I want to block unicast/multicast flooding on cisco 6509 (only L2 capabilities).
The packets destined for a mac not known to the switch are unicast/multicast flooded to all ports of the switch, but I have a couple of ports connected to critical servers which should not get these packets.
I tried blocking the multicast and unicast (switchport block multicast) but it does block ping from local network also.
switchport block multicast
switchport block unicast
How can I stop just that flooding of packet to these couple of ports ?
Thanks
Solved! Go to Solution.
01-11-2016 12:36 PM
Well done. The other option is to create a new layer 3 subnet, and a new VLAN, and put the Microsoft NLB into that. Then the flooding will be limited to only ports in that VLAN.
01-12-2016 07:40 AM
Hi Bhushit17,
Ok, if you have implemented NLB in Unicast Mode, it is recommended that you use a dedicated VLAN for NLB so that the flooding is constrained.
More explanation below :
Unicast Mode
Good read below :
http://www.cisco.com/c/en/us/support/docs/switches/catalyst-6500-series-switches/107995-configure-nlb-00.html
Hope this helps you !
Mark it useful if you feel so.
Cheers ! :)
01-07-2016 11:01 PM
<snip> Oops, got that wrong. I would have tried the approach you already have.
01-07-2016 11:02 PM
It should only block a "ping" to a host it has not yet seen. As soon as the host "talks" it should work.
01-07-2016 11:29 PM
Yes it should, but this isn't happening unless I start the ping before putting the command:
switchport block multicast
I think arp resolution isn't possible after the command.
01-10-2016 08:10 AM
Hello,
If switch has to re-learn the server mac, it has to floods packets with unknown destination MAC addresses to all ports.. Having said that, if you block unicst/mcast flood to those ports, then it wont learn and put mac entry.
I would not advise you to go for blocking uncst/mcast flood pkts, unless you know there wont be any situation of mac ageing out.
Hope it helps !
Cheers ... :)
01-11-2016 02:59 AM
Hi Chsarkar,
Actually I have Microsoft Network Load Balancer connected to this same switch, and there is Multicast mac configured in that NLB, now since this is only an L2 switch, no mac has been learnt by this switch hence this flooding.
Now I am trying to configure static mac for this NLB on switch, hope it will solve my problem.
Thanks,
Cheers :)
01-11-2016 12:36 PM
Well done. The other option is to create a new layer 3 subnet, and a new VLAN, and put the Microsoft NLB into that. Then the flooding will be limited to only ports in that VLAN.
01-12-2016 07:40 AM
Hi Bhushit17,
Ok, if you have implemented NLB in Unicast Mode, it is recommended that you use a dedicated VLAN for NLB so that the flooding is constrained.
More explanation below :
Unicast Mode
Good read below :
http://www.cisco.com/c/en/us/support/docs/switches/catalyst-6500-series-switches/107995-configure-nlb-00.html
Hope this helps you !
Mark it useful if you feel so.
Cheers ! :)
01-16-2016 05:07 AM
Hi,
Configuring static mac does the job for me:), although I can put the NLB in different vlan, that option should however be more apt before NLB implementation.
Thanks,
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