
system {
  host-name to1-p2.ussfo03;
  domain-name blade-group.net;
  time-zone UTC;
  location country-code US;
  ports {
    console {
      log-out-on-disconnect;
      type vt100;
    }
  }
}

system {
  replace: root-authentication {
    encrypted-password "$5$......"; ## SECRET-DATA
  }
  services {
    replace: ssh {
      authentication-order password;
      root-login deny;
      protocol-version v2;
      connection-limit 10;
      rate-limit 10;
    }
    replace: netconf {
       ssh;
    }
  }
  replace: login {
    message "______ _           _\n| ___ \\ |         | |\n| |_/ / | __ _  __| | ___      This is a private system.\n| ___ \\ |/ _` |/ _` |/ _ \\     Use by unauthorized persons is prohibited.\n| |_/ / | (_| | (_| |  __/     Go away.\n\\____/|_|\\__,_|\\__,_|\\___|\n";
    retry-options {
      tries-before-disconnect 3;
      backoff-threshold 3;
      backoff-factor 5;
      maximum-time 20;
    }
    class backup {
      permissions [ secret view view-configuration ];
    }
    user roger {
      class super-user;
      authentication {
        ssh-rsa "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC1k62F1WguJ0seuCtzuFLfOzI1MHCpQR3qeW3OjzqtEIl5h6/whKayzYP++as8X8Y5YKVSp5g2mjCRAkB9C5/hfwI4yI381rm3wT8dRJGR/yUy6l0qDbS+kQTJtoQbsz4j+NAsk2utRb8OAYBwYVVbKVaIj8cywYmfYRL86DVdzN8XU0vvU3OZcmjRTOhJQ5WkhU3phMAs3aFo/3v11g3VllpDPRcB0w4iP6Qsay8iDUUr6EFO/k7N/IS3QxmOlziPj7JHTqc/jftAwsizLsq+WFKFNDdDJ0RLDbUUMasnvJ3jbIgaxiwkuO/ObknZI1MCWNcocRy+Ch2PvgXrcdMB1+UP1f3IZZF5S1h7it1VpfZFKD9v9qEnukoVIlfJxJkq4dp8jOqyPgoV4s7a5shdqCF5OKiY+fgAVf6oOM8naJ0FlPRE5twbYkeDsvCmzztWqeJO/vXj3qtFmjq5ZbuUJa4xCpppI20yGMVfTqkTb7YbTCCdaqVhXzzYWcFjUXE= roger";
      }
    }
    user alfred {
      class super-user;
      authentication {
        ssh-rsa "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDlfgjPITduKHmK7PYagxJrX/pPxRcY64Ccwad8NhBWEO/op/VkgECHlOVdw/nJ90EOI/UXkwqCQBLVzr+TeogI4dKAjLtwMikTQznxSfCgrjybPp/+WPWDFC9N08rwLlj3HWNrPp30CFzljun82Ljo6ykPd2lb2TH+xvliNAseWJiTmLx9nWmOV/oAGLX7lGZ6NYV8HNSjfpWwIjLp1xhnyur71kVoWAI0D9S6JIcw4AXc2mfC91Io9JshUCNnKdCY6Eae9YCCj+T+JXOh5KBU66plv4gFyDF/RJ+LD2yhu0WOCAre0t0wSiJ6M7AdplUgDtM4aYwLNU79miXLpULhHFpgqlpKxvxJW56lLh1QtxJZBK7ppM4Q69d3s/S1+Zo6ekfnzDFqQibltuF10srOuJNUKEGY3jVq8U0pwlqilelTUtAN7vRTTZIsueLGHF4gTJKcOqxJMPIroaEebVESy7wrAE0y9u+mH9QlcLTZzudypN18ll7bagAAhw8QC1c= alfred";
      }
    }
    user blade {
      class super-user;
      authentication {
        encrypted-password "$5$.............."; ## SECRET-DATA
      }
    }
  }
}

system {
  replace: ntp {
    server 172.30.20.4;
    server 172.30.20.5;
  }
  replace: name-server {
    172.30.20.2;
    172.30.20.3;
  }
  replace: syslog {
    archive size 10m files 10 world-readable;
    user * {
      any emergency;
    }
    host 172.30.20.9 {
      any warning;
      authorization notice;
      firewall any;
      interactive-commands any;
      port 514;
      source-address 172.30.24.35;
      structured-data;
    }
    host 172.30.20.10 {
      any warning;
      authorization notice;
      firewall any;
      interactive-commands any;
      port 514;
      source-address 172.30.24.35;
      structured-data;
    }
    file * {
      user emergency;
    }
    file messages {
      any any;
      authorization none;
      firewall none;
      change-log notice;
      interactive-commands none;
      match "!(Virtual Chassis Fabric usage requires a license|Receive FX craftd set alarm message|color: 2 class: 50 object: 50 slot: 126 id=0 reason=168|downward spike received from pfe for ibytes_reply)";
      archive size 1m files 10;
      explicit-priority;
    }
    file interactive-commands {
      interactive-commands any;
    }
    file updown {
      any info;
      match "LINK_DOWN|LINK_UP";
    }
    file interfaces {
      any info;
      daemon info;
      match .*SNMP_TRAP_LINK.*;
      archive size 1m files 10;
      explicit-priority;
    }
    file security {
      authorization info;
      interactive-commands info;
      explicit-priority;
    }
    file default-log-messages {
      any any;
      structured-data;
    }
    file filter {
      firewall any;
      explicit-priority;
    }
    file commands {
      interactive-commands info;
      explicit-priority;
    }
    file console {
      any critical;
      authorization info;
    }
    console {
      authorization info;
    }
    time-format year millisecond;
  }
}
chassis {
  alarm {
    management-ethernet {
      link-down ignore;
    }
  }
}

snmp {
  location "San Francisco, US";
  community 67dskf8fds78fdn authorization read-only;
}

protocols {
    lldp {
      port-id-subtype interface-name;
      port-description-type interface-alias;
    }
}

routing-options {
  forwarding-table {
    export ecmp-default;
  }
}

policy-options {
  policy-statement ecmp-default {
    then {
      load-balance per-packet;
    }
  }
  policy-statement REJECT-ALL {
    then reject;
  }
}

interfaces {
  protect: em0 {
    unit 0 {
      family inet address 172.30.24.35/21;
    }
  }
}

chassis {
  aggregated-devices {
    ethernet {
      device-count 64;
    }
  }
}

routing-options {
  static {
    route 172.16.0.0/12 next-hop 172.30.31.254;
    route 10.0.0.0/8 next-hop 172.30.31.254;
  }
}


interfaces {
            xe-0/0/0 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.65/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.32/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.32/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:220/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/1 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.69/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.34/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.34/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:222/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/2 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.73/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.36/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.36/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:224/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/3 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.77/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.38/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.38/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:226/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/4 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.81/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.40/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.40/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:228/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/5 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.85/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.42/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.42/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:22a/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/6 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.89/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.44/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.44/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:22c/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/7 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.93/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.46/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.46/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:22e/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/8 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.97/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.48/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.48/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:230/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/9 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.101/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.50/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.50/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:232/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/10 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.105/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.52/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.52/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:234/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/11 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.109/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.54/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.54/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:236/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/12 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.113/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.56/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.56/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:238/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/13 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.117/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.58/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.58/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:23a/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/14 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.121/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.60/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.60/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:23c/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/15 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.125/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.62/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.62/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:23e/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/16 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.129/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.64/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.64/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:240/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/17 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.133/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.66/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.66/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:242/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/18 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.137/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.68/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.68/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:244/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/19 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.141/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.70/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.70/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:246/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/20 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.145/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.72/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.72/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:248/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/21 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.149/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.74/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.74/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:24a/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/22 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.153/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.76/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.76/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:24c/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/23 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.157/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.78/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.78/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:24e/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/24 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.161/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.80/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.80/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:250/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/25 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.165/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.82/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.82/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:252/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/26 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.169/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.84/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.84/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:254/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/27 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.173/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.86/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.86/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:256/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/28 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.177/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.88/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.88/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:258/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/29 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.181/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.90/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.90/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:25a/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/30 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.185/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.92/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.92/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:25c/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/31 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.189/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.94/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.94/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:25e/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/32 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.193/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.96/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.96/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:260/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/33 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.197/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.98/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.98/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:262/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/34 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.201/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.100/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.100/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:264/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/35 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.205/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.102/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.102/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:266/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/36 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.209/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.104/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.104/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:268/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/37 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.213/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.106/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.106/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:26a/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/38 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.217/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.108/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.108/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:26c/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/39 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.221/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.110/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.110/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:26e/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/40 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.225/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.112/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.112/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:270/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/41 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.229/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.114/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.114/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:272/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/42 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.233/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.116/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.116/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:274/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/43 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.237/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.118/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.118/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:276/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/44 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.241/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.120/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.120/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:278/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/45 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.245/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.122/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.122/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:27a/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/46 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.249/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.124/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.124/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:27c/127;
                  mtu 1500;
              }
          }
        }
        xe-0/0/47 {
          flexible-vlan-tagging;
          native-vlan-id 70;
          mtu 9022;
          unit 70 {
              vlan-id 70;
              description "To server for provisionning" ;
              family inet {
                  address 10.144.4.253/30;
              }
          }
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.2.126/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.2.126/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:27e/127;
                  mtu 1500;
              }
          }
        }
        et-0/0/31 {
          vlan-tagging;
          mtu 9018;
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.238.5/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.238.5/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:ee05/127;
                  mtu 1500;
              }
          }
        }
        et-0/0/32 {
          vlan-tagging;
          mtu 9018;
          unit 10 {
              vlan-id 10;
              family inet {
                  address 10.72.238.133/31;
                  mtu 9000;
              }
          }
          unit 100 {
              vlan-id 100;
              family inet {
                  address 100.72.238.133/31;
                  mtu 1500;
              }
              family inet6 {
                  address 2605:940:500:b1:a:de:6448:ee85/127;
                  mtu 1500;
              }
          }
        }

}




routing-instances {
    private {
        instance-type virtual-router;
        protocols {
            bgp {
                log-updown;
                local-as 4208991002;
                                   group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.33 {
                        peer-as 4208000272;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.35 {
                        peer-as 4208000273;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.37 {
                        peer-as 4208000274;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.39 {
                        peer-as 4208000275;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.41 {
                        peer-as 4208000276;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.43 {
                        peer-as 4208000277;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.45 {
                        peer-as 4208000278;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.47 {
                        peer-as 4208000279;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.49 {
                        peer-as 4208000280;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.51 {
                        peer-as 4208000281;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.53 {
                        peer-as 4208000282;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.55 {
                        peer-as 4208000283;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.57 {
                        peer-as 4208000284;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.59 {
                        peer-as 4208000285;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.61 {
                        peer-as 4208000286;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.63 {
                        peer-as 4208000287;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.65 {
                        peer-as 4208000288;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.67 {
                        peer-as 4208000289;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.69 {
                        peer-as 4208000290;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.71 {
                        peer-as 4208000291;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.73 {
                        peer-as 4208000292;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.75 {
                        peer-as 4208000293;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.77 {
                        peer-as 4208000294;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.79 {
                        peer-as 4208000295;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.81 {
                        peer-as 4208000296;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.83 {
                        peer-as 4208000297;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.85 {
                        peer-as 4208000298;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.87 {
                        peer-as 4208000299;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.89 {
                        peer-as 4208000300;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.91 {
                        peer-as 4208000301;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.93 {
                        peer-as 4208000302;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.95 {
                        peer-as 4208000303;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.97 {
                        peer-as 4208000304;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.99 {
                        peer-as 4208000305;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.101 {
                        peer-as 4208000306;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.103 {
                        peer-as 4208000307;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.105 {
                        peer-as 4208000308;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.107 {
                        peer-as 4208000309;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.109 {
                        peer-as 4208000310;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.111 {
                        peer-as 4208000311;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.113 {
                        peer-as 4208000312;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.115 {
                        peer-as 4208000313;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.117 {
                        peer-as 4208000314;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.119 {
                        peer-as 4208000315;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.121 {
                        peer-as 4208000316;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.123 {
                        peer-as 4208000317;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.125 {
                        peer-as 4208000318;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.2.127 {
                        peer-as 4208000319;
                        passive;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.238.4 {
                        peer-as 4208999980;
                    }
                }
               group v4-private-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    import [ BGPTTH-IN-V4 ];
                    export [ BGPTTH-OUT-V4 ];
                    neighbor 10.72.238.132 {
                        peer-as 4208999980;
                    }
                }

            }
        }
        routing-options {
            static route 10.144.4.64/26 {
                discard;
                no-install;
            }
            static route 10.144.4.128/25 {
                discard;
                no-install;
            }
        }
    interface xe-0/0/0.10;
    interface xe-0/0/0.70;
    interface xe-0/0/1.10;
    interface xe-0/0/1.70;
    interface xe-0/0/2.10;
    interface xe-0/0/2.70;
    interface xe-0/0/3.10;
    interface xe-0/0/3.70;
    interface xe-0/0/4.10;
    interface xe-0/0/4.70;
    interface xe-0/0/5.10;
    interface xe-0/0/5.70;
    interface xe-0/0/6.10;
    interface xe-0/0/6.70;
    interface xe-0/0/7.10;
    interface xe-0/0/7.70;
    interface xe-0/0/8.10;
    interface xe-0/0/8.70;
    interface xe-0/0/9.10;
    interface xe-0/0/9.70;
    interface xe-0/0/10.10;
    interface xe-0/0/10.70;
    interface xe-0/0/11.10;
    interface xe-0/0/11.70;
    interface xe-0/0/12.10;
    interface xe-0/0/12.70;
    interface xe-0/0/13.10;
    interface xe-0/0/13.70;
    interface xe-0/0/14.10;
    interface xe-0/0/14.70;
    interface xe-0/0/15.10;
    interface xe-0/0/15.70;
    interface xe-0/0/16.10;
    interface xe-0/0/16.70;
    interface xe-0/0/17.10;
    interface xe-0/0/17.70;
    interface xe-0/0/18.10;
    interface xe-0/0/18.70;
    interface xe-0/0/19.10;
    interface xe-0/0/19.70;
    interface xe-0/0/20.10;
    interface xe-0/0/20.70;
    interface xe-0/0/21.10;
    interface xe-0/0/21.70;
    interface xe-0/0/22.10;
    interface xe-0/0/22.70;
    interface xe-0/0/23.10;
    interface xe-0/0/23.70;
    interface xe-0/0/24.10;
    interface xe-0/0/24.70;
    interface xe-0/0/25.10;
    interface xe-0/0/25.70;
    interface xe-0/0/26.10;
    interface xe-0/0/26.70;
    interface xe-0/0/27.10;
    interface xe-0/0/27.70;
    interface xe-0/0/28.10;
    interface xe-0/0/28.70;
    interface xe-0/0/29.10;
    interface xe-0/0/29.70;
    interface xe-0/0/30.10;
    interface xe-0/0/30.70;
    interface xe-0/0/31.10;
    interface xe-0/0/31.70;
    interface xe-0/0/32.10;
    interface xe-0/0/32.70;
    interface xe-0/0/33.10;
    interface xe-0/0/33.70;
    interface xe-0/0/34.10;
    interface xe-0/0/34.70;
    interface xe-0/0/35.10;
    interface xe-0/0/35.70;
    interface xe-0/0/36.10;
    interface xe-0/0/36.70;
    interface xe-0/0/37.10;
    interface xe-0/0/37.70;
    interface xe-0/0/38.10;
    interface xe-0/0/38.70;
    interface xe-0/0/39.10;
    interface xe-0/0/39.70;
    interface xe-0/0/40.10;
    interface xe-0/0/40.70;
    interface xe-0/0/41.10;
    interface xe-0/0/41.70;
    interface xe-0/0/42.10;
    interface xe-0/0/42.70;
    interface xe-0/0/43.10;
    interface xe-0/0/43.70;
    interface xe-0/0/44.10;
    interface xe-0/0/44.70;
    interface xe-0/0/45.10;
    interface xe-0/0/45.70;
    interface xe-0/0/46.10;
    interface xe-0/0/46.70;
    interface xe-0/0/47.10;
    interface xe-0/0/47.70;
    interface et-0/0/31.10;
    interface et-0/0/31.70;
    interface et-0/0/32.10;
    interface et-0/0/32.70;
    }
}

policy-options {
    policy-statement BGPTTH-OUT-V4 {
        term ACCEPT-PROVISIONING {
           from {
                route-filter 10.144.4.64/26 exact;
                route-filter 10.144.4.128/25 exact;
            }
            then accept;
        }
        term ACCEPT-BGP {
  apply-flags omit;
    from protocol bgp;
    then accept;
}

        then reject;
    }
}
policy-options {
    policy-statement BGPTTH-IN-V4 {
        term ACCEPT-BGP {
  apply-flags omit;
    from protocol bgp;
    then accept;
}

        then reject;
    }
}

routing-instances {
    public {
        instance-type virtual-router;
        protocols {
            bgp {
                log-updown;
                local-as 4208991002;
                                   group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.33 {
                        peer-as 4208000272;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:221 {
                        peer-as 4208000272;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.35 {
                        peer-as 4208000273;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:223 {
                        peer-as 4208000273;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.37 {
                        peer-as 4208000274;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:225 {
                        peer-as 4208000274;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.39 {
                        peer-as 4208000275;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:227 {
                        peer-as 4208000275;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.41 {
                        peer-as 4208000276;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:229 {
                        peer-as 4208000276;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.43 {
                        peer-as 4208000277;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:22b {
                        peer-as 4208000277;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.45 {
                        peer-as 4208000278;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:22d {
                        peer-as 4208000278;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.47 {
                        peer-as 4208000279;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:22f {
                        peer-as 4208000279;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.49 {
                        peer-as 4208000280;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:231 {
                        peer-as 4208000280;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.51 {
                        peer-as 4208000281;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:233 {
                        peer-as 4208000281;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.53 {
                        peer-as 4208000282;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:235 {
                        peer-as 4208000282;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.55 {
                        peer-as 4208000283;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:237 {
                        peer-as 4208000283;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.57 {
                        peer-as 4208000284;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:239 {
                        peer-as 4208000284;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.59 {
                        peer-as 4208000285;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:23b {
                        peer-as 4208000285;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.61 {
                        peer-as 4208000286;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:23d {
                        peer-as 4208000286;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.63 {
                        peer-as 4208000287;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:23f {
                        peer-as 4208000287;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.65 {
                        peer-as 4208000288;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:241 {
                        peer-as 4208000288;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.67 {
                        peer-as 4208000289;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:243 {
                        peer-as 4208000289;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.69 {
                        peer-as 4208000290;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:245 {
                        peer-as 4208000290;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.71 {
                        peer-as 4208000291;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:247 {
                        peer-as 4208000291;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.73 {
                        peer-as 4208000292;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:249 {
                        peer-as 4208000292;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.75 {
                        peer-as 4208000293;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:24b {
                        peer-as 4208000293;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.77 {
                        peer-as 4208000294;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:24d {
                        peer-as 4208000294;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.79 {
                        peer-as 4208000295;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:24f {
                        peer-as 4208000295;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.81 {
                        peer-as 4208000296;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:251 {
                        peer-as 4208000296;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.83 {
                        peer-as 4208000297;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:253 {
                        peer-as 4208000297;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.85 {
                        peer-as 4208000298;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:255 {
                        peer-as 4208000298;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.87 {
                        peer-as 4208000299;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:257 {
                        peer-as 4208000299;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.89 {
                        peer-as 4208000300;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:259 {
                        peer-as 4208000300;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.91 {
                        peer-as 4208000301;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:25b {
                        peer-as 4208000301;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.93 {
                        peer-as 4208000302;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:25d {
                        peer-as 4208000302;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.95 {
                        peer-as 4208000303;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:25f {
                        peer-as 4208000303;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.97 {
                        peer-as 4208000304;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:261 {
                        peer-as 4208000304;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.99 {
                        peer-as 4208000305;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:263 {
                        peer-as 4208000305;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.101 {
                        peer-as 4208000306;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:265 {
                        peer-as 4208000306;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.103 {
                        peer-as 4208000307;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:267 {
                        peer-as 4208000307;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.105 {
                        peer-as 4208000308;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:269 {
                        peer-as 4208000308;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.107 {
                        peer-as 4208000309;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:26b {
                        peer-as 4208000309;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.109 {
                        peer-as 4208000310;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:26d {
                        peer-as 4208000310;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.111 {
                        peer-as 4208000311;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:26f {
                        peer-as 4208000311;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.113 {
                        peer-as 4208000312;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:271 {
                        peer-as 4208000312;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.115 {
                        peer-as 4208000313;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:273 {
                        peer-as 4208000313;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.117 {
                        peer-as 4208000314;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:275 {
                        peer-as 4208000314;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.119 {
                        peer-as 4208000315;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:277 {
                        peer-as 4208000315;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.121 {
                        peer-as 4208000316;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:279 {
                        peer-as 4208000316;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.123 {
                        peer-as 4208000317;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:27b {
                        peer-as 4208000317;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.125 {
                        peer-as 4208000318;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:27d {
                        peer-as 4208000318;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.2.127 {
                        peer-as 4208000319;
                        passive;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:27f {
                        peer-as 4208000319;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.238.4 {
                        peer-as 4208999980;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:ee04 {
                        peer-as 4208999980;
                        passive;
                    }
                }
               group v4-public-EBGP {
                    family inet unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 100.72.238.132 {
                        peer-as 4208999980;
                    }
                }
               group v6-public-EBGP {
                    family inet6 unicast;
                    type external;
                    multipath multiple-as;
                    enforce-first-as;
                    hold-time 3;
                    neighbor 2605:940:500:b1:a:de:6448:ee84 {
                        peer-as 4208999980;
                        passive;
                    }
                }

            }
        }
    interface xe-0/0/0.100;
    interface xe-0/0/1.100;
    interface xe-0/0/2.100;
    interface xe-0/0/3.100;
    interface xe-0/0/4.100;
    interface xe-0/0/5.100;
    interface xe-0/0/6.100;
    interface xe-0/0/7.100;
    interface xe-0/0/8.100;
    interface xe-0/0/9.100;
    interface xe-0/0/10.100;
    interface xe-0/0/11.100;
    interface xe-0/0/12.100;
    interface xe-0/0/13.100;
    interface xe-0/0/14.100;
    interface xe-0/0/15.100;
    interface xe-0/0/16.100;
    interface xe-0/0/17.100;
    interface xe-0/0/18.100;
    interface xe-0/0/19.100;
    interface xe-0/0/20.100;
    interface xe-0/0/21.100;
    interface xe-0/0/22.100;
    interface xe-0/0/23.100;
    interface xe-0/0/24.100;
    interface xe-0/0/25.100;
    interface xe-0/0/26.100;
    interface xe-0/0/27.100;
    interface xe-0/0/28.100;
    interface xe-0/0/29.100;
    interface xe-0/0/30.100;
    interface xe-0/0/31.100;
    interface xe-0/0/32.100;
    interface xe-0/0/33.100;
    interface xe-0/0/34.100;
    interface xe-0/0/35.100;
    interface xe-0/0/36.100;
    interface xe-0/0/37.100;
    interface xe-0/0/38.100;
    interface xe-0/0/39.100;
    interface xe-0/0/40.100;
    interface xe-0/0/41.100;
    interface xe-0/0/42.100;
    interface xe-0/0/43.100;
    interface xe-0/0/44.100;
    interface xe-0/0/45.100;
    interface xe-0/0/46.100;
    interface xe-0/0/47.100;
    interface et-0/0/31.100;
    interface et-0/0/32.100;
    }
}

policy-options {
    policy-statement BGPTTH-OUT-V4 {
    }
}
policy-options {
    policy-statement BGPTTH-IN-V4 {
        term ACCEPT-BGP {
  apply-flags omit;
    from protocol bgp;
    then accept;
}

        then reject;
    }
}




groups {
   provisioning-dhcp-attributes {
       routing-instances {
           private {
               access {
                   address-assignment {
                       pool <*> {
                           family inet {
                               dhcp-attributes {
                                   maximum-lease-time 7200;
                                   domain-name ussfo03.blade-group.net;
                                   name-server {
                                        172.30.20.2;
                                        172.30.20.3;
                                     }
                                   tftp-server 172.30.20.87;
                                   boot-server 172.30.20.87;
                                   boot-file undionly.kpxe;
                                   option 119 hex-string 07757373666f30330b626c6164652d67726f7570036e657400;
                                   }
                               }
                       }
                   }
               }
           }
       }
   }
}

routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/0.70;
    access address-assignment pool xe-0-0-0 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.64/30;
                       range provisioning {
                           low  10.144.4.66;
                           high 10.144.4.66;
                       }
                       dhcp-attributes {
                           router 10.144.4.65;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/1.70;
    access address-assignment pool xe-0-0-1 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.68/30;
                       range provisioning {
                           low  10.144.4.70;
                           high 10.144.4.70;
                       }
                       dhcp-attributes {
                           router 10.144.4.69;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/2.70;
    access address-assignment pool xe-0-0-2 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.72/30;
                       range provisioning {
                           low  10.144.4.74;
                           high 10.144.4.74;
                       }
                       dhcp-attributes {
                           router 10.144.4.73;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/3.70;
    access address-assignment pool xe-0-0-3 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.76/30;
                       range provisioning {
                           low  10.144.4.78;
                           high 10.144.4.78;
                       }
                       dhcp-attributes {
                           router 10.144.4.77;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/4.70;
    access address-assignment pool xe-0-0-4 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.80/30;
                       range provisioning {
                           low  10.144.4.82;
                           high 10.144.4.82;
                       }
                       dhcp-attributes {
                           router 10.144.4.81;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/5.70;
    access address-assignment pool xe-0-0-5 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.84/30;
                       range provisioning {
                           low  10.144.4.86;
                           high 10.144.4.86;
                       }
                       dhcp-attributes {
                           router 10.144.4.85;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/6.70;
    access address-assignment pool xe-0-0-6 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.88/30;
                       range provisioning {
                           low  10.144.4.90;
                           high 10.144.4.90;
                       }
                       dhcp-attributes {
                           router 10.144.4.89;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/7.70;
    access address-assignment pool xe-0-0-7 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.92/30;
                       range provisioning {
                           low  10.144.4.94;
                           high 10.144.4.94;
                       }
                       dhcp-attributes {
                           router 10.144.4.93;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/8.70;
    access address-assignment pool xe-0-0-8 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.96/30;
                       range provisioning {
                           low  10.144.4.98;
                           high 10.144.4.98;
                       }
                       dhcp-attributes {
                           router 10.144.4.97;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/9.70;
    access address-assignment pool xe-0-0-9 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.100/30;
                       range provisioning {
                           low  10.144.4.102;
                           high 10.144.4.102;
                       }
                       dhcp-attributes {
                           router 10.144.4.101;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/10.70;
    access address-assignment pool xe-0-0-10 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.104/30;
                       range provisioning {
                           low  10.144.4.106;
                           high 10.144.4.106;
                       }
                       dhcp-attributes {
                           router 10.144.4.105;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/11.70;
    access address-assignment pool xe-0-0-11 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.108/30;
                       range provisioning {
                           low  10.144.4.110;
                           high 10.144.4.110;
                       }
                       dhcp-attributes {
                           router 10.144.4.109;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/12.70;
    access address-assignment pool xe-0-0-12 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.112/30;
                       range provisioning {
                           low  10.144.4.114;
                           high 10.144.4.114;
                       }
                       dhcp-attributes {
                           router 10.144.4.113;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/13.70;
    access address-assignment pool xe-0-0-13 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.116/30;
                       range provisioning {
                           low  10.144.4.118;
                           high 10.144.4.118;
                       }
                       dhcp-attributes {
                           router 10.144.4.117;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/14.70;
    access address-assignment pool xe-0-0-14 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.120/30;
                       range provisioning {
                           low  10.144.4.122;
                           high 10.144.4.122;
                       }
                       dhcp-attributes {
                           router 10.144.4.121;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/15.70;
    access address-assignment pool xe-0-0-15 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.124/30;
                       range provisioning {
                           low  10.144.4.126;
                           high 10.144.4.126;
                       }
                       dhcp-attributes {
                           router 10.144.4.125;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/16.70;
    access address-assignment pool xe-0-0-16 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.128/30;
                       range provisioning {
                           low  10.144.4.130;
                           high 10.144.4.130;
                       }
                       dhcp-attributes {
                           router 10.144.4.129;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/17.70;
    access address-assignment pool xe-0-0-17 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.132/30;
                       range provisioning {
                           low  10.144.4.134;
                           high 10.144.4.134;
                       }
                       dhcp-attributes {
                           router 10.144.4.133;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/18.70;
    access address-assignment pool xe-0-0-18 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.136/30;
                       range provisioning {
                           low  10.144.4.138;
                           high 10.144.4.138;
                       }
                       dhcp-attributes {
                           router 10.144.4.137;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/19.70;
    access address-assignment pool xe-0-0-19 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.140/30;
                       range provisioning {
                           low  10.144.4.142;
                           high 10.144.4.142;
                       }
                       dhcp-attributes {
                           router 10.144.4.141;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/20.70;
    access address-assignment pool xe-0-0-20 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.144/30;
                       range provisioning {
                           low  10.144.4.146;
                           high 10.144.4.146;
                       }
                       dhcp-attributes {
                           router 10.144.4.145;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/21.70;
    access address-assignment pool xe-0-0-21 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.148/30;
                       range provisioning {
                           low  10.144.4.150;
                           high 10.144.4.150;
                       }
                       dhcp-attributes {
                           router 10.144.4.149;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/22.70;
    access address-assignment pool xe-0-0-22 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.152/30;
                       range provisioning {
                           low  10.144.4.154;
                           high 10.144.4.154;
                       }
                       dhcp-attributes {
                           router 10.144.4.153;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/23.70;
    access address-assignment pool xe-0-0-23 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.156/30;
                       range provisioning {
                           low  10.144.4.158;
                           high 10.144.4.158;
                       }
                       dhcp-attributes {
                           router 10.144.4.157;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/24.70;
    access address-assignment pool xe-0-0-24 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.160/30;
                       range provisioning {
                           low  10.144.4.162;
                           high 10.144.4.162;
                       }
                       dhcp-attributes {
                           router 10.144.4.161;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/25.70;
    access address-assignment pool xe-0-0-25 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.164/30;
                       range provisioning {
                           low  10.144.4.166;
                           high 10.144.4.166;
                       }
                       dhcp-attributes {
                           router 10.144.4.165;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/26.70;
    access address-assignment pool xe-0-0-26 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.168/30;
                       range provisioning {
                           low  10.144.4.170;
                           high 10.144.4.170;
                       }
                       dhcp-attributes {
                           router 10.144.4.169;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/27.70;
    access address-assignment pool xe-0-0-27 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.172/30;
                       range provisioning {
                           low  10.144.4.174;
                           high 10.144.4.174;
                       }
                       dhcp-attributes {
                           router 10.144.4.173;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/28.70;
    access address-assignment pool xe-0-0-28 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.176/30;
                       range provisioning {
                           low  10.144.4.178;
                           high 10.144.4.178;
                       }
                       dhcp-attributes {
                           router 10.144.4.177;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/29.70;
    access address-assignment pool xe-0-0-29 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.180/30;
                       range provisioning {
                           low  10.144.4.182;
                           high 10.144.4.182;
                       }
                       dhcp-attributes {
                           router 10.144.4.181;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/30.70;
    access address-assignment pool xe-0-0-30 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.184/30;
                       range provisioning {
                           low  10.144.4.186;
                           high 10.144.4.186;
                       }
                       dhcp-attributes {
                           router 10.144.4.185;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/31.70;
    access address-assignment pool xe-0-0-31 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.188/30;
                       range provisioning {
                           low  10.144.4.190;
                           high 10.144.4.190;
                       }
                       dhcp-attributes {
                           router 10.144.4.189;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/32.70;
    access address-assignment pool xe-0-0-32 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.192/30;
                       range provisioning {
                           low  10.144.4.194;
                           high 10.144.4.194;
                       }
                       dhcp-attributes {
                           router 10.144.4.193;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/33.70;
    access address-assignment pool xe-0-0-33 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.196/30;
                       range provisioning {
                           low  10.144.4.198;
                           high 10.144.4.198;
                       }
                       dhcp-attributes {
                           router 10.144.4.197;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/34.70;
    access address-assignment pool xe-0-0-34 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.200/30;
                       range provisioning {
                           low  10.144.4.202;
                           high 10.144.4.202;
                       }
                       dhcp-attributes {
                           router 10.144.4.201;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/35.70;
    access address-assignment pool xe-0-0-35 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.204/30;
                       range provisioning {
                           low  10.144.4.206;
                           high 10.144.4.206;
                       }
                       dhcp-attributes {
                           router 10.144.4.205;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/36.70;
    access address-assignment pool xe-0-0-36 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.208/30;
                       range provisioning {
                           low  10.144.4.210;
                           high 10.144.4.210;
                       }
                       dhcp-attributes {
                           router 10.144.4.209;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/37.70;
    access address-assignment pool xe-0-0-37 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.212/30;
                       range provisioning {
                           low  10.144.4.214;
                           high 10.144.4.214;
                       }
                       dhcp-attributes {
                           router 10.144.4.213;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/38.70;
    access address-assignment pool xe-0-0-38 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.216/30;
                       range provisioning {
                           low  10.144.4.218;
                           high 10.144.4.218;
                       }
                       dhcp-attributes {
                           router 10.144.4.217;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/39.70;
    access address-assignment pool xe-0-0-39 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.220/30;
                       range provisioning {
                           low  10.144.4.222;
                           high 10.144.4.222;
                       }
                       dhcp-attributes {
                           router 10.144.4.221;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/40.70;
    access address-assignment pool xe-0-0-40 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.224/30;
                       range provisioning {
                           low  10.144.4.226;
                           high 10.144.4.226;
                       }
                       dhcp-attributes {
                           router 10.144.4.225;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/41.70;
    access address-assignment pool xe-0-0-41 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.228/30;
                       range provisioning {
                           low  10.144.4.230;
                           high 10.144.4.230;
                       }
                       dhcp-attributes {
                           router 10.144.4.229;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/42.70;
    access address-assignment pool xe-0-0-42 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.232/30;
                       range provisioning {
                           low  10.144.4.234;
                           high 10.144.4.234;
                       }
                       dhcp-attributes {
                           router 10.144.4.233;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/43.70;
    access address-assignment pool xe-0-0-43 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.236/30;
                       range provisioning {
                           low  10.144.4.238;
                           high 10.144.4.238;
                       }
                       dhcp-attributes {
                           router 10.144.4.237;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/44.70;
    access address-assignment pool xe-0-0-44 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.240/30;
                       range provisioning {
                           low  10.144.4.242;
                           high 10.144.4.242;
                       }
                       dhcp-attributes {
                           router 10.144.4.241;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/45.70;
    access address-assignment pool xe-0-0-45 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.244/30;
                       range provisioning {
                           low  10.144.4.246;
                           high 10.144.4.246;
                       }
                       dhcp-attributes {
                           router 10.144.4.245;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/46.70;
    access address-assignment pool xe-0-0-46 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.248/30;
                       range provisioning {
                           low  10.144.4.250;
                           high 10.144.4.250;
                       }
                       dhcp-attributes {
                           router 10.144.4.249;
                       }
                   }
               }
  }
routing-instances private {
    system services dhcp-local-server group provisioning interface xe-0/0/47.70;
    access address-assignment pool xe-0-0-47 {
                   apply-groups provisioning-dhcp-attributes;
                   family inet {
                       network 10.144.4.252/30;
                       range provisioning {
                           low  10.144.4.254;
                           high 10.144.4.254;
                       }
                       dhcp-attributes {
                           router 10.144.4.253;
                       }
                   }
               }
  }

