|
Re: Questions about HWVTEP
I'm confused.
Why is the MAC of the TEP (tunnel end point) IP needed for creating the VXLAN tunnel?
TEP-IP is published in the hardware_vtep schema (Physical_Switch table). It is also published in the
I'm confused.
Why is the MAC of the TEP (tunnel end point) IP needed for creating the VXLAN tunnel?
TEP-IP is published in the hardware_vtep schema (Physical_Switch table). It is also published in the
|
By
Sumit Garg <sumit@...>
·
#1855
·
|
|
Re: Questions about HWVTEP
Hi Daya,
I have a general query in Hardware VTEP use case in hardware switch,
Case 1 :
The VxLAN tunnel should be created in the hardware switch only after the tunnel end point
Hi Daya,
I have a general query in Hardware VTEP use case in hardware switch,
Case 1 :
The VxLAN tunnel should be created in the hardware switch only after the tunnel end point
|
By
Ravi Shankar S
·
#1854
·
|
|
Re: Questions about HWVTEP
We discussed this in a community meeting just after the summit. the schema I think basically assumes macs will be unique, (since it is keyed by mac addr). andre also suggested it would be ok to assume
We discussed this in a community meeting just after the summit. the schema I think basically assumes macs will be unique, (since it is keyed by mac addr). andre also suggested it would be ok to assume
|
By
Dayavanti Gopal Kamath <dayavanti.gopal.kamath@...>
·
#1853
·
|
|
Re: Questions about HWVTEP
A single record within the MAC table will be uniquely identified using (VNI, MAC)
Only VNI will yield all MAC belonging to the specified VNI/logical switch.
Only MAC will give you all MAC irrespective
A single record within the MAC table will be uniquely identified using (VNI, MAC)
Only VNI will yield all MAC belonging to the specified VNI/logical switch.
Only MAC will give you all MAC irrespective
|
By
Sumit Garg <sumit@...>
·
#1852
·
|
|
Re: Questions about HWVTEP
Sumit,
Since VNI itself is unique, why should we have VNI+Mac as the key. Can’t we have VNI as the only key for the local/remote mac tables?
Regards,
Ravi
Sumit,
Since VNI itself is unique, why should we have VNI+Mac as the key. Can’t we have VNI as the only key for the local/remote mac tables?
Regards,
Ravi
|
By
Ravi Shankar S
·
#1850
·
|
|
Re: Questions about HWVTEP
Vishal, Yes. The key should be VNI + MAC.
--
Sumit Garg
Extreme Networks
sumit@...
+1 (919) 595-4971
From: Vishal Thapar <vishal.thapar@...>
Date: Thursday, August 20, 2015 at 9:28 AM
To:
Vishal, Yes. The key should be VNI + MAC.
--
Sumit Garg
Extreme Networks
sumit@...
+1 (919) 595-4971
From: Vishal Thapar <vishal.thapar@...>
Date: Thursday, August 20, 2015 at 9:28 AM
To:
|
By
Sumit Garg <sumit@...>
·
#1851
·
|
|
Re: Questions about HWVTEP
Question inline.
Regards,
Vishal.
Question inline.
Regards,
Vishal.
|
By
Vishal Thapar <vishal.thapar@...>
·
#1849
·
|
|
Re: Questions about HWVTEP
Added in line comments.
Regards,
Ravi Shankar
Added in line comments.
Regards,
Ravi Shankar
|
By
Ravi Shankar S
·
#1848
·
|
|
Re: Questions about HWVTEP
Sam: Yes, that is my assumption too. Just wanted to make sure it is correct and holds true for both ToR and OVS. As in, OVS doesn’t do any mac-learning from other peers when running as HWVTEP node.
Sam: Yes, that is my assumption too. Just wanted to make sure it is correct and holds true for both ToR and OVS. As in, OVS doesn’t do any mac-learning from other peers when running as HWVTEP node.
|
By
Vishal Thapar <vishal.thapar@...>
·
#1847
·
|
|
Re: Questions about HWVTEP
I thought some of this would happen via ovsdb. The switch would learn it's local macs as normal and populate it's local ovsdb macs. Then these entries would get pushed as remote macs in the other
I thought some of this would happen via ovsdb. The switch would learn it's local macs as normal and populate it's local ovsdb macs. Then these entries would get pushed as remote macs in the other
|
By
Sam Hague
·
#1846
·
|
|
Questions about HWVTEP
Hi Ravi,
How’re you doing? Had couple of questions that came up in pervious few HWVTEP meetings and was wondering if you could help answer them:
1. If we have two hwvtep devices [OVS or
Hi Ravi,
How’re you doing? Had couple of questions that came up in pervious few HWVTEP meetings and was wondering if you could help answer them:
1. If we have two hwvtep devices [OVS or
|
By
Vishal Thapar <vishal.thapar@...>
·
#1845
·
|
|
Re: Anybody knows how to check if neutron is working normally with ODL?
I have figured out why my setup can't work. I used Openstack from Fedora 21, it has old Opendaylight ML2 driver, Openstack is still using Neutron L3 router, not networking_old L3 router, my setup
I have figured out why my setup can't work. I used Openstack from Fedora 21, it has old Opendaylight ML2 driver, Openstack is still using Neutron L3 router, not networking_old L3 router, my setup
|
By
Yang, Yi Y <yi.y.yang@...>
·
#1844
·
|
|
Re: Anybody knows how to check if neutron is working normally with ODL?
Yes, flow programming is the issue I’m focusing on, I’m just to check if sfcofl2 can coexist with netvirt by using my openflowplugin common layer (I’m doing this).
Sorry, I can’t get your
Yes, flow programming is the issue I’m focusing on, I’m just to check if sfcofl2 can coexist with netvirt by using my openflowplugin common layer (I’m doing this).
Sorry, I can’t get your
|
By
Yang, Yi Y <yi.y.yang@...>
·
#1843
·
|
|
Re: Retrying connections, persistence, controller restart for ovsdb southbound
Many thanks :)
Ed
By
Edward Warnicke <hagbard@...>
·
#1842
·
|
|
Re: Pointers on the ovsdb bug - https://bugs.opendaylight.org/show_bug.cgi?id=3989
Sure, Thanks Anil.
By
Madhava Bangera, Raksha <raksha.madhava.bangera@...>
·
#1841
·
|
|
Re: Query on East-West traffic
Hi Ravi,
As per my experience, the use case you're mentioning is not really a valid use case. VMs in two different tenant networks are to be treated like external network for each of those tenants.
Hi Ravi,
As per my experience, the use case you're mentioning is not really a valid use case. VMs in two different tenant networks are to be treated like external network for each of those tenants.
|
By
Vishal Thapar <vishal.thapar@...>
·
#1839
·
|
|
Re: [vtn-dev] Removing old plugin and ovsdb-sal-compatibility layer from OVSDB project
Hi Anil.
Thanks for the update.
We will do the needful.
Thanks,
Sarath.
Hi Anil.
Thanks for the update.
We will do the needful.
Thanks,
Sarath.
|
By
Sarath Babu G <sarathbg@...>
·
#1840
·
|
|
Re: Anybody knows how to check if neutron is working normally with ODL?
Hi Yang Yi,
Thank you - that page does need some TLC, in particular around the "how
do I know it's working?" area.
I do have some other tips:
<snip>
Looking good!
After running a net-create, try
Hi Yang Yi,
Thank you - that page does need some TLC, in particular around the "how
do I know it's working?" area.
I do have some other tips:
<snip>
Looking good!
After running a net-create, try
|
By
Dave Neary <dneary@...>
·
#1838
·
|
|
Re: Anybody knows how to check if neutron is working normally with ODL?
Yi,
the demo uses the stable/li odl so you could easily just load the sfc features also. In the networking-odl [settings] you can change the distro. In your local.conf you can also add flags to modify
Yi,
the demo uses the stable/li odl so you could easily just load the sfc features also. In the networking-odl [settings] you can change the distro. In your local.conf you can also add flags to modify
|
By
Sam Hague
·
#1837
·
|
|
Re: Query on East-West traffic
Hi Anil/Sam,
I have looked into Flavio's link (part1 and part2) and those demo's were working perfectly fine.
My Query is very specific to the use case, where two or more tenant's have
Hi Anil/Sam,
I have looked into Flavio's link (part1 and part2) and those demo's were working perfectly fine.
My Query is very specific to the use case, where two or more tenant's have
|
By
Ravi Shankar S
·
#1836
·
|