## Last commit: 2017-08-22 20:26:31 UTC by testuser
version 14.1R5.4;
system {
    host-name sjc-isp-edge02;
    default-address-selection;
    services {
        ssh {
            protocol-version v2;
        }
    }
    syslog {
        file messages {
            any notice;
            authorization info;
        }
        file interactive-commands {
            interactive-commands any;
        }
    }
}
chassis {
    aggregated-devices {
        ethernet {
            device-count 2;
        }
    }
    fpc 0 {
        pic 0 {
            number-of-ports 23;
        }
    }
}
interfaces {
    ge-0/0/0 {
        link-mode full-duplex;
        unit 0 {
            family inet {
                address 10.100.0.196/31;
            }
            family iso;
        }
    }
    ge-0/0/1 {
        link-mode full-duplex;
    }
    ge-0/0/2 {
        link-mode full-duplex;
        gigether-options {
            802.3ad ae1;
        }
    }
    ge-0/0/3 {
        link-mode full-duplex;
        gigether-options {
            802.3ad ae1;
        }
    }
    ge-0/0/4 {
        link-mode full-duplex;
        gigether-options {
            802.3ad ae0;
        }
    }
    ge-0/0/5 {
        disable;
        link-mode full-duplex;
        gigether-options {
            802.3ad ae0;
        }
    }
    ge-0/0/6 {
        link-mode full-duplex;
        unit 0 {
            description "To SJC-INTERNET";
            family inet {
                address 10.115.6.2/31;
            }
        }
    }
    ge-0/0/7 {
        link-mode full-duplex;
    }
    ge-0/0/8 {
        link-mode full-duplex;
    }
    ge-0/0/9 {
        link-mode full-duplex;
    }
    ge-0/0/10 {
        link-mode full-duplex;
    }
    ae0 {
        description "To SJC-CE02";
        unit 0 {
            family inet {
                address 10.115.6.5/31;
            }
        }
    }
    ae1 {
        description "To SJC-CE01";
        unit 0 {
            family inet {
                address 10.115.6.7/31;
            }
        }
    }
}
routing-options {
    autonomous-system 20;
    forwarding-table {
        export LOAD_BALANCE;
    }
}
protocols {
    lldp {
        advertisement-interval 10;
        port-id-subtype interface-name;
        interface all;
    }
}
policy-options {
    policy-statement LOAD_BALANCE {
        then {
            load-balance per-packet;
        }
    }
    policy-statement export-direct {
        term from-direct {
            from protocol direct;
            then accept;
        }
    }
    policy-statement export-statics {
        term from-static {
            from protocol static;
            then accept;
        }
    }
    policy-statement from-isp {
        term set-nhs {
            then {
                next-hop self;
            }
        }
    }
    policy-statement reject-all {
        term reject {
            then reject;
        }
    }
}
routing-instances {
    INTERNET-OUT {
        instance-type vrf;
        interface ge-0/0/6.0;
        interface ae0.0;
        interface ae1.0;
        route-distinguisher 1:107;
        vrf-import reject-all;
        vrf-export reject-all;
        protocols {
            bgp {
                group EBGP {
                    type external;
                    peer-as 200;
                    neighbor 10.115.6.3;
                }
                group IBGP {
                    type internal;
                    export from-isp;
                    peer-as 20;
                    neighbor 10.115.6.6;
                    neighbor 10.115.6.4;
                }
            }
        }
    }
}
