基于   https://blog.csdn.net/song7999/article/details/80403527  实验


先删除两台主机的GRE端口

[root @ base〜]#ovs-vsctl del-port br-in gre10

[[email protected] ~]# ovs-vsctl del-port br-in gre10


添加vxlan端口

[[email protected] ~]# ovs-vsctl add-port br-in vx10 -- set interface vx10 type=vxlan options:remote_ip=192.168.60.78

[[email protected] ~]# ovs-vsctl add-port br-in vx10 -- set interface vx10 type=vxlan options:remote_ip=192.168.60.88


测试ping

Open vSwitch vxlan简单测试实验

相关文章:

  • 2021-12-12
  • 2021-12-24
  • 2021-07-29
  • 2021-10-18
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-15
  • 2022-01-04
  • 2021-05-22
  • 2021-07-26
  • 2021-05-27
相关资源
相似解决方案