CE4 @ 5 – BGP MVPN with mLDP Transport and C-PIM ASM

## Last commit: 2015-02-11 20:04:34 UTC by juniper
version 14.1R1.4;
system {
    host-name IX4;
    root-authentication {
        encrypted-password “$1$bmc6wL86$UqJrDe1yxYuZWsd9tcptd/”; ## SECRET-DATA
    }
    login {
        user juniper {
            uid 2000;
            class super-user;
            authentication {
                encrypted-password “$1$0bM5RjcF$.2/5R95p7bBHBphC5atit0”; ## SECRET-DATA
            }
        }
    }
    services {
        ssh;
        telnet;
    }
    syslog {
        user * {
            any emergency;
        }
        file messages {
            any notice;
            authorization info;
        }
        file interactive-commands {
            interactive-commands any;
        }
    }
}
chassis {
    fpc 0 {
        pic 0 {
            tunnel-services {
                bandwidth 10g;
            }
        }
    }
}
interfaces {
    ge-0/0/0 {
        mac 00:50:56:8b:13:68;
        unit 0 {
            family inet {
                address 10.255.0.14/24;
            }
        }
    }
    ge-0/0/1 {
        vlan-tagging;
        mac 00:50:56:8b:de:d3;
        unit 1034 {
            vlan-id 1034;
            family inet {
                address 10.2.0.4/24;
            }
        }
    }
    ge-0/0/2 {
        vlan-tagging;
        mac 00:50:56:8b:8c:12;
        unit 1004 {
            vlan-id 1004;
            family inet {
                address 10.2.4.4/24;
            }
        }
    }
    lo0 {
        unit 0 {
            family inet {
                address 192.168.20.4/32;
            }
        }
    }
}
routing-options {
    autonomous-system 65002;
    forwarding-table {
        export PL-LB;
    }
}
protocols {
    igmp {
        interface ge-0/0/2.1004 {
            version 3;
        }
    }
    bgp {
        group EBGP-65000 {
            export PL-EBGP-65000-OUT;
            peer-as 65000;
            neighbor 10.2.0.44;
        }
    }
    pim {
        rp {
            static {
                address 10.10.10.10;
            }
        }
        interface ge-0/0/1.1034 {
            priority 0;
        }
        interface ge-0/0/2.1004;
    }
    lldp {
        interface all;
    }
}
policy-options {
    policy-statement PL-EBGP-65000-OUT {
        term DIRECT {
            from {
                protocol direct;
                route-filter 192.168.20.4/32 exact;
                route-filter 10.2.4.0/24 exact;
            }
            then accept;
        }
    }
    policy-statement PL-LB {
        then {
            load-balance per-packet;
        }
    }
}