multicast and pptp

I’m following the multicast routing guide found here. My question is, is it possible for the PIM interface and rendezvous point to be a PPTP connection?

Thanks

Yes, it should work on pptp and any other tunnel. I was running multicast over pptp in one of early 3.0 versions, if it is not broken then it should work.

Hmm I’m using v3.10. Do you see anything wrong with my config? I can ping between the PPTP tunnel and the neighbors show up in PIM.

Router A

/routing pim interface
add assert-override-interval=3s assert-time=3m disabled=no dr-priority=1 hello-holdtime=1m45s hello-period=30s hello-trigerred-delay=5s igmp-version=IGMPv2 interface=KVK join-prune-holdtime=3m30s
join-prune-period=1m override-interval=250 propagation-delay=50 protocols=pim,igmp require-hello=yes tracking-support=yes
add assert-override-interval=3s assert-time=3m disabled=no dr-priority=1 hello-holdtime=1m45s hello-period=30s hello-trigerred-delay=5s igmp-version=IGMPv2 interface=forrest join-prune-holdtime=3m30s
join-prune-period=1m override-interval=250 propagation-delay=50 protocols=pim,igmp require-hello=yes tracking-support=yes

/routing pim rp
add address=10.34.250.2 disabled=no group=224.0.0.0/4 hash-mask-length=30 priority=192

PPTP tunnel
10.34.250.2/32 10.34.250.1 0.0.0.0 forrest


Router B

/routing pim interface
add assert-override-interval=3s assert-time=3m disabled=no dr-priority=1 hello-holdtime=1m45s hello-period=30s hello-trigerred-delay=5s igmp-version=IGMPv2 interface=ether2 join-prune-holdtime=3m30s
join-prune-period=1m override-interval=250 propagation-delay=50 protocols=pim,igmp require-hello=yes tracking-support=yes
add assert-override-interval=3s assert-time=3m disabled=no dr-priority=1 hello-holdtime=1m45s hello-period=30s hello-trigerred-delay=5s igmp-version=IGMPv2 interface=kvk-pptp join-prune-holdtime=3m30s
join-prune-period=1m override-interval=250 propagation-delay=50 protocols=pim,igmp require-hello=yes tracking-support=yes

/routing pim rp
add address=10.34.250.2 disabled=no group=224.0.0.0/4 hash-mask-length=30 priority=192

PPTP tunnel
10.34.250.1/32 10.34.250.2 0.0.0.0 kvk-pptp