When committing VXLAN config it seems to stop OSPF from running. Disabling the VXLAN interface then seems to bring it back up again.
vxlan vxlan1 {
address *.*.*.*/*
disable
mtu 1500
port 4789
remote *.*.*.*
remote *.*.*.*
vni 10000
}
protocols {
ospf {
area 0.0.0.0 {
authentication md5
}
interface eth0 {
area 0.0.0.0
authentication {
md5 {
key-id 1 {
md5-key
}
}
}
}
interface eth1 {
area 0.0.0.0
passive {
}
}
}
ospfv3 {
interface eth0 {
area 0.0.0.0
}
interface eth1 {
area 0.0.0.0
passive
}
}
}