[j-nsp] NG-MVPN + Anycast RP

Marco Marzetti marco at lamehost.it
Sat Oct 31 16:27:23 EDT 2015


Hello,

Is PIM-based Anycast RP (RFC4610) supposed to work in an NG-MVPN 
routing instance?

I mean, let's just say that a PE receives a BGP route type 6 from 
another router and installs the equivalent PIM join in the control 
plane.
Is this PE supposed to relay (actually send) that join to the other PEs 
in its rp-set through PIM?

An hypothetical configuration would look like:

instance-type vrf;
interface ge-0/0/1.2
interface lo0.2;
route-distinguisher 192.0.2.1:2;
provider-tunnel {
    rsvp-te {
        label-switched-path-template {
            c2-template;
        }
    }
}
vrf-import vpn-c2-import;
vrf-export vpn-c2-export;
vrf-table-label;
protocols {
    pim {
        rp {
            local {
                family inet {
                    address 192.0.2.254;
                    priority 10;
                    anycast-pim {
                        rp-set {
                            address 192.0.2.2;
                        }
                        local-address 192.0.2.1;
                    }
                }
            }
        }
        interface all {
            mode sparse;
            version 2;
        }
    }
    mvpn {
    }
}

Thank you





More information about the juniper-nsp mailing list