 | | | Hi I could set up vxlan tunnel across 2 hosts
- sudo ovs-vsctl add-port br0 vx0 -- set interface vx0 type=vxlan options:remote_ip=10.0.0.2
I am looking at a way by which I can pass VNI (VXLAN NETWORK IDENTIFIER) while setting tp this tunnel;
I tried with following command that is accepted. - sudo ovs-vsctl add-port br0 vx0 -- set interface vx0 type=vxlan options:remote_ip=10.2.0.1 options:id=9 ( I also triied - options:vni=9)
But while looking at VXLAN header contents through wireshark, I still see that VNI is not set.. So not sure the option 'id' maps to VNI
Thanks _Senthil
| | |
| |
|
|
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss