cancel
Showing results for 
Search instead for 
Did you mean: 

Communication between two virtual switches

Communication between two virtual switches

Fernando_Taglia
New Contributor
Hello!

I have studied about configuration of ExtremeXOS with the simulator GNS3.
I configured a small network with two switches and three computers, in two vlans:

bd08675ea9344efb836b0972198445f4_RackMultipart20150709-8116-1ptbf6u-Rede_Extreme_inline.png



The "Win7" and "LinuxTinyCore" PCs communicate with each other, but the "LinuxCore" isn't communicating with the other PCs. And the switches don't ping one each other.

Follow the sh conf bellow:

ExtremeXOS:

bd08675ea9344efb836b0972198445f4_RackMultipart20150709-16818-1voba6t-ExtremeXOS_inline.png



ExtremeOSX2:

bd08675ea9344efb836b0972198445f4_RackMultipart20150709-10997-236fil-ExtremeOSX2_inline.png



Can you help me?

Thanks!!
3 REPLIES 3

dflouret
Extreme Employee
Fernando,

Do you see anything when you type
show edp ports all?

If not, there's a problem with the connection between both switches.

Your configuration would not work in Virtualbox if you chose the Intel adapters, for example, because those adapters strip the vlan id information before transmitting it. You would have to use PCnet-FAST III adapters to make it work, because those adapters don't mess with vlan tagging. See https://forums.virtualbox.org/viewtopic.php?f=1&t=38037

Maybe there's a similar problem with your setup...

OscarK
Extreme Employee
Only one of the 2 switches need to route between both vlans, not both. Enable ipforwarding on both vlans on ExtremeXOS. IP addresses are only needed on the switch that does routing, on the other you only need 1 IP for telnet management access .

Mel78__CISSP__E
New Contributor III
Add the following.

enable ipf vlan TI ----> ExtremeXOS

enable ipf vlan ADM ----> ExtremeOSX2

GTM-P2G8KFN