12-17-2008 05:29 AM - edited 03-06-2019 03:01 AM
Is there a way to expand Ethernet broadcast domain across several VLANs. So far the only apparent solution for this is an x-over patch-cord stuck into a switch's ports. Is there a more elegant way to do this? I use c3750 switch.
Thanks.
12-17-2008 06:39 AM
Hi
You can bridge the two VLANs together.
bridge 10 protocol vlan-bridge
!
vlan 2
!
int vlan 2
bridge-group 10
!
vlan 3
!
int vlan 3
bridge-group 10
!
Hope this helps
Martin
12-17-2008 11:24 AM
Thanx Martin
I'll give it a try
12-18-2008 11:31 AM
bridge 10 protocol vlan-bridge
!
vlan 2
!
int vlan 2
bridge-group 10
!
vlan 3
!
int vlan 3
bridge-group 10
!
This snippet doesn't seem to work for me. At least I couldn't ping host 192.168.0.1 on vlan 2 from 192.168.0.2 on vlan 3.
As far as I understand bridging the bridge has to forward frames from one vlan to another and build a summarized arp table. So far I haven't seen a host from vlan 3.
Any ideas?
12-22-2008 01:22 PM
I have a similar setup but I want to do the opposite. I have two VLANs on the same subnet but I want to block certain broadcast traffic from one vlan to the other. I currently do this with a patch cable and access lists on the physical ports.
If I bridge the ports using the above commands, can I place an access list on the vlan interface with the same effect? Also, how does briding work if you are running vtp? Is the bridge local to every switch in the domain, only on the VTP domain master, or only on the switches where it is configured?
12-22-2008 01:25 PM
ougryphon -> you could use private-vlans with communities to achieve this.
let me know if 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