02-15-2011 07:14 PM - edited 03-06-2019 03:34 PM
I'm trying to force traffic flowing between two vlans on my 3560x switch out then back in from an external layer2 bridge, for purposes of network simulation.
What's the best/most efficient way to accomplish this (I'm running ip services image). So traffic from vlan160 destined for vlan159 would first flow out gi0/35, then come back in gi0/36.
Thanks
!
interface GigabitEthernet0/35
description bridge side A
switchport access vlan 160
!
interface GigabitEthernet0/36
description bridge side B
!
interface vlan159
ip address 10.10.159.1 255.255.255.0
!
interface vlan160
ip address 10.10.160.1 255.255.255.0
02-15-2011 11:59 PM
Hi,
Traffic destined to Vlan 159 will flow out ports in this vlan so surely not on Gi0/35 which is in Vlan 160.
Can you clarify what you want to achieve and also can you manage the L2 bridge?
Regards.
Alain.
02-16-2011 12:06 AM
You should also put:
interface GigabitEthernet0/36
into VLAN 159 or make this VLan native Vlan.
You need to clarify what is your goal here. Do not give us solution but explain the problem. To test your scenarion the best would be to connect to routers to it on per Vlan and then test it. What is the purpose of your bridge? Are you aware that bridge may not tag frame with any Vlan right? Probably you do not want that.
02-16-2011 06:05 AM
Sorry I wasn't trying to give solution, only a framework for somebody to help describe it.
The external device would not have to have vlan tags, and though its purpose is somewhat irrelevant, it could be doing network simulation or changing the packet contents, and only operates at layer 2. And unfortunately I have only one cisco switch available. I do have another gig-e capable switch if that's truly necessary to include in the setup, I just assumed that with ip services there'd be some way to do it via configuration so that I might be able to cause the traffic to flow thru the bridge or not as I test.
Does this descive it better? Thanks for any tips.
02-16-2011 06:16 AM
Hi,
Reply from 192.168.1.10: Destination host unreachable
No. I think you should include a topology diagram and get clearer with the objectives you are trying to achieve.
Post also the relevant configs.
Regards.
Alain.
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