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 Tunnel0 (config-if)#tunnel source 10.70.0.145 (config-if)#tunnel destination 10.70.0.77 (config-if)#tunnel ttl 255 (config-if)#tunnel path-mtu-discovery (config-if)#tunnel mode vxlan (config-if)#ip unnumbered eth1 (config-if)#exit |
OSPF | (config)#router ospf (config-router)#network 10.10.10.0/24 area 0 |
General
Content
Integrations