Quick question: IP multicast over an existing IP backbone
Imagine you’d actually want to run VXLAN between two data centers (I wouldn’t but that’s beyond the point at this moment) and the only connectivity between the two is IP, no multicast. How would you implement IP multicast across a generic IP backbone? Anything goes, from duct tape (GRE) to creative solutions ... and don’t forget those pesky RPF checks.
Unfortunately, the source had a TTL of 4, and the broadcast TV guys that uplinked the stream didn't know how to change that, so I stuffed the stream into GRE tunnels before crossing the backbone., just to keep the TTL from decrementing.
8-)
Andrew.
Seriously though, I would avoid doing anything creative or special unless something within the IP backbone required it. I've worked on IPTV networks using multicast and the users do not like it when it breaks. Server admins and users of VXLAN would be no different so keep it simple!
L2TP sounds better
Alternative to that ... GRE? ("I can fix anything with a tunnel")
There is a protocol, which is intended to carry multicast over not multicast enabled networks). It's a AMT (automatic multicast without explicit tunnels.)
Juniper might have implementation for this.
Csilla