## Last commit: 2017-08-18 01:06:37 UTC by testuser
version 14.1R5.4;
system {
    host-name sjc-internet;
    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.80/31;
            }
            family iso;
        }
    }
    ge-0/0/1 {
        link-mode full-duplex;
    }
    ge-0/0/2 {
        description "To SJC-ISP-EDGE01";
        link-mode full-duplex;
        unit 0 {
            family inet {
                address 10.115.6.1/31;
            }
        }
    }
    ge-0/0/3 {
        description "To SJC-ISP-EDGE02";
        link-mode full-duplex;
        unit 0 {
            family inet {
                address 10.115.6.3/31;
            }
        }
    }
    ge-0/0/4 {
        link-mode full-duplex;
    }
}
routing-options {
    static {
        route 210.12.10.0/24 reject;
        route 156.85.0.0/16 reject;
        route 17.50.11.0/24 reject;
        route 84.10.0.0/16 reject;
    }
    router-id 10.115.6.3;
    autonomous-system 200;
    forwarding-table {
        export LOAD_BALANCE;
    }
}
protocols {
    bgp {
        group EBGP {
            type external;
            export bgp-to-peers;
            peer-as 20;
            neighbor 10.115.6.0;
            neighbor 10.115.6.2;
        }
    }
    lldp {
        advertisement-interval 10;
        port-id-subtype interface-name;
        interface all;
    }
}
policy-options {
    policy-statement LOAD_BALANCE {
        then {
            load-balance per-packet;
        }
    }
    policy-statement bgp-to-peers {
        term export-statics {
            from protocol static;
            then accept;
        }
    }
    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 reject-all {
        term reject {
            then reject;
        }
    }
}
