VxLAN unicast

Hello, does VxLAN in v7.1rc support unicast? Can I build VxLAN tunnels without specifying unicast like we can do in VyOS.

Like this:
/bin/ip link add 4IXP type vxlan local 115.187.xx.xxx remote 195.48.40.110 dstport 4789 id 48 ttl 255
/bin/ip link set dev 4IXP up
/bin/ip addr add 185.1.125.232/24 dev 4IXP
/bin/ip addr add 2001:7f8:d0::3:414e:1/64 dev 4IXP

I would also like to know how do we setup VxLAN to other devices like Linux servers and switches.

All the switches I have worked on that supports VxLAN does it on UDP unicast setup

Yes see existing post: http://forum.mikrotik.com/t/vxlan-mt-help-wrong/154606/2