[j-nsp] Searching a sample-config for pim-sm over l3vpn with pe

Oliver.Kupke at rtl.de Oliver.Kupke at rtl.de
Tue Nov 28 12:00:28 EST 2006


Thanks for your quick response, ill try it asap.

Cheers,

Oliver

-----Ursprüngliche Nachricht-----
Von: paras at juniper.net [mailto:paras at juniper.net] 
Gesendet: Dienstag, 28. November 2006 17:08
An: Kupke, Oliver
Cc: juniper-nsp at puck.nether.net
Betreff: Re: [j-nsp] Searching a sample-config for pim-sm over l3vpn with pe


Hope this helps.

protocols {
    ....
    pim {
        rp {
            static {
                address 10.255.71.47; # Points to P-RP 
            }
        }
        interface all;
        interface fxp0.0 {
            disable;
        }
    }
}
routing-instances {
    VPN-A {
        instance-type vrf;
        interface lo0.1;
        interface ge-0/0/0.0;
        ...
        protocols {
            ...
            pim {
                vpn-group-address 239.1.1.1; # default MDT addr
                rp {
                    local {
                        address 10.10.10.1; # local lo0.1 address
                    }
                }
                interface ge-0/0/0.0;    # To CE
                interface lo0.1;
            }
        }
    }
}

- Paras.

> 
> Hi,
> 
>  
> 
> i need a  sample-config for pim-sm over l3vpn with pe acting as c-rp.
> 
> Can somebody please help me with that topic? I googeled but didn`t get
> any proper results.
> 
> Thanks in advance for your help.
> 
>  
> 
> Cheers,
> 
> Oliver  
> 
>  
> 
> _______________________________________________
> juniper-nsp mailing list juniper-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/juniper-nsp
> 




More information about the juniper-nsp mailing list