...
interface lo and eth1 | interface lo ip address 127.0.0.1/8 ip address 33.33.33.33/32 secondary interface eth1 ip address 10.10.10.145/24 |
VxLAN tunnel | (config)#interface interface Tunnel0 (config-if)#tunnel tunnel source 10.70.0.145(config-if)#tunnel tunnel destination 10.70.0.77 (config-if)#tunnel tunnel ttl 255 (config-if)#tunnel tunnel path-mtu-discovery(config-if)#tunnel tunnel mode vxlan (config-if)#ip ip unnumbered eth1(config-if)#exit |
OSPF | (config)#router router ospf (config-router)#network network 10.10.10.0/24 area 0 |