Hello, I'm struggling with the connection between two vlans and would greatly appreciate your help.
My question is, a router is needed for this? My topology is virtual (I'm a virtual machine Fedora, with MiniNet and opendaylight): h4 h4-eth0:s2-eth3 h5 h5-eth0:s2-eth2 h6 h6-eth0:s3-eth3 h7 h7-eth0:s3-eth2 s2 lo: s2-eth1:s3-eth1 s2-eth2:h5-eth0 s2-eth3:h4-eth0 s3 lo: s3-eth1:s2-eth1 s3-eth2:h7-eth0 s3-eth3:h6-eth0 c1 and my flows are: mininet> dpctl dump-flows *** s2 ------------------------------------------------------------------------ NXST_FLOW reply (xid=0x4): cookie=0x0, duration=457.271s, table=0, n_packets=4, n_bytes=392, idle_age=56, priority=500,ip,in_port=3 actions=mod_vlan_vid:10,output:1 cookie=0x0, duration=358.409s, table=0, n_packets=4, n_bytes=392, idle_age=26, priority=500,ip,in_port=2 actions=mod_vlan_vid:20,output:1 cookie=0x0, duration=334.843s, table=0, n_packets=4, n_bytes=408, idle_age=26, priority=500,ip,in_port=1,dl_vlan=20 actions=strip_vlan,output:2 cookie=0x0, duration=403.171s, table=0, n_packets=4, n_bytes=408, idle_age=46, priority=500,ip,in_port=1,dl_vlan=10 actions=strip_vlan,output:3 *** s3 ------------------------------------------------------------------------ NXST_FLOW reply (xid=0x4): cookie=0x0, duration=262.767s, table=0, n_packets=4, n_bytes=392, idle_age=46, priority=500,ip,in_port=3 actions=mod_vlan_vid:10,output:1 cookie=0x0, duration=121.757s, table=0, n_packets=4, n_bytes=392, idle_age=26, priority=500,ip,in_port=2 actions=mod_vlan_vid:20,output:1 cookie=0x0, duration=99.519s, table=0, n_packets=4, n_bytes=408, idle_age=26, priority=500,ip,in_port=1,dl_vlan=20 actions=strip_vlan,output:2 cookie=0x0, duration=202.28s, table=0, n_packets=4, n_bytes=408, idle_age=56, priority=500,ip,in_port=1,dl_vlan=10 actions=strip_vlan,output:3 ***********************
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss