API Guide

10: 静态 VXLAN 使用情形
VTEP 1 分支交换机
1. 配置基础 OSPF 协议
请勿在步骤 2 中为路由器 ID 和源环回接口配置相同的 IP 地址。
OS10(config)# router ospf 1
OS10(config-router-ospf-1)# router-id 172.16.0.1
OS10(config-router-ospf-1)# exit
2. 配置环回接口
OS10(config)# interface loopback0
OS10(conf-if-lo-0)# no shutdown
OS10(conf-if-lo-0)# ip address 192.168.1.1/32
OS10(conf-if-lo-0)# ip ospf 1 area 0.0.0.0
OS10(conf-if-lo-0)# exit
856 VXLAN