openstack - How do I configure a VTEP on a physical switch to terminate a VXLAN based tenant? -


we using openstack newton based cloud , using vxlan overlay networks. need add physical device existing tenant network. using openvswitch vanilla neutron configure vxlan network.

i have openflow enabled switch support vxlan offloading vteps. http://documentation.extremenetworks.com/exos/exos_21_1/vxlan/c_overview.shtml

i'd configure available port on switch terminate vxlan tunnel.

this tutorial (https://www.relaxdiego.com/2014/09/hardware_vtep.html) seems close, uses vtep emulator.

i think work.

# ovs-vsctl add-port port24 vtep -- set interface vtep type=vxlan option:remote_ip=<management ip on switch> option:key=flow ofport_request=24 # ovs-ofctl add-flows port24 ... 


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -