07-10-2002 07:32 PM - edited 03-01-2019 11:48 PM
In a network of Cat6k switches trunked together, can I effectively disable switching on a particular VLAN, so that all packets on that VLAN, regardless of destination MAC address, get flooded to the whole VLAN? I want to maintain proper switching function on my other VLANs, but create a 'virtual' hub on this one particular VLAN. Is it possible, and if so, how? Thanks.
07-10-2002 08:08 PM
You can. Check the following page
http://cio.cisco.com/univercd/cc/td/doc/product/lan/cat6000/sw_6_3/cmd_ref/setsn_su.htm#35754
But be aware that network meltdowns can occur due to Loops with STP disabled
07-10-2002 08:20 PM
No you can't. disabling SPT will not make this happen. connect a hub to the switch and connect the users to that hub.
what are you trying to achieve anyway ?
07-11-2002 01:12 PM
We have a team of engineers developing software for the 6kNAM blade (RMON/Network Analyzer). Each engineer prototypes code on his own blade in his own switch. We only have one Gigabit traffic generator (Smart Bits). I wanted to set it up such that any test traffic generated by the SmartBits gets to ALL switches, so each developer can see if his code handles it. Gigabit hubs can be expensive, and we already have the switches. So I figured we could create a special 'Test' VLAN that does not get routed anywhere outside our lab, but gets flooded to all the switches in the lab. Other VLANs must be switched/routed normally. It's not a typical scenario, that's for sure.
07-12-2002 07:36 AM
Basicly what you need to do is prevent the 6K from learning addresses on the ports and you will have a switch that will flood all packets for unlearned MAC addresses.
If you creat a "test" VLAN then creat a filter using the command:
set cam {static | permanent} filter {unicast_mac} vlan
Do this for ALL the MAC address of the devices attached in the "test" VLAN. Since the switch can no longer learn the mac addresses for the devices it must FLOOD any packet with that destination out all ports in the VLAN giving you a "virtual HUB".
Hope this helps.
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