RR1 @ 4 – MLDP Inband

## Last commit: 2014-12-08 05:45:30 UTC by juniper
version 14.1R1.4;
system {
    host-name RR1;
    root-authentication {
        encrypted-password “$1$u4HbSHGF$LWIoJ3RSy2dkD8.xAN3.V/”; ## SECRET-DATA
    }
    login {
        user juniper {
            uid 2000;
            class super-user;
            authentication {
                encrypted-password “$1$0bM5RjcF$.2/5R95p7bBHBphC5atit0”; ## SECRET-DATA
            }
        }
    }
    static-host-mapping {
        CE1 inet [ 192.168.10.1 10.1.12.1 10.1.0.0 10.1.0.4 ];
        CE2 inet [ 192.168.10.2 10.1.12.2 10.1.0.6 10.1.0.2 ];
        PE1 inet [ 172.16.0.11 10.1.0.1 10.1.0.7 10.0.0.0 10.0.0.2 ];
        PE2 inet [ 172.16.0.22 10.1.0.3 10.1.0.5 10.0.0.1 10.0.0.4 ];
        PE3 inet [ 172.16.0.33 10.0.0.9 10.0.0.12 10.2.0.33 ];
        PE4 inet [ 172.16.0.44 10.0.0.11 10.0.0.13 10.2.0.44 ];
        P1 inet [ 172.16.0.1 10.0.0.3 10.0.0.16 10.0.0.6 10.0.0.20 10.0.0.8 ];
        P2 inet [ 172.16.0.2 10.0.0.5 10.0.0.18 10.0.0.7 10.0.0.22 10.0.0.10 ];
        RR1 inet [ 172.16.0.201 10.0.0.17 10.0.0.14 10.0.0.19 ];
        RR2 inet [ 172.16.0.202 10.0.0.21 10.0.0.15 10.0.0.23 ];
        IX3 inet [ 192.168.20.3 10.2.0.3 10.2.34.3 ];
        IX4 inet [ 192.168.20.4 10.2.0.4 10.2.34.4 ];
    }
    services {
        ssh;
        telnet;
    }
    syslog {
        user * {
            any emergency;
        }
        file messages {
            any notice;
            authorization info;
        }
        file interactive-commands {
            interactive-commands any;
        }
    }
}
interfaces {
    ge-0/0/0 {
        mac 00:50:56:8b:35:d3;
        unit 0 {
            family inet {
                address 10.255.0.41/24;
            }
        }
    }
    ge-0/0/1 {
        mac 00:50:56:8b:10:69;
        unit 0 {
            family inet {
                address 10.0.0.17/31;
            }
            family iso;
        }
    }
    ge-0/0/2 {
        mac 00:50:56:8b:e7:a7;
        unit 0 {
            family inet {
                address 10.0.0.14/31;
            }
            family iso;
        }
    }
    ge-0/0/3 {
        mac 00:50:56:8b:f0:9c;
        unit 0 {
            family inet {
                address 10.0.0.19/31;
            }
            family iso;
        }
    }
    lo0 {
        unit 0 {
            family inet {
                address 172.16.0.201/32;
            }
            family iso {
                address 49.0000.1720.1600.0201.00;
            }
        }
    }
}
routing-options {
    rib inet.3 {
        static {
            route 0.0.0.0/0 discard;
        }
    }
    static {
        route 0.0.0.0/0 discard;
    }
    autonomous-system 65000;
}
protocols {
    bgp {
        group CLIENTS {
            type internal;
            local-address 172.16.0.201;
            family inet {
                unicast;
            }
            family inet-vpn {
                unicast;
            }
            cluster 172.16.0.201;
            neighbor 172.16.0.11;
            neighbor 172.16.0.22;
            neighbor 172.16.0.33;
            neighbor 172.16.0.44;
        }
        group OTHER-RR {
            type internal;
            local-address 172.16.0.201;
            family inet {
                unicast;
            }
            neighbor 172.16.0.202;
        }
    }
    isis {
        overload;
        level 1 disable;
        level 2 wide-metrics-only;
        interface ge-0/0/1.0;
        interface ge-0/0/2.0;
        interface ge-0/0/3.0 {
            level 2 metric 100;
        }
        interface lo0.0;
    }
    lldp {
        interface all;
    }
}