diff --git a/CHANGES.md b/CHANGES.md index f97e5bc89..25b588f37 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,10 @@ # OSCARS Release Notes +### 1.2.35 +> Nov 2025 +- OS-657 Handle rare error when a modify would temporarily set connection.reserved to null +- OS-652 Commit on modify error +- OS-653 Fix task scheduling stalls + ### 1.2.34 > Oct 2025 - OS-632 ProjectId validation against ESDB diff --git a/backend/config/application.properties b/backend/config/application.properties index 64c77b6da..e100b7d57 100644 --- a/backend/config/application.properties +++ b/backend/config/application.properties @@ -32,6 +32,7 @@ spring.jackson.serialization.write-dates-as-timestamps=false server.port=${OSCARS_BACKEND_WEB_PORT} server.ssl.enabled=false server.servlet-path=/ +server.error.whitelabel.enabled=false # Enable gzip compression BEGIN server.compression.enabled=true @@ -97,11 +98,14 @@ pce.short-path-detour=6 # how long to keep uncommitted reservations via REST API before expunging, in sec resv.timeout=900 resv.minimum-duration=15 +resv.state-delay=3s -# how long to keep uncommitted reservations via NSI SOAP API before expunging them, in sec -nsi.queue-interval-millisec=5000 -nsi.resv-timeout=300 +# how often to process NSI task queue +nsi.queue-delay=500ms +# how often to run NSI housekeeping +nsi.housekeeping-delay=10m + nsi.key-store=config/nsi.jks nsi.key-store-type=JKS nsi.key-store-alias=oscars @@ -164,6 +168,9 @@ frontend.oauth-scope=openid # comma-separate more origin URLS as needed frontend.cors-origins=http://localhost:8181/ +# how often to trigger southbound tasks +sb.trigger-delay=500ms + nso.vc-id-range=7000:7999 nso.sdp-id-range=7000:7999 nso.sap-qos-id-range=7000:7999 diff --git a/backend/config/topology.json b/backend/config/topology.json index a5aacc0da..781a81998 100644 --- a/backend/config/topology.json +++ b/backend/config/topology.json @@ -1,156 +1,146 @@ { "devices": [ { - "urn": "ornl5600-cr6", + "urn": "albq-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.203", + "ipv4Address": "134.55.200.169", "reservableVlans": [], - "location": "ORNL5600", - "locationId": 617, - "latitude": "35.929255", - "longitude": "-84.310415", + "location": "ALBQ", + "locationId": 262, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "ornl5600-cr6:1/1/c31/1", + "urn": "albq-cr6:1/1/c15/1", "tags": [ - "ornl5600-cr6---nash-cr6:bbl-a4e03c02::ESNET-Z13486:na", - "ornl5600-cr6---nash-cr6:ESNET-Z13486::show:intracloud" + "albq-cr6---albq-bert1:bert-0c497c80:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ornl5600-cr6:nash-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.72/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4011, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4009 } ], - "esdbEquipmentInterfaceId": 14091 + "esdbEquipmentInterfaceId": 12085, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:lag-20", + "urn": "albq-cr6:1/1/c17/3", "tags": [ - "ornl5600-cr6---ornl5600-mpr1:mgt-340ea6d0:lag-20:ESNET-Z09187:na", - "ornl5600-cr6---ornl5600-mpr1:ESNET-Z09187::show:intracloud", - "ornl5600-cr6---ornl5600-ps:pt-905701f5:owamp::na" + "albq-cr6---snlnm-cr6:bbl-77a810bc::ESNET-Z13338:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16851 + "esdbEquipmentInterfaceId": 12089, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c13/1", + "urn": "albq-cr6:1/1/c17/4", "tags": [ - "ornl5600-cr6---osti-cr6:bbl-f09baadf::ESNET-Z12520:na", - "ornl5600-cr6---osti-cr6:ESNET-Z12520::show:intracloud" + "albq-cr6---UNM::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ornl5600-cr6:osti-bb-a", - "port": "2/1/c13/1", - "ipv4Address": "134.55.58.104/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ + { + "floor": 1457, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 1149 }, { - "floor": 7, - "ceiling": 4095 + "floor": 1151, + "ceiling": 1455 } ], - "esdbEquipmentInterfaceId": 14105 + "esdbEquipmentInterfaceId": 12090, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c14/1", + "urn": "albq-cr6:1/1/c18/1", "tags": [ - "ornl5600-cr6---ornl5600-ps:pt-905701f5:::na", - "ornl5600-cr6---ornl5600-ps:pt-905701f5:throughput::na" + "albq-cr6---DOENET-ALBQ::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 0, "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14106 + "esdbEquipmentInterfaceId": 12091, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "ornl5600-cr6:1/1/c34/1", + "urn": "albq-cr6:1/1/c2/1", "tags": [ - "ornl5600-cr6---ornl1064-cr6:bbl-6866c2c1::ESNET-Z15912:na", - "ornl5600-cr6---ornl1064-cr6:ESNET-Z15912::show:intracloud" + "albq-cr6---snlnm-cr6:bbl-29a8c47f::ESNET-Z18048:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ornl5600-cr6:ornl1064-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.51/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -161,27 +151,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14092 + "esdbEquipmentInterfaceId": 12072, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c31/1", + "urn": "albq-cr6:1/1/c28/1", "tags": [ - "ornl5600-cr6---nash-cr6:bbl-a4e03c02::ESNET-Z13487:na", - "ornl5600-cr6---nash-cr6:ESNET-Z13487::show:intracloud" + "albq-cr6---denv-cr6:bbl-ab203166::ESNET-Z17658:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ornl5600-cr6:nash-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.58.170/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -192,27 +179,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14121 + "esdbEquipmentInterfaceId": 12098, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:1/1/c3/1", + "urn": "albq-cr6:1/1/c3/1", "tags": [ - "ornl5600-cr6---orau-cr6:bbl-b334ccc5::ESNET-Z14079:na", - "ornl5600-cr6---orau-cr6:ESNET-Z14079::show:intracloud" + "albq-cr6---lanlta03-cr6:bbl-7d2ce5fd::ESNET-Z13352:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ornl5600-cr6:orau-bb-b", - "port": "1/1/c3/1", - "ipv4Address": "134.55.56.226/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -223,27 +207,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14065 + "esdbEquipmentInterfaceId": 12073, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c34/1", + "urn": "albq-cr6:1/1/c31/1", "tags": [ - "ornl5600-cr6---ornl1064-cr6:bbl-6866c2c1::ESNET-Z08819:na", - "ornl5600-cr6---ornl1064-cr6:ESNET-Z08819::show:intracloud" + "albq-cr6---elpa-cr6:bbl-b6bef8c1::ESNET-Z12465:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ornl5600-cr6:ornl1064-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.113/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -254,349 +235,356 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14122 + "esdbEquipmentInterfaceId": 12099, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c5/1", + "urn": "albq-cr6:1/1/c34/1", "tags": [ - "ornl5600-cr6---DOE-IN-ORNL::conn-a:show:na", - "ornl5600-cr6---doe-in-ornl(as65530):l3edge-4cd165ca:site_conn-a_base:show:na" + "albq-cr6---denv-cr6:bbl-ab203166::ESNET-Z10697:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1041, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 1039 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14097 + "esdbEquipmentInterfaceId": 12100, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:1/1/c4/1", + "urn": "albq-cr6:1/1/c6/1", "tags": [ - "ornl5600-cr6---nash-cr6:bbl-3bde5ed5::ESNET-Z10935:na", - "ornl5600-cr6---nash-cr6:ESNET-Z10935::show:intracloud" + "albq-cr6---HE::conn-n:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ornl5600-cr6:nash-bb-a", - "port": "1/1/c4/1", - "ipv4Address": "134.55.57.61/31" - } + "EDGE", + "UNTAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14066 + "esdbEquipmentInterfaceId": 12076, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "ornl5600-cr6:2/1/c4/1", + "urn": "albq-cr6:1/1/c8/1", "tags": [ - "ornl5600-cr6---wash-cr6:bbl-7d976214::ESNET-Z12523:na", - "ornl5600-cr6---wash-cr6:ESNET-Z12523::show:intracloud" + "albq-cr6---albq-ht1:ht-bb12c658:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ornl5600-cr6:wash-bb-a", - "port": "2/1/c4/1", - "ipv4Address": "134.55.58.125/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14096 + "esdbEquipmentInterfaceId": 12078, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:1/1/c6/1", + "urn": "albq-cr6:1/1/c9/1", "tags": [ - "ornl5600-cr6---ORNL::conn-j:show:na" + "albq-cr6---albq-ht1:ht-bb12c658:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14068 + "esdbEquipmentInterfaceId": 12079, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c9/1", + "urn": "albq-cr6:2/1/c14/1", "tags": [ - "ornl5600-cr6---ornl5600-ht2:ht-2641987a:::na", - "ornl5600-cr6---ornl5600-ht2:ht-2641987a:service1::na" + "albq-cr6---albq-ps:pt-ff90caa7:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 14101 + "esdbEquipmentInterfaceId": 12114, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c8/1", + "urn": "albq-cr6:2/1/c15/1", "tags": [ - "ornl5600-cr6---ornl5600-ht2:ht-2641987a:::na", - "ornl5600-cr6---ornl5600-ht2:ht-2641987a:service1::na" + "albq-cr6---albq-bert1:bert-0c497c80:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 4011, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 4009 } ], - "esdbEquipmentInterfaceId": 14100 + "esdbEquipmentInterfaceId": 12115, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:1/1/c9/1", + "urn": "albq-cr6:2/1/c17/4", "tags": [ - "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:::na", - "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:service1::na" + "albq-cr6---LANL::conn-r:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 1146 }, { - "floor": 2, - "ceiling": 4088 + "floor": 1148, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14071 + "esdbEquipmentInterfaceId": 12120, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c17/3", + "urn": "albq-cr6:2/1/c18/1", "tags": [ - "ornl5600-cr6---ORCC::conn-d:show:na", - "ornl5600-cr6---orcc(as65012):l3edge-2944662e:site_conn-d_base:show:na" + "albq-cr6---DOENET-ALBQ::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1502, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 1500 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14111 + "esdbEquipmentInterfaceId": 12121, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "ornl5600-cr6:2/1/c19/1", + "urn": "albq-cr6:2/1/c18/2", "tags": [ - "ornl5600-cr6---ORNL::conn-h:show:na", - "ornl5600-cr6---ornl(as50):l3edge-1d0d8f68:site_conn-h_base:show:na", - "ornl5600-cr6---ornl(as50):l3edge-1d59de3b:site_conn-h_base:show:na", - "ornl5600-cr6---ornl(as50):l3edge-2d8f4001:site_conn-h_l3vpn-lhcone:show:intercloud", - "ornl5600-cr6---ornl(as50):l3edge-6410839e:site_conn-h_l3vpn-lhcone:show:intercloud" + "albq-cr6---snlnm-cr6:bbl-77a810bc::ESNET-Z16314:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 2164, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 2121 + "ceiling": 5 }, { - "floor": 2124, - "ceiling": 2161 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14117 + "esdbEquipmentInterfaceId": 12122, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:1/1/c10/1", + "urn": "albq-cr6:2/1/c2/1", "tags": [ - "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:::na", - "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:service1::na" + "albq-cr6---snlnm-cr6:bbl-29a8c47f::ESNET-Z18049:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14072 + "esdbEquipmentInterfaceId": 12102, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:lag-401", + "urn": "albq-cr6:2/1/c28/1", "tags": [ - "ornl5600-cr6---ornl5600-ht2:ht-2641987a:capture::na" + "albq-cr6---elpa-cr6:bbl-b6bef8c1::ESNET-Z17659:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25743 + "esdbEquipmentInterfaceId": 12128, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:lag-400", + "urn": "albq-cr6:2/1/c31/1", "tags": [ - "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:capture::na" + "albq-cr6---denv-cr6:bbl-ab203166::ESNET-Z14014:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25742 - } - ], - "esdbEquipmentId": 1717 - }, - { - "urn": "fnalfcc-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.187", - "reservableVlans": [], - "location": "FNALFCC", - "locationId": 280, - "latitude": "41.841466", - "longitude": "-88.254949", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12129, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "fnalfcc-cr6:1/1/c31/1", + "urn": "albq-cr6:2/1/c34/1", "tags": [ - "fnalfcc-cr6---anl221-cr6:bbl-aba780f0::ESNET-Z10703:na", - "fnalfcc-cr6---anl221-cr6:ESNET-Z10703::show:intracloud" + "albq-cr6---elpa-cr6:bbl-b6bef8c1::ESNET-Z10700:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalfcc-cr6:anl221-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.237/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -607,61 +595,83 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13255 + "esdbEquipmentInterfaceId": 12130, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:lag-2", + "urn": "albq-cr6:2/1/c8/1", "tags": [ - "fnalfcc-cr6---FNAL::conn-ae:show:na", - "fnalfcc-cr6---fnal(as3152):l3edge-c15a9826:site_conn-ae_base:show:na", - "fnalfcc-cr6---fnal(as3152):l3edge-0640e5f5:site_conn-ae_base:show:na", - "fnalfcc-cr6---fnal(as3152):l3edge-80863a54:site_conn-ae_l3vpn-lhcone:show:intercloud" + "albq-cr6---albq-ht2:ht-fe43e3af:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 1600000, - "reservableEgressBw": 1600000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 13, - "ceiling": 13 - }, - { - "floor": 15, - "ceiling": 2202 + "floor": 4090, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 11 - }, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12108, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "albq-cr6:2/1/c9/1", + "tags": [ + "albq-cr6---albq-ht2:ht-fe43e3af:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "floor": 2204, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 27713 + "esdbEquipmentInterfaceId": 12109, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:lag-20", + "urn": "albq-cr6:lag-20", "tags": [ - "fnalfcc-cr6---fnalfcc-mpr1:mgt-0122310e:lag-20:ESNET-Z08629:na", - "fnalfcc-cr6---fnalfcc-mpr1:ESNET-Z08629::show:intracloud", - "fnalfcc-cr6---doe-sc-fso(as65171):l3edge-ad9eecde:site_conn-b_base:show:na", - "fnalfcc-cr6---fnalfcc-ps:pt-1599bdca:owamp::na" + "albq-cr6---albq-mpr1:mgt-833d966c:lag-20:ESNET-Z08593:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, + "floor": 31, "ceiling": 918 }, { @@ -669,7 +679,11 @@ "ceiling": 965 }, { - "floor": 1802, + "floor": 1111, + "ceiling": 1201 + }, + { + "floor": 1203, "ceiling": 4095 }, { @@ -677,91 +691,103 @@ "ceiling": 1109 }, { - "floor": 1111, - "ceiling": 1800 + "floor": 2, + "ceiling": 29 } ], - "esdbEquipmentInterfaceId": 14948 + "esdbEquipmentInterfaceId": 14936, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:lag-1", + "urn": "albq-cr6:lag-400", "tags": [ - "fnalfcc-cr6---FNAL::conn-s:show:na", - "fnalfcc-cr6---fnal(as3152):l3edge-98142898:site_conn-s_base:show:na", - "fnalfcc-cr6---fnal(as3152):l3edge-7d5a3aff:site_conn-s_base:show:na", - "fnalfcc-cr6---fnal(as3152):l3edge-a9909719:site_conn-s_l3vpn-lhcone:show:intercloud" + "albq-cr6---albq-ht1:ht-bb12c658:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2202, + "floor": 404, "ceiling": 4095 }, - { - "floor": 12, - "ceiling": 2200 - }, { "floor": 2, - "ceiling": 9 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 18157 + "esdbEquipmentInterfaceId": 25714, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:2/1/c14/1", + "urn": "albq-cr6:lag-401", "tags": [ - "fnalfcc-cr6---fnalfcc-ps:pt-1599bdca:::na", - "fnalfcc-cr6---fnalfcc-ps:pt-1599bdca:throughput::na" + "albq-cr6---albq-ht2:ht-fe43e3af:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 399 }, { - "floor": 912, - "ceiling": 1110 + "floor": 402, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13270 - }, + "esdbEquipmentInterfaceId": 25715, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1670, + "orchSubscriptionId": null + }, + { + "urn": "ameshwh-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.219", + "reservableVlans": [], + "location": "AMESHWH", + "locationId": 622, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "fnalfcc-cr6:1/1/c34/1", + "urn": "ameshwh-cr6:1/1/c1/1", "tags": [ - "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z10913:na", - "fnalfcc-cr6---fnalgcc-cr6:ESNET-Z10913::show:intracloud" + "ameshwh-cr6---ameshwhb-cr6:bbl-3419f725::ESNET-Z16425:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalfcc-cr6:fnalgcc-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.218/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -772,27 +798,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13256 + "esdbEquipmentInterfaceId": 22094, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:1/1/c25/1", + "urn": "ameshwh-cr6:1/1/c2/1", "tags": [ - "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z15714:na", - "fnalfcc-cr6---fnalgcc-cr6:ESNET-Z15714::show:intracloud" + "ameshwh-cr6---kans-cr6:bbl-9f065c3d::ESNET-Z16496:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalfcc-cr6:fnalgcc-bb-d", - "port": "1/1/c25/1", - "ipv4Address": "134.55.56.242/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -803,27 +826,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13253 + "esdbEquipmentInterfaceId": 22095, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:2/1/c31/1", + "urn": "ameshwh-cr6:1/1/c7/1", "tags": [ - "fnalfcc-cr6---anl221-cr6:bbl-aba780f0::ESNET-Z10706:na", - "fnalfcc-cr6---anl221-cr6:ESNET-Z10706::show:intracloud" + "ameshwh-cr6---AMES::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 929 + }, { - "urn": "fnalfcc-cr6:anl221-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.239/31" + "floor": 931, + "ceiling": 4095 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 22096, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "ameshwh-cr6:2/1/c1/1", + "tags": [ + "ameshwh-cr6---ameshwhb-cr6:bbl-3419f725::ESNET-Z11518:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -834,80 +882,111 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13285 + "esdbEquipmentInterfaceId": 22106, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:1/1/c17/3", + "urn": "ameshwh-cr6:2/1/c14/1", "tags": [ - "fnalfcc-cr6---ANL::conn-i:show:na", - "fnalfcc-cr6---anl(as683):l3edge-f99aa2bd:site_conn-i_base:show:na", - "fnalfcc-cr6---anl(as683):l3edge-76d84260:site_conn-i_base:show:na" + "ameshwh-cr6---ameshwh-ps:pt-49affddf:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 0, - "ceiling": 0 + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13245 + "esdbEquipmentInterfaceId": 22114, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:2/1/c34/1", + "urn": "ameshwh-cr6:lag-20", "tags": [ - "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z07205:na", - "fnalfcc-cr6---fnalgcc-cr6:ESNET-Z07205::show:intracloud" + "ameshwh-cr6---ameshwh-mpr1:mgt-ac79c908:lag-20:ESNET-Z11264:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "fnalfcc-cr6:fnalgcc-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.110/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 13286 - }, + "esdbEquipmentInterfaceId": 22118, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2018, + "orchSubscriptionId": null + }, + { + "urn": "ameshwhb-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.220", + "reservableVlans": [], + "location": "AMESHWHB", + "locationId": 623, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "fnalfcc-cr6:1/1/c28/1", + "urn": "ameshwhb-cr6:1/1/c1/1", "tags": [ - "fnalfcc-cr6---anl221-cr6:bbl-aba780f0::ESNET-Z11926:na", - "fnalfcc-cr6---anl221-cr6:ESNET-Z11926::show:intracloud" + "ameshwhb-cr6---ameshwh-cr6:bbl-3419f725::ESNET-Z16425:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalfcc-cr6:anl221-bb-d", - "port": "1/1/c28/1", - "ipv4Address": "134.55.58.79/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -918,216 +997,243 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13254 + "esdbEquipmentInterfaceId": 22125, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:2/1/c9/1", + "urn": "ameshwhb-cr6:1/1/c2/1", "tags": [ - "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:::na", - "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:service1::na" + "ameshwhb-cr6---chic-cr6:bbl-2dc2d07c::ESNET-Z16426:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13265 + "esdbEquipmentInterfaceId": 22126, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:1/1/c8/1", + "urn": "ameshwhb-cr6:1/1/c7/1", "tags": [ - "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:::na", - "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:service1::na" + "ameshwhb-cr6---AMES::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 930 }, { - "floor": 2, - "ceiling": 4088 + "floor": 932, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13234 + "esdbEquipmentInterfaceId": 22127, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:2/1/c8/1", + "urn": "ameshwhb-cr6:2/1/c1/1", "tags": [ - "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:::na", - "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:service1::na" + "ameshwhb-cr6---ameshwh-cr6:bbl-3419f725::ESNET-Z11518:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13264 + "esdbEquipmentInterfaceId": 22137, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:1/1/c9/1", + "urn": "ameshwhb-cr6:lag-20", "tags": [ - "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:::na", - "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:service1::na" + "ameshwhb-cr6---ameshwhb-mpr1:mgt-d02e7759:lag-20:ESNET-Z11267:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 965 }, { - "floor": 2, - "ceiling": 4088 + "floor": 967, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13235 - }, + "esdbEquipmentInterfaceId": 22149, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2019, + "orchSubscriptionId": null + }, + { + "urn": "anl221-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.173", + "reservableVlans": [], + "location": "ANL221", + "locationId": 265, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "fnalfcc-cr6:2/1/c28/1", + "urn": "anl221-cr6:1/1/c17/2", "tags": [ - "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z10916:na", - "fnalfcc-cr6---fnalgcc-cr6:ESNET-Z10916::show:intracloud" + "anl221-cr6---ANL::conn-o:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "fnalfcc-cr6:fnalgcc-bb-c", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.220/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1799 }, { - "floor": 7, + "floor": 1801, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13284 + "esdbEquipmentInterfaceId": 12282, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:lag-401", + "urn": "anl221-cr6:1/1/c19/1", "tags": [ - "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:capture::na" + "anl221-cr6---ANL::conn-m:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2, + "floor": 1841, + "ceiling": 1841 + }, + { + "floor": 1843, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 1839 } ], - "esdbEquipmentInterfaceId": 25707 + "esdbEquipmentInterfaceId": 12289, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:lag-400", + "urn": "anl221-cr6:1/1/c28/1", "tags": [ - "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:capture::na" + "anl221-cr6---anl541b-cr6:bbl-50ed9d9e::ESNET-Z10883:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25706 - } - ], - "esdbEquipmentId": 1699 - }, - { - "urn": "slac50n-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.193", - "reservableVlans": [], - "location": "SLAC50N", - "locationId": 487, - "latitude": "37.42801285", - "longitude": "-122.1773605", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12292, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "slac50n-cr6:1/1/c31/1", + "urn": "anl221-cr6:1/1/c31/1", "tags": [ - "slac50n-cr6---lbnl59-cr6:bbl-9eda47aa::ESNET-Z10832:na", - "slac50n-cr6---lbnl59-cr6:ESNET-Z10832::show:intracloud" + "anl221-cr6---fnalfcc-cr6:bbl-aba780f0::ESNET-Z10703:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "slac50n-cr6:lbnl59-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.149/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -1138,197 +1244,200 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13641 + "esdbEquipmentInterfaceId": 12293, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:lag-20", + "urn": "anl221-cr6:1/1/c34/1", "tags": [ - "slac50n-cr6---slac50n-mpr1:mgt-1b382c92:lag-20:ESNET-Z08638:na", - "slac50n-cr6---slac50n-mpr1:ESNET-Z08638::show:intracloud", - "slac50n-cr6---slac50n-ps:pt-586dbdac:owamp::na", - "slac50n-cr6---slac50n-ps:pt-lsst-manual:owamp::na", - "slac50n-cr6---doe-sc-sso(as65165):l3edge-268e38e1:site_conn-b_ipt:show:na" + "anl221-cr6---anl541b-cr6:bbl-50ed9d9e::ESNET-Z10880:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 918 + "ceiling": 5 }, { - "floor": 2221, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 1111, - "ceiling": 1136 - }, - { - "floor": 967, - "ceiling": 1109 - }, - { - "floor": 1138, - "ceiling": 2219 } ], - "esdbEquipmentInterfaceId": 14951 + "esdbEquipmentInterfaceId": 12294, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:2/1/c14/1", + "urn": "anl221-cr6:1/1/c8/1", "tags": [ - "slac50n-cr6---slac50n-ps:pt-586dbdac:::na", - "slac50n-cr6---slac50n-ps:pt-586dbdac:throughput::na", - "slac50n-cr6---slac50n-ps:pt-lsst-manual:throughput::na" + "anl221-cr6---anl221-ht1:ht-e579a8d1:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2222, + "floor": 4090, "ceiling": 4095 }, - { - "floor": 1112, - "ceiling": 2220 - }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13656 + "esdbEquipmentInterfaceId": 12272, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:1/1/c34/1", + "urn": "anl221-cr6:1/1/c9/1", "tags": [ - "slac50n-cr6---slac50s-cr6:bbl-8de1a60d::ESNET-Z07207:na", - "slac50n-cr6---slac50s-cr6:ESNET-Z07207::show:intracloud" + "anl221-cr6---anl221-ht1:ht-e579a8d1:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "slac50n-cr6:slac50s-bb-a", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.39/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13642 + "esdbEquipmentInterfaceId": 12273, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:1/1/c2/1", + "urn": "anl221-cr6:2/1/c14/1", "tags": [ - "slac50n-cr6---SLAC::conn-e:show:na", - "slac50n-cr6---slac(as3671):l3edge-3023ebe9:site_conn-e_l3vpn-lhcone:show:intercloud", - "slac50n-cr6---slac(as3671):l3edge-4249e495:site_conn-e_ipt:show:na" + "anl221-cr6---anl221-ps:pt-f5f0c678:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 1123 + "floor": 1112, + "ceiling": 4095 }, { - "floor": 1125, - "ceiling": 2202 + "floor": 2, + "ceiling": 910 }, { - "floor": 2204, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13614 + "esdbEquipmentInterfaceId": 12308, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:2/1/c31/1", + "urn": "anl221-cr6:2/1/c17/2", "tags": [ - "slac50n-cr6---lbnl59-cr6:bbl-9eda47aa::ESNET-Z10835:na", - "slac50n-cr6---lbnl59-cr6:ESNET-Z10835::show:intracloud" + "anl221-cr6---FNAL::conn-q:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "slac50n-cr6:lbnl59-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.151/31" + "floor": 0, + "ceiling": 0 } ], + "esdbEquipmentInterfaceId": 12312, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "anl221-cr6:2/1/c19/1", + "tags": [ + "anl221-cr6---ANL::conn-k:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ + { + "floor": 1947, + "ceiling": 4095 + }, + { + "floor": 1867, + "ceiling": 1875 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 1865 }, { - "floor": 7, - "ceiling": 4095 + "floor": 1877, + "ceiling": 1945 } ], - "esdbEquipmentInterfaceId": 13671 + "esdbEquipmentInterfaceId": 12319, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:2/1/c34/1", + "urn": "anl221-cr6:2/1/c28/1", "tags": [ - "slac50n-cr6---slac50s-cr6:bbl-8de1a60d::ESNET-Z10934:na", - "slac50n-cr6---slac50s-cr6:ESNET-Z10934::show:intracloud" + "anl221-cr6---fnalfcc-cr6:bbl-aba780f0::ESNET-Z11926:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "slac50n-cr6:slac50s-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.143/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -1339,47 +1448,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13672 + "esdbEquipmentInterfaceId": 12322, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:1/1/c17/2", + "urn": "anl221-cr6:2/1/c31/1", "tags": [ - "slac50n-cr6---slac-pt1:throughput:::na" + "anl221-cr6---fnalfcc-cr6:bbl-aba780f0::ESNET-Z10706:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13630 + "esdbEquipmentInterfaceId": 12323, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:1/1/c28/1", + "urn": "anl221-cr6:2/1/c34/1", "tags": [ - "slac50n-cr6---slac50s-cr6:bbl-8de1a60d::ESNET-Z10931:na", - "slac50n-cr6---slac50s-cr6:ESNET-Z10931::show:intracloud" + "anl221-cr6---anl541b-cr6:bbl-50ed9d9e::ESNET-Z07204:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "slac50n-cr6:slac50s-bb-b", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.141/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -1390,21 +1504,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13640 + "esdbEquipmentInterfaceId": 12324, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:2/1/c9/1", + "urn": "anl221-cr6:2/1/c8/1", "tags": [ - "slac50n-cr6---slac50n-ht2:ht-403c2a3e:::na", - "slac50n-cr6---slac50n-ht2:ht-403c2a3e:service1::na" + "anl221-cr6---anl221-ht2:ht-8fec44f8:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -1415,309 +1532,255 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13651 + "esdbEquipmentInterfaceId": 12302, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:1/1/c1/1", + "urn": "anl221-cr6:2/1/c9/1", "tags": [ - "slac50n-cr6---SLAC::conn-g:show:na", - "slac50n-cr6---slac(as3671):l3edge-066e5f6d:site_conn-g_l3vpn-lsst:show:intercloud" + "anl221-cr6---anl221-ht2:ht-8fec44f8:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 314, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 312 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13613 + "esdbEquipmentInterfaceId": 12303, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:1/1/c8/1", + "urn": "anl221-cr6:lag-20", "tags": [ - "slac50n-cr6---slac50n-ht1:ht-7fa55681:::na", - "slac50n-cr6---slac50n-ht1:ht-7fa55681:service1::na" + "anl221-cr6---anl221-mpr1:mgt-a81e8ae5:lag-20:ESNET-Z08587:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 31, + "ceiling": 918 + }, + { + "floor": 1111, "ceiling": 4095 }, { - "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 13620 - }, - { - "urn": "slac50n-cr6:2/1/c8/1", - "tags": [ - "slac50n-cr6---slac50n-ht2:ht-403c2a3e:::na", - "slac50n-cr6---slac50n-ht2:ht-403c2a3e:service1::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ + "floor": 920, + "ceiling": 965 + }, { - "floor": 4090, - "ceiling": 4095 + "floor": 967, + "ceiling": 1109 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 29 } ], - "esdbEquipmentInterfaceId": 13650 + "esdbEquipmentInterfaceId": 14934, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:1/1/c9/1", + "urn": "anl221-cr6:lag-400", "tags": [ - "slac50n-cr6---slac50n-ht1:ht-7fa55681:::na", - "slac50n-cr6---slac50n-ht1:ht-7fa55681:service1::na" + "anl221-cr6---anl221-ht1:ht-e579a8d1:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 4090, + "floor": 404, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 13621 - }, - { - "urn": "slac50n-cr6:2/1/c28/1", - "tags": [ - "slac50n-cr6---lbnl59-cr6:bbl-9eda47aa::ESNET-Z13302:na", - "slac50n-cr6---lbnl59-cr6:ESNET-Z13302::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "slac50n-cr6:lbnl59-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.141/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 13670 + "esdbEquipmentInterfaceId": 25702, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:lag-401", + "urn": "anl221-cr6:lag-401", "tags": [ - "slac50n-cr6---slac50n-ht2:ht-403c2a3e:capture::na" + "anl221-cr6---anl221-ht2:ht-8fec44f8:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 25749 - }, - { - "urn": "slac50n-cr6:lag-400", - "tags": [ - "slac50n-cr6---slac50n-ht1:ht-7fa55681:capture::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, - "reservableVlans": [ + "ceiling": 399 + }, { - "floor": 2, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25748 + "esdbEquipmentInterfaceId": 25703, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1708 + "esdbEquipmentId": 1676, + "orchSubscriptionId": null }, { - "urn": "ga-cr6", + "urn": "anl541b-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.205", + "ipv4Address": "134.55.200.174", "reservableVlans": [], - "location": "GA", - "locationId": 602, - "latitude": "32.8938196", - "longitude": "-117.2359445", + "location": "ANL541B", + "locationId": 266, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "ga-cr6:lag-20", + "urn": "anl541b-cr6:1/1/c17/2", "tags": [ - "ga-cr6---ga-mpr1:mgt-caed118a:lag-20:ESNET-Z09142:na", - "ga-cr6---ga-mpr1:ESNET-Z09142::show:intracloud", - "ga-cr6---ga-ps:pt-ae71ef9b:owamp::na" + "anl541b-cr6---ANL::conn-p:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 1800 }, { - "floor": 967, - "ceiling": 1109 + "floor": 1802, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16821 + "esdbEquipmentInterfaceId": 12348, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ga-cr6:2/1/c13/2", + "urn": "anl541b-cr6:1/1/c17/3", "tags": [ - "ga-cr6---GA::conn-f:show:na", - "ga-cr6---ga(as3431):l3edge-6c21c075:site_conn-f_base:show:na", - "ga-cr6---ga(as3431):l3edge-33e4159f:site_conn-f_base:show:na" + "anl541b-cr6---DOE-SC-CH::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1313, + "floor": 1822, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1301 - }, - { - "floor": 1303, - "ceiling": 1311 + "ceiling": 1819 } ], - "esdbEquipmentInterfaceId": 16417 + "esdbEquipmentInterfaceId": 12349, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ga-cr6:2/1/c14/1", + "urn": "anl541b-cr6:1/1/c19/1", "tags": [ - "ga-cr6---ga-ps:pt-ae71ef9b:::na", - "ga-cr6---ga-ps:pt-ae71ef9b:throughput::na" + "anl541b-cr6---ANL::conn-n:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1112, - "ceiling": 4095 + "floor": 1842, + "ceiling": 1842 }, { - "floor": 2, - "ceiling": 910 + "floor": 1844, + "ceiling": 4095 }, { - "floor": 912, - "ceiling": 1110 + "floor": 2, + "ceiling": 1840 } ], - "esdbEquipmentInterfaceId": 16420 + "esdbEquipmentInterfaceId": 12355, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ga-cr6:2/1/c1/1", + "urn": "anl541b-cr6:1/1/c28/1", "tags": [ - "ga-cr6---sand-cr6:bbl-3a6bade9::ESNET-Z11484:na", - "ga-cr6---sand-cr6:ESNET-Z11484::show:intracloud" + "anl541b-cr6---anl221-cr6:bbl-50ed9d9e::ESNET-Z10883:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ga-cr6:sand-bb-a", - "port": "2/1/c1/1", - "ipv4Address": "134.55.57.102/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -1728,27 +1791,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16412 + "esdbEquipmentInterfaceId": 12358, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ga-cr6:1/1/c2/1", + "urn": "anl541b-cr6:1/1/c31/1", "tags": [ - "ga-cr6---losa-cr6:bbl-36acb5c5::ESNET-Z14635:na", - "ga-cr6---losa-cr6:ESNET-Z14635::show:intracloud" + "anl541b-cr6---star-cr6:bbl-acd4c1da::ESNET-Z10709:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ga-cr6:losa-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.56.207/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -1759,27 +1819,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16401 + "esdbEquipmentInterfaceId": 12359, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ga-cr6:2/1/c2/1", + "urn": "anl541b-cr6:1/1/c34/1", "tags": [ - "ga-cr6---sand-cr6:bbl-be0906c1::ESNET-Z14634:na", - "ga-cr6---sand-cr6:ESNET-Z14634::show:intracloud" + "anl541b-cr6---anl221-cr6:bbl-50ed9d9e::ESNET-Z10880:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ga-cr6:sand-bb-b", - "port": "2/1/c2/1", - "ipv4Address": "134.55.57.9/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -1790,191 +1847,176 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16413 - } - ], - "esdbEquipmentId": 1830 - }, - { - "urn": "orau-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.214", - "reservableVlans": [], - "location": "ORAU", - "locationId": 611, - "latitude": "36.01018", - "longitude": "-84.2615", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12360, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "orau-cr6:1/1/c1/1", + "urn": "anl541b-cr6:1/1/c8/1", "tags": [ - "orau-cr6---ornl1064-cr6:bbl-ab2b2335::ESNET-Z14078:na", - "orau-cr6---ornl1064-cr6:ESNET-Z14078::show:intracloud" + "anl541b-cr6---anl541b-ht1:ht-1293fe6b:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "orau-cr6:ornl1064-bb-b", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.143/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16670 + "esdbEquipmentInterfaceId": 12338, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "orau-cr6:1/1/c13/2", + "urn": "anl541b-cr6:1/1/c9/1", "tags": [ - "orau-cr6---ORAU::conn-e:show:na", - "orau-cr6---orau(as65040):l3edge-1bd0b725:site_conn-e_base:show:na", - "orau-cr6---orau(as65040):l3edge-b7c0669c:site_conn-e_base:show:na" + "anl541b-cr6---anl541b-ht1:ht-1293fe6b:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2113, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 2110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16675 + "esdbEquipmentInterfaceId": 12339, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "orau-cr6:lag-20", + "urn": "anl541b-cr6:2/1/c14/1", "tags": [ - "orau-cr6---orau-mpr1:mgt-a96ac163:lag-20:ESNET-Z09169:na", - "orau-cr6---orau-mpr1:ESNET-Z09169::show:intracloud", - "orau-cr6---orau-ps:pt-83fe9ccd:owamp::na" + "anl541b-cr6---anl541b-ps:pt-86f05479:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 910 }, { - "floor": 967, - "ceiling": 1109 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 16839 + "esdbEquipmentInterfaceId": 12374, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "orau-cr6:2/1/c13/2", + "urn": "anl541b-cr6:2/1/c19/1", "tags": [ - "orau-cr6---ORAU::conn-f:show:na", - "orau-cr6---orau(as65040):l3edge-78641589:site_conn-f_base:show:na", - "orau-cr6---orau(as65040):l3edge-73efdf82:site_conn-f_base:show:na" + "anl541b-cr6---ANL::conn-l:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2115, + "floor": 1819, "ceiling": 4095 }, + { + "floor": 1811, + "ceiling": 1817 + }, + { + "floor": 1805, + "ceiling": 1809 + }, { "floor": 2, - "ceiling": 2112 + "ceiling": 1803 } ], - "esdbEquipmentInterfaceId": 16687 + "esdbEquipmentInterfaceId": 12385, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "orau-cr6:2/1/c14/1", + "urn": "anl541b-cr6:2/1/c25/1", "tags": [ - "orau-cr6---orau-ps:pt-83fe9ccd:::na", - "orau-cr6---orau-ps:pt-83fe9ccd:throughput::na" + "anl541b-cr6---eqxch2-cr6:bbl-354e6439::ESNET-Z14072:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16690 + "esdbEquipmentInterfaceId": 12387, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "orau-cr6:2/1/c1/1", + "urn": "anl541b-cr6:2/1/c28/1", "tags": [ - "orau-cr6---ornl5600-cr6:bbl-b334ccc5::ESNET-Z14079:na", - "orau-cr6---ornl5600-cr6:ESNET-Z14079::show:intracloud" + "anl541b-cr6---star-cr6:bbl-acd4c1da::ESNET-Z12165:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "orau-cr6:ornl5600-bb-b", - "port": "2/1/c1/1", - "ipv4Address": "134.55.56.227/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -1985,75 +2027,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16682 - } - ], - "esdbEquipmentId": 1839 - }, - { - "urn": "ameshwh-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.219", - "reservableVlans": [], - "location": "AMESHWH", - "locationId": 622, - "latitude": "42.03028", - "longitude": "-93.64751", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12388, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "ameshwh-cr6:1/1/c13/3", + "urn": "anl541b-cr6:2/1/c31/1", "tags": [ - "ameshwh-cr6---AMES::conn-c:show:na", - "ameshwh-cr6---ames(as2640):l3edge-5458a746:site_conn-c_base:show:na", - "ameshwh-cr6---ames(as2640):l3edge-c4dee7f4:site_conn-c_base:show:na" + "anl541b-cr6---star-cr6:bbl-acd4c1da::ESNET-Z10712:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 923, - "ceiling": 4095 - }, - { - "floor": 921, - "ceiling": 921 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 919 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22100 + "esdbEquipmentInterfaceId": 12389, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwh-cr6:1/1/c1/1", + "urn": "anl541b-cr6:2/1/c34/1", "tags": [ - "ameshwh-cr6---ameshwhb-cr6:bbl-3419f725::ESNET-Z16425:na", - "ameshwh-cr6---ameshwhb-cr6:ESNET-Z16425::show:intracloud" + "anl541b-cr6---anl221-cr6:bbl-50ed9d9e::ESNET-Z07204:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ameshwh-cr6:ameshwhb-bb-b", - "port": "1/1/c1/1", - "ipv4Address": "134.55.57.67/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -2064,418 +2083,399 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22094 + "esdbEquipmentInterfaceId": 12390, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwh-cr6:1/1/c13/2", + "urn": "anl541b-cr6:2/1/c8/1", "tags": [ - "ameshwh-cr6---star-cr6:bbl-af70ec60::ESNET-Z11528:na", - "ameshwh-cr6---star-cr6:ESNET-Z11528::show:intracloud" + "anl541b-cr6---anl541b-ht2:ht-520089b0:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ameshwh-cr6:star-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.57.246/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22099 + "esdbEquipmentInterfaceId": 12368, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwh-cr6:lag-20", + "urn": "anl541b-cr6:2/1/c9/1", "tags": [ - "ameshwh-cr6---ameshwh-mpr1:mgt-ac79c908:lag-20:ESNET-Z11264:na", - "ameshwh-cr6---ameshwh-mpr1:ESNET-Z11264::show:intracloud", - "ameshwh-cr6---ameshwh-ps:pt-49affddf:owamp::na" + "anl541b-cr6---anl541b-ht2:ht-520089b0:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22118 + "esdbEquipmentInterfaceId": 12369, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwh-cr6:2/1/c14/1", + "urn": "anl541b-cr6:lag-20", "tags": [ - "ameshwh-cr6---ameshwh-ps:pt-49affddf:::na", - "ameshwh-cr6---ameshwh-ps:pt-49affddf:throughput::na" + "anl541b-cr6---anl541b-mpr1:mgt-2c7103ff:lag-20:ESNET-Z08590:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 1112, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 + "ceiling": 918 }, { - "floor": 912, - "ceiling": 1110 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 22114 + "esdbEquipmentInterfaceId": 14935, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwh-cr6:2/1/c1/1", + "urn": "anl541b-cr6:lag-400", "tags": [ - "ameshwh-cr6---ameshwhb-cr6:bbl-3419f725::ESNET-Z11518:na", - "ameshwh-cr6---ameshwhb-cr6:ESNET-Z11518::show:intracloud" + "anl541b-cr6---anl541b-ht1:ht-1293fe6b:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ameshwh-cr6:ameshwhb-bb-a", - "port": "2/1/c1/1", - "ipv4Address": "134.55.57.245/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22106 + "esdbEquipmentInterfaceId": 25704, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwh-cr6:1/1/c2/1", + "urn": "anl541b-cr6:lag-401", "tags": [ - "ameshwh-cr6---kans-cr6:bbl-9f065c3d::ESNET-Z16496:na", - "ameshwh-cr6---kans-cr6:ESNET-Z16496::show:intracloud" + "anl541b-cr6---anl541b-ht2:ht-520089b0:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ameshwh-cr6:kans-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.57.71/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22095 + "esdbEquipmentInterfaceId": 25705, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 2018 + "esdbEquipmentId": 1679, + "orchSubscriptionId": null }, { - "urn": "lbnl59-cr6", + "urn": "atla-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.196", + "ipv4Address": "134.55.200.177", "reservableVlans": [], - "location": "LBNL59", - "locationId": 547, - "latitude": "37.8759845", - "longitude": "-122.2500142", + "location": "ATLA", + "locationId": 269, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "lbnl59-cr6:lag-20", + "urn": "atla-cr6:1/1/c17/2", "tags": [ - "lbnl59-cr6---lbnl59-mpr1:mgt-b0172344:lag-20:ESNET-Z08647:na", - "lbnl59-cr6---lbnl59-mpr1:ESNET-Z08647::show:intracloud", - "lbnl59-base--lbnl-gw:gw::na", - "lbnl59-cr6---esnet-services(asNone):l3edge-8ef57a7d:conn-j_base:show:na", - "lbnl59-cr6---esnet-services(asNone):l3edge-18e56113:conn-l_base:show:na", - "lbnl59-cr6---fabric(as4294967290):l3edge-9e1f3354:site_conn-i_base:show:na", - "lbnl59-cr6---lbnl59-ps:pt-670040b8:owamp::na", - "lbnl59--lbnl-gw:gw::na" + "atla-cr6---FABRIC::conn-ad:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 3002, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 122 - }, - { - "floor": 920, - "ceiling": 921 - }, - { - "floor": 967, - "ceiling": 1109 - }, - { - "floor": 125, - "ceiling": 917 - }, - { - "floor": 923, - "ceiling": 923 - }, - { - "floor": 925, - "ceiling": 965 + "ceiling": 1009 }, { - "floor": 1111, - "ceiling": 3000 + "floor": 1011, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14954 + "esdbEquipmentInterfaceId": 12540, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c2/1", + "urn": "atla-cr6:1/1/c17/3", "tags": [ - "lbnl59-cr6---LBNL::conn-g:show:na", - "lbnl59-cr6---lbnl(as16):l3edge-77f37a91:site_conn-g_l3vpn-lhcone:show:intercloud", - "lbnl59-cr6---lbnl(as16):l3edge-afe2a1f6:site_conn-g_l3vpn-lhcone:show:intercloud", - "lbnl59-cr6---lbnl(as16):l3edge-57ab05be:site_conn-g_ipt:show:na", - "lbnl59-cr6---lbnl(as16):l3edge-9015a8b6:site_conn-g_ipt:show:na", - "lbnl59-cr6---lbnl(as63331):l3edge-316dccda:site_conn-g_ipt:show:na", - "lbnl59-cr6---lbnl(as63331):l3edge-701e3787:site_conn-g_ipt:show:na" + "atla-cr6---srs70344a-cr6:bbl-9e92de02::ESNET-Z11677:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 113 + "ceiling": 5 }, { - "floor": 785, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 117, - "ceiling": 764 - }, - { - "floor": 767, - "ceiling": 782 - }, - { - "floor": 115, - "ceiling": 115 } ], - "esdbEquipmentInterfaceId": 13836 + "esdbEquipmentInterfaceId": 12541, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c17/3", + "urn": "atla-cr6:1/1/c19/1", "tags": [ - "lbnl59-cr6---ESNET::conn-ae:show:na", - "lbnl59-cr6---esnet-services(as65292):manual:conn-ae_base:show:na", - "lbnl59-cr6---esnet(as65292):l3edge-4066a4e3:site_conn-ae_ipt:show:na" + "atla-cr6---hous-cr6:bbl-38f1debd::ESNET-Z17823:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 49, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 46 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13823 + "esdbEquipmentInterfaceId": 12547, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c19/1", + "urn": "atla-cr6:1/1/c25/1", "tags": [ - "lbnl59-cr6---LBNL::conn-h:show:na", - "lbnl59-cr6---lbnl(as16):l3edge-d6882300:site_conn-h_l3vpn-lhcone:show:intercloud", - "lbnl59-cr6---lbnl(as16):l3edge-faf8357b:site_conn-h_l3vpn-lhcone:show:intercloud", - "lbnl59-cr6---lbnl(as16):l3edge-4737dbd0:site_conn-h_ipt:show:na", - "lbnl59-cr6---lbnl(as16):l3edge-f14bb649:site_conn-h_ipt:show:na" + "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z15048:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 97, - "ceiling": 143 - }, - { - "floor": 145, - "ceiling": 145 - }, - { - "floor": 147, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 93 + "ceiling": 5 }, { - "floor": 95, - "ceiling": 95 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13829 + "esdbEquipmentInterfaceId": 12549, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c3/1", + "urn": "atla-cr6:1/1/c28/1", "tags": [ - "lbnl59-cr6---EJFAT::conn-b:show:na", - "lbnl59-cr6---ejfat(as65301):l3edge-d04c4304:site_conn-b_base:show:na", - "lbnl59-cr6---ejfat(as65301):l3edge-595ad8b6:site_conn-b_l3vpn-ejfat:show:intercloud" + "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z10727:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 199 + "ceiling": 5 }, { - "floor": 211, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 201, - "ceiling": 209 } ], - "esdbEquipmentInterfaceId": 13807 + "esdbEquipmentInterfaceId": 12550, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c17/2", + "urn": "atla-cr6:1/1/c3/1", "tags": [ - "lbnl59-cr6---lbnl59-doenet-pt1:throughput:::na" + "atla-cr6---SOX::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 912, - "ceiling": 4095 + "floor": 581, + "ceiling": 1250 + }, + { + "floor": 1252, + "ceiling": 1261 + }, + { + "floor": 526, + "ceiling": 579 }, { "floor": 2, - "ceiling": 910 + "ceiling": 524 + }, + { + "floor": 1263, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13822 + "esdbEquipmentInterfaceId": 12525, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c28/1", + "urn": "atla-cr6:1/1/c31/1", "tags": [ - "lbnl59-cr6---slac50n-cr6:bbl-9eda47aa::ESNET-Z13302:na", - "lbnl59-cr6---slac50n-cr6:ESNET-Z13302::show:intracloud" + "atla-cr6---hous-cr6:bbl-38f1debd::ESNET-Z10721:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ { - "urn": "lbnl59-cr6:slac50n-bb-d", - "port": "1/1/c28/1", - "ipv4Address": "134.55.58.140/31" + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 } ], + "esdbEquipmentInterfaceId": 12551, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "atla-cr6:1/1/c34/1", + "tags": [ + "atla-cr6---chat-cr6:bbl-5ee48ffe::ESNET-Z10715:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -2486,71 +2486,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13832 + "esdbEquipmentInterfaceId": 12552, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c4/1", + "urn": "atla-cr6:1/1/c4/1", "tags": [ - "lbnl59-cr6---ESNET-SERVICES::conn-p:show:na", - "lbnl59-cr6---esnet-services(as65294):manual:conn-p_base:show:na", - "lbnl59-cr6---esnet-services(as65294):l3edge-8ba23a4a:site_conn-p_ipt:show:na" + "atla-cr6---LSST::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 50, - "ceiling": 50 - }, - { - "floor": 52, + "floor": 317, "ceiling": 4095 }, { "floor": 2, - "ceiling": 48 + "ceiling": 315 } ], - "esdbEquipmentInterfaceId": 13808 + "esdbEquipmentInterfaceId": 12526, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c6/1", + "urn": "atla-cr6:1/1/c5/1", "tags": [ - "lbnl59-cr6---FABRIC::conn-n:show:na" + "atla-cr6---jlab12-cr6:bbl-73bcce9c::ESNET-Z16334:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13840 + "esdbEquipmentInterfaceId": 12527, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c9/1", + "urn": "atla-cr6:1/1/c8/1", "tags": [ - "lbnl59-cr6---lbnl59-ht2:ht-0552f5df:::na", - "lbnl59-cr6---lbnl59-ht2:ht-0552f5df:service1::na" + "atla-cr6---atla-ht1:ht-185e2a94:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -2561,133 +2570,156 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13843 + "esdbEquipmentInterfaceId": 12530, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c14/1", + "urn": "atla-cr6:1/1/c9/1", "tags": [ - "lbnl59-cr6---NERSC::conn-h:show:na", - "lbnl59-cr6---nersc(as2936):l3edge-2b5b44a9:site_conn-h_base:show:na", - "lbnl59-cr6---nersc(as2936):l3edge-c7c8df9a:site_conn-h_base:show:na", - "lbnl59-cr6---nersc(as2936):l3edge-2cf6242d:site_conn-h_base:show:na" + "atla-cr6---atla-ht1:ht-185e2a94:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 654, - "ceiling": 1121 - }, - { - "floor": 1124, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 652 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13818 + "esdbEquipmentInterfaceId": 12531, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c8/1", + "urn": "atla-cr6:2/1/c14/1", "tags": [ - "lbnl59-cr6---lbnl59-ht1:ht-0f9226a9:::na", - "lbnl59-cr6---lbnl59-ht1:ht-0f9226a9:service1::na" + "atla-cr6---atla-ps:pt-0fa35d1c:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 2222, "ceiling": 4095 }, + { + "floor": 1112, + "ceiling": 2220 + }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13812 + "esdbEquipmentInterfaceId": 12566, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c8/1", + "urn": "atla-cr6:2/1/c2/1", "tags": [ - "lbnl59-cr6---lbnl59-ht2:ht-0552f5df:::na", - "lbnl59-cr6---lbnl59-ht2:ht-0552f5df:service1::na" + "atla-cr6---AMPATH::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 449 }, { - "floor": 2, - "ceiling": 4088 + "floor": 474, + "ceiling": 496 + }, + { + "floor": 451, + "ceiling": 465 + }, + { + "floor": 468, + "ceiling": 472 + }, + { + "floor": 498, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13842 + "esdbEquipmentInterfaceId": 12554, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c9/1", + "urn": "atla-cr6:2/1/c22/1", "tags": [ - "lbnl59-cr6---lbnl59-ht1:ht-0f9226a9:::na", - "lbnl59-cr6---lbnl59-ht1:ht-0f9226a9:service1::na" + "atla-cr6---chat-cr6:bbl-5ee48ffe::ESNET-Z15063:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13813 + "esdbEquipmentInterfaceId": 12578, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c28/1", + "urn": "atla-cr6:2/1/c25/1", "tags": [ - "lbnl59-cr6---lbnl50-cr6:bbl-5425369c::ESNET-Z10922:na", - "lbnl59-cr6---lbnl50-cr6:ESNET-Z10922::show:intracloud" + "atla-cr6---hous-cr6:bbl-38f1debd::ESNET-Z14978:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lbnl59-cr6:lbnl50-bb-c", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.166/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -2698,67 +2730,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13862 + "esdbEquipmentInterfaceId": 12579, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:lag-401", + "urn": "atla-cr6:2/1/c28/1", "tags": [ - "lbnl59-cr6---lbnl59-ht2:ht-0552f5df:capture::na" + "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z10886:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25764 + "esdbEquipmentInterfaceId": 12580, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:lag-400", + "urn": "atla-cr6:2/1/c31/1", "tags": [ - "lbnl59-cr6---lbnl59-ht1:ht-0f9226a9:capture::na" + "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z10724:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 24180 + "esdbEquipmentInterfaceId": 12581, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c31/1", + "urn": "atla-cr6:2/1/c34/1", "tags": [ - "lbnl59-cr6---slac50n-cr6:bbl-9eda47aa::ESNET-Z10832:na", - "lbnl59-cr6---slac50n-cr6:ESNET-Z10832::show:intracloud" + "atla-cr6---chat-cr6:bbl-5ee48ffe::ESNET-Z10718:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lbnl59-cr6:slac50n-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.148/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -2769,178 +2814,255 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13833 + "esdbEquipmentInterfaceId": 12582, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c14/1", + "urn": "atla-cr6:2/1/c8/1", "tags": [ - "lbnl59-cr6---lbnl59-ps:pt-670040b8:::na", - "lbnl59-cr6---lbnl59-ps:pt-670040b8:throughput::na" + "atla-cr6---atla-ht2:ht-af7bbea9:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13848 + "esdbEquipmentInterfaceId": 12560, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c34/1", + "urn": "atla-cr6:2/1/c9/1", "tags": [ - "lbnl59-cr6---lbnl50-cr6:bbl-5425369c::ESNET-Z07206:na", - "lbnl59-cr6---lbnl50-cr6:ESNET-Z07206::show:intracloud" + "atla-cr6---atla-ht2:ht-af7bbea9:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lbnl59-cr6:lbnl50-bb-a", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.0/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13834 + "esdbEquipmentInterfaceId": 12561, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c15/1", + "urn": "atla-cr6:lag-20", "tags": [ - "lbnl59-cr6---lbl-dev-dtn:dtn-f6da45de:::na", - "lbnl59-cr6---lbl-dev-dtn:dtn-f6da45de:throughput::na" + "atla-cr6---atla-mpr1:mgt-f26ca7b5:lag-20:ESNET-Z08608:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 913, - "ceiling": 915 + "floor": 1111, + "ceiling": 2219 + }, + { + "floor": 967, + "ceiling": 1019 }, { "floor": 2, - "ceiling": 911 + "ceiling": 918 }, { - "floor": 917, + "floor": 2221, "ceiling": 4095 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 1021, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 13849 + "esdbEquipmentInterfaceId": 14941, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c31/1", + "urn": "atla-cr6:lag-400", "tags": [ - "lbnl59-cr6---slac50n-cr6:bbl-9eda47aa::ESNET-Z10835:na", - "lbnl59-cr6---slac50n-cr6:ESNET-Z10835::show:intracloud" + "atla-cr6---atla-ht1:ht-185e2a94:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lbnl59-cr6:slac50n-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.150/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 408, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 13863 + "esdbEquipmentInterfaceId": 25734, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c34/1", + "urn": "atla-cr6:lag-401", "tags": [ - "lbnl59-cr6---lbnl50-cr6:bbl-5425369c::ESNET-Z10919:na", - "lbnl59-cr6---lbnl50-cr6:ESNET-Z10919::show:intracloud" + "atla-cr6---atla-ht2:ht-af7bbea9:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lbnl59-cr6:lbnl50-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.164/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13864 - }, - { - "urn": "lbnl59-cr6:1/1/c1/1", + "esdbEquipmentInterfaceId": 25735, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1683, + "orchSubscriptionId": null + }, + { + "urn": "bnl515-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.200", + "reservableVlans": [], + "location": "BNL515", + "locationId": 597, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "bnl515-cr6:1/1/c17/2", "tags": [ - "lbnl59-cr6---lbnl59qa-cr6a:bbl-ddac996f::ESNET-Z11396:na", - "lbnl59-cr6---lbnl59qa-cr6a:ESNET-Z11396::show:intracloud" + "bnl515-cr6---ESNET::conn-ap:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "lbnl59-cr6:lbnl59qa-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.129/31" + "floor": 2635, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 2633 } ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "esdbEquipmentInterfaceId": 14272, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "bnl515-cr6:1/1/c22/1", + "tags": [ + "bnl515-cr6---bnl515-bert1:bert-e40a35c9:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 4011, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4009 + } + ], + "esdbEquipmentInterfaceId": 14280, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "bnl515-cr6:1/1/c25/1", + "tags": [ + "bnl515-cr6---bnl725-cr6:bbl-218574b2::ESNET-Z15047:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -2951,185 +3073,164 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13805 + "esdbEquipmentInterfaceId": 14281, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c17/2", + "urn": "bnl515-cr6:1/1/c28/1", "tags": [ - "lbnl59-cr6---routemon1:montoring:::na" + "bnl515-cr6---newy32aoa-cr6:bbl-cbc626b5::ESNET-Z14549:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13852 + "esdbEquipmentInterfaceId": 14282, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c17/3", + "urn": "bnl515-cr6:1/1/c31/1", "tags": [ - "lbnl59-cr6---FABRIC::conn-o:show:na", - "lbnl59-cr6---fabric(as4294967290):l3edge-e9e158bd:site_conn-o_base:show:na" + "bnl515-cr6---newy325hudson-cr6:bbl-87a93e33::ESNET-Z17682:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 901 + "ceiling": 5 }, { - "floor": 903, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13853 + "esdbEquipmentInterfaceId": 14283, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c19/1", + "urn": "bnl515-cr6:1/1/c34/1", "tags": [ - "lbnl59-cr6---NERSC::conn-k:show:na", - "lbnl59-cr6---nersc(as2936):l3edge-b55d8a21:site_conn-k_base:show:na", - "lbnl59-cr6---nersc(as2936):l3edge-b0d384f6:site_conn-k_base:show:na" + "bnl515-cr6---bnl725-cr6:bbl-218574b2::ESNET-Z15856:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1128, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 1125 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13859 - } - ], - "esdbEquipmentId": 1711 - }, - { - "urn": "kans-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.180", - "reservableVlans": [], - "location": "KANS", - "locationId": 272, - "latitude": "39.100855", - "longitude": "-94.58238", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 14284, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "kans-cr6:lag-20", + "urn": "bnl515-cr6:1/1/c8/1", "tags": [ - "kans-cr6---kans-mpr1:mgt-206e5101:lag-20:ESNET-Z08578:na", - "kans-cr6---kans-mpr1:ESNET-Z08578::show:intracloud", - "kans-cr6---doenet-swpa-ok(as65051):l3edge-6fa00bd6:site_conn-b_base:show:na", - "kans-cr6---fabric(as4294967287):l3edge-738b1019:site_conn-ag_base:show:na", - "kans-cr6---kans-ps:pt-1463a27d:owamp::na" + "bnl515-cr6---bnl515-ht1:ht-a1472315:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 31, - "ceiling": 918 - }, - { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, - { - "floor": 920, - "ceiling": 965 - }, { "floor": 2, - "ceiling": 29 - }, - { - "floor": 1021, - "ceiling": 1109 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14931 + "esdbEquipmentInterfaceId": 14262, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c13/1", + "urn": "bnl515-cr6:1/1/c9/1", "tags": [ - "kans-cr6---ameshwh-cr6:bbl-9f065c3d::ESNET-Z16496:na", - "kans-cr6---ameshwh-cr6:ESNET-Z16496::show:intracloud" + "bnl515-cr6---bnl515-ht1:ht-a1472315:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "kans-cr6:ameshwh-bb-a", - "port": "2/1/c13/1", - "ipv4Address": "134.55.57.70/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12757 + "esdbEquipmentInterfaceId": 14263, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c14/1", + "urn": "bnl515-cr6:2/1/c14/1", "tags": [ - "kans-cr6---kans-ps:pt-1463a27d:::na", - "kans-cr6---kans-ps:pt-1463a27d:throughput::na" + "bnl515-cr6---bnl515-ps:pt-fcc56825:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -3144,27 +3245,24 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12758 + "esdbEquipmentInterfaceId": 14298, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c25/1", + "urn": "bnl515-cr6:2/1/c25/1", "tags": [ - "kans-cr6---eqxda3-cr6:bbl-033bd142::ESNET-Z13648:na", - "kans-cr6---eqxda3-cr6:ESNET-Z13648::show:intracloud" + "bnl515-cr6---newy325hudson-cr6:bbl-87a93e33::ESNET-Z17681:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "kans-cr6:eqxda3-bb-c", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.35/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3175,27 +3273,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12771 + "esdbEquipmentInterfaceId": 14311, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:1/1/c25/1", + "urn": "bnl515-cr6:2/1/c28/1", "tags": [ - "kans-cr6---denv-cr6:bbl-9e99b61a::ESNET-Z10787:na", - "kans-cr6---denv-cr6:ESNET-Z10787::show:intracloud" + "bnl515-cr6---bnl725-cr6:bbl-218574b2::ESNET-Z15857:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "kans-cr6:denv-bb-c", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.35/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3206,27 +3301,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12741 + "esdbEquipmentInterfaceId": 14312, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c31/1", + "urn": "bnl515-cr6:2/1/c34/1", "tags": [ - "kans-cr6---denv-cr6:bbl-9e99b61a::ESNET-Z10904:na", - "kans-cr6---denv-cr6:ESNET-Z10904::show:intracloud" + "bnl515-cr6---bnl515b-cr6:bbl-18d52e9d::ESNET-Z08767:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "kans-cr6:denv-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.173/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3237,207 +3329,255 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12773 + "esdbEquipmentInterfaceId": 14314, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:1/1/c17/3", + "urn": "bnl515-cr6:2/1/c8/1", "tags": [ - "kans-cr6---557WW::conn-e:show:na", - "kans-cr6---ww557(as65066):l3edge-827c6192:site_conn-e_base:show:na" + "bnl515-cr6---bnl515-ht2:ht-129e3557:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 3002, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 3000 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12733 + "esdbEquipmentInterfaceId": 14292, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:1/1/c19/1", + "urn": "bnl515-cr6:2/1/c9/1", "tags": [ - "kans-cr6---chic-cr6:bbl-70585dea::ESNET-Z10766:na", - "kans-cr6---chic-cr6:ESNET-Z10766::show:intracloud" + "bnl515-cr6---bnl515-ht2:ht-129e3557:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "kans-cr6:chic-bb-c", - "port": "1/1/c19/1", - "ipv4Address": "134.55.57.41/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12739 + "esdbEquipmentInterfaceId": 14293, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c22/1", + "urn": "bnl515-cr6:lag-20", "tags": [ - "kans-cr6---GPN::conn-e:show:na", - "kans-cr6---gpn(as11317):l3edge-0df2bda6:conn-e_base:show:na", - "kans-cr6---onenet(as5078):l3edge-346f3304:conn-e_base:show:na", - "kans-cr6---onenet(as5078):l3edge-b12737f9:site_conn-e_l3vpn-lhcone:show:intercloud", - "kans-cr6---ou(as25776):l3edge-bb41f252:site_conn-e_l3vpn-lhcone:show:intercloud", - "kans-cr6---unl(as7896):l3edge-d9cac7f3:site_conn-e_l3vpn-lhcone:show:intercloud" + "bnl515-cr6---bnl515-mpr1:mgt-a7a7bbbe:lag-20:ESNET-Z08557:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 1899, - "ceiling": 3550 + "floor": 1111, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 712 + "ceiling": 918 }, { - "floor": 715, - "ceiling": 1896 + "floor": 920, + "ceiling": 965 }, { - "floor": 3552, - "ceiling": 4095 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12770 + "esdbEquipmentInterfaceId": 14923, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c34/1", + "urn": "bnl515-cr6:lag-400", "tags": [ - "kans-cr6---eqxda3-cr6:bbl-033bd142::ESNET-Z10784:na", - "kans-cr6---eqxda3-cr6:ESNET-Z10784::show:intracloud" + "bnl515-cr6---bnl515-ht1:ht-a1472315:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "kans-cr6:eqxda3-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.159/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 406, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 12774 + "esdbEquipmentInterfaceId": 25726, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c5/1", + "urn": "bnl515-cr6:lag-401", "tags": [ - "kans-cr6---kcnsc-cr6:bbl-006e37e8::ESNET-Z13390:na", - "kans-cr6---kcnsc-cr6:ESNET-Z13390::show:intracloud" + "bnl515-cr6---bnl515-ht2:ht-129e3557:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ - { - "urn": "kans-cr6:kcnsc-bb-a", - "port": "2/1/c5/1", - "ipv4Address": "134.55.58.157/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12749 + "esdbEquipmentInterfaceId": 25727, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:1/1/c17/2", + "urn": "bnl515-cr6:lag-50", + "tags": [ + "bnl515-cr6---BNL::conn-y:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, + "reservableVlans": [ + { + "floor": 7, + "ceiling": 3899 + }, + { + "floor": 2, + "ceiling": 3 + }, + { + "floor": 3901, + "ceiling": 4095 + }, + { + "floor": 5, + "ceiling": 5 + } + ], + "esdbEquipmentInterfaceId": 27669, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1720, + "orchSubscriptionId": null + }, + { + "urn": "bnl515b-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.201", + "reservableVlans": [], + "location": "BNL515B", + "locationId": 598, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "bnl515b-cr6:1/1/c17/2", "tags": [ - "kans-cr6---FABRIC::conn-ah:show:na", - "kans-cr6---fabric(as4294967287):l3edge-a60756ec:site_conn-ah_base:show:na" + "bnl515b-cr6---ESNET::conn-aq:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 1009 + "ceiling": 2613 }, { - "floor": 1011, + "floor": 2615, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12732 + "esdbEquipmentInterfaceId": 14336, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c28/1", + "urn": "bnl515b-cr6:2/1/c34/1", "tags": [ - "kans-cr6---denv-cr6:bbl-9e99b61a::ESNET-Z14012:na", - "kans-cr6---denv-cr6:ESNET-Z14012::show:intracloud" + "bnl515b-cr6---bnl515-cr6:bbl-18d52e9d::ESNET-Z08767:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "kans-cr6:denv-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.107/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3448,140 +3588,99 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12772 + "esdbEquipmentInterfaceId": 14378, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c19/1", + "urn": "bnl515b-cr6:lag-20", "tags": [ - "kans-cr6---chic-cr6:bbl-70585dea::ESNET-Z14075:na", - "kans-cr6---chic-cr6:ESNET-Z14075::show:intracloud" + "bnl515b-cr6---bnl515b-mpr1:mgt-03a68be8:lag-20:ESNET-Z08560:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "kans-cr6:chic-bb-d", - "port": "2/1/c19/1", - "ipv4Address": "134.55.56.245/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 965 }, { - "floor": 7, + "floor": 967, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12769 + "esdbEquipmentInterfaceId": 14925, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1688 + "esdbEquipmentId": 1721, + "orchSubscriptionId": null }, { - "urn": "wash-cr6", + "urn": "bnl725-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.175", + "ipv4Address": "134.55.200.239", "reservableVlans": [], - "location": "WASH", - "locationId": 267, - "latitude": "38.920047", - "longitude": "-77.211598", + "location": "BNL725", + "locationId": 653, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "wash-cr6:lag-20", + "urn": "bnl725-cr6:1/1/c1/1", "tags": [ - "wash-cr6---wash-mpr1:mgt-5609819e:lag-20:ESNET-Z08602:na", - "wash-cr6---llnldc-mpr1:ESNET-Z13467::show:intracloud", - "wash-cr6->llnl-dc:1ge:ip-a:show:intracloud", - "wash-cr6---wash-mpr1:ESNET-Z08602::show:intracloud", - "wash-cr6---lanl-dc(as65175):l3edge-6bc8b610:site_conn-c_base:show:na", - "wash-cr6---llnl-dc(as65180):l3edge-0fc26fff:site_conn-b_base:show:na", - "wash-cr6---nrel-dc(as65050):l3edge-8f4dc6b0:site_conn-b_base:show:na", - "wash-cr6---snl-dc(as65042):l3edge-3eb3c83c:site_conn-b_base:show:na", - "wash-cr6---fabric(as4294967291):l3edge-39b785ee:site_conn-d_base:show:na", - "wash-cr6---wash-ps:pt-2d41a602:owamp::na" + "bnl725-cr6---east-test-ps:pt:::na" ], "capabilities": [ "ETHERNET", "EDGE", - "MPLS" + "TAGGED" ], - "ifces": [ - { - "urn": "wash-cr6:to_llnl-dc_ip-a", - "port": "lag-20", - "ipv4Address": "134.55.219.13/30" - } - ], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2321, + "floor": 912, "ceiling": 4095 }, - { - "floor": 1111, - "ceiling": 2300 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 2311, - "ceiling": 2319 - }, - { - "floor": 968, - "ceiling": 1019 - }, - { - "floor": 2304, - "ceiling": 2309 - }, - { - "floor": 1021, - "ceiling": 1109 + "ceiling": 910 } ], - "esdbEquipmentInterfaceId": 14939 + "esdbEquipmentInterfaceId": 27229, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c22/1", + "urn": "bnl725-cr6:1/1/c25/1", "tags": [ - "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z15048:na", - "wash-cr6---atla-cr6:ESNET-Z15048::show:intracloud" + "bnl725-cr6---bnl515-cr6:bbl-218574b2::ESNET-Z15047:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:atla-bb-h", - "port": "1/1/c22/1", - "ipv4Address": "134.55.56.91/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3592,27 +3691,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12420 + "esdbEquipmentInterfaceId": 27251, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c25/1", + "urn": "bnl725-cr6:1/1/c28/1", "tags": [ - "wash-cr6---newy32aoa-cr6:bbl-324fb434::ESNET-Z14060:na", - "wash-cr6---newy32aoa-cr6:ESNET-Z14060::show:intracloud" + "bnl725-cr6---newy32aoa-cr6:bbl-5f8cdde4::ESNET-Z15858:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:newy32aoa-bb-f", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.215/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3623,27 +3719,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12451 + "esdbEquipmentInterfaceId": 27252, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c25/1", + "urn": "bnl725-cr6:1/1/c31/1", "tags": [ - "wash-cr6---eqxdc4-cr6:bbl-a7031f25::ESNET-Z13638:na", - "wash-cr6---eqxdc4-cr6:ESNET-Z13638::show:intracloud" + "bnl725-cr6---bnl515-cr6:bbl-218574b2::ESNET-Z15856:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:eqxdc4-bb-e", - "port": "1/1/c25/1", - "ipv4Address": "134.55.56.19/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3654,134 +3747,112 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12421 + "esdbEquipmentInterfaceId": 27253, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c17/4", + "urn": "bnl725-cr6:1/1/c8/1", "tags": [ - "wash-cr6---lhcone-wash-opt1:throughput:::na", - "wash-cr6---lhcone-wash-opt1:pt:throughput::intercloud" + "bnl725-cr6---bnl725-ht1:ht-5d25c72f:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 3002, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 3000 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12414 + "esdbEquipmentInterfaceId": 27236, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c2/1", + "urn": "bnl725-cr6:1/1/c9/1", "tags": [ - "wash-cr6---pppl-cr6:bbl-8c7c2df9::ESNET-Z12583:na", - "wash-cr6---pppl-cr6:ESNET-Z12583::show:intracloud" + "bnl725-cr6---bnl725-ht1:ht-5d25c72f:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "wash-cr6:pppl-bb-b", - "port": "1/1/c2/1", - "ipv4Address": "134.55.58.126/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, + "floor": 4090, "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12396 - }, - { - "urn": "wash-cr6:1/1/c28/1", - "tags": [ - "wash-cr6---newy32aoa-cr6:bbl-324fb434::ESNET-Z10862:na", - "wash-cr6---newy32aoa-cr6:ESNET-Z10862::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "wash-cr6:newy32aoa-bb-e", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.209/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12422 + "esdbEquipmentInterfaceId": 27237, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c4/1", + "urn": "bnl725-cr6:2/1/c14/1", "tags": [ - "wash-cr6---PacketFabric::conn-b:show:na" + "bnl725-cr6---bnl725-ps:pt-f3894884:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 1112, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12428 + "esdbEquipmentInterfaceId": 27268, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c5/1", + "urn": "bnl725-cr6:2/1/c28/1", "tags": [ - "wash-cr6---cern513-cr6:bbl-087d55e0::ESNET-Z11848:na", - "wash-cr6---cern513-cr6:ESNET-Z11848::show:intracloud" + "bnl725-cr6---newy32aoa-cr6:bbl-5f8cdde4::ESNET-Z15859:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:cern513-bb-a", - "port": "1/1/c5/1", - "ipv4Address": "134.55.58.146/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3792,75 +3863,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12399 + "esdbEquipmentInterfaceId": 27278, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c6/1", + "urn": "bnl725-cr6:2/1/c31/1", "tags": [ - "wash-cr6---wash-dtn1:dtn-361401ea:::na", - "wash-cr6---wash-dtn1:dtn-361401ea:throughput::na" + "bnl725-cr6---bnl515-cr6:bbl-218574b2::ESNET-Z15857:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 913, - "ceiling": 915 - }, { "floor": 2, - "ceiling": 911 + "ceiling": 5 }, { - "floor": 917, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12430 + "esdbEquipmentInterfaceId": 27279, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c15/1", + "urn": "bnl725-cr6:2/1/c8/1", "tags": [ - "wash-cr6---wash-bert1:bert-bf17541c:::na", - "wash-cr6---wash-bert1:bert-bf17541c:throughput::na" + "bnl725-cr6---bnl725-ht2:ht-b38e94cd:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4011, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4009 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12409 + "esdbEquipmentInterfaceId": 27262, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c9/1", + "urn": "bnl725-cr6:2/1/c9/1", "tags": [ - "wash-cr6---wash-ht2:ht-c703e45a:::na", - "wash-cr6---wash-ht2:ht-c703e45a:service1::na" + "bnl725-cr6---bnl725-ht2:ht-b38e94cd:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -3871,268 +3947,255 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12433 + "esdbEquipmentInterfaceId": 27263, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c8/1", + "urn": "bnl725-cr6:lag-20", "tags": [ - "wash-cr6---wash-ht1:ht-66244c7a:::na", - "wash-cr6---wash-ht1:ht-66244c7a:service1::na" + "bnl725-cr6---bnl725-mpr1:mgt-24587350:lag-20:ESNET-Z15162:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 917 }, { - "floor": 2, - "ceiling": 4088 + "floor": 1111, + "ceiling": 4095 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12402 + "esdbEquipmentInterfaceId": 27281, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c8/1", + "urn": "bnl725-cr6:lag-400", "tags": [ - "wash-cr6---wash-ht2:ht-c703e45a:::na", - "wash-cr6---wash-ht2:ht-c703e45a:service1::na" + "bnl725-cr6---bnl725-ht1:ht-5d25c72f:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 4090, + "floor": 404, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 12432 + "esdbEquipmentInterfaceId": 27741, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c9/1", + "urn": "bnl725-cr6:lag-401", "tags": [ - "wash-cr6---wash-ht1:ht-66244c7a:::na", - "wash-cr6---wash-ht1:ht-66244c7a:service1::na" + "bnl725-cr6---bnl725-ht2:ht-b38e94cd:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 }, { - "floor": 2, - "ceiling": 4088 + "floor": 402, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12403 + "esdbEquipmentInterfaceId": 27742, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c28/1", + "urn": "bnl725-cr6:lag-50", "tags": [ - "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z10886:na", - "wash-cr6---atla-cr6:ESNET-Z10886::show:intracloud" + "bnl725-cr6---BNL::conn-v:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "wash-cr6:atla-bb-g", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.229/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ { "floor": 2, + "ceiling": 3 + }, + { + "floor": 5, "ceiling": 5 }, { - "floor": 7, + "floor": 2201, "ceiling": 4095 + }, + { + "floor": 7, + "ceiling": 2199 } ], - "esdbEquipmentInterfaceId": 12452 - }, + "esdbEquipmentInterfaceId": 27670, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2455, + "orchSubscriptionId": null + }, + { + "urn": "bois-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.185", + "reservableVlans": [], + "location": "BOIS", + "locationId": 278, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "wash-cr6:lag-401", + "urn": "bois-cr6:1/1/c25/1", "tags": [ - "wash-cr6---wash-ht2:ht-c703e45a:capture::na" + "bois-cr6---salt-cr6:bbl-b00f50e6::ESNET-Z14700:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25733 + "esdbEquipmentInterfaceId": 13125, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:lag-400", + "urn": "bois-cr6:1/1/c28/1", "tags": [ - "wash-cr6---wash-ht1:ht-66244c7a:capture::na" + "bois-cr6---salt-cr6:bbl-b00f50e6::ESNET-Z18140:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25732 + "esdbEquipmentInterfaceId": 13126, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:lag-50", + "urn": "bois-cr6:1/1/c31/1", "tags": [ - "wash-cr6---WIX::conn-d:show:na", - "wash-cr6---ampath(as20080):l3edge-118f0c29:conn-d_base:show:na", - "wash-cr6---ampath(as20080):l3edge-a18f9cfd:conn-d_base:show:na", - "wash-cr6---clara(as27750):l3edge-7384259e:conn-d_base:show:na", - "wash-cr6---fabric(as398900):l3edge-a3a6540c:site_conn-d_base:show:na", - "wash-cr6---geant(as20965):l3edge-bd8bd210:conn-d_base:show:na", - "wash-cr6---internet2(as11537):l3edge-c7b5ce82:conn-d_base:show:na", - "wash-cr6---internet2(as11537):l3edge-bd7f3ba3:conn-d_base:show:na", - "wash-cr6---max-gigapop(as10886):l3edge-56a31bb6:conn-d_base:show:na", - "wash-cr6---max-gigapop(as10886):l3edge-03171646:conn-d_base:show:na", - "wash-cr6---nasa-ames(as297):l3edge-4f3df399:conn-d_base:show:na", - "wash-cr6---nordunet(as2603):l3edge-ec36da4d:conn-d_base:show:na", - "wash-cr6---psc-3rox(as5050):l3edge-e4dadefc:conn-d_base:show:na", - "wash-cr6---psc-3rox(as5050):l3edge-5c6694d6:conn-d_base:show:na", - "wash-cr6---ansp(as1251):l3edge-45c4a124:conn-d_l3vpn-lhcone:show:intercloud", - "wash-cr6---duke(as13371):l3edge-b7fcf3e2:site_conn-d_l3vpn-lhcone:show:intercloud", - "wash-cr6---geant(as20965):l3edge-7d09c33a:conn-d_l3vpn-lhcone:show:intercloud", - "wash-cr6---internet2(as11537):l3edge-390662eb:conn-d_l3vpn-lhcone:show:intercloud", - "wash-cr6---nordunet(as2603):l3edge-74f2dd4c:conn-d_l3vpn-lhcone:show:intercloud", - "wash-cr6---rnp(as1916):l3edge-5164d24e:conn-d_l3vpn-lhcone:show:intercloud" + "bois-cr6---seat-cr6:bbl-80877151::ESNET-Z10742:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 474, - "ceiling": 496 - }, { "floor": 2, - "ceiling": 89 - }, - { - "floor": 2014, - "ceiling": 2309 - }, - { - "floor": 92, - "ceiling": 93 - }, - { - "floor": 197, - "ceiling": 202 - }, - { - "floor": 124, - "ceiling": 193 - }, - { - "floor": 498, - "ceiling": 1199 - }, - { - "floor": 2011, - "ceiling": 2012 - }, - { - "floor": 1202, - "ceiling": 2001 - }, - { - "floor": 2003, - "ceiling": 2009 - }, - { - "floor": 204, - "ceiling": 472 - }, - { - "floor": 95, - "ceiling": 122 + "ceiling": 5 }, { - "floor": 3731, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 2312, - "ceiling": 3629 - }, - { - "floor": 3631, - "ceiling": 3729 } ], - "esdbEquipmentInterfaceId": 27723 + "esdbEquipmentInterfaceId": 13127, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c31/1", + "urn": "bois-cr6:1/1/c34/1", "tags": [ - "wash-cr6---eqxdc4-cr6:bbl-a7031f25::ESNET-Z10811:na", - "wash-cr6---eqxdc4-cr6:ESNET-Z10811::show:intracloud" + "bois-cr6---pnnlisb2-cr6:bbl-6fe9ebad::ESNET-Z12475:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:eqxdc4-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.133/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4143,112 +4206,112 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12423 + "esdbEquipmentInterfaceId": 13128, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c14/1", + "urn": "bois-cr6:1/1/c8/1", "tags": [ - "wash-cr6---wash-ps:pt-2d41a602:::na", - "wash-cr6---wash-ps:pt-2d41a602:throughput::na" + "bois-cr6---bois-ht1:ht-4b104ed6:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12438 + "esdbEquipmentInterfaceId": 13106, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c34/1", + "urn": "bois-cr6:1/1/c9/1", "tags": [ - "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z10724:na", - "wash-cr6---atla-cr6:ESNET-Z10724::show:intracloud" + "bois-cr6---bois-ht1:ht-4b104ed6:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "wash-cr6:atla-bb-e", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.225/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12424 + "esdbEquipmentInterfaceId": 13107, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c15/1", + "urn": "bois-cr6:2/1/c14/1", "tags": [ - "wash-cr6---wash-bert1:bert-bf17541c:::na", - "wash-cr6---wash-bert1:bert-bf17541c:throughput::na" + "bois-cr6---bois-ps:pt-c714c649:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4011, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4009 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12439 + "esdbEquipmentInterfaceId": 13142, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c31/1", + "urn": "bois-cr6:2/1/c17/2", "tags": [ - "wash-cr6---eqxdc4-cr6:bbl-a7031f25::ESNET-Z10814:na", - "wash-cr6---eqxdc4-cr6:ESNET-Z10814::show:intracloud" + "bois-cr6---inleil-cr6:bbl-c568431e::ESNET-Z13484:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:eqxdc4-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.131/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -4259,27 +4322,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12453 + "esdbEquipmentInterfaceId": 13146, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c34/1", + "urn": "bois-cr6:2/1/c25/1", "tags": [ - "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z10727:na", - "wash-cr6---atla-cr6:ESNET-Z10727::show:intracloud" + "bois-cr6---pnnlisb2-cr6:bbl-6fe9ebad::ESNET-Z11740:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:atla-bb-f", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.227/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4290,27 +4350,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12454 + "esdbEquipmentInterfaceId": 13155, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c1/1", + "urn": "bois-cr6:2/1/c28/1", "tags": [ - "wash-cr6---ornl5600-cr6:bbl-7d976214::ESNET-Z12523:na", - "wash-cr6---ornl5600-cr6:ESNET-Z12523::show:intracloud" + "bois-cr6---seat-cr6:bbl-80877151::ESNET-Z14704:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:ornl5600-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.124/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4321,27 +4378,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12395 + "esdbEquipmentInterfaceId": 13156, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c17/2", + "urn": "bois-cr6:2/1/c31/1", "tags": [ - "wash-cr6---forrestal-cr6:bbl-bcd15892::ESNET-Z13460:na", - "wash-cr6---forrestal-cr6:ESNET-Z13460::show:intracloud" + "bois-cr6---seat-cr6:bbl-80877151::ESNET-Z10895:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:forrestal-bb-a", - "port": "2/1/c17/2", - "ipv4Address": "134.55.58.159/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4352,121 +4406,108 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12442 + "esdbEquipmentInterfaceId": 13157, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c17/3", + "urn": "bois-cr6:2/1/c34/1", "tags": [ - "wash-cr6---FABRIC::conn-c:show:na", - "wash-cr6---fabric(as4294967291):l3edge-61083d31:site_conn-c_base:show:na" + "bois-cr6---salt-cr6:bbl-b00f50e6::ESNET-Z10739:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 1009 + "ceiling": 5 }, { - "floor": 1011, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12443 + "esdbEquipmentInterfaceId": 13158, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c17/4", + "urn": "bois-cr6:2/1/c8/1", "tags": [ - "wash-cr6---VA::conn-b:show:na", - "wash-cr6---va(as65049):l3edge-efa45b45:site_conn-b_base:show:na" + "bois-cr6---bois-ht2:ht-f406c200:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1000, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 998 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12444 - } - ], - "esdbEquipmentId": 1680 - }, - { - "urn": "bois-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.185", - "reservableVlans": [], - "location": "BOIS", - "locationId": 278, - "latitude": "44.00483", - "longitude": "-116.96587", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13136, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "bois-cr6:1/1/c31/1", + "urn": "bois-cr6:2/1/c9/1", "tags": [ - "bois-cr6---seat-cr6:bbl-80877151::ESNET-Z10742:na", - "bois-cr6---seat-cr6:ESNET-Z10742::show:intracloud" + "bois-cr6---bois-ht2:ht-f406c200:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "bois-cr6:seat-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.131/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13127 + "esdbEquipmentInterfaceId": 13137, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { "urn": "bois-cr6:lag-20", "tags": [ - "bois-cr6---bois-mpr1:mgt-ba8a3cca:lag-20:ESNET-Z08644:na", - "bois-cr6---bois-mpr1:ESNET-Z08644::show:intracloud", - "bois-cr6---bois-ps:pt-c714c649:owamp::na" + "bois-cr6---bois-mpr1:mgt-ba8a3cca:lag-20:ESNET-Z08644:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 1111, @@ -4485,118 +4526,187 @@ "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14953 + "esdbEquipmentInterfaceId": 14953, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c14/1", + "urn": "bois-cr6:lag-400", "tags": [ - "bois-cr6---bois-ps:pt-c714c649:::na", - "bois-cr6---bois-ps:pt-c714c649:throughput::na" + "bois-cr6---bois-ht1:ht-4b104ed6:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13142 + "esdbEquipmentInterfaceId": 25688, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c25/1", + "urn": "bois-cr6:lag-401", "tags": [ - "bois-cr6---pnnlisb2-cr6:bbl-6fe9ebad::ESNET-Z11740:na", - "bois-cr6---pnnlisb2-cr6:ESNET-Z11740::show:intracloud" + "bois-cr6---bois-ht2:ht-f406c200:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 399 + }, { - "urn": "bois-cr6:pnnlisb2-bb-c", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.31/31" + "floor": 402, + "ceiling": 4095 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 25689, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1697, + "orchSubscriptionId": null + }, + { + "urn": "bost-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.178", + "reservableVlans": [], + "location": "BOST", + "locationId": 270, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "bost-cr6:1/1/c1/1", + "tags": [ + "bost-cr6---NOX::conn-c:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 2995 }, { - "floor": 7, + "floor": 2997, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13155 + "esdbEquipmentInterfaceId": 12587, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:1/1/c34/1", + "urn": "bost-cr6:1/1/c19/1", "tags": [ - "bois-cr6---pnnlisb2-cr6:bbl-6fe9ebad::ESNET-Z12475:na", - "bois-cr6---pnnlisb2-cr6:ESNET-Z12475::show:intracloud" + "bost-cr6---MIT::conn-f:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2619, + "ceiling": 4095 + }, + { + "floor": 2612, + "ceiling": 2617 + }, { - "urn": "bois-cr6:pnnlisb2-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.58.117/31" + "floor": 2, + "ceiling": 2607 } ], + "esdbEquipmentInterfaceId": 12611, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "bost-cr6:1/1/c22/1", + "tags": [ + "bost-cr6---NET2::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ + { + "floor": 3022, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 1132 }, { - "floor": 7, - "ceiling": 4095 + "floor": 1134, + "ceiling": 3020 } ], - "esdbEquipmentInterfaceId": 13128 + "esdbEquipmentInterfaceId": 12612, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:1/1/c25/1", + "urn": "bost-cr6:1/1/c25/1", "tags": [ - "bois-cr6---salt-cr6:bbl-244e04fa::ESNET-Z14700:na", - "bois-cr6---salt-cr6:ESNET-Z14700::show:intracloud" + "bost-cr6---cern513-cr6:bbl-28c523ce::ESNET-Z15698:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bois-cr6:salt-bb-c", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.24/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4607,27 +4717,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13125 + "esdbEquipmentInterfaceId": 12613, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c31/1", + "urn": "bost-cr6:1/1/c31/1", "tags": [ - "bois-cr6---seat-cr6:bbl-80877151::ESNET-Z10895:na", - "bois-cr6---seat-cr6:ESNET-Z10895::show:intracloud" + "bost-cr6---newy325hudson-cr6:bbl-00e9d6c6::ESNET-Z17693:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bois-cr6:seat-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.58.20/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4638,27 +4745,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13157 + "esdbEquipmentInterfaceId": 12615, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c34/1", + "urn": "bost-cr6:1/1/c34/1", "tags": [ - "bois-cr6---salt-cr6:bbl-b00f50e6::ESNET-Z10739:na", - "bois-cr6---salt-cr6:ESNET-Z10739::show:intracloud" + "bost-cr6---eqxch2-cr6:bbl-16769fcc::ESNET-Z10745:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bois-cr6:salt-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.202/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4669,21 +4773,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13158 + "esdbEquipmentInterfaceId": 12616, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c9/1", + "urn": "bost-cr6:1/1/c8/1", "tags": [ - "bois-cr6---bois-ht2:ht-f406c200:::na", - "bois-cr6---bois-ht2:ht-f406c200:service1::na" + "bost-cr6---bost-ht1:ht-c41c33ee:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -4694,21 +4801,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13137 + "esdbEquipmentInterfaceId": 12594, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:1/1/c8/1", + "urn": "bost-cr6:1/1/c9/1", "tags": [ - "bois-cr6---bois-ht1:ht-4b104ed6:::na", - "bois-cr6---bois-ht1:ht-4b104ed6:service1::na" + "bost-cr6---bost-ht1:ht-c41c33ee:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -4719,77 +4829,80 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13106 + "esdbEquipmentInterfaceId": 12595, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c8/1", + "urn": "bost-cr6:2/1/c14/1", "tags": [ - "bois-cr6---bois-ht2:ht-f406c200:::na", - "bois-cr6---bois-ht2:ht-f406c200:service1::na" + "bost-cr6---bost-ps:pt-4a8cdc6c:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13136 + "esdbEquipmentInterfaceId": 12630, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:1/1/c9/1", + "urn": "bost-cr6:2/1/c19/1", "tags": [ - "bois-cr6---bois-ht1:ht-4b104ed6:::na", - "bois-cr6---bois-ht1:ht-4b104ed6:service1::na" + "bost-cr6---SCinet::conn-f:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 4088 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13107 + "esdbEquipmentInterfaceId": 12641, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c28/1", + "urn": "bost-cr6:2/1/c22/1", "tags": [ - "bois-cr6---seat-cr6:bbl-cf42814f::ESNET-Z14704:na", - "bois-cr6---seat-cr6:ESNET-Z14704::show:intracloud" + "bost-cr6---newy325hudson-cr6:bbl-00e9d6c6::ESNET-Z18185:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bois-cr6:seat-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.22/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4800,27 +4913,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13156 + "esdbEquipmentInterfaceId": 12642, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c17/2", + "urn": "bost-cr6:2/1/c25/1", "tags": [ - "bois-cr6---inleil-cr6:bbl-c568431e::ESNET-Z13484:na", - "bois-cr6---inleil-cr6:ESNET-Z13484::show:intracloud" + "bost-cr6---eqxld8-cr6:bbl-9c8a3291::ESNET-Z15699:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bois-cr6:inleil-bb-a", - "port": "2/1/c17/2", - "ipv4Address": "134.55.57.6/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4831,85 +4941,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13146 + "esdbEquipmentInterfaceId": 12643, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:lag-401", + "urn": "bost-cr6:2/1/c28/1", "tags": [ - "bois-cr6---bois-ht2:ht-f406c200:capture::na" + "bost-cr6---eqxch2-cr6:bbl-16769fcc::ESNET-Z17190:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25689 + "esdbEquipmentInterfaceId": 12644, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:lag-400", + "urn": "bost-cr6:2/1/c31/1", "tags": [ - "bois-cr6---bois-ht1:ht-4b104ed6:capture::na" + "bost-cr6---eqxch2-cr6:bbl-16769fcc::ESNET-Z14521:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25688 - } - ], - "esdbEquipmentId": 1697 - }, - { - "urn": "lbnl50-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.192", - "reservableVlans": [], - "location": "LBNL50", - "locationId": 287, - "latitude": "37.8759845", - "longitude": "-122.2500142", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12645, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "lbnl50-cr6:1/1/c31/1", + "urn": "bost-cr6:2/1/c34/1", "tags": [ - "lbnl50-cr6---sacr-cr6:bbl-d534f139::ESNET-Z10829:na", - "lbnl50-cr6---sacr-cr6:ESNET-Z10829::show:intracloud" + "bost-cr6---newy325hudson-cr6:bbl-00e9d6c6::ESNET-Z17694:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lbnl50-cr6:sacr-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.231/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4920,307 +5025,299 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13577 + "esdbEquipmentInterfaceId": 12646, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:lag-20", + "urn": "bost-cr6:2/1/c6/1", "tags": [ - "lbnl50-cr6---lbnl50-mpr1:mgt-35c1c1fd:lag-20:ESNET-Z08554:na", - "lbnl50-cr6---lbnl50-mpr1:ESNET-Z08554::show:intracloud", - "lbnl50-cr6---doe-sc-bso(as65151):l3edge-47ed08b6:site_conn-b_base:show:na", - "lbnl50-cr6---lbnl50-ps:pt-ef42bc7a:owamp::na" + "bost-cr6---eqxam3-cr6:bbl-de4f9dc8::ESNET-Z13409:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 89 - }, - { - "floor": 91, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 952 - }, - { - "floor": 967, - "ceiling": 1109 - }, - { - "floor": 954, - "ceiling": 965 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14921 + "esdbEquipmentInterfaceId": 12622, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:2/1/c14/1", + "urn": "bost-cr6:2/1/c8/1", "tags": [ - "lbnl50-cr6---lbnl50-ps:pt-ef42bc7a:::na", - "lbnl50-cr6---lbnl50-ps:pt-ef42bc7a:throughput::na" + "bost-cr6---bost-ht2:ht-f54c5219:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13592 + "esdbEquipmentInterfaceId": 12624, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c34/1", + "urn": "bost-cr6:2/1/c9/1", "tags": [ - "lbnl50-cr6---lbnl59-cr6:bbl-5425369c::ESNET-Z07206:na", - "lbnl50-cr6---lbnl59-cr6:ESNET-Z07206::show:intracloud" + "bost-cr6---bost-ht2:ht-f54c5219:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lbnl50-cr6:lbnl59-bb-a", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.1/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13578 + "esdbEquipmentInterfaceId": 12625, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c2/1", + "urn": "bost-cr6:lag-10", "tags": [ - "lbnl50-cr6---LBNL::conn-f:show:na", - "lbnl50-cr6---lbnl(as16):l3edge-b272b850:site_conn-f_l3vpn-lhcone:show:intercloud", - "lbnl50-cr6---lbnl(as16):l3edge-dd45ab1c:site_conn-f_l3vpn-lhcone:show:intercloud", - "lbnl50-cr6---lbnl(as16):l3edge-3b26b116:site_conn-f_ipt:show:na", - "lbnl50-cr6---lbnl(as63331):l3edge-c8a3342c:site_conn-f_ipt:show:na", - "lbnl50-cr6---lbnl(as16):l3edge-b99228a4:site_conn-f_ipt:show:na", - "lbnl50-cr6---lbnl(as63331):l3edge-8322a692:site_conn-f_ipt:show:na" + "bost-cr6---MASS-IX::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1447, - "ceiling": 1610 - }, - { - "floor": 107, - "ceiling": 1410 - }, - { - "floor": 1445, - "ceiling": 1445 - }, + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 28755, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "bost-cr6:lag-20", + "tags": [ + "bost-cr6---bost-mpr1:mgt-9cc5cb0a:lag-20:ESNET-Z08566:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ { - "floor": 105, - "ceiling": 105 + "floor": 1111, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 103 + "ceiling": 918 }, { - "floor": 1412, - "ceiling": 1443 + "floor": 920, + "ceiling": 965 }, { - "floor": 1612, - "ceiling": 4095 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 13550 + "esdbEquipmentInterfaceId": 14927, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:2/1/c31/1", + "urn": "bost-cr6:lag-400", "tags": [ - "lbnl50-cr6---lbnl59-cr6:bbl-5425369c::ESNET-Z10919:na", - "lbnl50-cr6---lbnl59-cr6:ESNET-Z10919::show:intracloud" + "bost-cr6---bost-ht1:ht-c41c33ee:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lbnl50-cr6:lbnl59-bb-b", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.165/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 404, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 13607 + "esdbEquipmentInterfaceId": 25724, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c17/3", + "urn": "bost-cr6:lag-401", "tags": [ - "lbnl50-cr6---ESNET::conn-al:show:na", - "lbnl50-cr6---esnet-services(as65292):manual:conn-al_base:show:na", - "lbnl50-cr6---esnet(as65292):l3edge-add50462:site_conn-al_ipt:show:na" + "bost-cr6---bost-ht2:ht-f54c5219:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 33 + "floor": 406, + "ceiling": 4095 }, { - "floor": 36, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 13567 - }, + "esdbEquipmentInterfaceId": 25725, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1685, + "orchSubscriptionId": null + }, + { + "urn": "cern513-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.233", + "reservableVlans": [], + "location": "CERN513", + "locationId": 644, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "lbnl50-cr6:1/1/c19/1", + "urn": "cern513-cr6:1/1/c28/1", "tags": [ - "lbnl50-cr6---LBNL::conn-i:show:na", - "lbnl50-cr6---lbnl(as16):l3edge-9429e4ba:site_conn-i_l3vpn-lhcone:show:intercloud", - "lbnl50-cr6---lbnl(as16):l3edge-0f16d5a3:site_conn-i_l3vpn-lhcone:show:intercloud", - "lbnl50-cr6---lbnl(as16):l3edge-a6bf0838:site_conn-i_ipt:show:na", - "lbnl50-cr6---lbnl(as16):l3edge-0f3ebae3:site_conn-i_ipt:show:na" + "cern513-cr6---bost-cr6:bbl-28c523ce::ESNET-Z15698:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 83 - }, - { - "floor": 85, - "ceiling": 85 - }, - { - "floor": 87, - "ceiling": 133 + "ceiling": 5 }, { - "floor": 137, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 135, - "ceiling": 135 } ], - "esdbEquipmentInterfaceId": 13573 + "esdbEquipmentInterfaceId": 23943, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c3/1", + "urn": "cern513-cr6:1/1/c31/1", "tags": [ - "lbnl50-cr6---EJFAT::conn-a:show:na", - "lbnl50-cr6---ejfat(as65301):l3edge-002ab379:site_conn-a_base:show:na", - "lbnl50-cr6---ejfat(as65301):l3edge-b3563f19:site_conn-a_l3vpn-ejfat:show:intercloud" + "cern513-cr6---eqxam3-cr6:bbl-2e679375::ESNET-Z17068:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 99 - }, - { - "floor": 101, - "ceiling": 109 + "ceiling": 5 }, { - "floor": 111, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13551 + "esdbEquipmentInterfaceId": 23944, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:2/1/c34/1", + "urn": "cern513-cr6:1/1/c34/1", "tags": [ - "lbnl50-cr6---lbnl59-cr6:bbl-5425369c::ESNET-Z10922:na", - "lbnl50-cr6---lbnl59-cr6:ESNET-Z10922::show:intracloud" + "cern513-cr6---cern773-cr6:bbl-bfe8ca08::ESNET-Z14956:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lbnl50-cr6:lbnl59-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.167/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -5231,27 +5328,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13608 + "esdbEquipmentInterfaceId": 23945, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c28/1", + "urn": "cern513-cr6:1/1/c4/1", "tags": [ - "lbnl50-cr6---sacr-cr6:bbl-d534f139::ESNET-Z14017:na", - "lbnl50-cr6---sacr-cr6:ESNET-Z14017::show:intracloud" + "cern513-cr6---wash-cr6:bbl-087d55e0::ESNET-Z11848:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lbnl50-cr6:sacr-bb-f", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.31/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -5262,76 +5356,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13576 + "esdbEquipmentInterfaceId": 23929, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c4/1", + "urn": "cern513-cr6:1/1/c7/1", "tags": [ - "lbnl50-cr6---ESNET-SERVICES::conn-o:show:na", - "lbnl50-cr6---esnet-services(as65294):manual:conn-o_base:show:na", - "lbnl50-cr6---esnet-services(as65294):l3edge-b357495f:site_conn-o_ipt:show:na" + "cern513-cr6---cern773-cr6:bbl-a350e1d0::ESNET-Z11814:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 49, - "ceiling": 49 + "floor": 2, + "ceiling": 5 }, { - "floor": 51, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 47 } ], - "esdbEquipmentInterfaceId": 13552 + "esdbEquipmentInterfaceId": 23337, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c15/1", + "urn": "cern513-cr6:1/1/c8/1", "tags": [ - "lbnl50-cr6---lbnl50-bert1:bert-a99db6a0:::na", - "lbnl50-cr6---lbnl50-bert1:bert-a99db6a0:throughput::na" + "cern513-cr6---cern513-ht1:ht-6ce44c4a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4011, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4009 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13563 + "esdbEquipmentInterfaceId": 23338, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:2/1/c9/1", + "urn": "cern513-cr6:1/1/c9/1", "tags": [ - "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:::na", - "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:service1::na" + "cern513-cr6---cern513-ht1:ht-6ce44c4a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -5342,134 +5440,136 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13587 + "esdbEquipmentInterfaceId": 23932, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c14/1", + "urn": "cern513-cr6:2/1/c14/1", "tags": [ - "lbnl50-cr6---NERSC::conn-i:show:na", - "lbnl50-cr6---nersc(as2936):l3edge-f0286b56:site_conn-i_base:show:na", - "lbnl50-cr6---nersc(as2936):l3edge-1bea7938:site_conn-i_base:show:na", - "lbnl50-cr6---nersc(as2936):l3edge-8cee998b:site_conn-i_l3vpn-ejfat:show:intercloud", - "lbnl50-cr6---nersc(as2936):l3edge-7593a3a2:site_conn-i_l3vpn-ejfat:show:intercloud" + "cern513-cr6---cern513-ps:pt-ee8333fd:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 1123 + "floor": 1112, + "ceiling": 4095 }, { - "floor": 1126, - "ceiling": 1129 + "floor": 2, + "ceiling": 910 }, { - "floor": 1132, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13562 + "esdbEquipmentInterfaceId": 23955, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c8/1", + "urn": "cern513-cr6:2/1/c15/1", "tags": [ - "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:::na", - "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:service1::na" + "cern513-cr6---cern513-bert1:bert-f1e3d702:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 4011, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 4009 } ], - "esdbEquipmentInterfaceId": 13556 + "esdbEquipmentInterfaceId": 23956, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:2/1/c8/1", + "urn": "cern513-cr6:2/1/c17/2", "tags": [ - "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:::na", - "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:service1::na" + "cern513-cr6---FABRIC::conn-ab:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 1009 }, { - "floor": 2, - "ceiling": 4088 + "floor": 1011, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13586 + "esdbEquipmentInterfaceId": 23352, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c9/1", + "urn": "cern513-cr6:2/1/c22/1", "tags": [ - "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:::na", - "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:service1::na" + "cern513-cr6---FABRIC::conn-al:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, + "floor": 2, "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13557 + "esdbEquipmentInterfaceId": 23959, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:2/1/c28/1", + "urn": "cern513-cr6:2/1/c28/1", "tags": [ - "lbnl50-cr6---sacr-cr6:bbl-d534f139::ESNET-Z12403:na", - "lbnl50-cr6---sacr-cr6:ESNET-Z12403::show:intracloud" + "cern513-cr6---eqxam3-cr6:bbl-2e679375::ESNET-Z17902:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lbnl50-cr6:sacr-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.183/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -5480,111 +5580,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13606 + "esdbEquipmentInterfaceId": 23961, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:2/1/c19/1", + "urn": "cern513-cr6:2/1/c31/1", "tags": [ - "lbnl50-cr6---NERSC::conn-j:show:na", - "lbnl50-cr6---nersc(as2936):l3edge-17ec16a1:site_conn-j_base:show:na", - "lbnl50-cr6---nersc(as2936):l3edge-10ff079d:site_conn-j_base:show:na" + "cern513-cr6---eqxam3-cr6:bbl-2e679375::ESNET-Z15710:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 1127 + "ceiling": 5 }, { - "floor": 1130, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13603 + "esdbEquipmentInterfaceId": 23962, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:lag-401", + "urn": "cern513-cr6:2/1/c34/1", "tags": [ - "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:capture::na" + "cern513-cr6---cern773-cr6:bbl-bfe8ca08::ESNET-Z14957:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 25784 - }, - { - "urn": "lbnl50-cr6:lag-400", - "tags": [ - "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:capture::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, - "reservableVlans": [ + "ceiling": 5 + }, { - "floor": 2, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25783 - } - ], - "esdbEquipmentId": 1707 - }, - { - "urn": "cern773-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.234", - "reservableVlans": [], - "location": "CERN773", - "locationId": 645, - "latitude": "46.25599495", - "longitude": "6.05502192", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 23963, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "cern773-cr6:2/1/c7/1", + "urn": "cern513-cr6:2/1/c7/1", "tags": [ - "cern773-cr6---cern513-cr6:bbl-a350e1d0::ESNET-Z11815:na", - "cern773-cr6---cern513-cr6:ESNET-Z11815::show:intracloud" + "cern513-cr6---cern773-cr6:bbl-a350e1d0::ESNET-Z11815:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "cern773-cr6:cern513-bb-b", - "port": "2/1/c7/1", - "ipv4Address": "134.55.58.62/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -5595,139 +5664,149 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23380 + "esdbEquipmentInterfaceId": 23349, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:1/1/c6/1", + "urn": "cern513-cr6:2/1/c8/1", "tags": [ - "cern773-cr6---cern773-dtn1:dtn-35cd80cb:::na", - "cern773-cr6---cern773-dtn1:dtn-35cd80cb:throughput::na" + "cern513-cr6---cern513-ht2:ht-4b93c1d6:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 913, - "ceiling": 915 + "floor": 4090, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 911 - }, - { - "floor": 917, - "ceiling": 4095 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23895 + "esdbEquipmentInterfaceId": 23350, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:1/1/c7/1", + "urn": "cern513-cr6:2/1/c9/1", "tags": [ - "cern773-cr6---cern513-cr6:bbl-a350e1d0::ESNET-Z11814:na", - "cern773-cr6---cern513-cr6:ESNET-Z11814::show:intracloud" + "cern513-cr6---cern513-ht2:ht-4b93c1d6:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "cern773-cr6:cern513-bb-a", - "port": "1/1/c7/1", - "ipv4Address": "134.55.58.60/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23368 + "esdbEquipmentInterfaceId": 23950, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:lag-3", + "urn": "cern513-cr6:lag-1", "tags": [ - "cern773-cr6---CERN::conn-x:show:na", - "cern773-cr6---cern(as513):l3edge-4686bd94:site_conn-x_l3vpn-lhcone:show:intercloud" + "cern513-cr6---CERN::conn-p:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 523, + "floor": 2027, "ceiling": 4095 }, { "floor": 2, - "ceiling": 521 + "ceiling": 2025 } ], - "esdbEquipmentInterfaceId": 27219 + "esdbEquipmentInterfaceId": 23999, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:1/1/c31/1", + "urn": "cern513-cr6:lag-10", "tags": [ - "cern773-cr6---eqxld8-cr6:bbl-c25530c5::ESNET-Z15709:na", - "cern773-cr6---eqxld8-cr6:ESNET-Z15709::show:intracloud" + "cern513-cr6---GEANT::conn-q:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "cern773-cr6:eqxld8-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.179/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ + { + "floor": 107, + "ceiling": 110 + }, + { + "floor": 105, + "ceiling": 105 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 103 }, { - "floor": 7, + "floor": 112, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23908 + "esdbEquipmentInterfaceId": 27644, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:lag-20", + "urn": "cern513-cr6:lag-20", "tags": [ - "cern773-cr6---cern773-mpr1:mgt-5ab45a54:lag-20:ESNET-Z11626:na", - "cern773-cr6---cern773-mpr1:ESNET-Z11626::show:intracloud", - "cern773-cr6---cern773-ps:pt-b0a70c94:owamp::na" + "cern513-cr6---cern513-mpr1:mgt-d0de790d:lag-20:ESNET-Z11623:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 967, + "ceiling": 1019 + }, { "floor": 1111, "ceiling": 4095 @@ -5741,116 +5820,131 @@ "ceiling": 965 }, { - "floor": 967, + "floor": 1021, "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 23390 + "esdbEquipmentInterfaceId": 23359, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:lag-1", + "urn": "cern513-cr6:lag-3", "tags": [ - "cern773-cr6---CERN::conn-u:show:na", - "cern773-cr6---cern(as513):l3edge-b5018422:site_conn-u_base:show:na" + "cern513-cr6---CERN::conn-y:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ { - "floor": 2029, - "ceiling": 4095 + "floor": 522, + "ceiling": 2010 }, { "floor": 2, - "ceiling": 2027 + "ceiling": 520 + }, + { + "floor": 2012, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 24001 + "esdbEquipmentInterfaceId": 27218, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:2/1/c14/1", + "urn": "cern513-cr6:lag-400", "tags": [ - "cern773-cr6---cern773-ps:pt-b0a70c94:::na", - "cern773-cr6---cern773-ps:pt-b0a70c94:throughput::na" + "cern513-cr6---cern513-ht1:ht-6ce44c4a:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 1112, + "floor": 414, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 23919 + "esdbEquipmentInterfaceId": 29188, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:1/1/c34/1", + "urn": "cern513-cr6:lag-401", "tags": [ - "cern773-cr6---cern513-cr6:bbl-bfe8ca08::ESNET-Z14956:na", - "cern773-cr6---cern513-cr6:ESNET-Z14956::show:intracloud" + "cern513-cr6---cern513-ht2:ht-4b93c1d6:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "cern773-cr6:cern513-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.0/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23909 - }, + "esdbEquipmentInterfaceId": 29189, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2082, + "orchSubscriptionId": null + }, + { + "urn": "cern773-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.234", + "reservableVlans": [], + "location": "CERN773", + "locationId": 645, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "cern773-cr6:2/1/c34/1", + "urn": "cern773-cr6:1/1/c31/1", "tags": [ - "cern773-cr6---cern513-cr6:bbl-bfe8ca08::ESNET-Z14957:na", - "cern773-cr6---cern513-cr6:ESNET-Z14957::show:intracloud" + "cern773-cr6---eqxld8-cr6:bbl-c25530c5::ESNET-Z15709:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "cern773-cr6:cern513-bb-d", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.28/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -5861,45 +5955,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23927 - } - ], - "esdbEquipmentId": 2083 - }, - { - "urn": "pnnlisb2-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.238", - "reservableVlans": [], - "location": "PNNLISB2", - "locationId": 619, - "latitude": "46.348854", - "longitude": "-119.274586", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 23908, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "pnnlisb2-cr6:1/1/c31/1", + "urn": "cern773-cr6:1/1/c34/1", "tags": [ - "pnnlisb2-cr6---bois-cr6:bbl-6fe9ebad::ESNET-Z12475:na", - "pnnlisb2-cr6---bois-cr6:ESNET-Z12475::show:intracloud" + "cern773-cr6---cern513-cr6:bbl-bfe8ca08::ESNET-Z14956:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlisb2-cr6:bois-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.116/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -5910,52 +5983,56 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23677 + "esdbEquipmentInterfaceId": 23909, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:lag-20", + "urn": "cern773-cr6:1/1/c6/1", "tags": [ - "pnnlisb2-cr6---pnnlisb2-mpr1:mgt-77ee082b:lag-20:ESNET-Z11675:na", - "pnnlisb2-cr6---pnnlisb2-mpr1:ESNET-Z11675::show:intracloud" + "cern773-cr6---cern773-dtn1:dtn-35cd80cb:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 913, + "ceiling": 915 + }, { "floor": 2, - "ceiling": 965 + "ceiling": 911 }, { - "floor": 967, + "floor": 917, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23709 + "esdbEquipmentInterfaceId": 23895, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:2/1/c25/1", + "urn": "cern773-cr6:1/1/c7/1", "tags": [ - "pnnlisb2-cr6---bois-cr6:bbl-6fe9ebad::ESNET-Z11740:na", - "pnnlisb2-cr6---bois-cr6:ESNET-Z11740::show:intracloud" + "cern773-cr6---cern513-cr6:bbl-a350e1d0::ESNET-Z11814:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlisb2-cr6:bois-bb-c", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.30/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -5966,139 +6043,140 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23705 + "esdbEquipmentInterfaceId": 23368, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:1/1/c34/1", + "urn": "cern773-cr6:1/1/c8/1", "tags": [ - "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12466:na", - "pnnlisb2-cr6---pnnlemsl-cr6:ESNET-Z12466::show:intracloud" + "cern773-cr6---cern773-ht1:ht-2429d265:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "pnnlisb2-cr6:pnnlemsl-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.104/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23678 + "esdbEquipmentInterfaceId": 23369, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:1/1/c2/1", + "urn": "cern773-cr6:1/1/c9/1", "tags": [ - "pnnlisb2-cr6---PNNL::conn-v:show:na" + "cern773-cr6---cern773-ht1:ht-2429d265:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23650 + "esdbEquipmentInterfaceId": 23896, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:2/1/c31/1", + "urn": "cern773-cr6:2/1/c14/1", "tags": [ - "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12477:na", - "pnnlisb2-cr6---pnnlemsl-cr6:ESNET-Z12477::show:intracloud" + "cern773-cr6---cern773-ps:pt-b0a70c94:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "pnnlisb2-cr6:pnnlemsl-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.174/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 23707 + "esdbEquipmentInterfaceId": 23919, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:1/1/c19/1", + "urn": "cern773-cr6:2/1/c28/1", "tags": [ - "pnnlisb2-cr6---PNNL::conn-x:show:na", - "pnnlisb2-cr6---pnnl(as3428):l3edge-35abc7a1:site_conn-x_base:show:na", - "pnnlisb2-cr6---pnnl(as3428):l3edge-c83487fd:site_conn-x_base:show:na" + "cern773-cr6---eqxld8-cr6:bbl-c25530c5::ESNET-Z17903:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 965, - "ceiling": 993 - }, { "floor": 2, - "ceiling": 963 + "ceiling": 5 }, { - "floor": 995, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23673 + "esdbEquipmentInterfaceId": 23925, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:2/1/c34/1", + "urn": "cern773-cr6:2/1/c31/1", "tags": [ - "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12467:na", - "pnnlisb2-cr6---pnnlemsl-cr6:ESNET-Z12467::show:intracloud" + "cern773-cr6---eqxld8-cr6:bbl-c25530c5::ESNET-Z17064:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlisb2-cr6:pnnlemsl-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.136/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -6109,27 +6187,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23708 + "esdbEquipmentInterfaceId": 23926, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:1/1/c28/1", + "urn": "cern773-cr6:2/1/c34/1", "tags": [ - "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12478:na", - "pnnlisb2-cr6---pnnlemsl-cr6:ESNET-Z12478::show:intracloud" + "cern773-cr6---cern513-cr6:bbl-bfe8ca08::ESNET-Z14957:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlisb2-cr6:pnnlemsl-bb-a", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.138/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -6140,66 +6215,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23676 + "esdbEquipmentInterfaceId": 23927, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:2/1/c9/1", + "urn": "cern773-cr6:2/1/c7/1", "tags": [ - "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:::na", - "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:service1::na" + "cern773-cr6---cern513-cr6:bbl-a350e1d0::ESNET-Z11815:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23687 + "esdbEquipmentInterfaceId": 23380, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:1/1/c1/1", + "urn": "cern773-cr6:2/1/c8/1", "tags": [ - "pnnlisb2-cr6---PNNL::conn-s:show:na" + "cern773-cr6---cern773-ht2:ht-009a0bdd:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23649 + "esdbEquipmentInterfaceId": 23381, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:1/1/c8/1", + "urn": "cern773-cr6:2/1/c9/1", "tags": [ - "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:::na", - "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:service1::na" + "cern773-cr6---cern773-ht2:ht-009a0bdd:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -6210,166 +6299,191 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23656 + "esdbEquipmentInterfaceId": 23914, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:2/1/c8/1", + "urn": "cern773-cr6:lag-1", "tags": [ - "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:::na", - "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:service1::na" + "cern773-cr6---CERN::conn-u:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 4090, + "floor": 2029, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 2027 } ], - "esdbEquipmentInterfaceId": 23686 + "esdbEquipmentInterfaceId": 24001, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:1/1/c9/1", + "urn": "cern773-cr6:lag-20", "tags": [ - "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:::na", - "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:service1::na" + "cern773-cr6---cern773-mpr1:mgt-5ab45a54:lag-20:ESNET-Z11626:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 23657 + "esdbEquipmentInterfaceId": 23390, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:2/1/c28/1", + "urn": "cern773-cr6:lag-3", "tags": [ - "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12489:na", - "pnnlisb2-cr6---pnnlemsl-cr6:ESNET-Z12489::show:intracloud" + "cern773-cr6---CERN::conn-x:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "pnnlisb2-cr6:pnnlemsl-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.194/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 523, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 521 } ], - "esdbEquipmentInterfaceId": 23706 + "esdbEquipmentInterfaceId": 27219, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:lag-401", + "urn": "cern773-cr6:lag-400", "tags": [ - "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:capture::na" + "cern773-cr6---cern773-ht1:ht-2429d265:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 406, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25966 + "esdbEquipmentInterfaceId": 29190, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:lag-400", + "urn": "cern773-cr6:lag-401", "tags": [ - "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:capture::na" + "cern773-cr6---cern773-ht2:ht-009a0bdd:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 406, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25965 + "esdbEquipmentInterfaceId": 29191, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 2084 + "esdbEquipmentId": 2083, + "orchSubscriptionId": null }, { - "urn": "losa-cr6", + "urn": "chat-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.189", + "ipv4Address": "134.55.200.179", "reservableVlans": [], - "location": "LOSA", - "locationId": 283, - "latitude": "34.049021", - "longitude": "-118.259747", + "location": "CHAT", + "locationId": 271, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "losa-cr6:1/1/c31/1", + "urn": "chat-cr6:1/1/c25/1", "tags": [ - "losa-cr6---eqxsv5-cr6:bbl-73bba71b::ESNET-Z11821:na", - "losa-cr6---eqxsv5-cr6:ESNET-Z11821::show:intracloud" + "chat-cr6---ornl1064-cr6:bbl-a84fc3a5::ESNET-Z14554:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "losa-cr6:eqxsv5-bb-a", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.43/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -6380,195 +6494,172 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13385 + "esdbEquipmentInterfaceId": 12677, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:lag-20", + "urn": "chat-cr6:1/1/c28/1", "tags": [ - "losa-cr6---losa-mpr1:mgt-aab5414f:lag-20:ESNET-Z08551:na", - "losa-cr6---losa-mpr1:ESNET-Z08551::show:intracloud", - "losa-cr6---fabric(as4294967286):l3edge-9d4729ab:site_conn-z_base:show:na", - "losa-cr6---losa-ps:pt-bc3a8404:owamp::na" + "chat-cr6---atla-cr6:bbl-5ee48ffe::ESNET-Z15063:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 1021, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14920 + "esdbEquipmentInterfaceId": 12678, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:lag-1", + "urn": "chat-cr6:1/1/c31/1", "tags": [ - "losa-cr6---CENIC::conn-e:show:na", - "losa-cr6---cenic(as2153):l3edge-4d083847:conn-e_base:show:na", - "losa-cr6---sdsc(as195):l3edge-3bcc9a73:conn-e_base:show:na", - "losa-cr6---caltech(as32361):l3edge-9330de6b:site_conn-e_l3vpn-lhcone:show:intercloud", - "losa-cr6---ucsb(as131):l3edge-3f0fa946:site_conn-e_l3vpn-lhcone:show:intercloud", - "losa-cr6---ucsd(as26397):l3edge-fd1a4367:site_conn-e_l3vpn-lhcone:show:intercloud" + "chat-cr6---atla-cr6:bbl-5ee48ffe::ESNET-Z10715:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1901, - "ceiling": 3080 - }, - { - "floor": 330, - "ceiling": 1899 - }, { "floor": 2, - "ceiling": 328 + "ceiling": 5 }, { - "floor": 3084, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27727 + "esdbEquipmentInterfaceId": 12679, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:2/1/c14/1", + "urn": "chat-cr6:1/1/c34/1", "tags": [ - "losa-cr6---losa-ps:pt-bc3a8404:::na", - "losa-cr6---losa-ps:pt-bc3a8404:throughput::na" + "chat-cr6---nash-cr6:bbl-eccd186d::ESNET-Z10751:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13400 + "esdbEquipmentInterfaceId": 12680, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:1/1/c34/1", + "urn": "chat-cr6:1/1/c4/1", "tags": [ - "losa-cr6---sand-cr6:bbl-d030958d::ESNET-Z10850:na", - "losa-cr6---sand-cr6:ESNET-Z10850::show:intracloud" + "chat-cr6---LSST::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "losa-cr6:sand-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.190/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 314 }, { - "floor": 7, + "floor": 316, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13386 + "esdbEquipmentInterfaceId": 12654, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:2/1/c1/1", + "urn": "chat-cr6:2/1/c14/1", "tags": [ - "losa-cr6---PWAVE-LOSA::conn-a:show:na", - "losa-cr6---pwave-losa:l3edge-51ea1c64:pwave-losa_conn-a_base:show:na", - "losa-cr6---pwave-losa(asNone):l3edge-7ec5c172:conn-a_base:show:na", - "losa-cr6---sinet(as2907):l3edge-bb681782:conn-a_base:show:na", - "losa-cr6---sinet(as2907):l3edge-f2c87391:conn-a_l3vpn-lhcone:show:intercloud" + "chat-cr6---chat-ps:pt-0706c1b9:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 888, + "floor": 2222, "ceiling": 4095 }, + { + "floor": 1112, + "ceiling": 2220 + }, { "floor": 2, - "ceiling": 701 + "ceiling": 910 }, { - "floor": 704, - "ceiling": 885 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13387 + "esdbEquipmentInterfaceId": 12694, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:1/1/c25/1", + "urn": "chat-cr6:2/1/c25/1", "tags": [ - "losa-cr6---lasv-cr6:bbl-89167da2::ESNET-Z14708:na", - "losa-cr6---lasv-cr6:ESNET-Z14708::show:intracloud" + "chat-cr6---ornl1064-cr6:bbl-a84fc3a5::ESNET-Z14555:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "losa-cr6:lasv-bb-c", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.27/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -6579,47 +6670,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13383 + "esdbEquipmentInterfaceId": 12707, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:1/1/c2/1", + "urn": "chat-cr6:2/1/c28/1", "tags": [ - "losa-cr6---FABRIC::conn-aj:show:na" + "chat-cr6---nash-cr6:bbl-eccd186d::ESNET-Z15052:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13358 + "esdbEquipmentInterfaceId": 12708, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:2/1/c31/1", + "urn": "chat-cr6:2/1/c31/1", "tags": [ - "losa-cr6---lasv-cr6:bbl-fc13de87::ESNET-Z10823:na", - "losa-cr6---lasv-cr6:ESNET-Z10823::show:intracloud" + "chat-cr6---atla-cr6:bbl-5ee48ffe::ESNET-Z10718:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "losa-cr6:lasv-bb-b", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.179/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -6630,27 +6726,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13415 + "esdbEquipmentInterfaceId": 12709, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:2/1/c34/1", + "urn": "chat-cr6:2/1/c34/1", "tags": [ - "losa-cr6---sunn-cr6:bbl-025391c0::ESNET-Z10853:na", - "losa-cr6---sunn-cr6:ESNET-Z10853::show:intracloud" + "chat-cr6---nash-cr6:bbl-eccd186d::ESNET-Z10754:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "losa-cr6:sunn-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.114/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -6661,83 +6754,83 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13416 + "esdbEquipmentInterfaceId": 12710, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:1/1/c17/2", + "urn": "chat-cr6:lag-20", "tags": [ - "losa-cr6---FABRIC::conn-aa:show:na", - "losa-cr6---fabric(as4294967286):l3edge-85acad8c:site_conn-aa_base:show:na" + "chat-cr6---chat-mpr1:mgt-dd56ef68:lag-20:ESNET-Z08641:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 2219 + }, { "floor": 2, - "ceiling": 1009 + "ceiling": 918 }, { - "floor": 1011, + "floor": 2221, "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 13374 - }, - { - "urn": "losa-cr6:1/1/c28/1", - "tags": [ - "losa-cr6---sunn-cr6:bbl-025391c0::ESNET-Z13640:na", - "losa-cr6---sunn-cr6:ESNET-Z13640::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "losa-cr6:sunn-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.22/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ + }, { - "floor": 2, - "ceiling": 5 + "floor": 920, + "ceiling": 965 }, { - "floor": 7, - "ceiling": 4095 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 13384 - }, + "esdbEquipmentInterfaceId": 14952, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1686, + "orchSubscriptionId": null + }, + { + "urn": "chic-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.199", + "reservableVlans": [], + "location": "CHIC", + "locationId": 596, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "losa-cr6:1/1/c4/1", + "urn": "chic-cr6:1/1/c1/1", "tags": [ - "losa-cr6---ga-cr6:bbl-36acb5c5::ESNET-Z14635:na", - "losa-cr6---ga-cr6:ESNET-Z14635::show:intracloud" + "chic-cr6---frib-cr6a:bbl-1ff91e33::ESNET-Z10945:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "losa-cr6:ga-bb-a", - "port": "1/1/c4/1", - "ipv4Address": "134.55.56.206/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -6748,147 +6841,160 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13360 + "esdbEquipmentInterfaceId": 13999, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:2/1/c4/1", + "urn": "chic-cr6:1/1/c10/1", "tags": [ - "losa-cr6---CENIC::conn-b:show:na" + "chic-cr6---chic-ht1:ht-d740d94c:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13390 + "esdbEquipmentInterfaceId": 14008, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:2/1/c9/1", + "urn": "chic-cr6:1/1/c13/1", "tags": [ - "losa-cr6---losa-ht2:ht-97e2a4a1:::na", - "losa-cr6---losa-ht2:ht-97e2a4a1:service1::na" + "chic-cr6---ameshwhb-cr6:bbl-2dc2d07c::ESNET-Z16426:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13395 + "esdbEquipmentInterfaceId": 14011, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:1/1/c8/1", + "urn": "chic-cr6:1/1/c14/1", "tags": [ - "losa-cr6---losa-ht1:ht-2121798e:::na", - "losa-cr6---losa-ht1:ht-2121798e:service1::na" + "chic-cr6---star-cr6:bbl-35f4b07b::ESNET-Z09682:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13364 + "esdbEquipmentInterfaceId": 14012, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:2/1/c8/1", + "urn": "chic-cr6:1/1/c19/1", "tags": [ - "losa-cr6---losa-ht2:ht-97e2a4a1:::na", - "losa-cr6---losa-ht2:ht-97e2a4a1:service1::na" + "chic-cr6---kans-cr6:bbl-70585dea::ESNET-Z14075:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13394 + "esdbEquipmentInterfaceId": 14023, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:1/1/c9/1", + "urn": "chic-cr6:1/1/c2/1", "tags": [ - "losa-cr6---losa-ht1:ht-2121798e:::na", - "losa-cr6---losa-ht1:ht-2121798e:service1::na" + "chic-cr6---LUMEN::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 4088 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 13365 + "esdbEquipmentInterfaceId": 14000, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "losa-cr6:2/1/c28/1", + "urn": "chic-cr6:1/1/c22/1", "tags": [ - "losa-cr6---sand-cr6:bbl-d030958d::ESNET-Z13696:na", - "losa-cr6---sand-cr6:ESNET-Z13696::show:intracloud" + "chic-cr6---star-cr6:bbl-52330e01::ESNET-Z11681:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "losa-cr6:sand-bb-c", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.20/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -6899,85 +7005,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13414 + "esdbEquipmentInterfaceId": 14024, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:lag-401", + "urn": "chic-cr6:1/1/c23/1", "tags": [ - "losa-cr6---losa-ht2:ht-97e2a4a1:capture::na" + "chic-cr6---fnalgcc-cr6:bbl-0dce69e5::ESNET-Z16987:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25687 + "esdbEquipmentInterfaceId": 29053, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:lag-400", + "urn": "chic-cr6:1/1/c25/1", "tags": [ - "losa-cr6---losa-ht1:ht-2121798e:capture::na" + "chic-cr6---star-cr6:bbl-52330e01::ESNET-Z10775:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25686 - } - ], - "esdbEquipmentId": 1704 - }, - { - "urn": "salt-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.190", - "reservableVlans": [], - "location": "SALT", - "locationId": 284, - "latitude": "40.75629", - "longitude": "-111.954816", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 14025, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "salt-cr6:1/1/c31/1", + "urn": "chic-cr6:1/1/c28/1", "tags": [ - "salt-cr6---denv-cr6:bbl-32fd0ab8::ESNET-Z10790:na", - "salt-cr6---denv-cr6:ESNET-Z10790::show:intracloud" + "chic-cr6---nash-cr6:bbl-ef7ff668::ESNET-Z10769:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "salt-cr6:denv-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.201/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -6988,95 +7089,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13449 + "esdbEquipmentInterfaceId": 14026, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:lag-20", + "urn": "chic-cr6:1/1/c3/1", "tags": [ - "salt-cr6---salt-mpr1:mgt-71a041c5:lag-20:ESNET-Z08620:na", - "salt-cr6---salt-mpr1:ESNET-Z08620::show:intracloud", - "salt-cr6---fabric(as4294967292):l3edge-2dc3f24a:site_conn-f_base:show:na", - "salt-cr6---salt-ps:pt-147cc775:owamp::na" + "chic-cr6---NCSA::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 349 }, { - "floor": 1021, - "ceiling": 1109 + "floor": 351, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14945 + "esdbEquipmentInterfaceId": 14001, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c14/1", + "urn": "chic-cr6:1/1/c31/1", "tags": [ - "salt-cr6---salt-ps:pt-147cc775:::na", - "salt-cr6---salt-ps:pt-147cc775:throughput::na" + "chic-cr6---fnalgcc-cr6:bbl-0dce69e5::ESNET-Z10763:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13464 + "esdbEquipmentInterfaceId": 14027, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c25/1", + "urn": "chic-cr6:1/1/c34/1", "tags": [ - "salt-cr6---lasv-cr6:bbl-35e9a968::ESNET-Z14706:na", - "salt-cr6---lasv-cr6:ESNET-Z14706::show:intracloud" + "chic-cr6---eqxch2-cr6:bbl-ea29f2eb::ESNET-Z10757:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "salt-cr6:lasv-bb-c", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.75/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7087,27 +7173,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13477 + "esdbEquipmentInterfaceId": 14028, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:1/1/c34/1", + "urn": "chic-cr6:1/1/c35/1", "tags": [ - "salt-cr6---denv-cr6:bbl-32fd0ab8::ESNET-Z14030:na", - "salt-cr6---denv-cr6:ESNET-Z14030::show:intracloud" + "chic-cr6---eqxch2-cr6:bbl-ea29f2eb::ESNET-Z17934:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "salt-cr6:denv-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.97/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7118,27 +7201,84 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13450 + "esdbEquipmentInterfaceId": 29057, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:1/1/c25/1", + "urn": "chic-cr6:1/1/c7/1", "tags": [ - "salt-cr6---bois-cr6:bbl-244e04fa::ESNET-Z14700:na", - "salt-cr6---bois-cr6:ESNET-Z14700::show:intracloud" + "chic-cr6---PacketFabric::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 14005, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "chic-cr6:1/1/c8/1", + "tags": [ + "chic-cr6---Internet2::conn-f:show:na" ], - "ifces": [ + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1237, + "ceiling": 2001 + }, + { + "floor": 2, + "ceiling": 1234 + }, { - "urn": "salt-cr6:bois-bb-c", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.25/31" + "floor": 2033, + "ceiling": 4095 + }, + { + "floor": 2003, + "ceiling": 2031 } ], + "esdbEquipmentInterfaceId": 14006, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "chic-cr6:2/1/c1/1", + "tags": [ + "chic-cr6---nash-cr6:bbl-ef7ff668::ESNET-Z15056:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7149,27 +7289,56 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13447 + "esdbEquipmentInterfaceId": 14029, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c31/1", + "urn": "chic-cr6:2/1/c14/1", "tags": [ - "salt-cr6---lasv-cr6:bbl-c133c652::ESNET-Z10826:na", - "salt-cr6---lasv-cr6:ESNET-Z10826::show:intracloud" + "chic-cr6---chic-ps:pt-c80f114e:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, { - "urn": "salt-cr6:lasv-bb-b", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.217/31" + "floor": 912, + "ceiling": 1110 } ], + "esdbEquipmentInterfaceId": 14042, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "chic-cr6:2/1/c19/1", + "tags": [ + "chic-cr6---eqxch2-cr6:bbl-ea29f2eb::ESNET-Z10290:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7180,27 +7349,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13479 + "esdbEquipmentInterfaceId": 14053, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c34/1", + "urn": "chic-cr6:2/1/c22/1", "tags": [ - "salt-cr6---bois-cr6:bbl-b00f50e6::ESNET-Z10739:na", - "salt-cr6---bois-cr6:ESNET-Z10739::show:intracloud" + "chic-cr6---fnalgcc-cr6:bbl-0dce69e5::ESNET-Z11690:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "salt-cr6:bois-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.203/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7211,27 +7377,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13480 + "esdbEquipmentInterfaceId": 14054, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:1/1/c28/1", + "urn": "chic-cr6:2/1/c23/1", "tags": [ - "salt-cr6---sacr-cr6:bbl-a75a952a::ESNET-Z10871:na", - "salt-cr6---sacr-cr6:ESNET-Z10871::show:intracloud" + "chic-cr6---kans-cr6:bbl-70585dea::ESNET-Z17175:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "salt-cr6:sacr-bb-b", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.215/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7242,27 +7405,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13448 + "esdbEquipmentInterfaceId": 29059, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c7/1", + "urn": "chic-cr6:2/1/c25/1", "tags": [ - "salt-cr6---inlerob-cr6:bbl-256aab3b::ESNET-Z14440:na", - "salt-cr6---inlerob-cr6:ESNET-Z14440::show:intracloud" + "chic-cr6---star-cr6:bbl-52330e01::ESNET-Z10778:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, { - "urn": "salt-cr6:inlerob-bb-a", - "port": "2/1/c7/1", - "ipv4Address": "134.55.56.82/31" + "floor": 7, + "ceiling": 4095 } ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "esdbEquipmentInterfaceId": 14055, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "chic-cr6:2/1/c28/1", + "tags": [ + "chic-cr6---nash-cr6:bbl-ef7ff668::ESNET-Z10772:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7273,96 +7461,108 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13457 + "esdbEquipmentInterfaceId": 14056, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c9/1", + "urn": "chic-cr6:2/1/c31/1", "tags": [ - "salt-cr6---salt-ht2:ht-934216a7:::na", - "salt-cr6---salt-ht2:ht-934216a7:service1::na" + "chic-cr6---kans-cr6:bbl-70585dea::ESNET-Z10766:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13459 + "esdbEquipmentInterfaceId": 14057, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:1/1/c8/1", + "urn": "chic-cr6:2/1/c34/1", "tags": [ - "salt-cr6---salt-ht1:ht-feb93224:::na", - "salt-cr6---salt-ht1:ht-feb93224:service1::na" + "chic-cr6---eqxch2-cr6:bbl-ea29f2eb::ESNET-Z10760:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13428 + "esdbEquipmentInterfaceId": 14058, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c8/1", + "urn": "chic-cr6:2/1/c35/1", "tags": [ - "salt-cr6---salt-ht2:ht-934216a7:::na", - "salt-cr6---salt-ht2:ht-934216a7:service1::na" + "chic-cr6---star-cr6:bbl-52330e01::ESNET-Z17936:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13458 + "esdbEquipmentInterfaceId": 29063, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:1/1/c9/1", + "urn": "chic-cr6:2/1/c8/1", "tags": [ - "salt-cr6---salt-ht1:ht-feb93224:::na", - "salt-cr6---salt-ht1:ht-feb93224:service1::na" + "chic-cr6---chic-ht2:ht-c90c2950:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -7373,197 +7573,247 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13429 + "esdbEquipmentInterfaceId": 14036, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c28/1", + "urn": "chic-cr6:lag-10", "tags": [ - "salt-cr6---sacr-cr6:bbl-a75a952a::ESNET-Z14067:na", - "salt-cr6---sacr-cr6:ESNET-Z14067::show:intracloud" + "chic-cr6---BTAA::conn-v:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "salt-cr6:sacr-bb-c", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.225/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 3214, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2307, + "ceiling": 2311 + }, + { + "floor": 2301, + "ceiling": 2301 + }, + { + "floor": 2313, + "ceiling": 2313 + }, + { + "floor": 2315, + "ceiling": 3203 + }, + { + "floor": 2162, + "ceiling": 2299 + }, + { + "floor": 3208, + "ceiling": 3210 + }, + { + "floor": 3212, + "ceiling": 3212 + }, + { + "floor": 2303, + "ceiling": 2305 + }, + { + "floor": 2, + "ceiling": 2159 } ], - "esdbEquipmentInterfaceId": 13478 + "esdbEquipmentInterfaceId": 29125, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c17/2", + "urn": "chic-cr6:lag-20", "tags": [ - "salt-cr6---FABRIC::conn-e:show:na", - "salt-cr6---fabric(as4294967292):l3edge-4a586d4e:site_conn-e_base:show:na" + "chic-cr6---chic-mpr1:mgt-d9aa8c1b:lag-20:ESNET-Z08572:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 1009 + "ceiling": 918 }, { - "floor": 1011, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 13468 + "esdbEquipmentInterfaceId": 14929, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:lag-401", + "urn": "chic-cr6:lag-400", "tags": [ - "salt-cr6---salt-ht2:ht-934216a7:capture::na" + "chic-cr6---chic-ht1:ht-d740d94c:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 406, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25693 + "esdbEquipmentInterfaceId": 25698, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:lag-400", + "urn": "chic-cr6:lag-401", "tags": [ - "salt-cr6---salt-ht1:ht-feb93224:capture::na" + "chic-cr6---chic-ht2:ht-c90c2950:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 406, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25692 + "esdbEquipmentInterfaceId": 25699, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1705 + "esdbEquipmentId": 1716, + "orchSubscriptionId": null }, { - "urn": "pnnlemsl-cr6", + "urn": "denv-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.237", + "ipv4Address": "134.55.200.170", "reservableVlans": [], - "location": "PNNLEMSL", - "locationId": 618, - "latitude": "46.348305", - "longitude": "-119.278361", + "location": "DENV", + "locationId": 273, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "pnnlemsl-cr6:1/1/c31/1", + "urn": "denv-cr6:1/1/c1/1", "tags": [ - "pnnlemsl-cr6---seat-cr6:bbl-ce0033d0::ESNET-Z12476:na", - "pnnlemsl-cr6---seat-cr6:ESNET-Z12476::show:intracloud" + "denv-cr6---LUMEN::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ - { - "urn": "pnnlemsl-cr6:seat-bb-a", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.92/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14219 + "esdbEquipmentInterfaceId": 12779, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "pnnlemsl-cr6:lag-20", + "urn": "denv-cr6:1/1/c17/3", "tags": [ - "pnnlemsl-cr6---pnnlemsl-mpr1:mgt-163a30ad:lag-20:ESNET-Z11672:na", - "pnnlemsl-cr6---pnnlemsl-mpr1:ESNET-Z11672::show:intracloud" + "denv-cr6---557WW::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 965 + "ceiling": 2999 }, { - "floor": 967, + "floor": 3001, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23743 + "esdbEquipmentInterfaceId": 12797, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:2/1/c25/1", + "urn": "denv-cr6:1/1/c22/1", "tags": [ - "pnnlemsl-cr6---seat-cr6:bbl-ce0033d0::ESNET-Z11749:na", - "pnnlemsl-cr6---seat-cr6:ESNET-Z11749::show:intracloud" + "denv-cr6---salt-cr6:bbl-32fd0ab8::ESNET-Z18141:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlemsl-cr6:seat-bb-b", - "port": "2/1/c25/1", - "ipv4Address": "134.55.58.94/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7574,27 +7824,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14247 + "esdbEquipmentInterfaceId": 12804, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:1/1/c34/1", + "urn": "denv-cr6:1/1/c25/1", "tags": [ - "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12466:na", - "pnnlemsl-cr6---pnnlisb2-cr6:ESNET-Z12466::show:intracloud" + "denv-cr6---albq-cr6:bbl-ab203166::ESNET-Z17658:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlemsl-cr6:pnnlisb2-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.105/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7605,47 +7852,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14220 - }, - { - "urn": "pnnlemsl-cr6:1/1/c2/1", - "tags": [ - "pnnlemsl-cr6---PNNL::conn-u:show:na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 14192 + "esdbEquipmentInterfaceId": 12805, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:2/1/c31/1", + "urn": "denv-cr6:1/1/c28/1", "tags": [ - "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12477:na", - "pnnlemsl-cr6---pnnlisb2-cr6:ESNET-Z12477::show:intracloud" + "denv-cr6---salt-cr6:bbl-32fd0ab8::ESNET-Z14030:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlemsl-cr6:pnnlisb2-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.175/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7656,57 +7880,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14249 + "esdbEquipmentInterfaceId": 12806, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:1/1/c19/1", + "urn": "denv-cr6:1/1/c3/1", "tags": [ - "pnnlemsl-cr6---PNNL::conn-w:show:na", - "pnnlemsl-cr6---pnnl(as3428):l3edge-d1076a07:site_conn-w_base:show:na", - "pnnlemsl-cr6---pnnl(as3428):l3edge-a825bd6f:site_conn-w_base:show:na" + "denv-cr6---nrelrsf-cr6:bbl-17115f47::ESNET-Z12560:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 992, - "ceiling": 4095 - }, - { - "floor": 962, - "ceiling": 990 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 960 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14215 + "esdbEquipmentInterfaceId": 12781, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:2/1/c34/1", + "urn": "denv-cr6:1/1/c31/1", "tags": [ - "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12467:na", - "pnnlemsl-cr6---pnnlisb2-cr6:ESNET-Z12467::show:intracloud" + "denv-cr6---albq-cr6:bbl-ab203166::ESNET-Z10697:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlemsl-cr6:pnnlisb2-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.137/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7717,27 +7936,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14250 + "esdbEquipmentInterfaceId": 12807, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:1/1/c28/1", + "urn": "denv-cr6:1/1/c34/1", "tags": [ - "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12478:na", - "pnnlemsl-cr6---pnnlisb2-cr6:ESNET-Z12478::show:intracloud" + "denv-cr6---kans-cr6:bbl-9e99b61a::ESNET-Z10787:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlemsl-cr6:pnnlisb2-bb-a", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.139/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7748,66 +7964,84 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14218 + "esdbEquipmentInterfaceId": 12808, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:2/1/c9/1", + "urn": "denv-cr6:1/1/c5/1", "tags": [ - "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:::na", - "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:service1::na" + "denv-cr6---FRGP::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 898 }, { - "floor": 2, - "ceiling": 4088 + "floor": 901, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14229 + "esdbEquipmentInterfaceId": 12783, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:1/1/c1/1", + "urn": "denv-cr6:1/1/c6/1", "tags": [ - "pnnlemsl-cr6---PNNL::conn-r:show:na" + "denv-cr6---denv-dtn1:dtn-ab927292:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 913, + "ceiling": 915 + }, { "floor": 2, + "ceiling": 911 + }, + { + "floor": 917, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14191 + "esdbEquipmentInterfaceId": 12784, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:1/1/c8/1", + "urn": "denv-cr6:1/1/c8/1", "tags": [ - "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:::na", - "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:service1::na" + "denv-cr6---denv-ht1:ht-2460d1fa:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -7818,21 +8052,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14198 + "esdbEquipmentInterfaceId": 12786, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:2/1/c8/1", + "urn": "denv-cr6:1/1/c9/1", "tags": [ - "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:::na", - "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:service1::na" + "denv-cr6---denv-ht1:ht-2460d1fa:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -7843,141 +8080,132 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14228 + "esdbEquipmentInterfaceId": 12787, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:1/1/c9/1", + "urn": "denv-cr6:2/1/c14/1", "tags": [ - "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:::na", - "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:service1::na" + "denv-cr6---denv-ps:pt-f5a8fee7:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 14199 + "esdbEquipmentInterfaceId": 12822, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:2/1/c28/1", + "urn": "denv-cr6:2/1/c17/3", "tags": [ - "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12489:na", - "pnnlemsl-cr6---pnnlisb2-cr6:ESNET-Z12489::show:intracloud" + "denv-cr6---DOE-IN-DTCC::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "pnnlemsl-cr6:pnnlisb2-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.195/31" - } + "EDGE", + "UNTAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14248 + "esdbEquipmentInterfaceId": 12827, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "pnnlemsl-cr6:lag-401", + "urn": "denv-cr6:2/1/c17/4", "tags": [ - "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:capture::na" + "denv-cr6---nrelesif-cr6:bbl-0ee6558c::ESNET-Z12558:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25968 + "esdbEquipmentInterfaceId": 12828, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:lag-400", + "urn": "denv-cr6:2/1/c2/1", "tags": [ - "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:capture::na" + "denv-cr6---DOE-IN-DENV::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25967 - } - ], - "esdbEquipmentId": 1719 - }, - { - "urn": "atla-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.177", - "reservableVlans": [], - "location": "ATLA", - "locationId": 269, - "latitude": "33.7587059", - "longitude": "-84.3879707", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12810, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "atla-cr6:1/1/c31/1", + "urn": "denv-cr6:2/1/c25/1", "tags": [ - "atla-cr6---hous-cr6:bbl-38f1debd::ESNET-Z10721:na", - "atla-cr6---hous-cr6:ESNET-Z10721::show:intracloud" + "denv-cr6---kans-cr6:bbl-9e99b61a::ESNET-Z14012:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "atla-cr6:hous-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.234/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7988,105 +8216,75 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12551 + "esdbEquipmentInterfaceId": 12835, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:lag-20", + "urn": "denv-cr6:2/1/c28/1", "tags": [ - "atla-cr6---atla-mpr1:mgt-f26ca7b5:lag-20:ESNET-Z08608:na", - "atla-cr6---atla-mpr1:ESNET-Z08608::show:intracloud", - "atla-cr6---fabric(as4294967288):l3edge-6af80779:site_conn-ac_base:show:na", - "atla-cr6---atla-ps:pt-0fa35d1c:owamp::na", - "atla-cr6---atla-ps:pt-lsst-manual:owamp::na" + "denv-cr6---albq-cr6:bbl-ab203166::ESNET-Z14014:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 2219 - }, - { - "floor": 967, - "ceiling": 1019 - }, { "floor": 2, - "ceiling": 918 + "ceiling": 5 }, { - "floor": 2221, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 1021, - "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14941 + "esdbEquipmentInterfaceId": 12836, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c14/1", + "urn": "denv-cr6:2/1/c3/1", "tags": [ - "atla-cr6---atla-ps:pt-0fa35d1c:::na", - "atla-cr6---atla-ps:pt-0fa35d1c:throughput::na", - "atla-cr6---atla-ps:pt-lsst-manual:throughput::na" + "denv-cr6---nrelrsf-cr6:bbl-17115f47::ESNET-Z12560:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 2222, - "ceiling": 4095 - }, - { - "floor": 1112, - "ceiling": 2220 - }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12566 + "esdbEquipmentInterfaceId": 12811, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c25/1", + "urn": "denv-cr6:2/1/c31/1", "tags": [ - "atla-cr6---hous-cr6:bbl-38f1debd::ESNET-Z14978:na", - "atla-cr6---hous-cr6:ESNET-Z14978::show:intracloud" + "denv-cr6---kans-cr6:bbl-9e99b61a::ESNET-Z10904:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "atla-cr6:hous-bb-d", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.172/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8097,27 +8295,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12579 + "esdbEquipmentInterfaceId": 12837, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c34/1", + "urn": "denv-cr6:2/1/c34/1", "tags": [ - "atla-cr6---chat-cr6:bbl-5ee48ffe::ESNET-Z10715:na", - "atla-cr6---chat-cr6:ESNET-Z10715::show:intracloud" + "denv-cr6---salt-cr6:bbl-32fd0ab8::ESNET-Z10790:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "atla-cr6:chat-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.230/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8128,58 +8323,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12552 + "esdbEquipmentInterfaceId": 12838, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c25/1", + "urn": "denv-cr6:2/1/c5/1", "tags": [ - "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z15048:na", - "atla-cr6---wash-cr6:ESNET-Z15048::show:intracloud" + "denv-cr6---NOAA::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "atla-cr6:wash-bb-h", - "port": "1/1/c25/1", - "ipv4Address": "134.55.56.90/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1299 }, { - "floor": 7, + "floor": 1301, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12549 + "esdbEquipmentInterfaceId": 12813, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c31/1", + "urn": "denv-cr6:2/1/c6/1", "tags": [ - "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z10724:na", - "atla-cr6---wash-cr6:ESNET-Z10724::show:intracloud" + "denv-cr6---lanlta50-cr6:bbl-f2ccbf4a::ESNET-Z13372:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "atla-cr6:wash-bb-e", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.224/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -8190,134 +8379,199 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12581 + "esdbEquipmentInterfaceId": 12814, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c17/3", + "urn": "denv-cr6:2/1/c8/1", "tags": [ - "atla-cr6---srs70344a-cr6:bbl-9e92de02::ESNET-Z11677:na", - "atla-cr6---srs70344a-cr6:ESNET-Z11677::show:intracloud" + "denv-cr6---denv-ht2:ht-724df73a:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "atla-cr6:srs70344a-bb-b", - "port": "1/1/c17/3", - "ipv4Address": "134.55.57.21/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12541 + "esdbEquipmentInterfaceId": 12816, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c3/1", + "urn": "denv-cr6:2/1/c9/1", "tags": [ - "atla-cr6---SOX::conn-b:show:na", - "atla-cr6---flr(as11096):l3edge-bc24ecb2:conn-b_base:show:na", - "atla-cr6---sox(as10490):l3edge-21c114a7:conn-b_base:show:na", - "atla-cr6---flr(as11096):l3edge-8424202f:site_conn-b_l3vpn-lhcone:show:intercloud", - "atla-cr6---vanderbilt(as7212):l3edge-73ff7822:site_conn-b_l3vpn-lhcone:show:intercloud", - "atla-cr6---lsst(as20080):l3edge-9eb156fe:site_conn-b_l3vpn-lsst:show:intercloud" + "denv-cr6---denv-ht2:ht-724df73a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 581, - "ceiling": 1250 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 1252, - "ceiling": 1261 + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12817, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "denv-cr6:lag-20", + "tags": [ + "denv-cr6---denv-mpr1:mgt-3b95f415:lag-20:ESNET-Z08611:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 }, { - "floor": 2, - "ceiling": 311 + "floor": 34, + "ceiling": 918 }, { - "floor": 526, - "ceiling": 579 + "floor": 920, + "ceiling": 965 }, { - "floor": 313, - "ceiling": 524 + "floor": 967, + "ceiling": 1109 }, { - "floor": 1263, - "ceiling": 4095 + "floor": 2, + "ceiling": 30 } ], - "esdbEquipmentInterfaceId": 12525 + "esdbEquipmentInterfaceId": 14942, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c22/1", + "urn": "denv-cr6:lag-400", "tags": [ - "atla-cr6---chat-cr6:bbl-5ee48ffe::ESNET-Z15063:na", - "atla-cr6---chat-cr6:ESNET-Z15063::show:intracloud" + "denv-cr6---denv-ht1:ht-2460d1fa:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 406, + "ceiling": 407 + }, + { + "floor": 410, + "ceiling": 4095 + }, { - "urn": "atla-cr6:chat-bb-e", - "port": "2/1/c22/1", - "ipv4Address": "134.55.56.66/31" + "floor": 2, + "ceiling": 399 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 25752, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "denv-cr6:lag-401", + "tags": [ + "denv-cr6---denv-ht2:ht-724df73a:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12578 - }, + "esdbEquipmentInterfaceId": 25753, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1690, + "orchSubscriptionId": null + }, + { + "urn": "elpa-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.182", + "reservableVlans": [], + "location": "ELPA", + "locationId": 275, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "atla-cr6:2/1/c34/1", + "urn": "elpa-cr6:1/1/c22/1", "tags": [ - "atla-cr6---chat-cr6:bbl-5ee48ffe::ESNET-Z10718:na", - "atla-cr6---chat-cr6:ESNET-Z10718::show:intracloud" + "elpa-cr6---albq-cr6:bbl-b6bef8c1::ESNET-Z17659:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "atla-cr6:chat-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.232/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8328,52 +8582,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12582 + "esdbEquipmentInterfaceId": 12932, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c17/2", + "urn": "elpa-cr6:1/1/c25/1", "tags": [ - "atla-cr6---FABRIC::conn-ad:show:na", - "atla-cr6---fabric(as4294967288):l3edge-6b672c35:site_conn-ad_base:show:na" + "elpa-cr6---sand-cr6:bbl-29b7785e::ESNET-Z17644:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 1009 + "ceiling": 5 }, { - "floor": 1011, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12540 + "esdbEquipmentInterfaceId": 12933, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c28/1", + "urn": "elpa-cr6:1/1/c28/1", "tags": [ - "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z10727:na", - "atla-cr6---wash-cr6:ESNET-Z10727::show:intracloud" + "elpa-cr6---sand-cr6:bbl-29b7785e::ESNET-Z14009:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "atla-cr6:wash-bb-f", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.226/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8384,52 +8638,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12550 + "esdbEquipmentInterfaceId": 12934, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c4/1", + "urn": "elpa-cr6:1/1/c31/1", "tags": [ - "atla-cr6---LSST::conn-b:show:na", - "atla-cr6---lsst(as20080):l3edge-dcbe7d2a:site_conn-b_l3vpn-lsst:show:intercloud" + "elpa-cr6---albq-cr6:bbl-b6bef8c1::ESNET-Z10700:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 317, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 315 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12526 + "esdbEquipmentInterfaceId": 12935, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c5/1", + "urn": "elpa-cr6:1/1/c34/1", "tags": [ - "atla-cr6---jlab12-cr6:bbl-73bcce9c::ESNET-Z16334:na", - "atla-cr6---jlab12-cr6:ESNET-Z16334::show:intracloud" + "elpa-cr6---hous-cr6:bbl-5995bced::ESNET-Z10793:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "atla-cr6:jlab12-bb-a", - "port": "1/1/c5/1", - "ipv4Address": "134.55.57.58/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8440,21 +8694,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12527 + "esdbEquipmentInterfaceId": 12936, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c9/1", + "urn": "elpa-cr6:1/1/c8/1", "tags": [ - "atla-cr6---atla-ht2:ht-af7bbea9:::na", - "atla-cr6---atla-ht2:ht-af7bbea9:service1::na" + "elpa-cr6---elpa-ht1:ht-89180159:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -8465,21 +8722,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12561 + "esdbEquipmentInterfaceId": 12914, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c8/1", + "urn": "elpa-cr6:1/1/c9/1", "tags": [ - "atla-cr6---atla-ht1:ht-185e2a94:::na", - "atla-cr6---atla-ht1:ht-185e2a94:service1::na" + "elpa-cr6---elpa-ht1:ht-89180159:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -8490,77 +8750,84 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12530 + "esdbEquipmentInterfaceId": 12915, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c8/1", + "urn": "elpa-cr6:2/1/c14/1", "tags": [ - "atla-cr6---atla-ht2:ht-af7bbea9:::na", - "atla-cr6---atla-ht2:ht-af7bbea9:service1::na" + "elpa-cr6---elpa-ps:pt-fad3ff8f:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12560 + "esdbEquipmentInterfaceId": 12950, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c9/1", + "urn": "elpa-cr6:2/1/c25/1", "tags": [ - "atla-cr6---atla-ht1:ht-185e2a94:::na", - "atla-cr6---atla-ht1:ht-185e2a94:service1::na" + "elpa-cr6---hous-cr6:bbl-5995bced::ESNET-Z14974:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12531 + "esdbEquipmentInterfaceId": 12963, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c28/1", + "urn": "elpa-cr6:2/1/c28/1", "tags": [ - "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z10886:na", - "atla-cr6---wash-cr6:ESNET-Z10886::show:intracloud" + "elpa-cr6---albq-cr6:bbl-b6bef8c1::ESNET-Z12465:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "atla-cr6:wash-bb-g", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.228/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8571,290 +8838,316 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12580 + "esdbEquipmentInterfaceId": 12964, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c17/2", + "urn": "elpa-cr6:2/1/c31/1", "tags": [ - "jlab205-cr6---atla-cr6::manual-bbl:ESNET-Z11337:na", - "atla-cr6---jlab205-cr6:ESNET-Z11337::show:intracloud" + "elpa-cr6---hous-cr6:bbl-5995bced::ESNET-Z10907:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "atla-cr6:jlab205-bb-a", - "port": "2/1/c17/2", - "ipv4Address": "134.55.58.82/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 2451 + "ceiling": 5 }, { - "floor": 2453, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12570 + "esdbEquipmentInterfaceId": 12965, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:lag-401", + "urn": "elpa-cr6:2/1/c34/1", "tags": [ - "atla-cr6---atla-ht2:ht-af7bbea9:capture::na" + "elpa-cr6---sand-cr6:bbl-29b7785e::ESNET-Z10796:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25735 + "esdbEquipmentInterfaceId": 12966, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:lag-400", + "urn": "elpa-cr6:2/1/c8/1", "tags": [ - "atla-cr6---atla-ht1:ht-185e2a94:capture::na" + "elpa-cr6---elpa-ht2:ht-46d8c921:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 25734 - } - ], - "esdbEquipmentId": 1683 - }, - { - "urn": "bnl515-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.200", - "reservableVlans": [], - "location": "BNL515", - "locationId": 597, - "latitude": "40.8661116", - "longitude": "-72.8709471", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12944, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "bnl515-cr6:lag-40", + "urn": "elpa-cr6:2/1/c9/1", "tags": [ - "bnl515-cr6---BNL::conn-m:show:na" + "elpa-cr6---elpa-ht2:ht-46d8c921:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 17168 + "esdbEquipmentInterfaceId": 12945, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:lag-50", + "urn": "elpa-cr6:lag-20", "tags": [ - "bnl515-cr6---BNL::conn-y:show:na", - "bnl515-cr6---bnl(as43):l3edge-f8844540:site_conn-y_base:show:na", - "bnl515-cr6---bnl(as43):l3edge-5334ff8f:site_conn-y_base:show:na", - "bnl515-cr6---bnl(as43):l3edge-40720f8e:site_conn-y_l3vpn-lhcone:show:intercloud" + "elpa-cr6---elpa-mpr1:mgt-b9c4e4eb:lag-20:ESNET-Z08617:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 800000, - "reservableEgressBw": 800000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 7, - "ceiling": 3899 + "floor": 1111, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 3 + "ceiling": 918 }, { - "floor": 3901, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 }, { - "floor": 5, - "ceiling": 5 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 27669 + "esdbEquipmentInterfaceId": 14944, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:1/1/c31/1", + "urn": "elpa-cr6:lag-400", "tags": [ - "bnl515-cr6---newy1118th-cr6:bbl-61784666::ESNET-Z10730:na", - "bnl515-cr6---newy1118th-cr6:ESNET-Z10730::show:intracloud" + "elpa-cr6---elpa-ht1:ht-89180159:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "bnl515-cr6:newy1118th-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.16/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14283 + "esdbEquipmentInterfaceId": 25712, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:lag-20", + "urn": "elpa-cr6:lag-401", "tags": [ - "bnl515-cr6---bnl515-mpr1:mgt-a7a7bbbe:lag-20:ESNET-Z08557:na", - "bnl515-cr6---bnl515-mpr1:ESNET-Z08557::show:intracloud", - "bnl515-cr6---bnl515-ps:pt-fcc56825:owamp::na" + "elpa-cr6---elpa-ht2:ht-46d8c921:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 399 }, { - "floor": 967, - "ceiling": 1109 + "floor": 402, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14923 - }, + "esdbEquipmentInterfaceId": 25713, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1692, + "orchSubscriptionId": null + }, + { + "urn": "eqxam3-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.236", + "reservableVlans": [], + "location": "EQXAM3", + "locationId": 640, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "bnl515-cr6:1/1/c22/1", + "urn": "eqxam3-cr6:1/1/c19/1", "tags": [ - "bnl515-cr6---bnl515-bert1:bert-e40a35c9:::na", - "bnl515-cr6---bnl515-bert1:bert-e40a35c9:throughput::na" + "eqxam3-cr6---SURFNET::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4011, + "floor": 7, + "ceiling": 122 + }, + { + "floor": 124, + "ceiling": 212 + }, + { + "floor": 2011, + "ceiling": 2014 + }, + { + "floor": 2017, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4009 + "ceiling": 5 + }, + { + "floor": 215, + "ceiling": 2009 } ], - "esdbEquipmentInterfaceId": 14280 + "esdbEquipmentInterfaceId": 23225, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:2/1/c14/1", + "urn": "eqxam3-cr6:1/1/c25/1", "tags": [ - "bnl515-cr6---bnl515-ps:pt-fcc56825:::na", - "bnl515-cr6---bnl515-ps:pt-fcc56825:throughput::na" + "eqxam3-cr6---cern513-cr6:bbl-2e679375::ESNET-Z17902:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14298 + "esdbEquipmentInterfaceId": 23227, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:2/1/c25/1", + "urn": "eqxam3-cr6:1/1/c28/1", "tags": [ - "bnl515-cr6---newy1118th-cr6:bbl-61784666::ESNET-Z14571:na", - "bnl515-cr6---newy1118th-cr6:ESNET-Z14571::show:intracloud" + "eqxam3-cr6---cern513-cr6:bbl-2e679375::ESNET-Z17068:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bnl515-cr6:newy1118th-bb-e", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.160/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8865,27 +9158,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14311 + "esdbEquipmentInterfaceId": 23228, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:1/1/c34/1", + "urn": "eqxam3-cr6:1/1/c31/1", "tags": [ - "bnl515-cr6---bnl725-cr6:bbl-218574b2::ESNET-Z15856:na", - "bnl515-cr6---bnl725-cr6:ESNET-Z15856::show:intracloud" + "eqxam3-cr6---eqxld8-cr6:bbl-b8bcd6ed::ESNET-Z15723:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bnl515-cr6:bnl725-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.44/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8896,27 +9186,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14284 + "esdbEquipmentInterfaceId": 23229, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:1/1/c25/1", + "urn": "eqxam3-cr6:1/1/c7/1", "tags": [ - "bnl515-cr6---bnl725-cr6:bbl-218574b2::ESNET-Z15047:na", - "bnl515-cr6---bnl725-cr6:ESNET-Z15047::show:intracloud" + "eqxam3-cr6---bost-cr6:bbl-de4f9dc8::ESNET-Z13409:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bnl515-cr6:bnl725-bb-a", - "port": "1/1/c25/1", - "ipv4Address": "134.55.56.210/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -8927,58 +9214,112 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14281 + "esdbEquipmentInterfaceId": 23207, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:2/1/c31/1", + "urn": "eqxam3-cr6:1/1/c8/1", "tags": [ - "bnl515-cr6---newy1118th-cr6:bbl-61784666::ESNET-Z10733:na", - "bnl515-cr6---newy1118th-cr6:ESNET-Z10733::show:intracloud" + "eqxam3-cr6---eqxam3-ht1:ht-651223db:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, { - "urn": "bnl515-cr6:newy1118th-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.58.18/31" + "floor": 2, + "ceiling": 4088 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 23208, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxam3-cr6:1/1/c9/1", + "tags": [ + "eqxam3-cr6---eqxam3-ht1:ht-651223db:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14313 + "esdbEquipmentInterfaceId": 23209, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:2/1/c34/1", + "urn": "eqxam3-cr6:2/1/c14/1", "tags": [ - "bnl515-cr6---bnl515b-cr6:bbl-18d52e9d::ESNET-Z08767:na", - "bnl515-cr6---bnl515b-cr6:ESNET-Z08767::show:intracloud" + "eqxam3-cr6---eqxam3-ps:pt-99e9e539:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, { - "urn": "bnl515-cr6:bnl515b-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.190/31" + "floor": 912, + "ceiling": 1110 } ], + "esdbEquipmentInterfaceId": 23244, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxam3-cr6:2/1/c25/1", + "tags": [ + "eqxam3-cr6---eqxld8-cr6:bbl-b8bcd6ed::ESNET-Z17904:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8989,53 +9330,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14314 + "esdbEquipmentInterfaceId": 23257, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:1/1/c17/2", + "urn": "eqxam3-cr6:2/1/c31/1", "tags": [ - "bnl515-cr6---ESNET::conn-ap:show:na", - "bnl515-cr6---esnet-services(as65291):manual:conn-ap_base:show:na", - "bnl515-cr6---esnet(as65291):l3edge-1a6d04cf:site_conn-ap_ipt:show:na" + "eqxam3-cr6---eqxld8-cr6:bbl-b8bcd6ed::ESNET-Z17069:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 2633 + "ceiling": 5 }, { - "floor": 2636, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14272 + "esdbEquipmentInterfaceId": 23259, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:1/1/c28/1", + "urn": "eqxam3-cr6:2/1/c34/1", "tags": [ - "bnl515-cr6---newy32aoa-cr6:bbl-cbc626b5::ESNET-Z14549:na", - "bnl515-cr6---newy32aoa-cr6:ESNET-Z14549::show:intracloud" + "eqxam3-cr6---cern513-cr6:bbl-2e679375::ESNET-Z15710:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bnl515-cr6:newy32aoa-bb-e", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.197/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -9046,46 +9386,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14282 + "esdbEquipmentInterfaceId": 23260, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:2/1/c9/1", + "urn": "eqxam3-cr6:2/1/c5/1", "tags": [ - "bnl515-cr6---bnl515-ht2:ht-129e3557:::na", - "bnl515-cr6---bnl515-ht2:ht-129e3557:service1::na" + "eqxam3-cr6---AMS-IX::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 98 }, { - "floor": 2, - "ceiling": 4088 + "floor": 100, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14293 + "esdbEquipmentInterfaceId": 23235, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:1/1/c8/1", + "urn": "eqxam3-cr6:2/1/c8/1", "tags": [ - "bnl515-cr6---bnl515-ht1:ht-a1472315:::na", - "bnl515-cr6---bnl515-ht1:ht-a1472315:service1::na" + "eqxam3-cr6---eqxam3-ht2:ht-f61be643:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -9096,21 +9442,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14262 + "esdbEquipmentInterfaceId": 23238, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:2/1/c8/1", + "urn": "eqxam3-cr6:2/1/c9/1", "tags": [ - "bnl515-cr6---bnl515-ht2:ht-129e3557:::na", - "bnl515-cr6---bnl515-ht2:ht-129e3557:service1::na" + "eqxam3-cr6---eqxam3-ht2:ht-f61be643:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -9121,297 +9470,331 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14292 + "esdbEquipmentInterfaceId": 23239, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:1/1/c9/1", + "urn": "eqxam3-cr6:lag-10", "tags": [ - "bnl515-cr6---bnl515-ht1:ht-a1472315:::na", - "bnl515-cr6---bnl515-ht1:ht-a1472315:service1::na" + "eqxam3-cr6---GEANT::conn-s:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 107, + "ceiling": 110 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 105 + }, + { + "floor": 112, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14263 + "esdbEquipmentInterfaceId": 28753, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:2/1/c28/1", + "urn": "eqxam3-cr6:lag-20", "tags": [ - "bnl515-cr6---bnl725-cr6:bbl-218574b2::ESNET-Z15857:na", - "bnl515-cr6---bnl725-cr6:ESNET-Z15857::show:intracloud" + "eqxam3-cr6---eqxam3-mpr1:mgt-b8e5c075:lag-20:ESNET-Z11617:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "bnl515-cr6:bnl725-bb-c", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.46/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14312 + "esdbEquipmentInterfaceId": 23261, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:lag-401", + "urn": "eqxam3-cr6:lag-400", "tags": [ - "bnl515-cr6---bnl515-ht2:ht-129e3557:capture::na" + "eqxam3-cr6---eqxam3-ht1:ht-651223db:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 408, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25727 + "esdbEquipmentInterfaceId": 29184, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:lag-400", + "urn": "eqxam3-cr6:lag-401", "tags": [ - "bnl515-cr6---bnl515-ht1:ht-a1472315:capture::na" + "eqxam3-cr6---eqxam3-ht2:ht-f61be643:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 404, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25726 + "esdbEquipmentInterfaceId": 29187, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1720 + "esdbEquipmentId": 2080, + "orchSubscriptionId": null }, { - "urn": "snlnm-cr6", + "urn": "eqxch2-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.228", + "ipv4Address": "134.55.200.167", "reservableVlans": [], - "location": "SNLNM", - "locationId": 631, - "latitude": "35.0606233", - "longitude": "-106.5346377", + "location": "EQXCH2", + "locationId": 260, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "snlnm-cr6:1/1/c13/4", + "urn": "eqxch2-cr6:1/1/c1/1", "tags": [ - "snlnm-cr6---DOE-NNSA-ALBQ::conn-b:show:na", - "snlnm-cr6---doenet-albq(as46846):l3edge-f8d29f4b:site_conn-b_base:show:na" + "eqxch2-cr6---PacketFabric::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 29 - }, - { - "floor": 31, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22380 + "esdbEquipmentInterfaceId": 11943, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlnm-cr6:1/1/c7/1", + "urn": "eqxch2-cr6:1/1/c15/1", "tags": [ - "snlnm-cr6---albq-cr6:bbl-77a810bc::ESNET-Z16314:na", - "snlnm-cr6---albq-cr6:ESNET-Z16314::show:intracloud" + "eqxch2-cr6---eqxch2-bert1:bert-b9566989:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4011, + "ceiling": 4095 + }, { - "urn": "snlnm-cr6:albq-bb-c", - "port": "1/1/c7/1", - "ipv4Address": "134.55.56.146/31" + "floor": 2, + "ceiling": 4009 } ], + "esdbEquipmentInterfaceId": 11957, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxch2-cr6:1/1/c17/3", + "tags": [ + "eqxch2-cr6---DOENET-EQX-CH1::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 29 }, { - "floor": 7, + "floor": 31, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22375 + "esdbEquipmentInterfaceId": 11961, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlnm-cr6:1/1/c8/1", + "urn": "eqxch2-cr6:1/1/c19/1", "tags": [ - "snlnm-cr6---DOE-IN-SNLNM::conn-a:show:na", - "snlnm-cr6---doe-in-snlnm(as65532):l3edge-87008ef5:site_conn-a_base:show:na" + "eqxch2-cr6---bost-cr6:bbl-16769fcc::ESNET-Z14521:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1041, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 1039 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22376 + "esdbEquipmentInterfaceId": 11967, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlnm-cr6:lag-20", + "urn": "eqxch2-cr6:1/1/c22/1", "tags": [ - "snlnm-cr6---snlnm-mpr1:mgt-7031e838:lag-20:ESNET-Z11291:na", - "snlnm-cr6---snlnm-mpr1:ESNET-Z11291::show:intracloud", - "snlnm-cr6---nga-snla(as65024):l3edge-44babf3a:site_conn-c_base:show:na", - "snlnm-cr6---nga-snla(as65024):l3edge-2713eacf:site_conn-d_base:show:na", - "snlnm-cr6---snlnm-ps:pt-daf5227c:owamp::na" + "eqxch2-cr6---star-cr6:bbl-15248511::ESNET-Z10284:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 1997 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 2000, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 967, - "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 22397 + "esdbEquipmentInterfaceId": 11968, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlnm-cr6:lag-1", + "urn": "eqxch2-cr6:1/1/c25/1", "tags": [ - "snlnm-cr6---SNLA::conn-f:show:na", - "snlnm-cr6---snla(as377):l3edge-ab66feda:site_conn-f_base:show:na", - "snlnm-cr6---snla(as377):l3edge-0bcbc110:site_conn-f_base:show:na", - "snlnm-cr6---snll(as3562):l3edge-f67d384b:site_conn-f_base:show:na" + "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z10805:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1160, - "ceiling": 4095 - }, - { - "floor": 1152, - "ceiling": 1154 - }, - { - "floor": 1156, - "ceiling": 1158 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 1150 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25860 + "esdbEquipmentInterfaceId": 11969, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlnm-cr6:2/1/c13/2", + "urn": "eqxch2-cr6:1/1/c28/1", "tags": [ - "snlnm-cr6---albq-cr6:bbl-77a810bc::ESNET-Z13338:na", - "snlnm-cr6---albq-cr6:ESNET-Z13338::show:intracloud" + "eqxch2-cr6---chic-cr6:bbl-ea29f2eb::ESNET-Z10760:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "snlnm-cr6:albq-bb-b", - "port": "2/1/c13/2", - "ipv4Address": "134.55.58.138/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -9422,74 +9805,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22390 + "esdbEquipmentInterfaceId": 11970, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlnm-cr6:2/1/c14/1", + "urn": "eqxch2-cr6:1/1/c3/1", "tags": [ - "snlnm-cr6---snlnm-ps:pt-daf5227c:::na", - "snlnm-cr6---snlnm-ps:pt-daf5227c:throughput::na" + "eqxch2-cr6---Equinix::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 98 }, { - "floor": 912, - "ceiling": 1110 + "floor": 100, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22393 - } - ], - "esdbEquipmentId": 2027 - }, - { - "urn": "kcnsc-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.210", - "reservableVlans": [], - "location": "KCNSC", - "locationId": 607, - "latitude": "38.86287", - "longitude": "-94.54657", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 11945, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "kcnsc-cr6:1/1/c1/1", + "urn": "eqxch2-cr6:1/1/c31/1", "tags": [ - "kcnsc-cr6---kans-cr6:bbl-006e37e8::ESNET-Z13390:na", - "kcnsc-cr6---kans-cr6:ESNET-Z13390::show:intracloud" + "eqxch2-cr6---bost-cr6:bbl-16769fcc::ESNET-Z10745:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "kcnsc-cr6:kans-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.156/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -9500,200 +9861,188 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16550 + "esdbEquipmentInterfaceId": 11971, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kcnsc-cr6:lag-20", + "urn": "eqxch2-cr6:1/1/c34/1", "tags": [ - "kcnsc-cr6---kcnsc-mpr1:mgt-3f0f2763:lag-20:ESNET-Z09157:na", - "kcnsc-cr6---kcnsc-mpr1:ESNET-Z09157::show:intracloud", - "kcnsc-cr6---kcnsc-ps:pt-730c1b18:owamp::na" + "eqxch2-cr6---star-cr6:bbl-15248511::ESNET-Z10799:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16831 + "esdbEquipmentInterfaceId": 11972, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kcnsc-cr6:2/1/c13/2", + "urn": "eqxch2-cr6:1/1/c35/1", "tags": [ - "kcnsc-cr6---KCNSC::conn-f:show:na", - "kcnsc-cr6---doenet-kcnsc(as65020):l3edge-04ee3635:site_conn-f_base:show:na", - "kcnsc-cr6---kcnsc(as3424):l3edge-5a05fa51:site_conn-f_base:show:na", - "kcnsc-cr6---kcnsc(as3424):l3edge-54714bc9:site_conn-f_base:show:na" + "eqxch2-cr6---chic-cr6:bbl-ea29f2eb::ESNET-Z17934:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2209, - "ceiling": 4095 - }, - { - "floor": 2206, - "ceiling": 2206 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 2204 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16567 + "esdbEquipmentInterfaceId": 29069, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kcnsc-cr6:2/1/c14/1", + "urn": "eqxch2-cr6:1/1/c4/1", "tags": [ - "kcnsc-cr6---kcnsc-ps:pt-730c1b18:::na", - "kcnsc-cr6---kcnsc-ps:pt-730c1b18:throughput::na" + "eqxch2-cr6---DREN::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 3857, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 3855 } ], - "esdbEquipmentInterfaceId": 16570 - } - ], - "esdbEquipmentId": 1835 - }, - { - "urn": "ameshwhb-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.220", - "reservableVlans": [], - "location": "AMESHWHB", - "locationId": 623, - "latitude": "42.03028", - "longitude": "-93.64751", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 11946, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "ameshwhb-cr6:1/1/c13/3", + "urn": "eqxch2-cr6:1/1/c6/1", "tags": [ - "ameshwhb-cr6---AMES::conn-d:show:na", - "ameshwhb-cr6---ames(as2640):l3edge-04fcab0b:site_conn-d_base:show:na", - "ameshwhb-cr6---ames(as2640):l3edge-031d46b8:site_conn-d_base:show:na" + "eqxch2-cr6---HE::conn-l:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 913, + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 11948, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "eqxch2-cr6:1/1/c8/1", + "tags": [ + "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 901 - }, - { - "floor": 903, - "ceiling": 911 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22131 + "esdbEquipmentInterfaceId": 11950, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwhb-cr6:1/1/c1/1", + "urn": "eqxch2-cr6:1/1/c9/1", "tags": [ - "ameshwhb-cr6---ameshwh-cr6:bbl-3419f725::ESNET-Z16425:na", - "ameshwhb-cr6---ameshwh-cr6:ESNET-Z16425::show:intracloud" + "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ameshwhb-cr6:ameshwh-bb-b", - "port": "1/1/c1/1", - "ipv4Address": "134.55.57.66/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22125 + "esdbEquipmentInterfaceId": 11951, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwhb-cr6:1/1/c13/2", + "urn": "eqxch2-cr6:2/1/c1/1", "tags": [ - "ameshwhb-cr6---chic-cr6:bbl-06c8a6d8::ESNET-Z11529:na", - "ameshwhb-cr6---chic-cr6:ESNET-Z11529::show:intracloud" + "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z13639:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ameshwhb-cr6:chic-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.57.248/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -9704,83 +10053,84 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22130 + "esdbEquipmentInterfaceId": 11973, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwhb-cr6:lag-20", + "urn": "eqxch2-cr6:2/1/c14/1", "tags": [ - "ameshwhb-cr6---ameshwhb-mpr1:mgt-d02e7759:lag-20:ESNET-Z11267:na", - "ameshwhb-cr6---ameshwhb-mpr1:ESNET-Z11267::show:intracloud" + "eqxch2-cr6---eqxch2-ps:pt-853c60e7:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 965 + "ceiling": 910 }, { - "floor": 967, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 22149 + "esdbEquipmentInterfaceId": 11986, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwhb-cr6:2/1/c1/1", + "urn": "eqxch2-cr6:2/1/c15/1", "tags": [ - "ameshwhb-cr6---ameshwh-cr6:bbl-3419f725::ESNET-Z11518:na", - "ameshwhb-cr6---ameshwh-cr6:ESNET-Z11518::show:intracloud" + "eqxch2-cr6---eqxch2-bert1:bert-b9566989:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ameshwhb-cr6:ameshwh-bb-a", - "port": "2/1/c1/1", - "ipv4Address": "134.55.57.244/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4011, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4009 } ], - "esdbEquipmentInterfaceId": 22137 + "esdbEquipmentInterfaceId": 11987, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwhb-cr6:1/1/c2/1", + "urn": "eqxch2-cr6:2/1/c19/1", "tags": [ - "ameshwhb-cr6---chic-cr6:bbl-2dc2d07c::ESNET-Z16426:na", - "ameshwhb-cr6---chic-cr6:ESNET-Z16426::show:intracloud" + "eqxch2-cr6---anl541b-cr6:bbl-354e6439::ESNET-Z14072:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ameshwhb-cr6:chic-bb-b", - "port": "1/1/c2/1", - "ipv4Address": "134.55.57.65/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -9791,45 +10141,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22126 - } - ], - "esdbEquipmentId": 2019 - }, - { - "urn": "seat-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.191", - "reservableVlans": [], - "location": "SEAT", - "locationId": 286, - "latitude": "47.654477", - "longitude": "-122.3225138", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 11997, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "seat-cr6:1/1/c31/1", + "urn": "eqxch2-cr6:2/1/c22/1", "tags": [ - "seat-cr6---sacr-cr6:bbl-09c50b02::ESNET-Z10865:na", - "seat-cr6---sacr-cr6:ESNET-Z10865::show:intracloud" + "eqxch2-cr6---chic-cr6:bbl-ea29f2eb::ESNET-Z10290:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "seat-cr6:sacr-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.122/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -9840,76 +10169,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13513 + "esdbEquipmentInterfaceId": 11998, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:lag-20", + "urn": "eqxch2-cr6:2/1/c23/1", "tags": [ - "seat-cr6---seat-mpr1:mgt-010eef26:lag-20:ESNET-Z08569:na", - "seat-cr6---seat-mpr1:ESNET-Z08569::show:intracloud", - "seat-cr6-base--pnwg-gw:gw::na", - "seat-cr6---fabric(as4294967285):l3edge-3293dac4:site_conn-ae_base:show:na", - "seat-cr6---seat-ps:pt-fcaf994e:owamp::na", - "seat-cr6--pnwg-gw:gw::na" + "eqxch2-cr6---bost-cr6:bbl-16769fcc::ESNET-Z17190:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 921 - }, - { - "floor": 923, - "ceiling": 923 - }, - { - "floor": 925, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 1021, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14928 + "esdbEquipmentInterfaceId": 29071, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c22/1", + "urn": "eqxch2-cr6:2/1/c25/1", "tags": [ - "seat-cr6---pnnlemsl-cr6:bbl-ce0033d0::ESNET-Z11749:na", - "seat-cr6---pnnlemsl-cr6:ESNET-Z11749::show:intracloud" + "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z10808:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "seat-cr6:pnnlemsl-bb-b", - "port": "1/1/c22/1", - "ipv4Address": "134.55.58.95/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -9920,56 +10225,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13510 + "esdbEquipmentInterfaceId": 11999, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c14/1", + "urn": "eqxch2-cr6:2/1/c28/1", "tags": [ - "seat-cr6---seat-ps:pt-fcaf994e:::na", - "seat-cr6---seat-ps:pt-fcaf994e:throughput::na" + "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z10910:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13528 + "esdbEquipmentInterfaceId": 12000, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c25/1", + "urn": "eqxch2-cr6:2/1/c31/1", "tags": [ - "seat-cr6---bois-cr6:bbl-cf42814f::ESNET-Z14704:na", - "seat-cr6---bois-cr6:ESNET-Z14704::show:intracloud" + "eqxch2-cr6---chic-cr6:bbl-ea29f2eb::ESNET-Z10757:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "seat-cr6:bois-bb-d", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.23/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -9980,47 +10281,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13541 + "esdbEquipmentInterfaceId": 12001, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c1/1", + "urn": "eqxch2-cr6:2/1/c34/1", "tags": [ - "seat-cr6---PacketFabric::conn-d:show:na" + "eqxch2-cr6---star-cr6:bbl-15248511::ESNET-Z10802:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13515 + "esdbEquipmentInterfaceId": 12002, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c25/1", + "urn": "eqxch2-cr6:2/1/c35/1", "tags": [ - "seat-cr6---sacr-cr6:bbl-09c50b02::ESNET-Z14153:na", - "seat-cr6---sacr-cr6:ESNET-Z14153::show:intracloud" + "eqxch2-cr6---star-cr6:bbl-15248511::ESNET-Z17935:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "seat-cr6:sacr-bb-e", - "port": "1/1/c25/1", - "ipv4Address": "134.55.56.176/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -10031,242 +10337,323 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13511 + "esdbEquipmentInterfaceId": 30457, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c3/1", + "urn": "eqxch2-cr6:2/1/c8/1", "tags": [ - "seat-cr6---SIX::conn-b:show:na", - "seat-cr6---six:l3edge-84729c1e:six_conn-b_base:show:na", - "seat-cr6---six:l3edge-2ad2f785:six_conn-b_base:show:na" + "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13517 + "esdbEquipmentInterfaceId": 11980, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c2/1", + "urn": "eqxch2-cr6:2/1/c9/1", "tags": [ - "seat-cr6---PWAVE-SEATTLE::conn-b:show:na", - "seat-cr6---pwave-seattle:l3edge-1570f24f:pwave-seattle_conn-b_base:show:na", - "seat-cr6---pwave-seattle:l3edge-3aff1348:pwave-seattle_conn-b_base:show:na", - "seat-cr6---pwave(asNone):l3edge-12794518:conn-b_base:show:na", - "seat-cr6---pwave-seattle:l3edge-7ac2efdb:pwave-seattle_conn-b_base:show:na", - "seat-cr6---pwave(as24):l3edge-827a35c7:conn-b_base:show:na", - "seat-cr6---pwave(asNone):l3edge-5d2b74b9:conn-b_base:show:na", - "seat-cr6---sinet(as2907):l3edge-bef84c97:conn-b_base:show:na", - "seat-cr6---sinet(as2907):l3edge-213eb2c4:conn-b_base:show:na", - "seat-cr6---aarnet(as7575):l3edge-10017910:conn-b_l3vpn-lhcone:show:intercloud", - "seat-cr6---canarie(as6509):l3edge-7be813ab:conn-b_l3vpn-lhcone:show:intercloud", - "seat-cr6---cstnet(as7497):l3edge-9c591141:conn-b_l3vpn-lhcone:show:intercloud", - "seat-cr6---jgn(as17934):l3edge-71a465b2:conn-b_l3vpn-lhcone:show:intercloud", - "seat-cr6---kreonet2(as17579):l3edge-fe60f691:conn-b_l3vpn-lhcone:show:intercloud", - "seat-cr6---lbnl(as63331):l3edge-13ef8e36:site_conn-b_ipt:show:na", - "seat-cr6---lbnl(as63331):l3edge-487e8522:site_conn-b_ipt:show:na" + "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 705 - }, - { - "floor": 952, - "ceiling": 960 - }, - { - "floor": 841, - "ceiling": 950 - }, - { - "floor": 780, - "ceiling": 813 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 962, - "ceiling": 1036 - }, + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 11981, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxch2-cr6:lag-1", + "tags": [ + "eqxch2-cr6---GOOGLE::conn-k:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "floor": 708, - "ceiling": 775 - }, + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 22902, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "eqxch2-cr6:lag-2", + "tags": [ + "eqxch2-cr6---TATA::conn-j:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "floor": 815, - "ceiling": 815 + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 25865, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "eqxch2-cr6:lag-20", + "tags": [ + "eqxch2-cr6---eqxch2-mpr1:mgt-c031e8a3:lag-20:ESNET-Z08563:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 31, + "ceiling": 918 }, { - "floor": 817, - "ceiling": 827 + "floor": 1111, + "ceiling": 4095 }, { - "floor": 829, - "ceiling": 839 + "floor": 920, + "ceiling": 965 }, { - "floor": 1039, - "ceiling": 1456 + "floor": 967, + "ceiling": 1109 }, { - "floor": 1458, - "ceiling": 4095 + "floor": 2, + "ceiling": 29 } ], - "esdbEquipmentInterfaceId": 13516 + "esdbEquipmentInterfaceId": 14926, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c31/1", + "urn": "eqxch2-cr6:lag-3", "tags": [ - "seat-cr6---pnnlemsl-cr6:bbl-ce0033d0::ESNET-Z12476:na", - "seat-cr6---pnnlemsl-cr6:ESNET-Z12476::show:intracloud" + "eqxch2-cr6---GOOGLE::conn-m:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "urn": "seat-cr6:pnnlemsl-bb-a", - "port": "2/1/c31/1", - "ipv4Address": "134.55.58.93/31" + "floor": 0, + "ceiling": 0 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 27049, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "eqxch2-cr6:lag-400", + "tags": [ + "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ + { + "floor": 414, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, - "ceiling": 4095 + "floor": 404, + "ceiling": 409 } ], - "esdbEquipmentInterfaceId": 13543 + "esdbEquipmentInterfaceId": 25696, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c17/3", + "urn": "eqxch2-cr6:lag-401", "tags": [ - "seat-cr6---netlalb-cr6:bbl-50fa8875::ESNET-Z12529:na", - "seat-cr6---netlalb-cr6:ESNET-Z12529::show:intracloud" + "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "seat-cr6:netlalb-bb-a", - "port": "1/1/c17/3", - "ipv4Address": "134.55.56.251/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 406, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 13503 - }, + "esdbEquipmentInterfaceId": 25697, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1667, + "orchSubscriptionId": null + }, + { + "urn": "eqxda3-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.202", + "reservableVlans": [], + "location": "EQXDA3", + "locationId": 600, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "seat-cr6:2/1/c34/1", + "urn": "eqxda3-cr6:1/1/c17/3", "tags": [ - "seat-cr6---bois-cr6:bbl-80877151::ESNET-Z10742:na", - "seat-cr6---bois-cr6:ESNET-Z10742::show:intracloud" + "eqxda3-cr6---DOENET-EQX-DAL::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "seat-cr6:bois-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.130/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 29 }, { - "floor": 7, + "floor": 31, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13544 + "esdbEquipmentInterfaceId": 14800, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c17/2", + "urn": "eqxda3-cr6:1/1/c17/4", "tags": [ - "seat-cr6---FABRIC::conn-af:show:na", - "seat-cr6---fabric(as4294967285):l3edge-212cf2ab:site_conn-af_base:show:na" + "eqxda3-cr6---Equinix::conn-k:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 1009 - }, - { - "floor": 1011, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13502 + "esdbEquipmentInterfaceId": 14801, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c28/1", + "urn": "eqxda3-cr6:1/1/c28/1", "tags": [ - "seat-cr6---bois-cr6:bbl-80877151::ESNET-Z10895:na", - "seat-cr6---bois-cr6:ESNET-Z10895::show:intracloud" + "eqxda3-cr6---kans-cr6:bbl-033bd142::ESNET-Z17797:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "seat-cr6:bois-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.58.21/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -10277,111 +10664,136 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13512 + "esdbEquipmentInterfaceId": 14809, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c5/1", + "urn": "eqxda3-cr6:1/1/c3/1", "tags": [ - "seat-cr6---PNNL::conn-o:show:na" + "eqxda3-cr6---Equinix::conn-j:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 98 + }, + { + "floor": 100, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13489 + "esdbEquipmentInterfaceId": 14784, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c6/1", + "urn": "eqxda3-cr6:1/1/c31/1", "tags": [ - "seat-cr6---PNNL::conn-q:show:na", - "seat-cr6---pnnl(as3428):l3edge-121c7edd:site_conn-q_base:show:na" + "eqxda3-cr6---hous-cr6:bbl-02554e63::ESNET-Z09880:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 964 + "ceiling": 5 }, { - "floor": 966, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13490 + "esdbEquipmentInterfaceId": 14810, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c9/1", + "urn": "eqxda3-cr6:1/1/c34/1", "tags": [ - "seat-cr6---seat-ht2:ht-4c27d9fe:::na", - "seat-cr6---seat-ht2:ht-4c27d9fe:service1::na" + "eqxda3-cr6---hous-cr6:bbl-02554e63::ESNET-Z10781:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13523 + "esdbEquipmentInterfaceId": 14811, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c1/1", + "urn": "eqxda3-cr6:1/1/c8/1", "tags": [ - "seat-cr6---PacketFabric::conn-c:show:na" + "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13485 + "esdbEquipmentInterfaceId": 14789, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c8/1", + "urn": "eqxda3-cr6:1/1/c9/1", "tags": [ - "seat-cr6---seat-ht1:ht-d31efccf:::na", - "seat-cr6---seat-ht1:ht-d31efccf:service1::na" + "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -10392,235 +10804,216 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13492 + "esdbEquipmentInterfaceId": 14790, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c8/1", + "urn": "eqxda3-cr6:2/1/c14/1", "tags": [ - "seat-cr6---seat-ht2:ht-4c27d9fe:::na", - "seat-cr6---seat-ht2:ht-4c27d9fe:service1::na" + "eqxda3-cr6---eqxda3-ps:pt-9b2bb6e1:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13522 + "esdbEquipmentInterfaceId": 14825, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c9/1", + "urn": "eqxda3-cr6:2/1/c17/2", "tags": [ - "seat-cr6---seat-ht1:ht-d31efccf:::na", - "seat-cr6---seat-ht1:ht-d31efccf:service1::na" + "eqxda3-cr6---FABRIC::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 1009 }, { - "floor": 2, - "ceiling": 4088 + "floor": 1011, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13493 + "esdbEquipmentInterfaceId": 14829, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:lag-401", + "urn": "eqxda3-cr6:2/1/c17/3", "tags": [ - "seat-cr6---seat-ht2:ht-4c27d9fe:capture::na" + "eqxda3-cr6---Equinix::conn-l:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25695 + "esdbEquipmentInterfaceId": 14830, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:lag-400", + "urn": "eqxda3-cr6:2/1/c17/4", "tags": [ - "seat-cr6---seat-ht1:ht-d31efccf:capture::na" + "eqxda3-cr6---pantex1237-cr6:bbl-92290f0c::ESNET-Z16680:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25694 - } - ], - "esdbEquipmentId": 1706 - }, - { - "urn": "nash-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.176", - "reservableVlans": [], - "location": "NASH", - "locationId": 268, - "latitude": "36.102307", - "longitude": "-86.755051", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 14831, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "nash-cr6:1/1/c31/1", + "urn": "eqxda3-cr6:2/1/c19/1", "tags": [ - "nash-cr6---chic-cr6:bbl-ef7ff668::ESNET-Z10769:na", - "nash-cr6---chic-cr6:ESNET-Z10769::show:intracloud" + "eqxda3-cr6---LEARN::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nash-cr6:chic-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.205/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12487 + "esdbEquipmentInterfaceId": 14836, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:lag-20", + "urn": "eqxda3-cr6:2/1/c28/1", "tags": [ - "nash-cr6---nash-mpr1:mgt-dea2c14f:lag-20:ESNET-Z08605:na", - "nash-cr6---nash-mpr1:ESNET-Z08605::show:intracloud", - "nash-cr6---doenet-pppo(as65026):l3edge-4e5fed1a:site_conn-b_base:show:na", - "nash-cr6---doenet-swpa-mo(as65052):l3edge-9c7858ea:site_conn-b_base:show:na", - "nash-cr6---nash-ps:pt-9cd87668:owamp::na" + "eqxda3-cr6---hous-cr6:bbl-02554e63::ESNET-Z17816:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 - }, { "floor": 2, - "ceiling": 29 + "ceiling": 5 }, { - "floor": 32, - "ceiling": 918 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14940 + "esdbEquipmentInterfaceId": 14839, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:2/1/c14/1", + "urn": "eqxda3-cr6:2/1/c31/1", "tags": [ - "nash-cr6---nash-ps:pt-9cd87668:::na", - "nash-cr6---nash-ps:pt-9cd87668:throughput::na" + "eqxda3-cr6---kans-cr6:bbl-033bd142::ESNET-Z13648:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12502 + "esdbEquipmentInterfaceId": 14840, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:2/1/c25/1", + "urn": "eqxda3-cr6:2/1/c34/1", "tags": [ - "nash-cr6---chat-cr6:bbl-eccd186d::ESNET-Z15052:na", - "nash-cr6---chat-cr6:ESNET-Z15052::show:intracloud" + "eqxda3-cr6---kans-cr6:bbl-033bd142::ESNET-Z10784:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "nash-cr6:chat-bb-d", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.13/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -10631,349 +11024,351 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12515 + "esdbEquipmentInterfaceId": 14841, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:1/1/c34/1", + "urn": "eqxda3-cr6:2/1/c8/1", "tags": [ - "nash-cr6---chat-cr6:bbl-eccd186d::ESNET-Z10751:na", - "nash-cr6---chat-cr6:ESNET-Z10751::show:intracloud" + "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nash-cr6:chat-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.209/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12488 + "esdbEquipmentInterfaceId": 14819, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:1/1/c25/1", + "urn": "eqxda3-cr6:2/1/c9/1", "tags": [ - "nash-cr6---chic-cr6:bbl-ef7ff668::ESNET-Z15056:na", - "nash-cr6---chic-cr6:ESNET-Z15056::show:intracloud" + "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nash-cr6:chic-bb-f", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.15/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12485 + "esdbEquipmentInterfaceId": 14820, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:2/1/c31/1", + "urn": "eqxda3-cr6:lag-1", "tags": [ - "nash-cr6---chic-cr6:bbl-ef7ff668::ESNET-Z10772:na", - "nash-cr6---chic-cr6:ESNET-Z10772::show:intracloud" + "eqxda3-cr6---OCI::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nash-cr6:chic-bb-e", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.207/31" - } + "EDGE", + "UNTAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12517 + "esdbEquipmentInterfaceId": 24500, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "nash-cr6:2/1/c34/1", + "urn": "eqxda3-cr6:lag-20", "tags": [ - "nash-cr6---chat-cr6:bbl-eccd186d::ESNET-Z10754:na", - "nash-cr6---chat-cr6:ESNET-Z10754::show:intracloud" + "eqxda3-cr6---eqxda3-mpr1:mgt-b90ceffb:lag-20:ESNET-Z08656:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nash-cr6:chat-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.211/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 967, + "ceiling": 1019 }, { - "floor": 7, + "floor": 1111, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 1021, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12518 + "esdbEquipmentInterfaceId": 14958, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:1/1/c28/1", + "urn": "eqxda3-cr6:lag-400", "tags": [ - "nash-cr6---ornl5600-cr6:bbl-a4e03c02::ESNET-Z13486:na", - "nash-cr6---ornl5600-cr6:ESNET-Z13486::show:intracloud" + "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nash-cr6:ornl5600-bb-b", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.73/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 402, + "ceiling": 403 }, { - "floor": 7, + "floor": 406, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 12486 + "esdbEquipmentInterfaceId": 26850, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:2/1/c4/1", + "urn": "eqxda3-cr6:lag-401", "tags": [ - "nash-cr6---SOX::conn-c:show:na", - "nash-cr6---flr(as11096):l3edge-ca2be3b9:conn-c_base:show:na", - "nash-cr6---sox(as10490):l3edge-15db2451:conn-c_base:show:na", - "nash-cr6---flr(as11096):l3edge-7537ca94:site_conn-c_l3vpn-lhcone:show:intercloud", - "nash-cr6---vanderbilt(as7212):l3edge-fb3f941b:site_conn-c_l3vpn-lhcone:show:intercloud" + "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2122, + "floor": 404, "ceiling": 4095 }, - { - "floor": 591, - "ceiling": 2119 - }, - { - "floor": 527, - "ceiling": 589 - }, { "floor": 2, - "ceiling": 525 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 12492 - }, + "esdbEquipmentInterfaceId": 26851, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1744, + "orchSubscriptionId": null + }, + { + "urn": "eqxdc4-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.168", + "reservableVlans": [], + "location": "EQXDC4", + "locationId": 261, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "nash-cr6:1/1/c6/1", + "urn": "eqxdc4-cr6:1/1/c1/1", "tags": [ - "nash-cr6---hous-cr6:bbl-e8a0e0a6::ESNET-Z09869:na", - "nash-cr6---hous-cr6:ESNET-Z09869::show:intracloud" + "eqxdc4-cr6---DOE-NNSA-MANA::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nash-cr6:hous-bb-b", - "port": "1/1/c6/1", - "ipv4Address": "134.55.57.156/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1992 }, { - "floor": 7, + "floor": 1994, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12464 + "esdbEquipmentInterfaceId": 12007, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:2/1/c9/1", + "urn": "eqxdc4-cr6:1/1/c16/1", "tags": [ - "nash-cr6---nash-ht2:ht-13229700:::na", - "nash-cr6---nash-ht2:ht-13229700:service1::na" + "eqxdc4-cr6---DOE-IN-ASHB::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 4088 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12497 + "esdbEquipmentInterfaceId": 12022, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:1/1/c8/1", + "urn": "eqxdc4-cr6:1/1/c16/2", "tags": [ - "nash-cr6---nash-ht1:ht-944b624b:::na", - "nash-cr6---nash-ht1:ht-944b624b:service1::na" + "eqxdc4-cr6---SRS::conn-l:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 4088 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12466 + "esdbEquipmentInterfaceId": 27715, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "nash-cr6:2/1/c8/1", + "urn": "eqxdc4-cr6:1/1/c16/4", "tags": [ - "nash-cr6---nash-ht2:ht-13229700:::na", - "nash-cr6---nash-ht2:ht-13229700:service1::na" + "eqxdc4-cr6---SNLA::conn-n:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 4088 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12496 + "esdbEquipmentInterfaceId": 27717, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:1/1/c9/1", + "urn": "eqxdc4-cr6:1/1/c17/3", "tags": [ - "nash-cr6---nash-ht1:ht-944b624b:::na", - "nash-cr6---nash-ht1:ht-944b624b:service1::na" + "eqxdc4-cr6---netlmgn-cr6:bbl-961dae77::ESNET-Z12530:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12467 + "esdbEquipmentInterfaceId": 12025, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:2/1/c28/1", + "urn": "eqxdc4-cr6:1/1/c17/4", "tags": [ - "nash-cr6---ornl5600-cr6:bbl-a4e03c02::ESNET-Z13487:na", - "nash-cr6---ornl5600-cr6:ESNET-Z13487::show:intracloud" + "eqxdc4-cr6---germantown-cr6:bbl-e0f67301::ESNET-Z12318:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "nash-cr6:ornl5600-bb-c", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.171/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -10984,58 +11379,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12516 + "esdbEquipmentInterfaceId": 12026, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:2/1/c17/3", + "urn": "eqxdc4-cr6:1/1/c18/3", "tags": [ - "nash-cr6---srs702a-cr6:bbl-ce66b716::ESNET-Z11679:na", - "nash-cr6---srs702a-cr6:ESNET-Z11679::show:intracloud" + "eqxdc4-cr6---DOENET-EQX-ASH::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "nash-cr6:srs702a-bb-a", - "port": "2/1/c17/3", - "ipv4Address": "134.55.58.45/31" + "floor": 2, + "ceiling": 29 + }, + { + "floor": 31, + "ceiling": 4095 } ], + "esdbEquipmentInterfaceId": 12029, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxdc4-cr6:1/1/c18/4", + "tags": [ + "eqxdc4-cr6---DOENET-EQX-ASH::conn-d:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 39 }, { - "floor": 7, + "floor": 41, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12507 + "esdbEquipmentInterfaceId": 12030, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:1/1/c10/1", + "urn": "eqxdc4-cr6:1/1/c2/1", "tags": [ - "nash-cr6---ornl5600-cr6:bbl-3bde5ed5::ESNET-Z10935:na", - "nash-cr6---ornl5600-cr6:ESNET-Z10935::show:intracloud" + "eqxdc4-cr6---jlab205-cr6:bbl-3ea79543::ESNET-Z14942:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "nash-cr6:ornl5600-bb-a", - "port": "1/1/c10/1", - "ipv4Address": "134.55.57.60/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -11046,116 +11463,108 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12468 + "esdbEquipmentInterfaceId": 12008, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:lag-401", + "urn": "eqxdc4-cr6:1/1/c25/1", "tags": [ - "nash-cr6---nash-ht2:ht-13229700:capture::na" + "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z10910:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25737 + "esdbEquipmentInterfaceId": 12033, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:lag-400", + "urn": "eqxdc4-cr6:1/1/c28/1", "tags": [ - "nash-cr6---nash-ht1:ht-944b624b:capture::na" + "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z10805:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25736 - } - ], - "esdbEquipmentId": 1681 - }, - { - "urn": "chat-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.179", - "reservableVlans": [], - "location": "CHAT", - "locationId": 271, - "latitude": "35.030567", - "longitude": "-85.297417", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12034, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "chat-cr6:2/1/c28/1", + "urn": "eqxdc4-cr6:1/1/c3/1", "tags": [ - "chat-cr6---nash-cr6:bbl-eccd186d::ESNET-Z15052:na", - "chat-cr6---nash-cr6:ESNET-Z15052::show:intracloud" + "eqxdc4-cr6---Equinix::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chat-cr6:nash-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.12/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 98 }, { - "floor": 7, + "floor": 100, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12708 + "esdbEquipmentInterfaceId": 12009, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:1/1/c31/1", + "urn": "eqxdc4-cr6:1/1/c31/1", "tags": [ - "chat-cr6---atla-cr6:bbl-5ee48ffe::ESNET-Z10715:na", - "chat-cr6---atla-cr6:ESNET-Z10715::show:intracloud" + "eqxdc4-cr6---wash-cr6:bbl-a7031f25::ESNET-Z10811:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chat-cr6:atla-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.231/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -11166,224 +11575,188 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12679 + "esdbEquipmentInterfaceId": 12035, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:lag-20", + "urn": "eqxdc4-cr6:1/1/c4/1", "tags": [ - "chat-cr6---chat-mpr1:mgt-dd56ef68:lag-20:ESNET-Z08641:na", - "chat-cr6---chat-mpr1:ESNET-Z08641::show:intracloud", - "chat-cr6---chat-ps:pt-0706c1b9:owamp::na", - "chat-cr6---chat-ps:pt-lsst-manual:owamp::na" + "eqxdc4-cr6---DREN::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 2219 - }, { "floor": 2, - "ceiling": 918 + "ceiling": 3844 }, { - "floor": 2221, + "floor": 3846, "ceiling": 4095 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14952 + "esdbEquipmentInterfaceId": 12010, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:2/1/c14/1", + "urn": "eqxdc4-cr6:1/1/c8/1", "tags": [ - "chat-cr6---chat-ps:pt-0706c1b9:::na", - "chat-cr6---chat-ps:pt-0706c1b9:throughput::na", - "chat-cr6---chat-ps:pt-lsst-manual:throughput::na" + "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2222, + "floor": 4090, "ceiling": 4095 }, - { - "floor": 1112, - "ceiling": 2220 - }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12694 + "esdbEquipmentInterfaceId": 12014, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:2/1/c25/1", + "urn": "eqxdc4-cr6:1/1/c9/1", "tags": [ - "chat-cr6---ornl1064-cr6:bbl-a84fc3a5::ESNET-Z14555:na", - "chat-cr6---ornl1064-cr6:ESNET-Z14555::show:intracloud" + "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chat-cr6:ornl1064-bb-d", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.4/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12707 + "esdbEquipmentInterfaceId": 12015, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:1/1/c34/1", + "urn": "eqxdc4-cr6:2/1/c1/1", "tags": [ - "chat-cr6---nash-cr6:bbl-eccd186d::ESNET-Z10751:na", - "chat-cr6---nash-cr6:ESNET-Z10751::show:intracloud" + "eqxdc4-cr6---HE::conn-o:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chat-cr6:nash-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.208/31" - } + "EDGE", + "UNTAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12680 + "esdbEquipmentInterfaceId": 12037, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "chat-cr6:1/1/c25/1", + "urn": "eqxdc4-cr6:2/1/c14/1", "tags": [ - "chat-cr6---ornl1064-cr6:bbl-a84fc3a5::ESNET-Z14554:na", - "chat-cr6---ornl1064-cr6:ESNET-Z14554::show:intracloud" + "eqxdc4-cr6---eqxdc4-ps:pt-55d2b104:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chat-cr6:ornl1064-bb-c", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.2/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12677 + "esdbEquipmentInterfaceId": 12050, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:2/1/c31/1", + "urn": "eqxdc4-cr6:2/1/c16/2", "tags": [ - "chat-cr6---atla-cr6:bbl-5ee48ffe::ESNET-Z10718:na", - "chat-cr6---atla-cr6:ESNET-Z10718::show:intracloud" + "eqxdc4-cr6---SRS::conn-m:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chat-cr6:atla-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.233/31" - } + "EDGE", + "UNTAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12709 + "esdbEquipmentInterfaceId": 27718, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "chat-cr6:2/1/c34/1", + "urn": "eqxdc4-cr6:2/1/c17/2", "tags": [ - "chat-cr6---nash-cr6:bbl-eccd186d::ESNET-Z10754:na", - "chat-cr6---nash-cr6:ESNET-Z10754::show:intracloud" + "eqxdc4-cr6---netlpgh-cr6:bbl-00494538::ESNET-Z11936:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chat-cr6:nash-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.210/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -11394,341 +11767,280 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12710 + "esdbEquipmentInterfaceId": 12054, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:1/1/c28/1", + "urn": "eqxdc4-cr6:2/1/c17/3", "tags": [ - "chat-cr6---atla-cr6:bbl-5ee48ffe::ESNET-Z15063:na", - "chat-cr6---atla-cr6:ESNET-Z15063::show:intracloud" + "eqxdc4-cr6---Pilotfiber::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "chat-cr6:atla-bb-e", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.67/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 + "floor": 416, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 414 } ], - "esdbEquipmentInterfaceId": 12678 + "esdbEquipmentInterfaceId": 12055, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:1/1/c4/1", + "urn": "eqxdc4-cr6:2/1/c17/4", "tags": [ - "chat-cr6---LSST::conn-a:show:na", - "chat-cr6---lsst(as20080):l3edge-78f67587:site_conn-a_l3vpn-lsst:show:intercloud" + "eqxdc4-cr6---Equinix::conn-f:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 314 - }, - { - "floor": 316, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12654 - } - ], - "esdbEquipmentId": 1686 - }, - { - "urn": "nnss-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.213", - "reservableVlans": [], - "location": "NNSS", - "locationId": 610, - "latitude": "36.207199", - "longitude": "-115.136187", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12056, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "nnss-cr6:1/1/c13/3", + "urn": "eqxdc4-cr6:2/1/c18/1", "tags": [ - "nnss-cr6---NNSS::conn-b:show:na", - "nnss-cr6---doenet-nnss-nfo(as65009):l3edge-33e27751:site_conn-b_base:show:na", - "nnss-cr6---nga-nvic(as65053):l3edge-0d2cc1e7:site_conn-b_base:show:na", - "nnss-cr6---nga-nvic(as65053):l3edge-f2e0a682:site_conn-b_base:show:na", - "nnss-cr6---nnss(as11678):l3edge-3288d439:site_conn-b_base:show:na" + "eqxdc4-cr6---Equinix::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 504, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 499 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16646 + "esdbEquipmentInterfaceId": 12057, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nnss-cr6:1/1/c1/1", + "urn": "eqxdc4-cr6:2/1/c18/2", "tags": [ - "nnss-cr6---lasv-cr6:bbl-1118c475::ESNET-Z13319:na", - "nnss-cr6---lasv-cr6:ESNET-Z13319::show:intracloud" + "eqxdc4-cr6---LANL-DC-TAMU::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nnss-cr6:lasv-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.37/31" - } + "EDGE", + "UNTAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 16640 + "esdbEquipmentInterfaceId": 12058, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "nnss-cr6:lag-20", + "urn": "eqxdc4-cr6:2/1/c18/3", "tags": [ - "nnss-cr6---nnss-mpr1:mgt-7419a07c:lag-20:ESNET-Z09166:na", - "nnss-cr6---nnss-mpr1:ESNET-Z09166::show:intracloud", - "nnss-cr6---nnss-ps:pt-de5e75f7:owamp::na" + "eqxdc4-cr6---DOE-IN-WMA1::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1111, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 16837 + "esdbEquipmentInterfaceId": 12059, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "nnss-cr6:2/1/c14/1", + "urn": "eqxdc4-cr6:2/1/c18/4", "tags": [ - "nnss-cr6---nnss-ps:pt-de5e75f7:::na", - "nnss-cr6---nnss-ps:pt-de5e75f7:throughput::na" + "eqxdc4-cr6---DOE-IN-ASHB::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16660 + "esdbEquipmentInterfaceId": 12060, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nnss-cr6:2/1/c13/3", + "urn": "eqxdc4-cr6:2/1/c22/1", "tags": [ - "nnss-cr6---DOE-IN-NNSS::conn-b:show:na", - "nnss-cr6---doe-in-nnss(as65531):l3edge-c1b6a076:site_conn-b_base:show:na" + "eqxdc4-cr6---wash-cr6:bbl-a7031f25::ESNET-Z13638:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1995, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 1993 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16658 + "esdbEquipmentInterfaceId": 12062, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nnss-cr6:2/1/c13/4", + "urn": "eqxdc4-cr6:2/1/c25/1", "tags": [ - "nnss-cr6---DOE-IN-NNSS::conn-a:show:na", - "nnss-cr6---doe-in-nnss(as65531):l3edge-8ab2de42:site_conn-a_base:show:na" + "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z13639:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1041, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 1039 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16659 - } - ], - "esdbEquipmentId": 1838 - }, - { - "urn": "forrestal-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.221", - "reservableVlans": [], - "location": "FORRESTAL", - "locationId": 624, - "latitude": "38.8881567", - "longitude": "-76.9920275", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12063, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "forrestal-cr6:1/1/c13/3", + "urn": "eqxdc4-cr6:2/1/c28/1", "tags": [ - "forrestal-cr6---DOENET-FORR::conn-b:show:na", - "forrestal-cr6---doenet-forr(as32982):l3edge-10d56bba:site_conn-b_base:show:na" + "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z10808:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 29 + "ceiling": 5 }, { - "floor": 31, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22162 + "esdbEquipmentInterfaceId": 12064, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "forrestal-cr6:1/1/c7/1", + "urn": "eqxdc4-cr6:2/1/c3/1", "tags": [ - "forrestal-cr6---DOE-IN-FORR::conn-d:show:na", - "forrestal-cr6---doe-in-forr(as65055):l3edge-f46d035a:site_conn-d_base:show:na" + "eqxdc4-cr6---PacketFabric::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 899 - }, - { - "floor": 901, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22158 + "esdbEquipmentInterfaceId": 12039, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "forrestal-cr6:1/1/c13/2", + "urn": "eqxdc4-cr6:2/1/c31/1", "tags": [ - "forrestal-cr6---wash-cr6:bbl-bcd15892::ESNET-Z13460:na", - "forrestal-cr6---wash-cr6:ESNET-Z13460::show:intracloud" + "eqxdc4-cr6---wash-cr6:bbl-a7031f25::ESNET-Z10814:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "forrestal-cr6:wash-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.58.158/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -11739,139 +12051,128 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22161 + "esdbEquipmentInterfaceId": 12065, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "forrestal-cr6:lag-20", + "urn": "eqxdc4-cr6:2/1/c8/1", "tags": [ - "forrestal-cr6---forrestal-mpr1:mgt-346b9ea2:lag-20:ESNET-Z11270:na", - "forrestal-cr6---forrestal-mpr1:ESNET-Z11270::show:intracloud", - "forrestal-cr6---doe-nnsa-forr(as65164):l3edge-85536e0c:site_conn-b_base:show:na", - "forrestal-cr6---forrestal-ps:pt-fd5120b8:owamp::na" + "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 1111, - "ceiling": 2099 - }, - { - "floor": 967, - "ceiling": 1109 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 2101, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22180 + "esdbEquipmentInterfaceId": 12044, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "forrestal-cr6:2/1/c13/2", + "urn": "eqxdc4-cr6:2/1/c9/1", "tags": [ - "forrestal-cr6---germantown-cr6:bbl-a7cb4f84::ESNET-Z13461:na", - "forrestal-cr6---germantown-cr6:ESNET-Z13461::show:intracloud" + "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, { - "urn": "forrestal-cr6:germantown-bb-a", - "port": "2/1/c13/2", - "ipv4Address": "134.55.56.8/31" + "floor": 2, + "ceiling": 4088 } ], + "esdbEquipmentInterfaceId": 12045, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxdc4-cr6:lag-1", + "tags": [ + "eqxdc4-cr6---TATA::conn-d:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 22173 + "esdbEquipmentInterfaceId": 21779, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "forrestal-cr6:2/1/c14/1", + "urn": "eqxdc4-cr6:lag-2", "tags": [ - "forrestal-cr6---forrestal-ps:pt-fd5120b8:::na", - "forrestal-cr6---forrestal-ps:pt-fd5120b8:throughput::na" + "eqxdc4-cr6---OCI::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 22176 - } - ], - "esdbEquipmentId": 2020 - }, - { - "urn": "eqxdc4-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.168", - "reservableVlans": [], - "location": "EQXDC4", - "locationId": 261, - "latitude": "39.016346", - "longitude": "-77.458507", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 24177, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, { "urn": "eqxdc4-cr6:lag-20", "tags": [ - "eqxdc4-cr6---eqxdc4-mpr1:mgt-5042f801:lag-20:ESNET-Z08575:na", - "eqxdc4-cr6---eqxdc4-mpr1:ESNET-Z08575::show:intracloud", - "eqxdc4-cr6---eqxdc4-ps:pt-55d2b104:owamp::na" + "eqxdc4-cr6---eqxdc4-mpr1:mgt-5042f801:lag-20:ESNET-Z08575:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 1111, @@ -11890,27 +12191,99 @@ "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14930 + "esdbEquipmentInterfaceId": 14930, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c25/1", + "urn": "eqxdc4-cr6:lag-400", "tags": [ - "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z13639:na", - "eqxdc4-cr6---eqxch2-cr6:ESNET-Z13639::show:intracloud" + "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 399 + }, + { + "floor": 402, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 25730, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxdc4-cr6:lag-401", + "tags": [ + "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:capture::na" ], - "ifces": [ + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ { - "urn": "eqxdc4-cr6:eqxch2-bb-h", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.69/31" + "floor": 414, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], + "esdbEquipmentInterfaceId": 25731, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1669, + "orchSubscriptionId": null + }, + { + "urn": "eqxld8-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.235", + "reservableVlans": [], + "location": "EQXLD8", + "locationId": 641, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "eqxld8-cr6:1/1/c22/1", + "tags": [ + "eqxld8-cr6---cern773-cr6:bbl-c25530c5::ESNET-Z17903:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -11921,52 +12294,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12063 + "esdbEquipmentInterfaceId": 23293, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c18/4", + "urn": "eqxld8-cr6:1/1/c25/1", "tags": [ - "eqxdc4-cr6---DOENET-EQX-ASH::conn-d:show:na", - "eqxdc4-cr6---doenet-eqx-ash(as65013):l3edge-caa26c4e:site_conn-d_base:show:na" + "eqxld8-cr6---newy32aoa-cr6:bbl-d159ffe8::ESNET-Z16815:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 39 + "ceiling": 5 }, { - "floor": 41, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12030 + "esdbEquipmentInterfaceId": 23294, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c25/1", + "urn": "eqxld8-cr6:1/1/c28/1", "tags": [ - "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z10910:na", - "eqxdc4-cr6---eqxch2-cr6:ESNET-Z10910::show:intracloud" + "eqxld8-cr6---bost-cr6:bbl-9c8a3291::ESNET-Z15699:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxdc4-cr6:eqxch2-bb-e", - "port": "1/1/c25/1", - "ipv4Address": "134.55.58.11/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -11977,47 +12350,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12033 + "esdbEquipmentInterfaceId": 23295, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c3/1", + "urn": "eqxld8-cr6:1/1/c31/1", "tags": [ - "eqxdc4-cr6---PacketFabric::conn-a:show:na" + "eqxld8-cr6---cern773-cr6:bbl-c25530c5::ESNET-Z15709:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12039 + "esdbEquipmentInterfaceId": 23296, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c17/4", + "urn": "eqxld8-cr6:1/1/c34/1", "tags": [ - "eqxdc4-cr6---germantown-cr6:bbl-e0f67301::ESNET-Z12318:na", - "eqxdc4-cr6---germantown-cr6:ESNET-Z12318::show:intracloud" + "eqxld8-cr6---eqxam3-cr6:bbl-b8bcd6ed::ESNET-Z17069:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxdc4-cr6:germantown-bb-a", - "port": "1/1/c17/4", - "ipv4Address": "134.55.58.90/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -12028,83 +12406,112 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12026 + "esdbEquipmentInterfaceId": 23297, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c18/3", + "urn": "eqxld8-cr6:1/1/c8/1", "tags": [ - "eqxdc4-cr6---DOENET-EQX-ASH::conn-c:show:na", - "eqxdc4-cr6---doenet-eqx-ash(as65013):l3edge-63d9fe9a:site_conn-c_base:show:na" + "eqxld8-cr6---eqxld8-ht1:ht-8fcb96d4:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 29 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 31, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12029 + "esdbEquipmentInterfaceId": 23275, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c2/1", + "urn": "eqxld8-cr6:1/1/c9/1", "tags": [ - "eqxdc4-cr6---jlab205-cr6:bbl-3ea79543::ESNET-Z14942:na", - "eqxdc4-cr6---jlab205-cr6:ESNET-Z14942::show:intracloud" + "eqxld8-cr6---eqxld8-ht1:ht-8fcb96d4:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, { - "urn": "eqxdc4-cr6:jlab205-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.57.52/31" + "floor": 2, + "ceiling": 4088 } ], + "esdbEquipmentInterfaceId": 23276, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxld8-cr6:2/1/c14/1", + "tags": [ + "eqxld8-cr6---eqxld8-ps:pt-da5988fe:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12008 + "esdbEquipmentInterfaceId": 23311, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c17/3", + "urn": "eqxld8-cr6:2/1/c19/1", "tags": [ - "eqxdc4-cr6---netlmgn-cr6:bbl-961dae77::ESNET-Z12530:na", - "eqxdc4-cr6---netlmgn-cr6:ESNET-Z12530::show:intracloud" + "eqxld8-cr6---newy32aoa-cr6:bbl-d159ffe8::ESNET-Z14160:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxdc4-cr6:netlmgn-bb-a", - "port": "1/1/c17/3", - "ipv4Address": "134.55.57.79/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 300000, + "reservableEgressBw": 300000, + "reservableBw": 300000, "reservableVlans": [ { "floor": 2, @@ -12115,83 +12522,116 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12025 + "esdbEquipmentInterfaceId": 23322, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c18/2", + "urn": "eqxld8-cr6:2/1/c2/1", "tags": [ - "jlab12-cr6---eqxdc4-cr6::manual-bbl:ESNET-Z11341:na", - "eqxdc4-cr6---jlab12-cr6:ESNET-Z11341::show:intracloud" + "eqxld8-cr6---HE::conn-k:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "urn": "eqxdc4-cr6:jlab12-bb-a", - "port": "1/1/c18/2", - "ipv4Address": "134.55.58.80/31" + "floor": 0, + "ceiling": 0 } ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "esdbEquipmentInterfaceId": 23299, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "eqxld8-cr6:2/1/c22/1", + "tags": [ + "eqxld8-cr6---GEANT::conn-t:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1453, + "floor": 103, + "ceiling": 122 + }, + { + "floor": 202, + "ceiling": 2009 + }, + { + "floor": 2011, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1451 + "ceiling": 101 + }, + { + "floor": 124, + "ceiling": 200 } ], - "esdbEquipmentInterfaceId": 12028 + "esdbEquipmentInterfaceId": 23323, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c3/1", + "urn": "eqxld8-cr6:2/1/c25/1", "tags": [ - "eqxdc4-cr6---Equinix::conn-e:show:na", - "eqxdc4-cr6---equinix:l3edge-040e32c9:equinix_conn-e_base:show:na" + "eqxld8-cr6---newy32aoa-cr6:bbl-d159ffe8::ESNET-Z16816:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 98 + "ceiling": 5 }, { - "floor": 100, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12009 + "esdbEquipmentInterfaceId": 23324, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c22/1", + "urn": "eqxld8-cr6:2/1/c28/1", "tags": [ - "eqxdc4-cr6---wash-cr6:bbl-a7031f25::ESNET-Z13638:na", - "eqxdc4-cr6---wash-cr6:ESNET-Z13638::show:intracloud" + "eqxld8-cr6---newy32aoa-cr6:bbl-d159ffe8::ESNET-Z16814:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxdc4-cr6:wash-bb-e", - "port": "2/1/c22/1", - "ipv4Address": "134.55.56.18/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -12202,27 +12642,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12062 + "esdbEquipmentInterfaceId": 23325, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c28/1", + "urn": "eqxld8-cr6:2/1/c31/1", "tags": [ - "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z10805:na", - "eqxdc4-cr6---eqxch2-cr6:ESNET-Z10805::show:intracloud" + "eqxld8-cr6---eqxam3-cr6:bbl-b8bcd6ed::ESNET-Z15723:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxdc4-cr6:eqxch2-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.175/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -12233,66 +12670,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12034 + "esdbEquipmentInterfaceId": 23326, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c16/1", + "urn": "eqxld8-cr6:2/1/c34/1", "tags": [ - "eqxdc4-cr6---DOE-IN-ASHB::conn-c:show:na" + "eqxld8-cr6---cern773-cr6:bbl-c25530c5::ESNET-Z17064:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12022 + "esdbEquipmentInterfaceId": 23327, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c9/1", + "urn": "eqxld8-cr6:2/1/c4/1", "tags": [ - "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:::na", - "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:service1::na" + "eqxld8-cr6---eqxam3-cr6:bbl-b8bcd6ed::ESNET-Z17904:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12045 + "esdbEquipmentInterfaceId": 23301, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c8/1", + "urn": "eqxld8-cr6:2/1/c8/1", "tags": [ - "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:::na", - "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:service1::na" + "eqxld8-cr6---eqxld8-ht2:ht-ba3df49a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -12303,21 +12754,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12014 + "esdbEquipmentInterfaceId": 23305, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c8/1", + "urn": "eqxld8-cr6:2/1/c9/1", "tags": [ - "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:::na", - "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:service1::na" + "eqxld8-cr6---eqxld8-ht2:ht-ba3df49a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -12328,183 +12782,219 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12044 + "esdbEquipmentInterfaceId": 23306, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c9/1", + "urn": "eqxld8-cr6:lag-10", "tags": [ - "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:::na", - "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:service1::na" + "eqxld8-cr6---GEANT::conn-r:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 107, + "ceiling": 110 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 105 + }, + { + "floor": 112, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12015 + "esdbEquipmentInterfaceId": 27645, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c28/1", + "urn": "eqxld8-cr6:lag-20", "tags": [ - "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z10808:na", - "eqxdc4-cr6---eqxch2-cr6:ESNET-Z10808::show:intracloud" + "eqxld8-cr6---eqxld8-mpr1:mgt-55dc230a:lag-20:ESNET-Z11620:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxdc4-cr6:eqxch2-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.177/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12064 + "esdbEquipmentInterfaceId": 23328, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:lag-401", + "urn": "eqxld8-cr6:lag-400", "tags": [ - "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:capture::na" + "eqxld8-cr6---eqxld8-ht1:ht-8fcb96d4:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 404, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25731 + "esdbEquipmentInterfaceId": 29185, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:lag-400", + "urn": "eqxld8-cr6:lag-401", "tags": [ - "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:capture::na" + "eqxld8-cr6---eqxld8-ht2:ht-ba3df49a:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 404, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25730 - }, + "esdbEquipmentInterfaceId": 29186, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2081, + "orchSubscriptionId": null + }, + { + "urn": "eqxsv5-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.165", + "reservableVlans": [], + "location": "EQXSV5", + "locationId": 258, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "eqxdc4-cr6:1/1/c31/1", + "urn": "eqxsv5-cr6:1/1/c18/1", "tags": [ - "eqxdc4-cr6---wash-cr6:bbl-a7031f25::ESNET-Z10811:na", - "eqxdc4-cr6---wash-cr6:ESNET-Z10811::show:intracloud" + "eqxsv5-cr6---SNLA::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxdc4-cr6:wash-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.132/31" - } + "EDGE", + "UNTAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12035 + "esdbEquipmentInterfaceId": 11833, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "eqxdc4-cr6:2/1/c14/1", + "urn": "eqxsv5-cr6:1/1/c2/1", "tags": [ - "eqxdc4-cr6---eqxdc4-ps:pt-55d2b104:::na", - "eqxdc4-cr6---eqxdc4-ps:pt-55d2b104:throughput::na" + "eqxsv5-cr6---Equinix::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 98 }, { - "floor": 912, - "ceiling": 1110 + "floor": 100, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12050 + "esdbEquipmentInterfaceId": 11814, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c31/1", + "urn": "eqxsv5-cr6:1/1/c31/1", "tags": [ - "eqxdc4-cr6---wash-cr6:bbl-a7031f25::ESNET-Z10814:na", - "eqxdc4-cr6---wash-cr6:ESNET-Z10814::show:intracloud" + "eqxsv5-cr6---losa-cr6:bbl-73bba71b::ESNET-Z11821:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxdc4-cr6:wash-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.130/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -12515,285 +13005,268 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12065 + "esdbEquipmentInterfaceId": 11841, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c18/4", + "urn": "eqxsv5-cr6:1/1/c34/1", "tags": [ - "eqxdc4-cr6---DOE-IN-ASHB::conn-b:show:na" + "eqxsv5-cr6---sunn-cr6:bbl-d719d8b6::ESNET-Z10817:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12060 + "esdbEquipmentInterfaceId": 11842, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c17/2", + "urn": "eqxsv5-cr6:1/1/c4/1", "tags": [ - "eqxdc4-cr6---netlpgh-cr6:bbl-00494538::ESNET-Z11936:na", - "eqxdc4-cr6---netlpgh-cr6:ESNET-Z11936::show:intracloud" + "eqxsv5-cr6---DREN::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxdc4-cr6:netlpgh-bb-a", - "port": "2/1/c17/2", - "ipv4Address": "134.55.58.87/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 3843 }, { - "floor": 7, + "floor": 3845, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12054 + "esdbEquipmentInterfaceId": 11816, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c18/1", + "urn": "eqxsv5-cr6:1/1/c6/1", "tags": [ - "eqxdc4-cr6---Equinix::conn-g:show:na" + "eqxsv5-cr6---PacketFabric::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12057 + "esdbEquipmentInterfaceId": 11818, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c17/3", + "urn": "eqxsv5-cr6:1/1/c8/1", "tags": [ - "eqxdc4-cr6---Pilotfiber::conn-d:show:na", - "eqxdc4-cr6---pilotfiber(as46450):l3edge-d420e6ed:conn-d_base:show:na" + "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 416, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 414 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12055 + "esdbEquipmentInterfaceId": 11820, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c17/4", + "urn": "eqxsv5-cr6:1/1/c9/1", "tags": [ - "eqxdc4-cr6---Equinix::conn-f:show:na" + "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12056 - } - ], - "esdbEquipmentId": 1669 - }, - { - "urn": "jlab12-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.208", - "reservableVlans": [], - "location": "JLAB12", - "locationId": 605, - "latitude": "37.099448", - "longitude": "-76.489542", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 11821, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "jlab12-cr6:1/1/c13/2", + "urn": "eqxsv5-cr6:2/1/c14/1", "tags": [ - "eqxdc4-cr6--jlab12-cr6::manual-bbl:ESNET-Z11341:na", - "jlab12-cr6---eqxdc4-cr6:ESNET-Z11341::show:intracloud" + "eqxsv5-cr6---eqxsv5-ps:pt-29645621:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, { - "urn": "jlab12-cr6:eqxdc4-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.58.81/31" + "floor": 912, + "ceiling": 1110 } ], + "esdbEquipmentInterfaceId": 11856, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxsv5-cr6:2/1/c18/1", + "tags": [ + "eqxsv5-cr6---SNLA::conn-j:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1453, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 1451 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 16495 + "esdbEquipmentInterfaceId": 11863, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "jlab12-cr6:2/1/c8/1", + "urn": "eqxsv5-cr6:2/1/c2/1", "tags": [ - "jlab12-cr6---JLAB::conn-h:show:na", - "jlab12-cr6---jlab(as6406):l3edge-4be8007b:site_conn-h_base:show:na", - "jlab12-cr6---jlab(as6406):l3edge-499079a8:site_conn-h_l3vpn-ejfat:show:intercloud" + "eqxsv5-cr6---HE::conn-m:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2301, - "ceiling": 2376 - }, - { - "floor": 2378, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 2299 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 16505 + "esdbEquipmentInterfaceId": 11844, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "jlab12-cr6:lag-20", + "urn": "eqxsv5-cr6:2/1/c3/1", "tags": [ - "jlab12-cr6---jlab12-mpr1:mgt-e27fcd52:lag-20:ESNET-Z09151:na", - "jlab12-cr6---jlab12-mpr1:ESNET-Z09151::show:intracloud", - "jlab12-cr6---jlab12-ps:pt-fb199a88:owamp::na" + "eqxsv5-cr6---ESNET-SERVICES::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 49, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 47 } ], - "esdbEquipmentInterfaceId": 16827 + "esdbEquipmentInterfaceId": 11845, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "jlab12-cr6:2/1/c14/1", + "urn": "eqxsv5-cr6:2/1/c31/1", "tags": [ - "jlab12-cr6---jlab12-ps:pt-fb199a88:::na", - "jlab12-cr6---jlab12-ps:pt-fb199a88:throughput::na" + "eqxsv5-cr6---sunn-cr6:bbl-d719d8b6::ESNET-Z11725:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, - "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 - } - ], - "esdbEquipmentInterfaceId": 16510 - }, - { - "urn": "jlab12-cr6:2/1/c1/1", - "tags": [ - "jlab12-cr6---jlab205-cr6:bbl-ea8f9041::ESNET-Z11339:na", - "jlab12-cr6---jlab205-cr6:ESNET-Z11339::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "jlab12-cr6:jlab205-bb-a", - "port": "2/1/c1/1", - "ipv4Address": "134.55.56.61/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -12804,27 +13277,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16502 + "esdbEquipmentInterfaceId": 11871, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "jlab12-cr6:1/1/c2/1", + "urn": "eqxsv5-cr6:2/1/c34/1", "tags": [ - "jlab12-cr6---atla-cr6:bbl-73bcce9c::ESNET-Z16334:na", - "jlab12-cr6---atla-cr6:ESNET-Z16334::show:intracloud" + "eqxsv5-cr6---sunn-cr6:bbl-d719d8b6::ESNET-Z10820:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "jlab12-cr6:atla-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.57.59/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -12835,202 +13305,128 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16491 - } - ], - "esdbEquipmentId": 1833 - }, - { - "urn": "srs702a-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.229", - "reservableVlans": [], - "location": "SRS702A", - "locationId": 632, - "latitude": "33.24644", - "longitude": "-81.6679", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 11872, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "srs702a-cr6:1/1/c1/1", + "urn": "eqxsv5-cr6:2/1/c8/1", "tags": [ - "srs702a-cr6---srs70344a-cr6:bbl-89da058b::ESNET-Z11678:na", - "srs702a-cr6---srs70344a-cr6:ESNET-Z11678::show:intracloud" + "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "srs702a-cr6:srs70344a-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.40/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22404 + "esdbEquipmentInterfaceId": 11850, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "srs702a-cr6:1/1/c13/2", + "urn": "eqxsv5-cr6:2/1/c9/1", "tags": [ - "srs702a-cr6---nash-cr6:bbl-ce66b716::ESNET-Z11679:na", - "srs702a-cr6---nash-cr6:ESNET-Z11679::show:intracloud" + "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "srs702a-cr6:nash-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.58.44/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22409 + "esdbEquipmentInterfaceId": 11851, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "srs702a-cr6:lag-20", + "urn": "eqxsv5-cr6:lag-1", "tags": [ - "srs702a-cr6---srs702a-mpr1:mgt-0cf0863e:lag-20:ESNET-Z11294:na", - "srs702a-cr6---srs702a-mpr1:ESNET-Z11294::show:intracloud" + "eqxsv5-cr6---OCI::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 22428 + "esdbEquipmentInterfaceId": 24178, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "srs702a-cr6:1/1/c2/1", + "urn": "eqxsv5-cr6:lag-2", "tags": [ - "srs702a-cr6---SRS::conn-f:show:na", - "srs702a-cr6---srs(as54297):l3edge-aa49be3f:site_conn-f_base:show:na", - "srs702a-cr6---srs(as54297):l3edge-18a24ac5:site_conn-f_base:show:na" + "eqxsv5-cr6---TATA::conn-k:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 663 - }, - { - "floor": 666, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 22405 - } - ], - "esdbEquipmentId": 2028 - }, - { - "urn": "elpa-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.182", - "reservableVlans": [], - "location": "ELPA", - "locationId": 275, - "latitude": "31.75639", - "longitude": "-106.48972", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ - { - "urn": "elpa-cr6:1/1/c31/1", - "tags": [ - "elpa-cr6---albq-cr6:bbl-b6bef8c1::ESNET-Z10700:na", - "elpa-cr6---albq-cr6:ESNET-Z10700::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "elpa-cr6:albq-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.195/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12935 + "esdbEquipmentInterfaceId": 25864, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "elpa-cr6:lag-20", + "urn": "eqxsv5-cr6:lag-20", "tags": [ - "elpa-cr6---elpa-mpr1:mgt-b9c4e4eb:lag-20:ESNET-Z08617:na", - "elpa-cr6---elpa-mpr1:ESNET-Z08617::show:intracloud", - "elpa-cr6---elpa-ps:pt-fad3ff8f:owamp::na" + "eqxsv5-cr6---eqxsv5-mpr1:mgt-f7901f33:lag-20:ESNET-Z08596:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 1111, @@ -13049,87 +13445,127 @@ "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14944 + "esdbEquipmentInterfaceId": 14937, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:2/1/c14/1", + "urn": "eqxsv5-cr6:lag-400", "tags": [ - "elpa-cr6---elpa-ps:pt-fad3ff8f:::na", - "elpa-cr6---elpa-ps:pt-fad3ff8f:throughput::na" + "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 399 }, { - "floor": 912, - "ceiling": 1110 + "floor": 402, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12950 + "esdbEquipmentInterfaceId": 25682, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:2/1/c25/1", + "urn": "eqxsv5-cr6:lag-401", "tags": [ - "elpa-cr6---hous-cr6:bbl-5995bced::ESNET-Z14974:na", - "elpa-cr6---hous-cr6:ESNET-Z14974::show:intracloud" + "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 414, + "ceiling": 4095 + }, { - "urn": "elpa-cr6:hous-bb-e", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.162/31" + "floor": 2, + "ceiling": 399 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 25683, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1663, + "orchSubscriptionId": null + }, + { + "urn": "fnalfcc-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.187", + "reservableVlans": [], + "location": "FNALFCC", + "locationId": 280, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "fnalfcc-cr6:1/1/c17/3", + "tags": [ + "fnalfcc-cr6---ANL::conn-i:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1798 }, { - "floor": 7, + "floor": 1801, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12963 + "esdbEquipmentInterfaceId": 13245, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:1/1/c34/1", + "urn": "fnalfcc-cr6:1/1/c25/1", "tags": [ - "elpa-cr6---hous-cr6:bbl-5995bced::ESNET-Z10793:na", - "elpa-cr6---hous-cr6:ESNET-Z10793::show:intracloud" + "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z15714:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "elpa-cr6:hous-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.196/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -13140,27 +13576,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12936 + "esdbEquipmentInterfaceId": 13253, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:2/1/c31/1", + "urn": "fnalfcc-cr6:1/1/c28/1", "tags": [ - "elpa-cr6---hous-cr6:bbl-5995bced::ESNET-Z10907:na", - "elpa-cr6---hous-cr6:ESNET-Z10907::show:intracloud" + "fnalfcc-cr6---anl221-cr6:bbl-aba780f0::ESNET-Z11926:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "elpa-cr6:hous-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.198/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -13171,27 +13604,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12965 + "esdbEquipmentInterfaceId": 13254, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:2/1/c34/1", + "urn": "fnalfcc-cr6:1/1/c31/1", "tags": [ - "elpa-cr6---sand-cr6:bbl-29b7785e::ESNET-Z10796:na", - "elpa-cr6---sand-cr6:ESNET-Z10796::show:intracloud" + "fnalfcc-cr6---anl221-cr6:bbl-aba780f0::ESNET-Z10703:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "elpa-cr6:sand-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.192/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -13202,27 +13632,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12966 + "esdbEquipmentInterfaceId": 13255, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:1/1/c28/1", + "urn": "fnalfcc-cr6:1/1/c34/1", "tags": [ - "elpa-cr6---sand-cr6:bbl-29b7785e::ESNET-Z14009:na", - "elpa-cr6---sand-cr6:ESNET-Z14009::show:intracloud" + "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z10913:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "elpa-cr6:sand-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.92/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -13233,21 +13660,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12934 + "esdbEquipmentInterfaceId": 13256, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:2/1/c9/1", + "urn": "fnalfcc-cr6:1/1/c8/1", "tags": [ - "elpa-cr6---elpa-ht2:ht-46d8c921:::na", - "elpa-cr6---elpa-ht2:ht-46d8c921:service1::na" + "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -13258,21 +13688,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12945 + "esdbEquipmentInterfaceId": 13234, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:1/1/c8/1", + "urn": "fnalfcc-cr6:1/1/c9/1", "tags": [ - "elpa-cr6---elpa-ht1:ht-89180159:::na", - "elpa-cr6---elpa-ht1:ht-89180159:service1::na" + "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -13283,77 +13716,84 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12914 + "esdbEquipmentInterfaceId": 13235, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:2/1/c8/1", + "urn": "fnalfcc-cr6:2/1/c14/1", "tags": [ - "elpa-cr6---elpa-ht2:ht-46d8c921:::na", - "elpa-cr6---elpa-ht2:ht-46d8c921:service1::na" + "fnalfcc-cr6---fnalfcc-ps:pt-1599bdca:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12944 + "esdbEquipmentInterfaceId": 13270, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:1/1/c9/1", + "urn": "fnalfcc-cr6:2/1/c28/1", "tags": [ - "elpa-cr6---elpa-ht1:ht-89180159:::na", - "elpa-cr6---elpa-ht1:ht-89180159:service1::na" + "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z10916:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12915 + "esdbEquipmentInterfaceId": 13284, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:2/1/c28/1", + "urn": "fnalfcc-cr6:2/1/c31/1", "tags": [ - "elpa-cr6---albq-cr6:bbl-b6bef8c1::ESNET-Z12465:na", - "elpa-cr6---albq-cr6:ESNET-Z12465::show:intracloud" + "fnalfcc-cr6---anl221-cr6:bbl-aba780f0::ESNET-Z10706:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "elpa-cr6:albq-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.25/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -13364,141 +13804,145 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12964 + "esdbEquipmentInterfaceId": 13285, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:lag-401", + "urn": "fnalfcc-cr6:2/1/c34/1", "tags": [ - "elpa-cr6---elpa-ht2:ht-46d8c921:capture::na" + "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z07205:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25713 + "esdbEquipmentInterfaceId": 13286, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:lag-400", + "urn": "fnalfcc-cr6:2/1/c8/1", "tags": [ - "elpa-cr6---elpa-ht1:ht-89180159:capture::na" + "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 25712 - } - ], - "esdbEquipmentId": 1692 - }, - { - "urn": "netlmgn-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.225", - "reservableVlans": [], - "location": "NETLMGN", - "locationId": 628, - "latitude": "39.6642799", - "longitude": "-79.9766949", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13264, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "netlmgn-cr6:1/1/c13/3", + "urn": "fnalfcc-cr6:2/1/c9/1", "tags": [ - "netlmgn-cr6---NETL-MGN::conn-b:show:na", - "netlmgn-cr6---netl-mgn(as65000):l3edge-d34340fd:site_conn-b_base:show:na" + "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 650 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 652, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22286 + "esdbEquipmentInterfaceId": 13265, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "netlmgn-cr6:1/1/c13/2", + "urn": "fnalfcc-cr6:lag-2", "tags": [ - "netlmgn-cr6---eqxdc4-cr6:bbl-961dae77::ESNET-Z12530:na", - "netlmgn-cr6---eqxdc4-cr6:ESNET-Z12530::show:intracloud" + "fnalfcc-cr6---FNAL::conn-ae:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "netlmgn-cr6:eqxdc4-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.57.78/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 1600000, + "reservableEgressBw": 1600000, + "reservableBw": 1600000, "reservableVlans": [ + { + "floor": 13, + "ceiling": 13 + }, + { + "floor": 15, + "ceiling": 2202 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 11 }, { - "floor": 7, + "floor": 2204, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22285 + "esdbEquipmentInterfaceId": 27713, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "netlmgn-cr6:lag-20", + "urn": "fnalfcc-cr6:lag-20", "tags": [ - "netlmgn-cr6---netlmgn-mpr1:mgt-88ea9656:lag-20:ESNET-Z11282:na", - "netlmgn-cr6---netlmgn-mpr1:ESNET-Z11282::show:intracloud", - "netlmgn-cr6---netlmgn-ps:pt-74469f24:owamp::na" + "fnalfcc-cr6---fnalfcc-mpr1:mgt-0122310e:lag-20:ESNET-Z08629:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, "ceiling": 918 @@ -13507,105 +13951,140 @@ "floor": 920, "ceiling": 965 }, + { + "floor": 1802, + "ceiling": 4095 + }, { "floor": 967, "ceiling": 1109 + }, + { + "floor": 1111, + "ceiling": 1800 } ], - "esdbEquipmentInterfaceId": 22304 + "esdbEquipmentInterfaceId": 14948, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "netlmgn-cr6:2/1/c14/1", + "urn": "fnalfcc-cr6:lag-400", "tags": [ - "netlmgn-cr6---netlmgn-ps:pt-74469f24:::na", - "netlmgn-cr6---netlmgn-ps:pt-74469f24:throughput::na" + "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 1112, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 }, { - "floor": 2, - "ceiling": 910 + "floor": 402, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 25706, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "fnalfcc-cr6:lag-401", + "tags": [ + "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 410, + "ceiling": 4095 }, { - "floor": 912, - "ceiling": 1110 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 22300 + "esdbEquipmentInterfaceId": 25707, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 2024 + "esdbEquipmentId": 1699, + "orchSubscriptionId": null }, { - "urn": "pppl-cr6", + "urn": "fnalgcc-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.217", + "ipv4Address": "134.55.200.188", "reservableVlans": [], - "location": "PPPL", - "locationId": 614, - "latitude": "40.34606", - "longitude": "-74.61537", + "location": "FNALGCC", + "locationId": 281, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "pppl-cr6:2/1/c7/1", + "urn": "fnalgcc-cr6:1/1/c25/1", "tags": [ - "pppl-cr6---PPPL::conn-h:show:na", - "pppl-cr6---pppl(as3380):l3edge-5f5a40f7:site_conn-h_base:show:na", - "pppl-cr6---pppl(as3380):l3edge-e3e8907b:site_conn-h_base:show:na" + "fnalgcc-cr6---chic-cr6:bbl-0dce69e5::ESNET-Z16987:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 7 + "ceiling": 5 }, { - "floor": 10, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16774 + "esdbEquipmentInterfaceId": 13319, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pppl-cr6:1/1/c1/1", + "urn": "fnalgcc-cr6:1/1/c28/1", "tags": [ - "pppl-cr6---newy32aoa-cr6:bbl-984f65b4::ESNET-Z12564:na", - "pppl-cr6---newy32aoa-cr6:ESNET-Z12564::show:intracloud" + "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z15714:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pppl-cr6:newy32aoa-bb-b", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.135/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -13616,170 +14095,168 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16760 + "esdbEquipmentInterfaceId": 13320, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pppl-cr6:lag-20", + "urn": "fnalgcc-cr6:1/1/c31/1", "tags": [ - "pppl-cr6---pppl-mpr1:mgt-eef4cc96:lag-20:ESNET-Z09178:na", - "pppl-cr6---pppl-mpr1:ESNET-Z09178::show:intracloud", - "pppl-cr6---pppl-ps:pt-bd4d5965:owamp::na" + "fnalgcc-cr6---chic-cr6:bbl-0dce69e5::ESNET-Z10763:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16845 + "esdbEquipmentInterfaceId": 13321, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pppl-cr6:2/1/c14/1", + "urn": "fnalgcc-cr6:1/1/c34/1", "tags": [ - "pppl-cr6---pppl-ps:pt-bd4d5965:::na", - "pppl-cr6---pppl-ps:pt-bd4d5965:throughput::na" + "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z10913:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16780 + "esdbEquipmentInterfaceId": 13322, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pppl-cr6:2/1/c1/1", + "urn": "fnalgcc-cr6:1/1/c8/1", "tags": [ - "pppl-cr6---wash-cr6:bbl-8c7c2df9::ESNET-Z12583:na", - "pppl-cr6---wash-cr6:ESNET-Z12583::show:intracloud" + "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "pppl-cr6:wash-bb-b", - "port": "2/1/c1/1", - "ipv4Address": "134.55.58.127/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16772 + "esdbEquipmentInterfaceId": 13300, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pppl-cr6:2/1/c2/1", + "urn": "fnalgcc-cr6:1/1/c9/1", "tags": [ - "pppl-cr6---ppploit128-cr6:bbl-8fa95101::ESNET-Z16398:na", - "pppl-cr6---ppploit128-cr6:ESNET-Z16398::show:intracloud" + "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "pppl-cr6:ppploit128-bb-a", - "port": "2/1/c2/1", - "ipv4Address": "134.55.57.56/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16773 - } - ], - "esdbEquipmentId": 1842 - }, - { - "urn": "nrelesif-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.227", - "reservableVlans": [], - "location": "NRELESIF", - "locationId": 630, - "latitude": "39.74075", - "longitude": "-105.16859", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13301, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "nrelesif-cr6:1/1/c13/2", + "urn": "fnalgcc-cr6:2/1/c14/1", "tags": [ - "nrelesif-cr6---denv-cr6:bbl-0ee6558c::ESNET-Z12558:na", - "nrelesif-cr6---denv-cr6:ESNET-Z12558::show:intracloud" + "fnalgcc-cr6---fnalgcc-ps:pt-67f61f1b:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, { - "urn": "nrelesif-cr6:denv-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.58.111/31" + "floor": 912, + "ceiling": 1110 } ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "esdbEquipmentInterfaceId": 13336, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "fnalgcc-cr6:2/1/c28/1", + "tags": [ + "fnalgcc-cr6---chic-cr6:bbl-0dce69e5::ESNET-Z11690:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -13790,206 +14267,181 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22347 + "esdbEquipmentInterfaceId": 13350, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nrelesif-cr6:lag-20", + "urn": "fnalgcc-cr6:2/1/c31/1", "tags": [ - "nrelesif-cr6---nrelesif-mpr1:mgt-becc2db4:lag-20:ESNET-Z11288:na", - "nrelesif-cr6---nrelesif-mpr1:ESNET-Z11288::show:intracloud", - "nrelesif-cr6---nrelesif-ps:pt-17f73798:owamp::na" + "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z10916:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22366 + "esdbEquipmentInterfaceId": 13351, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nrelesif-cr6:2/1/c13/2", + "urn": "fnalgcc-cr6:2/1/c34/1", "tags": [ - "nrelesif-cr6---NREL::conn-h:show:na", - "nrelesif-cr6---nrel(as16411):l3edge-d9df3452:site_conn-h_base:show:na", - "nrelesif-cr6---nrel(as16411):l3edge-153de148:site_conn-h_base:show:na", - "nrelesif-cr6---nrel(as65027):l3edge-cc7f6252:site_conn-h_base:show:na" + "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z07205:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 1609 - }, - { - "floor": 1612, - "ceiling": 1613 + "ceiling": 5 }, { - "floor": 1615, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22359 + "esdbEquipmentInterfaceId": 13352, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nrelesif-cr6:2/1/c14/1", + "urn": "fnalgcc-cr6:2/1/c8/1", "tags": [ - "nrelesif-cr6---nrelesif-ps:pt-17f73798:::na", - "nrelesif-cr6---nrelesif-ps:pt-17f73798:throughput::na" + "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22362 + "esdbEquipmentInterfaceId": 13330, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nrelesif-cr6:1/1/c2/1", + "urn": "fnalgcc-cr6:2/1/c9/1", "tags": [ - "nrelesif-cr6---nrelrsf-cr6:bbl-7142198d::ESNET-Z12561:na", - "nrelesif-cr6---nrelrsf-cr6:ESNET-Z12561::show:intracloud" + "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nrelesif-cr6:nrelrsf-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.58.102/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22343 - } - ], - "esdbEquipmentId": 2026 - }, - { - "urn": "sacr-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.183", - "reservableVlans": [], - "location": "SACR", - "locationId": 276, - "latitude": "38.586756", - "longitude": "-121.530186", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13331, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "sacr-cr6:1/1/c31/1", + "urn": "fnalgcc-cr6:lag-2", "tags": [ - "sacr-cr6---lbnl50-cr6:bbl-d534f139::ESNET-Z10829:na", - "sacr-cr6---lbnl50-cr6:ESNET-Z10829::show:intracloud" + "fnalgcc-cr6---FNAL::conn-af:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sacr-cr6:lbnl50-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.230/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 2205, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 1856, + "ceiling": 1856 + }, + { + "floor": 1858, + "ceiling": 2203 + }, + { + "floor": 2, + "ceiling": 1854 } ], - "esdbEquipmentInterfaceId": 12999 + "esdbEquipmentInterfaceId": 27714, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:lag-20", + "urn": "fnalgcc-cr6:lag-20", "tags": [ - "sacr-cr6---sacr-mpr1:mgt-addba690:lag-20:ESNET-Z08650:na", - "sacr-cr6---sacr-mpr1:ESNET-Z08650::show:intracloud", - "sacr-cr6---doenet-wapa-fo(as65039):l3edge-cf8d283b:site_conn-b_base:show:na", - "sacr-cr6---sacr-ps:pt-a4ec247a:owamp::na" + "fnalgcc-cr6---fnalgcc-mpr1:mgt-32ad96df:lag-20:ESNET-Z08635:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ - { - "floor": 31, - "ceiling": 918 - }, { "floor": 1111, "ceiling": 4095 }, + { + "floor": 2, + "ceiling": 918 + }, { "floor": 920, "ceiling": 965 @@ -13997,93 +14449,97 @@ { "floor": 967, "ceiling": 1109 - }, - { - "floor": 2, - "ceiling": 29 } ], - "esdbEquipmentInterfaceId": 14955 + "esdbEquipmentInterfaceId": 14950, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:1/1/c22/1", + "urn": "fnalgcc-cr6:lag-400", "tags": [ - "sacr-cr6---snlca902-cr6:bbl-031bb467::ESNET-Z14808:na", - "sacr-cr6---snlca902-cr6:ESNET-Z14808::show:intracloud" + "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sacr-cr6:snlca902-bb-b", - "port": "1/1/c22/1", - "ipv4Address": "134.55.56.84/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12996 + "esdbEquipmentInterfaceId": 25708, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:2/1/c14/1", + "urn": "fnalgcc-cr6:lag-401", "tags": [ - "sacr-cr6---sacr-ps:pt-a4ec247a:::na", - "sacr-cr6---sacr-ps:pt-a4ec247a:throughput::na" + "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 1112, + "floor": 406, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 13014 - }, + "esdbEquipmentInterfaceId": 25709, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1702, + "orchSubscriptionId": null + }, + { + "urn": "forrestal-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.221", + "reservableVlans": [], + "location": "FORRESTAL", + "locationId": 624, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "sacr-cr6:2/1/c25/1", + "urn": "forrestal-cr6:1/1/c13/2", "tags": [ - "sacr-cr6---salt-cr6:bbl-a75a952a::ESNET-Z14067:na", - "sacr-cr6---salt-cr6:ESNET-Z14067::show:intracloud" + "forrestal-cr6---wash-cr6:bbl-bcd15892::ESNET-Z13460:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sacr-cr6:salt-bb-c", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.224/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -14094,89 +14550,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13027 + "esdbEquipmentInterfaceId": 22161, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:1/1/c34/1", + "urn": "forrestal-cr6:1/1/c13/3", "tags": [ - "sacr-cr6---seat-cr6:bbl-09c50b02::ESNET-Z10865:na", - "sacr-cr6---seat-cr6:ESNET-Z10865::show:intracloud" + "forrestal-cr6---DOENET-FORR::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sacr-cr6:seat-bb-d", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.123/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 29 }, { - "floor": 7, + "floor": 31, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13000 + "esdbEquipmentInterfaceId": 22162, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:1/1/c25/1", + "urn": "forrestal-cr6:1/1/c7/1", "tags": [ - "sacr-cr6---salt-cr6:bbl-a75a952a::ESNET-Z10871:na", - "sacr-cr6---salt-cr6:ESNET-Z10871::show:intracloud" + "forrestal-cr6---DOE-IN-FORR::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ - { - "urn": "sacr-cr6:salt-bb-b", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.214/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 899 }, { - "floor": 7, + "floor": 901, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12997 + "esdbEquipmentInterfaceId": 22158, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:2/1/c31/1", + "urn": "forrestal-cr6:2/1/c13/2", "tags": [ - "sacr-cr6---lbnl50-cr6:bbl-d534f139::ESNET-Z12403:na", - "sacr-cr6---lbnl50-cr6:ESNET-Z12403::show:intracloud" + "forrestal-cr6---germantown-cr6:bbl-a7cb4f84::ESNET-Z13461:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sacr-cr6:lbnl50-bb-e", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.182/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -14187,220 +14634,255 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13029 + "esdbEquipmentInterfaceId": 22173, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:2/1/c22/1", + "urn": "forrestal-cr6:2/1/c14/1", "tags": [ - "sacr-cr6---seat-cr6:bbl-09c50b02::ESNET-Z14153:na", - "sacr-cr6---seat-cr6:ESNET-Z14153::show:intracloud" + "forrestal-cr6---forrestal-ps:pt-fd5120b8:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sacr-cr6:seat-bb-e", - "port": "2/1/c22/1", - "ipv4Address": "134.55.56.177/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13026 + "esdbEquipmentInterfaceId": 22176, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:2/1/c34/1", + "urn": "forrestal-cr6:2/1/c7/1", "tags": [ - "sacr-cr6---snlca902-cr6:bbl-031bb467::ESNET-Z14865:na", - "sacr-cr6---snlca902-cr6:ESNET-Z14865::show:intracloud" + "forrestal-cr6---DOE-IN-FORR::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sacr-cr6:snlca902-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.10/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13030 + "esdbEquipmentInterfaceId": 22170, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:1/1/c28/1", + "urn": "forrestal-cr6:lag-20", "tags": [ - "sacr-cr6---snlca902-cr6:bbl-031bb467::ESNET-Z14796:na", - "sacr-cr6---snlca902-cr6:ESNET-Z14796::show:intracloud" + "forrestal-cr6---forrestal-mpr1:mgt-346b9ea2:lag-20:ESNET-Z11270:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sacr-cr6:snlca902-bb-a", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.10/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, + "floor": 920, + "ceiling": 965 + }, + { + "floor": 1111, + "ceiling": 2099 + }, + { + "floor": 967, + "ceiling": 1109 + }, + { + "floor": 2101, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12998 - }, + "esdbEquipmentInterfaceId": 22180, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2020, + "orchSubscriptionId": null + }, + { + "urn": "frib-cr6a", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.231", + "reservableVlans": [], + "location": "FRIB", + "locationId": 620, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "sacr-cr6:2/1/c9/1", + "urn": "frib-cr6a:1/1/c1/1", "tags": [ - "sacr-cr6---sacr-ht2:ht-cae994c8:::na", - "sacr-cr6---sacr-ht2:ht-cae994c8:service1::na" + "frib-cr6a---frib-cr6b:bbl-1cc289bf::ESNET-Z11703:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13009 + "esdbEquipmentInterfaceId": 23965, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:1/1/c8/1", + "urn": "frib-cr6a:1/1/c13/2", "tags": [ - "sacr-cr6---sacr-ht1:ht-f595940a:::na", - "sacr-cr6---sacr-ht1:ht-f595940a:service1::na" + "frib-cr6a---FRIB::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, + "floor": 4001, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 3999 } ], - "esdbEquipmentInterfaceId": 12978 + "esdbEquipmentInterfaceId": 29200, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:2/1/c8/1", + "urn": "frib-cr6a:1/1/c2/1", "tags": [ - "sacr-cr6---sacr-ht2:ht-cae994c8:::na", - "sacr-cr6---sacr-ht2:ht-cae994c8:service1::na" + "frib-cr6a---chic-cr6:bbl-1ff91e33::ESNET-Z10945:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13008 + "esdbEquipmentInterfaceId": 23966, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:1/1/c9/1", + "urn": "frib-cr6a:1/1/c7/1", "tags": [ - "sacr-cr6---sacr-ht1:ht-f595940a:::na", - "sacr-cr6---sacr-ht1:ht-f595940a:service1::na" + "frib-cr6a---FRIB::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 2099 }, { - "floor": 2, - "ceiling": 4088 + "floor": 2101, + "ceiling": 2109 + }, + { + "floor": 2111, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12979 + "esdbEquipmentInterfaceId": 24473, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:2/1/c28/1", + "urn": "frib-cr6a:2/1/c1/1", "tags": [ - "sacr-cr6---lbnl50-cr6:bbl-d534f139::ESNET-Z14017:na", - "sacr-cr6---lbnl50-cr6:ESNET-Z14017::show:intracloud" + "frib-cr6a---frib-cr6b:bbl-1cc289bf::ESNET-Z11704:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sacr-cr6:lbnl50-bb-f", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.30/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -14411,120 +14893,167 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13028 + "esdbEquipmentInterfaceId": 23967, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:lag-401", + "urn": "frib-cr6a:2/1/c14/1", "tags": [ - "sacr-cr6---sacr-ht2:ht-cae994c8:capture::na" + "frib-cr6a---frib-a-ps:pt-80ffe623:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 1112, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 25719 + "esdbEquipmentInterfaceId": 26857, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:lag-400", + "urn": "frib-cr6a:lag-20", "tags": [ - "sacr-cr6---sacr-ht1:ht-f595940a:capture::na" + "frib-cr6a---frib-mpr1a:mgt-105310cc:lag-20:ESNET-Z11719:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, + "floor": 1111, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 25718 + "esdbEquipmentInterfaceId": 23994, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1693 + "esdbEquipmentId": 2009, + "orchSubscriptionId": null }, { - "urn": "bnl725-cr6", + "urn": "frib-cr6b", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.239", + "ipv4Address": "134.55.200.232", "reservableVlans": [], - "location": "BNL725", - "locationId": 653, - "latitude": "40.8661116", - "longitude": "-72.8709471", + "location": "FRIB", + "locationId": 620, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "bnl725-cr6:lag-50", + "urn": "frib-cr6b:1/1/c1/1", "tags": [ - "bnl725-cr6---BNL::conn-v:show:na", - "bnl725-cr6---bnl(as43):l3edge-f01b13f4:site_conn-v_base:show:na", - "bnl725-cr6---bnl(as43):l3edge-99b921c5:site_conn-v_base:show:na", - "bnl725-cr6---bnl(as43):l3edge-29964185:site_conn-v_l3vpn-lhcone:show:intercloud" + "frib-cr6b---frib-cr6a:bbl-1cc289bf::ESNET-Z11703:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 800000, - "reservableEgressBw": 800000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 3 - }, - { - "floor": 5, "ceiling": 5 }, - { - "floor": 2201, - "ceiling": 4095 - }, { "floor": 7, - "ceiling": 2199 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27670 + "esdbEquipmentInterfaceId": 23968, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:1/1/c31/1", + "urn": "frib-cr6b:1/1/c13/2", "tags": [ - "bnl725-cr6---bnl515-cr6:bbl-218574b2::ESNET-Z15856:na", - "bnl725-cr6---bnl515-cr6:ESNET-Z15856::show:intracloud" + "frib-cr6b---FRIB::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 4002, + "ceiling": 4095 + }, { - "urn": "bnl725-cr6:bnl515-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.45/31" + "floor": 2, + "ceiling": 4000 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 29201, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "frib-cr6b:1/1/c2/1", + "tags": [ + "frib-cr6b---star-cr6:bbl-e31aae12::ESNET-Z10944:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -14535,56 +15064,84 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27253 + "esdbEquipmentInterfaceId": 23970, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:lag-20", + "urn": "frib-cr6b:1/1/c7/1", "tags": [ - "bnl725-cr6---bnl725-mpr1:mgt-24587350:lag-20:ESNET-Z15162:na", - "bnl725-cr6---bnl725-mpr1:ESNET-Z15162::show:intracloud", - "bnl725-cr6---bnl725-ps:pt-f3894884:owamp::na", - "bnl725-cr6---east-test-ps:pt:owamp::na" + "frib-cr6b---FRIB::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 917 + "ceiling": 2100 }, { - "floor": 1111, - "ceiling": 4095 - }, + "floor": 2102, + "ceiling": 2110 + }, { - "floor": 920, - "ceiling": 965 + "floor": 2112, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 24474, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "frib-cr6b:2/1/c1/1", + "tags": [ + "frib-cr6b---frib-cr6a:bbl-1cc289bf::ESNET-Z11704:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27281 + "esdbEquipmentInterfaceId": 23969, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:2/1/c14/1", + "urn": "frib-cr6b:2/1/c14/1", "tags": [ - "bnl725-cr6---bnl725-ps:pt-f3894884:::na", - "bnl725-cr6---bnl725-ps:pt-f3894884:throughput::na" + "frib-cr6b---frib-b-ps:pt-16f4032c:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -14599,89 +15156,103 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 27268 + "esdbEquipmentInterfaceId": 26861, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:1/1/c25/1", + "urn": "frib-cr6b:lag-20", "tags": [ - "bnl725-cr6---bnl515-cr6:bbl-218574b2::ESNET-Z15047:na", - "bnl725-cr6---bnl515-cr6:ESNET-Z15047::show:intracloud" + "frib-cr6b---frib-mpr1b:mgt-8ec7468b:lag-20:ESNET-Z11722:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "bnl725-cr6:bnl515-bb-a", - "port": "1/1/c25/1", - "ipv4Address": "134.55.56.211/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 27251 - }, + "esdbEquipmentInterfaceId": 23993, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2010, + "orchSubscriptionId": null + }, + { + "urn": "ga-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.205", + "reservableVlans": [], + "location": "GA", + "locationId": 602, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "bnl725-cr6:2/1/c31/1", + "urn": "ga-cr6:1/1/c1/1", "tags": [ - "bnl725-cr6---bnl515-cr6:bbl-218574b2::ESNET-Z15857:na", - "bnl725-cr6---bnl515-cr6:ESNET-Z15857::show:intracloud" + "ga-cr6---GA::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "bnl725-cr6:bnl515-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.47/31" - } + "EDGE", + "UNTAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 27279 + "esdbEquipmentInterfaceId": 16400, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "bnl725-cr6:1/1/c28/1", + "urn": "ga-cr6:1/1/c2/1", "tags": [ - "bnl725-cr6---newy32aoa-cr6:bbl-5f8cdde4::ESNET-Z15858:na", - "bnl725-cr6---newy32aoa-cr6:ESNET-Z15858::show:intracloud" + "ga-cr6---losa-cr6:bbl-36acb5c5::ESNET-Z14635:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bnl725-cr6:newy32aoa-bb-b", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.133/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -14692,152 +15263,195 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27252 + "esdbEquipmentInterfaceId": 16401, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:2/1/c9/1", + "urn": "ga-cr6:1/1/c7/1", "tags": [ - "bnl725-cr6---bnl725-ht2:ht-ffa1c539:::na", - "bnl725-cr6---bnl725-ht2:ht-ffa1c539:service1::na" + "ga-cr6---GA::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 100 }, { - "floor": 2, - "ceiling": 4088 + "floor": 102, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27263 + "esdbEquipmentInterfaceId": 16402, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:1/1/c1/1", + "urn": "ga-cr6:2/1/c1/1", "tags": [ - "bnl725-cr6---east-test-ps:pt:::na", - "bnl725-cr6---east-test-ps:pt:throughput::na" + "ga-cr6---sand-cr6:bbl-3a6bade9::ESNET-Z11484:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 912, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 910 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27229 + "esdbEquipmentInterfaceId": 16412, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:1/1/c8/1", + "urn": "ga-cr6:2/1/c14/1", "tags": [ - "bnl725-cr6---bnl725-ht1:ht-b8e3510a:::na", - "bnl725-cr6---bnl725-ht1:ht-b8e3510a:service1::na" + "ga-cr6---ga-ps:pt-ae71ef9b:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 27236 + "esdbEquipmentInterfaceId": 16420, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:2/1/c8/1", + "urn": "ga-cr6:2/1/c2/1", "tags": [ - "bnl725-cr6---bnl725-ht2:ht-ffa1c539:::na", - "bnl725-cr6---bnl725-ht2:ht-ffa1c539:service1::na" + "ga-cr6---sand-cr6:bbl-be0906c1::ESNET-Z14634:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27262 + "esdbEquipmentInterfaceId": 16413, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:1/1/c9/1", + "urn": "ga-cr6:lag-20", "tags": [ - "bnl725-cr6---bnl725-ht1:ht-b8e3510a:::na", - "bnl725-cr6---bnl725-ht1:ht-b8e3510a:service1::na" + "ga-cr6---ga-mpr1:mgt-caed118a:lag-20:ESNET-Z09142:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 27237 - }, + "esdbEquipmentInterfaceId": 16821, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1830, + "orchSubscriptionId": null + }, + { + "urn": "germantown-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.206", + "reservableVlans": [], + "location": "GERMANTOWN", + "locationId": 603, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "bnl725-cr6:2/1/c28/1", + "urn": "germantown-cr6:1/1/c13/2", "tags": [ - "bnl725-cr6---newy32aoa-cr6:bbl-5f8cdde4::ESNET-Z15859:na", - "bnl725-cr6---newy32aoa-cr6:ESNET-Z15859::show:intracloud" + "germantown-cr6---forrestal-cr6:bbl-a7cb4f84::ESNET-Z13461:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bnl725-cr6:newy32aoa-bb-a", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.205/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -14848,259 +15462,223 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27278 + "esdbEquipmentInterfaceId": 16435, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:lag-401", + "urn": "germantown-cr6:1/1/c13/3", "tags": [ - "bnl725-cr6---bnl725-ht2:ht-ffa1c539:capture::na" + "germantown-cr6---DOE-SC-GTN::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, + "floor": 1822, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 1819 } ], - "esdbEquipmentInterfaceId": 27742 + "esdbEquipmentInterfaceId": 16436, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:lag-400", + "urn": "germantown-cr6:2/1/c13/2", "tags": [ - "bnl725-cr6---bnl725-ht1:ht-b8e3510a:capture::na" + "germantown-cr6---eqxdc4-cr6:bbl-e0f67301::ESNET-Z12318:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27741 - } - ], - "esdbEquipmentId": 2455 - }, - { - "urn": "nrelrsf-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.226", - "reservableVlans": [], - "location": "NRELRSF", - "locationId": 629, - "latitude": "39.7401819", - "longitude": "-105.1780407", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 16447, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "nrelrsf-cr6:2/1/c7/1", + "urn": "germantown-cr6:2/1/c13/3", "tags": [ - "nrelrsf-cr6---NREL::conn-g:show:na", - "nrelrsf-cr6---nrel(as16411):l3edge-e90b2dd3:site_conn-g_base:show:na", - "nrelrsf-cr6---nrel(as16411):l3edge-319898c8:site_conn-g_base:show:na", - "nrelrsf-cr6---nrel(as65027):l3edge-a6656a74:site_conn-g_base:show:na" + "germantown-cr6---DOENET-DOE-GTN::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1614, - "ceiling": 1614 + "floor": 2, + "ceiling": 29 }, { - "floor": 1616, + "floor": 31, "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 1611 } ], - "esdbEquipmentInterfaceId": 22325 + "esdbEquipmentInterfaceId": 16448, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nrelrsf-cr6:1/1/c1/1", + "urn": "germantown-cr6:2/1/c13/4", "tags": [ - "nrelrsf-cr6---denv-cr6:bbl-17115f47::ESNET-Z12560:na", - "nrelrsf-cr6---denv-cr6:ESNET-Z12560::show:intracloud" + "germantown-cr6---DOE-NNSA-GTN::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ - { - "urn": "nrelrsf-cr6:denv-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.109/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1799 }, { - "floor": 7, + "floor": 1801, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22311 + "esdbEquipmentInterfaceId": 16449, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nrelrsf-cr6:lag-20", + "urn": "germantown-cr6:2/1/c14/1", "tags": [ - "nrelrsf-cr6---nrelrsf-mpr1:mgt-c2497ffc:lag-20:ESNET-Z11285:na", - "nrelrsf-cr6---nrelrsf-mpr1:ESNET-Z11285::show:intracloud", - "nrelrsf-cr6---nrelrsf-ps:pt-34041338:owamp::na" + "germantown-cr6---germantown-ps:pt-e02bdeb0:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 910 }, { - "floor": 967, - "ceiling": 1109 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 22335 + "esdbEquipmentInterfaceId": 16450, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nrelrsf-cr6:2/1/c14/1", + "urn": "germantown-cr6:lag-20", "tags": [ - "nrelrsf-cr6---nrelrsf-ps:pt-34041338:::na", - "nrelrsf-cr6---nrelrsf-ps:pt-34041338:throughput::na" + "germantown-cr6---germantown-mpr1:mgt-154668ab:lag-20:ESNET-Z09145:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 1112, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 + "ceiling": 918 }, { - "floor": 912, - "ceiling": 1110 - } - ], - "esdbEquipmentInterfaceId": 22331 - }, - { - "urn": "nrelrsf-cr6:1/1/c2/1", - "tags": [ - "nrelrsf-cr6---nrelesif-cr6:bbl-7142198d::ESNET-Z12561:na", - "nrelrsf-cr6---nrelesif-cr6:ESNET-Z12561::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nrelrsf-cr6:nrelesif-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.58.103/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 + "floor": 920, + "ceiling": 965 }, { - "floor": 7, - "ceiling": 4095 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 22312 + "esdbEquipmentInterfaceId": 16823, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 2025 + "esdbEquipmentId": 1831, + "orchSubscriptionId": null }, { - "urn": "fnalgcc-cr6", + "urn": "hous-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.188", + "ipv4Address": "134.55.200.181", "reservableVlans": [], - "location": "FNALGCC", - "locationId": 281, - "latitude": "41.8511748", - "longitude": "-88.2430671", + "location": "HOUS", + "locationId": 274, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "fnalgcc-cr6:1/1/c31/1", + "urn": "hous-cr6:1/1/c1/1", "tags": [ - "fnalgcc-cr6---chic-cr6:bbl-0dce69e5::ESNET-Z10763:na", - "fnalgcc-cr6---chic-cr6:ESNET-Z10763::show:intracloud" + "hous-cr6---nash-cr6:bbl-e8a0e0a6::ESNET-Z09869:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalgcc-cr6:chic-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.223/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -15111,125 +15689,108 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13321 + "esdbEquipmentInterfaceId": 12843, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:lag-20", + "urn": "hous-cr6:1/1/c17/2", "tags": [ - "fnalgcc-cr6---fnalgcc-mpr1:mgt-32ad96df:lag-20:ESNET-Z08635:na", - "fnalgcc-cr6---fnalgcc-mpr1:ESNET-Z08635::show:intracloud", - "fnalgcc-cr6---fnalgcc-ps:pt-67f61f1b:owamp::na" + "hous-cr6---DOENET-EQX-DAL::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 39 }, { - "floor": 967, - "ceiling": 1109 + "floor": 41, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14950 + "esdbEquipmentInterfaceId": 12860, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:lag-1", + "urn": "hous-cr6:1/1/c17/3", "tags": [ - "fnalgcc-cr6---FNAL::conn-w:show:na", - "fnalgcc-cr6---fnal(as3152):l3edge-8d6a9a90:site_conn-w_base:show:na", - "fnalgcc-cr6---fnal(as3152):l3edge-2a2af6c3:site_conn-w_base:show:na", - "fnalgcc-cr6---fnal(as3152):l3edge-05f56766:site_conn-w_l3vpn-lhcone:show:intercloud" + "hous-cr6---pantex-cr6:bbl-2a6992a5::ESNET-Z12463:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 2203, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 1853 - }, - { - "floor": 1855, - "ceiling": 1855 + "ceiling": 5 }, { - "floor": 1857, - "ceiling": 2201 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22632 + "esdbEquipmentInterfaceId": 12861, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:2/1/c14/1", + "urn": "hous-cr6:1/1/c22/1", "tags": [ - "fnalgcc-cr6---fnalgcc-ps:pt-67f61f1b:::na", - "fnalgcc-cr6---fnalgcc-ps:pt-67f61f1b:throughput::na" + "hous-cr6---eqxda3-cr6:bbl-02554e63::ESNET-Z17816:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13336 + "esdbEquipmentInterfaceId": 12868, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:1/1/c34/1", + "urn": "hous-cr6:1/1/c25/1", "tags": [ - "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z10913:na", - "fnalgcc-cr6---fnalfcc-cr6:ESNET-Z10913::show:intracloud" + "hous-cr6---atla-cr6:bbl-38f1debd::ESNET-Z17823:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalgcc-cr6:fnalfcc-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.219/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -15240,27 +15801,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13322 + "esdbEquipmentInterfaceId": 12869, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:2/1/c31/1", + "urn": "hous-cr6:1/1/c28/1", "tags": [ - "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z10916:na", - "fnalgcc-cr6---fnalfcc-cr6:ESNET-Z10916::show:intracloud" + "hous-cr6---eqxda3-cr6:bbl-02554e63::ESNET-Z09880:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalgcc-cr6:fnalfcc-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.221/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -15271,27 +15829,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13351 + "esdbEquipmentInterfaceId": 12870, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:2/1/c34/1", + "urn": "hous-cr6:1/1/c31/1", "tags": [ - "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z07205:na", - "fnalgcc-cr6---fnalfcc-cr6:ESNET-Z07205::show:intracloud" + "hous-cr6---elpa-cr6:bbl-5995bced::ESNET-Z10793:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalgcc-cr6:fnalfcc-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.111/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -15302,27 +15857,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13352 + "esdbEquipmentInterfaceId": 12871, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:1/1/c28/1", + "urn": "hous-cr6:1/1/c34/1", "tags": [ - "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z15714:na", - "fnalgcc-cr6---fnalfcc-cr6:ESNET-Z15714::show:intracloud" + "hous-cr6---atla-cr6:bbl-38f1debd::ESNET-Z10721:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalgcc-cr6:fnalfcc-bb-d", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.243/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -15333,46 +15885,56 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13320 + "esdbEquipmentInterfaceId": 12872, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:2/1/c9/1", + "urn": "hous-cr6:1/1/c7/1", "tags": [ - "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:::na", - "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:service1::na" + "hous-cr6---hous-dtn1:dtn-cb2e06aa:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 913, + "ceiling": 915 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 911 + }, + { + "floor": 917, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13331 + "esdbEquipmentInterfaceId": 12849, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:1/1/c8/1", + "urn": "hous-cr6:1/1/c8/1", "tags": [ - "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:::na", - "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:service1::na" + "hous-cr6---hous-ht1:ht-925d4eee:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -15383,21 +15945,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13300 + "esdbEquipmentInterfaceId": 12850, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:2/1/c8/1", + "urn": "hous-cr6:1/1/c9/1", "tags": [ - "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:::na", - "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:service1::na" + "hous-cr6---hous-ht1:ht-925d4eee:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -15408,52 +15973,92 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13330 + "esdbEquipmentInterfaceId": 12851, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:1/1/c9/1", + "urn": "hous-cr6:2/1/c1/1", "tags": [ - "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:::na", - "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:service1::na" + "hous-cr6---LEARN::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 567, + "ceiling": 3339 + }, + { + "floor": 3342, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 563 + }, + { + "floor": 565, + "ceiling": 565 } ], - "esdbEquipmentInterfaceId": 13301 + "esdbEquipmentInterfaceId": 12873, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:2/1/c28/1", + "urn": "hous-cr6:2/1/c14/1", "tags": [ - "fnalgcc-cr6---chic-cr6:bbl-0dce69e5::ESNET-Z11690:na", - "fnalgcc-cr6---chic-cr6:ESNET-Z11690::show:intracloud" + "hous-cr6---hous-ps:pt-8d1ef11d:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { - "urn": "fnalgcc-cr6:chic-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.51/31" + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], + "esdbEquipmentInterfaceId": 12886, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "hous-cr6:2/1/c25/1", + "tags": [ + "hous-cr6---atla-cr6:bbl-38f1debd::ESNET-Z14978:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -15464,85 +16069,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13350 + "esdbEquipmentInterfaceId": 12899, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:lag-401", + "urn": "hous-cr6:2/1/c28/1", "tags": [ - "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:capture::na" + "hous-cr6---elpa-cr6:bbl-5995bced::ESNET-Z14974:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25709 + "esdbEquipmentInterfaceId": 12900, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:lag-400", + "urn": "hous-cr6:2/1/c31/1", "tags": [ - "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:capture::na" + "hous-cr6---elpa-cr6:bbl-5995bced::ESNET-Z10907:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25708 - } - ], - "esdbEquipmentId": 1702 - }, - { - "urn": "snlca902-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.245", - "reservableVlans": [], - "location": "SNLCA902", - "locationId": 655, - "latitude": "37.679795", - "longitude": "-121.710767", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12901, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "snlca902-cr6:1/1/c31/1", + "urn": "hous-cr6:2/1/c34/1", "tags": [ - "snlca902-cr6---sacr-cr6:bbl-031bb467::ESNET-Z14796:na", - "snlca902-cr6---sacr-cr6:ESNET-Z14796::show:intracloud" + "hous-cr6---eqxda3-cr6:bbl-02554e63::ESNET-Z10781:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "snlca902-cr6:sacr-bb-a", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.11/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -15553,22 +16153,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26990 + "esdbEquipmentInterfaceId": 12902, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:lag-20", + "urn": "hous-cr6:2/1/c8/1", + "tags": [ + "hous-cr6---hous-ht2:ht-eb16939d:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12880, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "hous-cr6:2/1/c9/1", + "tags": [ + "hous-cr6---hous-ht2:ht-eb16939d:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12881, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "hous-cr6:lag-20", "tags": [ - "snlca902-cr6---snlca902-mpr1:mgt-4676179b:lag-20:ESNET-Z14407:na", - "snlca902-cr6---snlca902-mpr1:ESNET-Z14407::show:intracloud", - "snlca902-cr6---snlca902-ps:pt-0d7b3275:owamp::na" + "hous-cr6---hous-mpr1:mgt-1f228f29:lag-20:ESNET-Z08614:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 1111, @@ -15587,56 +16245,95 @@ "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 26913 + "esdbEquipmentInterfaceId": 14943, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:2/1/c14/1", + "urn": "hous-cr6:lag-400", "tags": [ - "snlca902-cr6---snlca902-ps:pt-0d7b3275:::na", - "snlca902-cr6---snlca902-ps:pt-0d7b3275:throughput::na" + "hous-cr6---hous-ht1:ht-925d4eee:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 1112, + "floor": 406, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 27005 + "esdbEquipmentInterfaceId": 25716, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:1/1/c34/1", + "urn": "hous-cr6:lag-401", "tags": [ - "snlca902-cr6---sacr-cr6:bbl-031bb467::ESNET-Z14865:na", - "snlca902-cr6---sacr-cr6:ESNET-Z14865::show:intracloud" + "hous-cr6---hous-ht2:ht-eb16939d:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ { - "urn": "snlca902-cr6:sacr-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.11/31" + "floor": 2, + "ceiling": 4095 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 25717, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1691, + "orchSubscriptionId": null + }, + { + "urn": "inleil-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.207", + "reservableVlans": [], + "location": "INLEIL", + "locationId": 604, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "inleil-cr6:1/1/c1/1", + "tags": [ + "inleil-cr6---inlerob-cr6:bbl-c40704a5::ESNET-Z13303:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -15647,72 +16344,88 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26991 + "esdbEquipmentInterfaceId": 16460, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:2/1/c3/1", + "urn": "inleil-cr6:1/1/c7/1", "tags": [ - "snlca902-cr6---LLNL::conn-u:show:na" + "inleil-cr6---INL::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 1507, + "ceiling": 3958 + }, + { + "floor": 3960, "ceiling": 4095 + }, + { + "floor": 1505, + "ceiling": 1505 + }, + { + "floor": 2, + "ceiling": 1503 } ], - "esdbEquipmentInterfaceId": 26994 + "esdbEquipmentInterfaceId": 16462, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:2/1/c2/1", + "urn": "inleil-cr6:2/1/c1/1", "tags": [ - "snlca902-cr6---LLNL::conn-s:show:na", - "snlca902-cr6---llnl(as44):l3edge-988a70d5:site_conn-s_base:show:na" + "inleil-cr6---inlerob-cr6:bbl-c40704a5::ESNET-Z17925:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 83 + "ceiling": 5 }, { - "floor": 85, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26993 + "esdbEquipmentInterfaceId": 16472, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:2/1/c31/1", + "urn": "inleil-cr6:2/1/c13/2", "tags": [ - "snlca902-cr6---sacr-cr6:bbl-031bb467::ESNET-Z14808:na", - "snlca902-cr6---sacr-cr6:ESNET-Z14808::show:intracloud" + "inleil-cr6---bois-cr6:bbl-c568431e::ESNET-Z13484:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "snlca902-cr6:sacr-bb-b", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.85/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -15723,88 +16436,111 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27020 + "esdbEquipmentInterfaceId": 16477, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:1/1/c17/3", + "urn": "inleil-cr6:2/1/c14/1", "tags": [ - "snlca902-cr6---LLNL::conn-r:show:na", - "snlca902-cr6---llnl(as45):l3edge-4645556e:site_conn-r_base:show:na", - "snlca902-cr6---llnl(as45):l3edge-f3e83d41:site_conn-r_base:show:na" + "inleil-cr6---inleil-ps:pt-ca9fbfa8:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1127, + "floor": 1112, "ceiling": 4095 }, { - "floor": 1121, - "ceiling": 1125 + "floor": 2, + "ceiling": 910 }, { - "floor": 2, - "ceiling": 1119 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 26980 + "esdbEquipmentInterfaceId": 16480, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:1/1/c3/1", + "urn": "inleil-cr6:lag-20", "tags": [ - "snlca902-cr6---SNLL::conn-f:show:na", - "snlca902-cr6---snla(as377):l3edge-ed7e9c03:site_conn-f_base:show:na", - "snlca902-cr6---snla(as377):l3edge-426cc9b5:site_conn-f_base:show:na", - "snlca902-cr6---snll(as3562):l3edge-11b75d41:site_conn-f_base:show:na" + "inleil-cr6---inleil-mpr1:mgt-dd59af62:lag-20:ESNET-Z09148:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 1153, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1148 + "ceiling": 918 }, { - "floor": 1151, - "ceiling": 1151 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 26964 - }, + "esdbEquipmentInterfaceId": 16825, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1832, + "orchSubscriptionId": null + }, + { + "urn": "inlerob-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.222", + "reservableVlans": [], + "location": "INLEROB", + "locationId": 625, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "snlca902-cr6:2/1/c34/1", + "urn": "inlerob-cr6:1/1/c1/1", "tags": [ - "snlca902-cr6---llnl-cr6:bbl-11d45c84::ESNET-Z14409:na", - "snlca902-cr6---llnl-cr6:ESNET-Z14409::show:intracloud" + "inlerob-cr6---inleil-cr6:bbl-c40704a5::ESNET-Z13303:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "snlca902-cr6:llnl-bb-f", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.45/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -15815,158 +16551,168 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26915 + "esdbEquipmentInterfaceId": 22187, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:1/1/c28/1", + "urn": "inlerob-cr6:1/1/c13/3", "tags": [ - "snlca902-cr6---llnl-cr6:bbl-11d45c84::ESNET-Z14863:na", - "snlca902-cr6---llnl-cr6:ESNET-Z14863::show:intracloud" + "inlerob-cr6---DOE-IN-INL::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "snlca902-cr6:llnl-bb-g", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.65/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26989 + "esdbEquipmentInterfaceId": 22193, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:2/1/c9/1", + "urn": "inlerob-cr6:1/1/c7/1", "tags": [ - "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:::na", - "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:service1::na" + "inlerob-cr6---INL::conn-j:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 2, + "ceiling": 1523 + }, + { + "floor": 1525, + "ceiling": 1525 + }, + { + "floor": 3959, "ceiling": 4095 }, { - "floor": 2, - "ceiling": 4088 + "floor": 1527, + "ceiling": 3957 } ], - "esdbEquipmentInterfaceId": 27000 + "esdbEquipmentInterfaceId": 22189, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:1/1/c8/1", + "urn": "inlerob-cr6:2/1/c1/1", "tags": [ - "snlca902-cr6---snlca902-ht1:ht-63469d5b:::na", - "snlca902-cr6---snlca902-ht1:ht-63469d5b:service1::na" + "inlerob-cr6---inleil-cr6:bbl-c40704a5::ESNET-Z17925:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26969 + "esdbEquipmentInterfaceId": 22199, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:2/1/c8/1", + "urn": "inlerob-cr6:2/1/c14/1", "tags": [ - "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:::na", - "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:service1::na" + "inlerob-cr6---inlerob-ps:pt-e7e386d2:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 26999 + "esdbEquipmentInterfaceId": 22207, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:1/1/c9/1", + "urn": "inlerob-cr6:2/1/c2/1", "tags": [ - "snlca902-cr6---snlca902-ht1:ht-63469d5b:::na", - "snlca902-cr6---snlca902-ht1:ht-63469d5b:service1::na" + "inlerob-cr6---DOE-IN-INL::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 4088 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26970 + "esdbEquipmentInterfaceId": 22200, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:2/1/c28/1", + "urn": "inlerob-cr6:2/1/c7/1", "tags": [ - "snlca902-cr6---llnl-cr6:bbl-11d45c84::ESNET-Z14864:na", - "snlca902-cr6---llnl-cr6:ESNET-Z14864::show:intracloud" + "inlerob-cr6---salt-cr6:bbl-256aab3b::ESNET-Z14440:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "snlca902-cr6:llnl-bb-h", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.87/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -15977,184 +16723,135 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27019 + "esdbEquipmentInterfaceId": 22201, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:lag-401", + "urn": "inlerob-cr6:lag-20", "tags": [ - "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:capture::na" + "inlerob-cr6---inlerob-mpr1:mgt-9645f344:lag-20:ESNET-Z11273:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, + "floor": 1111, "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 27083 - }, - { - "urn": "snlca902-cr6:lag-400", - "tags": [ - "snlca902-cr6---snlca902-ht1:ht-63469d5b:capture::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, - "reservableVlans": [ + }, { "floor": 2, - "ceiling": 4095 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 27082 + "esdbEquipmentInterfaceId": 22211, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 2430 + "esdbEquipmentId": 2021, + "orchSubscriptionId": null }, { - "urn": "anl221-cr6", + "urn": "jlab12-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.173", + "ipv4Address": "134.55.200.208", "reservableVlans": [], - "location": "ANL221", - "locationId": 265, - "latitude": "41.71561118", - "longitude": "-87.98352097", + "location": "JLAB12", + "locationId": 605, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "anl221-cr6:1/1/c31/1", - "tags": [ - "anl221-cr6---fnalfcc-cr6:bbl-aba780f0::ESNET-Z10703:na", - "anl221-cr6---fnalfcc-cr6:ESNET-Z10703::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "anl221-cr6:fnalfcc-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.236/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12293 - }, - { - "urn": "anl221-cr6:lag-20", + "urn": "jlab12-cr6:1/1/c1/1", "tags": [ - "anl221-cr6---anl221-mpr1:mgt-a81e8ae5:lag-20:ESNET-Z08587:na", - "anl221-cr6---anl221-mpr1:ESNET-Z08587::show:intracloud", - "anl221-cr6---doenet-anl(as65018):l3edge-272ca650:site_conn-b_base:show:na", - "anl221-cr6---anl221-ps:pt-f5f0c678:owamp::na" + "jlab12-cr6---JLAB::conn-j:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 31, - "ceiling": 918 - }, - { - "floor": 1111, + "floor": 2302, "ceiling": 4095 }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 - }, { "floor": 2, - "ceiling": 29 + "ceiling": 2300 } ], - "esdbEquipmentInterfaceId": 14934 + "esdbEquipmentInterfaceId": 16490, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:2/1/c14/1", + "urn": "jlab12-cr6:1/1/c2/1", "tags": [ - "anl221-cr6---anl221-ps:pt-f5f0c678:::na", - "anl221-cr6---anl221-ps:pt-f5f0c678:throughput::na" + "jlab12-cr6---atla-cr6:bbl-73bcce9c::ESNET-Z16334:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12308 + "esdbEquipmentInterfaceId": 16491, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:1/1/c34/1", + "urn": "jlab12-cr6:2/1/c1/1", "tags": [ - "anl221-cr6---anl541b-cr6:bbl-50ed9d9e::ESNET-Z10880:na", - "anl221-cr6---anl541b-cr6:ESNET-Z10880::show:intracloud" + "jlab12-cr6---jlab205-cr6:bbl-ea8f9041::ESNET-Z11339:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "anl221-cr6:anl541b-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.42/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -16165,468 +16862,454 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12294 + "esdbEquipmentInterfaceId": 16502, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:2/1/c31/1", + "urn": "jlab12-cr6:2/1/c13/3", "tags": [ - "anl221-cr6---fnalfcc-cr6:bbl-aba780f0::ESNET-Z10706:na", - "anl221-cr6---fnalfcc-cr6:ESNET-Z10706::show:intracloud" + "jlab12-cr6---DOE-SC-TJSO::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "anl221-cr6:fnalfcc-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.238/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 900 }, { - "floor": 7, + "floor": 902, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12323 + "esdbEquipmentInterfaceId": 16508, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:2/1/c34/1", + "urn": "jlab12-cr6:2/1/c14/1", "tags": [ - "anl221-cr6---anl541b-cr6:bbl-50ed9d9e::ESNET-Z07204:na", - "anl221-cr6---anl541b-cr6:ESNET-Z07204::show:intracloud" + "jlab12-cr6---jlab12-ps:pt-fb199a88:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "anl221-cr6:anl541b-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.154/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12324 + "esdbEquipmentInterfaceId": 16510, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:1/1/c17/2", + "urn": "jlab12-cr6:2/1/c8/1", "tags": [ - "anl221-cr6---anl-pt1:throughput:::na" + "jlab12-cr6---JLAB::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 2301, + "ceiling": 2376 + }, + { + "floor": 2378, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 2299 } ], - "esdbEquipmentInterfaceId": 12282 + "esdbEquipmentInterfaceId": 16505, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:1/1/c28/1", + "urn": "jlab12-cr6:lag-20", "tags": [ - "anl221-cr6---anl541b-cr6:bbl-50ed9d9e::ESNET-Z10883:na", - "anl221-cr6---anl541b-cr6:ESNET-Z10883::show:intracloud" + "jlab12-cr6---jlab12-mpr1:mgt-e27fcd52:lag-20:ESNET-Z09151:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "anl221-cr6:anl541b-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.134/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12292 - }, + "esdbEquipmentInterfaceId": 16827, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1833, + "orchSubscriptionId": null + }, + { + "urn": "jlab205-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.209", + "reservableVlans": [], + "location": "JLAB205", + "locationId": 606, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "anl221-cr6:2/1/c9/1", + "urn": "jlab205-cr6:1/1/c1/1", "tags": [ - "anl221-cr6---anl221-ht2:ht-8fec44f8:::na", - "anl221-cr6---anl221-ht2:ht-8fec44f8:service1::na" + "jlab205-cr6---JLAB::conn-k:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 2315, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 2313 } ], - "esdbEquipmentInterfaceId": 12303 + "esdbEquipmentInterfaceId": 16520, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:1/1/c8/1", + "urn": "jlab205-cr6:1/1/c2/1", "tags": [ - "anl221-cr6---anl221-ht1:ht-e579a8d1:::na", - "anl221-cr6---anl221-ht1:ht-e579a8d1:service1::na" + "jlab205-cr6---eqxdc4-cr6:bbl-3ea79543::ESNET-Z14942:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12272 + "esdbEquipmentInterfaceId": 16521, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:2/1/c8/1", + "urn": "jlab205-cr6:2/1/c1/1", "tags": [ - "anl221-cr6---anl221-ht2:ht-8fec44f8:::na", - "anl221-cr6---anl221-ht2:ht-8fec44f8:service1::na" + "jlab205-cr6---jlab12-cr6:bbl-ea8f9041::ESNET-Z11339:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12302 + "esdbEquipmentInterfaceId": 16532, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:1/1/c9/1", + "urn": "jlab205-cr6:2/1/c13/3", "tags": [ - "anl221-cr6---anl221-ht1:ht-e579a8d1:::na", - "anl221-cr6---anl221-ht1:ht-e579a8d1:service1::na" + "jlab205-cr6---DOE-SC-TJSO::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, + "floor": 904, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 902 } ], - "esdbEquipmentInterfaceId": 12273 + "esdbEquipmentInterfaceId": 16538, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:2/1/c28/1", + "urn": "jlab205-cr6:2/1/c14/1", "tags": [ - "anl221-cr6---fnalfcc-cr6:bbl-aba780f0::ESNET-Z11926:na", - "anl221-cr6---fnalfcc-cr6:ESNET-Z11926::show:intracloud" + "jlab205-cr6---jlab205-ps:pt-545f8feb:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "anl221-cr6:fnalfcc-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.78/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12322 + "esdbEquipmentInterfaceId": 16540, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:2/1/c19/1", + "urn": "jlab205-cr6:2/1/c8/1", "tags": [ - "anl221-cr6---ANL::conn-k:show:na", - "anl221-cr6---anl(as683):l3edge-cb52d675:site_conn-k_base:show:na", - "anl221-cr6---anl(as683):l3edge-c81be8c8:site_conn-k_base:show:na", - "anl221-cr6---anl(as683):l3edge-9a7efad8:site_conn-k_l3vpn-lhcone:show:intercloud" + "jlab205-cr6---JLAB::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1947, + "floor": 2314, "ceiling": 4095 }, - { - "floor": 1867, - "ceiling": 1875 - }, { "floor": 2, - "ceiling": 1865 - }, - { - "floor": 1877, - "ceiling": 1945 + "ceiling": 2312 } ], - "esdbEquipmentInterfaceId": 12319 + "esdbEquipmentInterfaceId": 16535, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:lag-401", + "urn": "jlab205-cr6:lag-20", "tags": [ - "anl221-cr6---anl221-ht2:ht-8fec44f8:capture::na" + "jlab205-cr6---jlab205-mpr1:mgt-881b76dc:lag-20:ESNET-Z09154:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, + "floor": 1111, "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 25703 - }, - { - "urn": "anl221-cr6:lag-400", - "tags": [ - "anl221-cr6---anl221-ht1:ht-e579a8d1:capture::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, - "reservableVlans": [ + }, { "floor": 2, - "ceiling": 4095 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 25702 + "esdbEquipmentInterfaceId": 16829, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1676 + "esdbEquipmentId": 1834, + "orchSubscriptionId": null }, { - "urn": "slac50s-cr6", + "urn": "kans-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.194", + "ipv4Address": "134.55.200.180", "reservableVlans": [], - "location": "SLAC50S", - "locationId": 488, - "latitude": "37.42801285", - "longitude": "-122.1773605", + "location": "KANS", + "locationId": 272, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "slac50s-cr6:1/1/c31/1", - "tags": [ - "slac50s-cr6---sunn-cr6:bbl-2d106b69::ESNET-Z10874:na", - "slac50s-cr6---sunn-cr6:ESNET-Z10874::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "slac50s-cr6:sunn-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.144/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 13705 - }, - { - "urn": "slac50s-cr6:lag-20", + "urn": "kans-cr6:1/1/c17/2", "tags": [ - "slac50s-cr6---slac50s-mpr1:mgt-1f7e071c:lag-20:ESNET-Z08632:na", - "slac50s-cr6---slac50s-mpr1:ESNET-Z08632::show:intracloud", - "slac50s-cr6---slac50s-ps:pt-26ba00cf:owamp::na", - "slac50s-cr6---slac50s-ps:pt-lsst-manual:owamp::na" + "kans-cr6---FABRIC::conn-ah:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 2219 - }, { "floor": 2, - "ceiling": 918 + "ceiling": 1009 }, { - "floor": 2221, + "floor": 1011, "ceiling": 4095 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14949 + "esdbEquipmentInterfaceId": 12732, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:2/1/c14/1", + "urn": "kans-cr6:1/1/c17/3", "tags": [ - "slac50s-cr6---slac50s-ps:pt-26ba00cf:::na", - "slac50s-cr6---slac50s-ps:pt-26ba00cf:throughput::na", - "slac50s-cr6---slac50s-ps:pt-lsst-manual:throughput::na" + "kans-cr6---557WW::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2222, + "floor": 3002, "ceiling": 4095 }, - { - "floor": 1112, - "ceiling": 2220 - }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 3000 } ], - "esdbEquipmentInterfaceId": 13720 + "esdbEquipmentInterfaceId": 12733, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:1/1/c34/1", + "urn": "kans-cr6:1/1/c19/1", "tags": [ - "slac50s-cr6---slac50n-cr6:bbl-8de1a60d::ESNET-Z07207:na", - "slac50s-cr6---slac50n-cr6:ESNET-Z07207::show:intracloud" + "kans-cr6---chic-cr6:bbl-70585dea::ESNET-Z10766:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "slac50s-cr6:slac50n-bb-a", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.38/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -16637,62 +17320,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13706 + "esdbEquipmentInterfaceId": 12739, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:1/1/c2/1", + "urn": "kans-cr6:1/1/c25/1", "tags": [ - "slac50s-cr6---SLAC::conn-f:show:na", - "slac50s-cr6---slac(as3671):l3edge-226a8f44:site_conn-f_l3vpn-lhcone:show:intercloud", - "slac50s-cr6---slac(as3671):l3edge-4d3a01e4:site_conn-f_ipt:show:na", - "slac50s-cr6---slac(as3671):l3edge-c35af204:site_conn-f_ipt:show:na" + "kans-cr6---denv-cr6:bbl-9e99b61a::ESNET-Z10787:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 2203, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 1133 - }, - { - "floor": 1135, - "ceiling": 1135 + "ceiling": 5 }, { - "floor": 1137, - "ceiling": 2201 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13678 + "esdbEquipmentInterfaceId": 12741, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:2/1/c31/1", + "urn": "kans-cr6:1/1/c28/1", "tags": [ - "slac50s-cr6---sunn-cr6:bbl-2d106b69::ESNET-Z10877:na", - "slac50s-cr6---sunn-cr6:ESNET-Z10877::show:intracloud" + "kans-cr6---chic-cr6:bbl-70585dea::ESNET-Z17175:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "slac50s-cr6:sunn-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.146/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -16703,27 +17376,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13735 + "esdbEquipmentInterfaceId": 12742, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:2/1/c34/1", + "urn": "kans-cr6:1/1/c34/1", "tags": [ - "slac50s-cr6---slac50n-cr6:bbl-8de1a60d::ESNET-Z10934:na", - "slac50s-cr6---slac50n-cr6:ESNET-Z10934::show:intracloud" + "kans-cr6---eqxda3-cr6:bbl-033bd142::ESNET-Z17797:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "slac50s-cr6:slac50n-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.142/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -16734,27 +17404,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13736 + "esdbEquipmentInterfaceId": 12744, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:1/1/c28/1", + "urn": "kans-cr6:2/1/c13/1", "tags": [ - "slac50s-cr6---slac50n-cr6:bbl-8de1a60d::ESNET-Z10931:na", - "slac50s-cr6---slac50n-cr6:ESNET-Z10931::show:intracloud" + "kans-cr6---ameshwh-cr6:bbl-9f065c3d::ESNET-Z16496:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "slac50s-cr6:slac50n-bb-b", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.140/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -16765,152 +17432,196 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13704 + "esdbEquipmentInterfaceId": 12757, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:2/1/c9/1", + "urn": "kans-cr6:2/1/c14/1", "tags": [ - "slac50s-cr6---slac50s-ht2:ht-d6513644:::na", - "slac50s-cr6---slac50s-ht2:ht-d6513644:service1::na" + "kans-cr6---kans-ps:pt-1463a27d:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13715 + "esdbEquipmentInterfaceId": 12758, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:1/1/c1/1", + "urn": "kans-cr6:2/1/c19/1", "tags": [ - "slac50s-cr6---SLAC::conn-h:show:na", - "slac50s-cr6---slac(as3671):l3edge-834db177:site_conn-h_l3vpn-lsst:show:intercloud" + "kans-cr6---chic-cr6:bbl-70585dea::ESNET-Z14075:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 315, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 313 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13677 + "esdbEquipmentInterfaceId": 12769, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:1/1/c8/1", + "urn": "kans-cr6:2/1/c2/1", "tags": [ - "slac50s-cr6---slac50s-ht1:ht-e498952e:::na", - "slac50s-cr6---slac50s-ht1:ht-e498952e:service1::na" + "kans-cr6---kcnsc-cr6:bbl-d2e22820::ESNET-Z17465:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13684 + "esdbEquipmentInterfaceId": 12746, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:2/1/c8/1", + "urn": "kans-cr6:2/1/c25/1", "tags": [ - "slac50s-cr6---slac50s-ht2:ht-d6513644:::na", - "slac50s-cr6---slac50s-ht2:ht-d6513644:service1::na" + "kans-cr6---eqxda3-cr6:bbl-033bd142::ESNET-Z13648:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13714 + "esdbEquipmentInterfaceId": 12771, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:1/1/c9/1", + "urn": "kans-cr6:2/1/c28/1", "tags": [ - "slac50s-cr6---slac50s-ht1:ht-e498952e:::na", - "slac50s-cr6---slac50s-ht1:ht-e498952e:service1::na" + "kans-cr6---denv-cr6:bbl-9e99b61a::ESNET-Z14012:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13685 + "esdbEquipmentInterfaceId": 12772, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:2/1/c28/1", + "urn": "kans-cr6:2/1/c31/1", "tags": [ - "slac50s-cr6---sunn-cr6:bbl-2d106b69::ESNET-Z13471:na", - "slac50s-cr6---sunn-cr6:ESNET-Z13471::show:intracloud" + "kans-cr6---denv-cr6:bbl-9e99b61a::ESNET-Z10904:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, { - "urn": "slac50s-cr6:sunn-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.168/31" + "floor": 7, + "ceiling": 4095 } ], + "esdbEquipmentInterfaceId": 12773, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "kans-cr6:2/1/c34/1", + "tags": [ + "kans-cr6---eqxda3-cr6:bbl-033bd142::ESNET-Z10784:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -16921,208 +17632,266 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13734 + "esdbEquipmentInterfaceId": 12774, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:lag-401", + "urn": "kans-cr6:lag-20", "tags": [ - "slac50s-cr6---slac50s-ht2:ht-d6513644:capture::na" + "kans-cr6---kans-mpr1:mgt-206e5101:lag-20:ESNET-Z08578:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, + "floor": 967, + "ceiling": 1019 + }, + { + "floor": 1111, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 1021, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 25751 + "esdbEquipmentInterfaceId": 14931, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:lag-400", + "urn": "kans-cr6:lag-30", "tags": [ - "slac50s-cr6---slac50s-ht1:ht-e498952e:capture::na" + "kans-cr6---GPN::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ + { + "floor": 1899, + "ceiling": 3550 + }, { "floor": 2, + "ceiling": 712 + }, + { + "floor": 715, + "ceiling": 1896 + }, + { + "floor": 3552, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25750 + "esdbEquipmentInterfaceId": 28997, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1709 + "esdbEquipmentId": 1688, + "orchSubscriptionId": null }, { - "urn": "cern513-cr6", + "urn": "kcnsc-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.233", + "ipv4Address": "134.55.200.210", "reservableVlans": [], - "location": "CERN513", - "locationId": 644, - "latitude": "46.2349075", - "longitude": "6.0749791", + "location": "KCNSC", + "locationId": 607, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "cern513-cr6:lag-3", + "urn": "kcnsc-cr6:1/1/c8/1", "tags": [ - "cern513-cr6---CERN::conn-y:show:na", - "cern513-cr6---cern(as513):l3edge-8c0bf4ed:site_conn-y_l3vpn-lhcone:show:intercloud", - "cern513-cr6---cern:l3edge-bcdbd5ca:cern_conn-y_l3vpn-lhcone:show:intercloud" + "kcnsc-cr6---KCNSC::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 522, - "ceiling": 2010 + "floor": 2209, + "ceiling": 4095 }, { - "floor": 2, - "ceiling": 520 + "floor": 2206, + "ceiling": 2206 }, { - "floor": 2012, - "ceiling": 4095 + "floor": 2, + "ceiling": 2204 } ], - "esdbEquipmentInterfaceId": 27218 + "esdbEquipmentInterfaceId": 16553, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:lag-20", + "urn": "kcnsc-cr6:2/1/c14/1", "tags": [ - "cern513-cr6---cern513-mpr1:mgt-d0de790d:lag-20:ESNET-Z11623:na", - "cern513-cr6---cern513-mpr1:ESNET-Z11623::show:intracloud", - "cern513-cr6---fabric(as4294967284):l3edge-b4d01200:site_conn-v_base:show:na", - "cern513-cr6---cern513-ps:pt-ee8333fd:owamp::na" + "kcnsc-cr6---kcnsc-ps:pt-730c1b18:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 1111, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 910 }, { - "floor": 1021, - "ceiling": 1109 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 23359 + "esdbEquipmentInterfaceId": 16570, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:lag-1", + "urn": "kcnsc-cr6:2/1/c2/1", "tags": [ - "cern513-cr6---CERN::conn-p:show:na", - "cern513-cr6---cern(as513):l3edge-b2d622ab:site_conn-p_base:show:na" + "kcnsc-cr6---kans-cr6:bbl-d2e22820::ESNET-Z17465:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2027, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 2025 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23999 + "esdbEquipmentInterfaceId": 16563, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:2/1/c14/1", + "urn": "kcnsc-cr6:lag-20", "tags": [ - "cern513-cr6---cern513-ps:pt-ee8333fd:::na", - "cern513-cr6---cern513-ps:pt-ee8333fd:throughput::na" + "kcnsc-cr6---kcnsc-mpr1:mgt-3f0f2763:lag-20:ESNET-Z09157:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 1112, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 + "ceiling": 918 }, { - "floor": 912, - "ceiling": 1110 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 23955 - }, + "esdbEquipmentInterfaceId": 16831, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1835, + "orchSubscriptionId": null + }, + { + "urn": "lanlta03-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.223", + "reservableVlans": [], + "location": "LANLTA03", + "locationId": 626, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "cern513-cr6:1/1/c34/1", + "urn": "lanlta03-cr6:1/1/c1/1", "tags": [ - "cern513-cr6---cern773-cr6:bbl-bfe8ca08::ESNET-Z14956:na", - "cern513-cr6---cern773-cr6:ESNET-Z14956::show:intracloud" + "lanlta03-cr6---albq-cr6:bbl-7d2ce5fd::ESNET-Z13352:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "cern513-cr6:cern773-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.1/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -17133,107 +17902,116 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23945 + "esdbEquipmentInterfaceId": 22218, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:2/1/c15/1", + "urn": "lanlta03-cr6:1/1/c8/1", "tags": [ - "cern513-cr6---cern513-bert1:bert-f1e3d702:::na", - "cern513-cr6---cern513-bert1:bert-f1e3d702:throughput::na" + "lanlta03-cr6---lanlta50-cr6:bbl-bf73a902::ESNET-Z13364:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4011, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4009 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23956 + "esdbEquipmentInterfaceId": 22221, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:lag-10", + "urn": "lanlta03-cr6:2/1/c1/1", "tags": [ - "cern513-cr6---GEANT::conn-q:show:na", - "cern513-cr6---geant(as20965):l3edge-d0378b09:conn-q_base:show:na", - "cern513-cr6---geant(as20965):l3edge-a5f2bfaf:conn-q_base:show:na", - "cern513-cr6---geant(as20965):l3edge-bfda57b1:conn-q_l3vpn-lhcone:show:intercloud" + "lanlta03-cr6---LANL::conn-p:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 107, - "ceiling": 110 - }, - { - "floor": 105, - "ceiling": 105 + "floor": 1144, + "ceiling": 1202 }, { "floor": 2, - "ceiling": 103 + "ceiling": 1140 }, { - "floor": 112, + "floor": 1204, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27644 + "esdbEquipmentInterfaceId": 22230, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:2/1/c3/1", + "urn": "lanlta03-cr6:2/1/c14/1", "tags": [ - "cern513-cr6---FABRIC::conn-w:show:na" + "lanlta03-cr6---lanlta03-ps:pt-e8abb74e:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, + "floor": 1112, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 23946 + "esdbEquipmentInterfaceId": 22238, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:2/1/c31/1", + "urn": "lanlta03-cr6:2/1/c8/1", "tags": [ - "cern513-cr6---eqxam3-cr6:bbl-2e679375::ESNET-Z15710:na", - "cern513-cr6---eqxam3-cr6:ESNET-Z15710::show:intracloud" + "lanlta03-cr6---lanlta50-cr6:bbl-bf73a902::ESNET-Z13365:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "cern513-cr6:eqxam3-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.221/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -17244,89 +18022,79 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23962 + "esdbEquipmentInterfaceId": 22233, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:2/1/c34/1", + "urn": "lanlta03-cr6:lag-20", "tags": [ - "cern513-cr6---cern773-cr6:bbl-bfe8ca08::ESNET-Z14957:na", - "cern513-cr6---cern773-cr6:ESNET-Z14957::show:intracloud" + "lanlta03-cr6---lanlta03-mpr1:mgt-50a5ad71:lag-20:ESNET-Z11276:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "cern513-cr6:cern773-bb-d", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.29/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, + "floor": 1111, "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 23963 - }, - { - "urn": "cern513-cr6:1/1/c28/1", - "tags": [ - "cern513-cr6---bost-cr6:bbl-28c523ce::ESNET-Z15698:na", - "cern513-cr6---bost-cr6:ESNET-Z15698::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "cern513-cr6:bost-bb-a", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.33/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 23943 - }, + "esdbEquipmentInterfaceId": 22242, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2022, + "orchSubscriptionId": null + }, + { + "urn": "lanlta50-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.224", + "reservableVlans": [], + "location": "LANLTA50", + "locationId": 627, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "cern513-cr6:1/1/c4/1", + "urn": "lanlta50-cr6:1/1/c1/1", "tags": [ - "cern513-cr6---wash-cr6:bbl-087d55e0::ESNET-Z11848:na", - "cern513-cr6---wash-cr6:ESNET-Z11848::show:intracloud" + "lanlta50-cr6---denv-cr6:bbl-f2ccbf4a::ESNET-Z13372:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "cern513-cr6:wash-bb-a", - "port": "1/1/c4/1", - "ipv4Address": "134.55.58.147/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -17337,27 +18105,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23929 + "esdbEquipmentInterfaceId": 22249, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:2/1/c7/1", + "urn": "lanlta50-cr6:1/1/c8/1", "tags": [ - "cern513-cr6---cern773-cr6:bbl-a350e1d0::ESNET-Z11815:na", - "cern513-cr6---cern773-cr6:ESNET-Z11815::show:intracloud" + "lanlta50-cr6---lanlta03-cr6:bbl-bf73a902::ESNET-Z13364:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "cern513-cr6:cern773-bb-b", - "port": "2/1/c7/1", - "ipv4Address": "134.55.58.63/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -17368,101 +18133,84 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23349 + "esdbEquipmentInterfaceId": 22252, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:1/1/c7/1", + "urn": "lanlta50-cr6:2/1/c1/1", "tags": [ - "cern513-cr6---cern773-cr6:bbl-a350e1d0::ESNET-Z11814:na", - "cern513-cr6---cern773-cr6:ESNET-Z11814::show:intracloud" + "lanlta50-cr6---LANL::conn-q:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "cern513-cr6:cern773-bb-a", - "port": "1/1/c7/1", - "ipv4Address": "134.55.58.61/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 1147, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 1144 } ], - "esdbEquipmentInterfaceId": 23337 + "esdbEquipmentInterfaceId": 22261, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:2/1/c17/2", + "urn": "lanlta50-cr6:2/1/c14/1", "tags": [ - "cern513-cr6---FABRIC::conn-ab:show:na", - "cern513-cr6---fabric(as4294967284):l3edge-3ce3c177:site_conn-ab_base:show:na" + "lanlta50-cr6---lanlta50-ps:pt-11f4e9a1:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 1009 + "ceiling": 910 }, { - "floor": 1011, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 23352 - } - ], - "esdbEquipmentId": 2082 - }, - { - "urn": "eqxsv5-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.165", - "reservableVlans": [], - "location": "EQXSV5", - "locationId": 258, - "latitude": "37.2417667", - "longitude": "-121.7829669", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 22269, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "eqxsv5-cr6:1/1/c31/1", + "urn": "lanlta50-cr6:2/1/c8/1", "tags": [ - "eqxsv5-cr6---losa-cr6:bbl-73bba71b::ESNET-Z11821:na", - "eqxsv5-cr6---losa-cr6:ESNET-Z11821::show:intracloud" + "lanlta50-cr6---lanlta03-cr6:bbl-bf73a902::ESNET-Z13365:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxsv5-cr6:losa-bb-a", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.42/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -17473,22 +18221,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11841 + "esdbEquipmentInterfaceId": 22264, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:lag-20", + "urn": "lanlta50-cr6:lag-20", "tags": [ - "eqxsv5-cr6---eqxsv5-mpr1:mgt-f7901f33:lag-20:ESNET-Z08596:na", - "eqxsv5-cr6---eqxsv5-mpr1:ESNET-Z08596::show:intracloud", - "eqxsv5-cr6---eqxsv5-ps:pt-29645621:owamp::na" + "lanlta50-cr6---lanlta50-mpr1:mgt-d4f71474:lag-20:ESNET-Z11279:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 1111, @@ -17507,167 +18257,207 @@ "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14937 - }, + "esdbEquipmentInterfaceId": 22273, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2023, + "orchSubscriptionId": null + }, + { + "urn": "lasv-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.186", + "reservableVlans": [], + "location": "LASV", + "locationId": 279, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "eqxsv5-cr6:2/1/c14/1", + "urn": "lasv-cr6:1/1/c1/1", "tags": [ - "eqxsv5-cr6---eqxsv5-ps:pt-29645621:::na", - "eqxsv5-cr6---eqxsv5-ps:pt-29645621:throughput::na" + "lasv-cr6---nnss-cr6:bbl-1118c475::ESNET-Z13319:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11856 + "esdbEquipmentInterfaceId": 13163, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:1/1/c34/1", + "urn": "lasv-cr6:1/1/c17/2", "tags": [ - "eqxsv5-cr6---sunn-cr6:bbl-d719d8b6::ESNET-Z10817:na", - "eqxsv5-cr6---sunn-cr6:ESNET-Z10817::show:intracloud" + "lasv-cr6---DOE-NNSA-LASV::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 1799 + }, { - "urn": "eqxsv5-cr6:sunn-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.101/31" + "floor": 1801, + "ceiling": 4095 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 13180, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "lasv-cr6:1/1/c17/3", + "tags": [ + "lasv-cr6---LANL-NNSS::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 599 }, { - "floor": 7, + "floor": 601, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11842 + "esdbEquipmentInterfaceId": 13181, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:2/1/c1/1", + "urn": "lasv-cr6:1/1/c17/4", "tags": [ - "eqxsv5-cr6---CABLE-WIRELESS::conn-a:show:na", - "eqxsv5-cr6---cable-wireless(as1273):l3edge-8740ced6:conn-a_base:show:na" + "lasv-cr6---DOE-NNSA-IARC::conn-f:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 667, + "floor": 1704, "ceiling": 4095 }, { "floor": 2, - "ceiling": 665 + "ceiling": 1701 } ], - "esdbEquipmentInterfaceId": 11843 + "esdbEquipmentInterfaceId": 13182, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:2/1/c3/1", + "urn": "lasv-cr6:1/1/c28/1", "tags": [ - "eqxsv5-cr6---ESNET-SERVICES::conn-c:show:na", - "eqxsv5-cr6---esnet-services(asNone):manual:conn-c_base:show:na", - "eqxsv5-cr6---esnet(as65293):l3edge-796dee04:site_conn-c_ipt:show:na" + "lasv-cr6---losa-cr6:bbl-fc13de87::ESNET-Z17583:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 49, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 45 + "ceiling": 5 }, { - "floor": 47, - "ceiling": 47 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11845 + "esdbEquipmentInterfaceId": 13190, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:1/1/c2/1", + "urn": "lasv-cr6:1/1/c3/1", "tags": [ - "eqxsv5-cr6---Equinix::conn-h:show:na", - "eqxsv5-cr6---equinix:l3edge-77b4b9f4:equinix_conn-h_base:show:na" + "lasv-cr6---Seal::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 98 - }, - { - "floor": 100, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11814 + "esdbEquipmentInterfaceId": 13165, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:2/1/c31/1", + "urn": "lasv-cr6:1/1/c31/1", "tags": [ - "eqxsv5-cr6---sunn-cr6:bbl-d719d8b6::ESNET-Z11725:na", - "eqxsv5-cr6---sunn-cr6:ESNET-Z11725::show:intracloud" + "lasv-cr6---losa-cr6:bbl-fc13de87::ESNET-Z10823:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxsv5-cr6:sunn-bb-e", - "port": "2/1/c31/1", - "ipv4Address": "134.55.58.39/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -17678,27 +18468,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11871 + "esdbEquipmentInterfaceId": 13191, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:2/1/c34/1", + "urn": "lasv-cr6:1/1/c34/1", "tags": [ - "eqxsv5-cr6---sunn-cr6:bbl-d719d8b6::ESNET-Z10820:na", - "eqxsv5-cr6---sunn-cr6:ESNET-Z10820::show:intracloud" + "lasv-cr6---salt-cr6:bbl-c133c652::ESNET-Z14706:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxsv5-cr6:sunn-bb-d", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.249/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -17709,41 +18496,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11872 + "esdbEquipmentInterfaceId": 13192, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:1/1/c6/1", + "urn": "lasv-cr6:1/1/c4/1", "tags": [ - "eqxsv5-cr6---PacketFabric::conn-i:show:na" + "lasv-cr6---DOE-NNSA-LASV::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 417, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 415 } ], - "esdbEquipmentInterfaceId": 11818 + "esdbEquipmentInterfaceId": 13166, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:2/1/c9/1", + "urn": "lasv-cr6:1/1/c8/1", "tags": [ - "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:::na", - "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:service1::na" + "lasv-cr6---lasv-ht1:ht-4cca3fff:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -17754,21 +18552,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 11851 + "esdbEquipmentInterfaceId": 13170, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:1/1/c8/1", + "urn": "lasv-cr6:1/1/c9/1", "tags": [ - "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:::na", - "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:service1::na" + "lasv-cr6---lasv-ht1:ht-4cca3fff:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -17779,135 +18580,140 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 11820 + "esdbEquipmentInterfaceId": 13171, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:2/1/c8/1", + "urn": "lasv-cr6:2/1/c14/1", "tags": [ - "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:::na", - "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:service1::na" + "lasv-cr6---lasv-ps:pt-b4987d85:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 11850 + "esdbEquipmentInterfaceId": 13206, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:1/1/c9/1", + "urn": "lasv-cr6:2/1/c17/2", "tags": [ - "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:::na", - "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:service1::na" + "lasv-cr6---DOE-NNSA-IARC::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 1699 }, { - "floor": 2, - "ceiling": 4088 + "floor": 1702, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11821 + "esdbEquipmentInterfaceId": 13210, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:lag-401", + "urn": "lasv-cr6:2/1/c17/4", "tags": [ - "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:capture::na" + "lasv-cr6---DOE-NNSA-LASV::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, + "ceiling": 1800 + }, + { + "floor": 1802, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25683 + "esdbEquipmentInterfaceId": 13212, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:lag-400", + "urn": "lasv-cr6:2/1/c28/1", "tags": [ - "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:capture::na" + "lasv-cr6---salt-cr6:bbl-c133c652::ESNET-Z18073:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25682 - } - ], - "esdbEquipmentId": 1663 - }, - { - "urn": "llnl-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.197", - "reservableVlans": [], - "location": "LLNL", - "locationId": 572, - "latitude": "37.6798263", - "longitude": "-121.7055697", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13220, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "llnl-cr6:1/1/c31/1", + "urn": "lasv-cr6:2/1/c31/1", "tags": [ - "llnl-cr6---snlca902-cr6:bbl-11d45c84::ESNET-Z14863:na", - "llnl-cr6---snlca902-cr6:ESNET-Z14863::show:intracloud" + "lasv-cr6---salt-cr6:bbl-c133c652::ESNET-Z10826:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "llnl-cr6:snlca902-bb-g", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.64/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -17918,508 +18724,463 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13899 + "esdbEquipmentInterfaceId": 13221, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:lag-20", + "urn": "lasv-cr6:2/1/c34/1", "tags": [ - "llnl-cr6---llnl-mpr1:mgt-dc2e487b:lag-20:ESNET-Z08653:na", - "llnl-cr6---llnl-mpr1:ESNET-Z08653::show:intracloud", - "llnl-cr6---doe-nnsa-llnl(as65172):l3edge-eae4ff71:site_conn-c_base:show:na", - "llnl-cr6---doenet-llnl(as65007):l3edge-08d34350:site_conn-d_base:show:na", - "llnl-cr6---llnl-ps:pt-d9c3c5dc:owamp::na" + "lasv-cr6---losa-cr6:bbl-fc13de87::ESNET-Z14708:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1121, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 309 - }, - { - "floor": 1111, - "ceiling": 1119 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 5 }, { - "floor": 311, - "ceiling": 918 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14956 + "esdbEquipmentInterfaceId": 13222, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:2/1/c14/1", + "urn": "lasv-cr6:2/1/c4/1", "tags": [ - "llnl-cr6---llnl-ps:pt-d9c3c5dc:::na", - "llnl-cr6---llnl-ps:pt-d9c3c5dc:throughput::na" + "lasv-cr6---DOE-NNSA-LASV::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 418, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 416 } ], - "esdbEquipmentInterfaceId": 13914 + "esdbEquipmentInterfaceId": 13196, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:1/1/c34/1", + "urn": "lasv-cr6:2/1/c8/1", "tags": [ - "llnl-cr6---sunn-cr6:bbl-7eb16d2a::ESNET-Z13470:na", - "llnl-cr6---sunn-cr6:ESNET-Z13470::show:intracloud" + "lasv-cr6---lasv-ht2:ht-95bee280:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "llnl-cr6:sunn-bb-e", - "port": "1/1/c34/1", - "ipv4Address": "134.55.58.164/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13900 + "esdbEquipmentInterfaceId": 13200, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:2/1/c3/1", + "urn": "lasv-cr6:2/1/c9/1", "tags": [ - "llnl-cr6---LLNL::conn-t:show:na" + "lasv-cr6---lasv-ht2:ht-95bee280:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13903 + "esdbEquipmentInterfaceId": 13201, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:1/1/c17/4", + "urn": "lasv-cr6:lag-20", "tags": [ - "llnl-cr6---SNLL::conn-e:show:na", - "llnl-cr6---snll(as3562):l3edge-cb7f1488:site_conn-e_base:show:na" + "lasv-cr6---lasv-mpr1:mgt-2323ee67:lag-20:ESNET-Z08623:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 1149, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1147 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 13890 + "esdbEquipmentInterfaceId": 14946, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:1/1/c2/1", + "urn": "lasv-cr6:lag-400", "tags": [ - "llnl-cr6---LLNL::conn-n:show:na", - "llnl-cr6---llnl(as44):l3edge-a752e069:site_conn-n_base:show:na" + "lasv-cr6---lasv-ht1:ht-4cca3fff:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ - { - "floor": 45, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 43 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13872 + "esdbEquipmentInterfaceId": 25690, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:2/1/c31/1", + "urn": "lasv-cr6:lag-401", "tags": [ - "llnl-cr6---snlca902-cr6:bbl-11d45c84::ESNET-Z14864:na", - "llnl-cr6---snlca902-cr6:ESNET-Z14864::show:intracloud" + "lasv-cr6---lasv-ht2:ht-95bee280:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "llnl-cr6:snlca902-bb-h", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.86/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13929 - }, + "esdbEquipmentInterfaceId": 25691, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1698, + "orchSubscriptionId": null + }, + { + "urn": "lbnl50-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.192", + "reservableVlans": [], + "location": "LBNL50", + "locationId": 287, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "llnl-cr6:1/1/c17/3", + "urn": "lbnl50-cr6:1/1/c1/1", "tags": [ - "llnl-cr6---LLNL::conn-p:show:na", - "llnl-cr6---llnl(as45):l3edge-f7aeaad9:site_conn-p_base:show:na", - "llnl-cr6---llnl(as45):l3edge-b2f502be:site_conn-p_base:show:na" + "lbnl50-cr6---lbnl59qa-cr6b:bbl-246e7900::ESNET-Z16763:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 157, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 153 + "ceiling": 5 }, { - "floor": 155, - "ceiling": 155 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13889 + "esdbEquipmentInterfaceId": 13549, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:2/1/c34/1", + "urn": "lbnl50-cr6:1/1/c14/1", "tags": [ - "llnl-cr6---snlca902-cr6:bbl-11d45c84::ESNET-Z14409:na", - "llnl-cr6---snlca902-cr6:ESNET-Z14409::show:intracloud" + "lbnl50-cr6---NERSC::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "llnl-cr6:snlca902-bb-f", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.44/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1123 }, { - "floor": 7, + "floor": 1126, + "ceiling": 1129 + }, + { + "floor": 1132, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13930 + "esdbEquipmentInterfaceId": 13562, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:1/1/c28/1", + "urn": "lbnl50-cr6:1/1/c15/1", "tags": [ - "llnl-cr6---sunn-cr6:bbl-7eb16d2a::ESNET-Z10844:na", - "llnl-cr6---sunn-cr6:ESNET-Z10844::show:intracloud" + "lbnl50-cr6---lbnl50-bert1:bert-a99db6a0:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "llnl-cr6:sunn-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.58.0/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4011, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4009 } ], - "esdbEquipmentInterfaceId": 13898 + "esdbEquipmentInterfaceId": 13563, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:2/1/c28/1", + "urn": "lbnl50-cr6:1/1/c17/3", "tags": [ - "llnl-cr6---sunn-cr6:bbl-7eb16d2a::ESNET-Z10847:na", - "llnl-cr6---sunn-cr6:ESNET-Z10847::show:intracloud" + "lbnl50-cr6---ESNET::conn-al:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "llnl-cr6:sunn-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.2/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 33 }, { - "floor": 7, + "floor": 35, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13928 + "esdbEquipmentInterfaceId": 13567, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:2/1/c17/2", + "urn": "lbnl50-cr6:1/1/c19/1", "tags": [ - "llnl-cr6---LLNL::conn-o:show:na", - "llnl-cr6---llnl(as45):l3edge-37eb65e2:site_conn-o_base:show:na", - "llnl-cr6---llnl(as45):l3edge-a7ad21e6:site_conn-o_base:show:na" + "lbnl50-cr6---LBNL::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 163 + "ceiling": 33 }, { - "floor": 165, - "ceiling": 165 + "floor": 37, + "ceiling": 53 }, { - "floor": 167, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 13918 - }, - { - "urn": "llnl-cr6:2/1/c17/3", - "tags": [ - "llnl-cr6---LANL::conn-n:show:na", - "llnl-cr6---lanl(as68):l3edge-1e628e23:site_conn-n_base:show:na", - "llnl-cr6---lanl(as68):l3edge-c2045d09:site_conn-n_base:show:na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 1139 + "floor": 85, + "ceiling": 85 }, { - "floor": 1141, - "ceiling": 1143 + "floor": 87, + "ceiling": 133 }, { - "floor": 1145, + "floor": 137, "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 13919 - } - ], - "esdbEquipmentId": 1714 - }, - { - "urn": "sunn-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.172", - "reservableVlans": [], - "location": "SUNN", - "locationId": 264, - "latitude": "37.373445", - "longitude": "-121.987817", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ - { - "urn": "sunn-cr6:1/1/c31/1", - "tags": [ - "sunn-cr6---llnl-cr6:bbl-7eb16d2a::ESNET-Z10847:na", - "sunn-cr6---llnl-cr6:ESNET-Z10847::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ + }, { - "urn": "sunn-cr6:llnl-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.3/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ + "floor": 35, + "ceiling": 35 + }, { - "floor": 2, - "ceiling": 5 + "floor": 55, + "ceiling": 55 }, { - "floor": 7, - "ceiling": 4095 + "floor": 135, + "ceiling": 135 + }, + { + "floor": 57, + "ceiling": 83 } ], - "esdbEquipmentInterfaceId": 12227 + "esdbEquipmentInterfaceId": 13573, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:lag-20", + "urn": "lbnl50-cr6:1/1/c2/1", "tags": [ - "sunn-cr6---sunn-mpr1:mgt-f839e37c:lag-20:ESNET-Z08584:na", - "sunn-cr6---sunn-mpr1:ESNET-Z08584::show:intracloud", - "sunn-cr6-base--sunn-gw:gw::na", - "sunn-cr6---sunn-ps:pt-27cbbc59:owamp::na", - "sunn-cr6--sunn-gw:gw::na" + "lbnl50-cr6---LBNL::conn-f:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, - "ceiling": 4095 + "floor": 1447, + "ceiling": 1610 }, { - "floor": 2, - "ceiling": 918 + "floor": 107, + "ceiling": 1410 }, { - "floor": 920, - "ceiling": 921 + "floor": 1445, + "ceiling": 1445 }, { - "floor": 967, - "ceiling": 1109 + "floor": 105, + "ceiling": 105 }, { - "floor": 923, - "ceiling": 923 + "floor": 2, + "ceiling": 103 }, { - "floor": 925, - "ceiling": 965 + "floor": 1412, + "ceiling": 1443 + }, + { + "floor": 1612, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14933 + "esdbEquipmentInterfaceId": 13550, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c22/1", + "urn": "lbnl50-cr6:1/1/c28/1", "tags": [ - "sunn-cr6---losa-cr6:bbl-025391c0::ESNET-Z13640:na", - "sunn-cr6---losa-cr6:ESNET-Z13640::show:intracloud" + "lbnl50-cr6---sacr-cr6:bbl-d534f139::ESNET-Z14017:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sunn-cr6:losa-bb-c", - "port": "1/1/c22/1", - "ipv4Address": "134.55.56.23/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -18430,56 +19191,56 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12224 + "esdbEquipmentInterfaceId": 13576, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c14/1", + "urn": "lbnl50-cr6:1/1/c3/1", "tags": [ - "sunn-cr6---sunn-ps:pt-27cbbc59:::na", - "sunn-cr6---sunn-ps:pt-27cbbc59:throughput::na" + "lbnl50-cr6---EJFAT::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, - "ceiling": 4095 + "floor": 2, + "ceiling": 99 }, { - "floor": 2, - "ceiling": 910 + "floor": 101, + "ceiling": 109 }, { - "floor": 912, - "ceiling": 1110 + "floor": 111, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12242 + "esdbEquipmentInterfaceId": 13551, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c25/1", + "urn": "lbnl50-cr6:1/1/c31/1", "tags": [ - "sunn-cr6---eqxsv5-cr6:bbl-d719d8b6::ESNET-Z10820:na", - "sunn-cr6---eqxsv5-cr6:ESNET-Z10820::show:intracloud" + "lbnl50-cr6---sacr-cr6:bbl-d534f139::ESNET-Z10829:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sunn-cr6:eqxsv5-bb-d", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.248/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -18490,27 +19251,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12255 + "esdbEquipmentInterfaceId": 13577, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c34/1", + "urn": "lbnl50-cr6:1/1/c34/1", "tags": [ - "sunn-cr6---eqxsv5-cr6:bbl-d719d8b6::ESNET-Z10817:na", - "sunn-cr6---eqxsv5-cr6:ESNET-Z10817::show:intracloud" + "lbnl50-cr6---lbnl59-cr6:bbl-5425369c::ESNET-Z07206:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sunn-cr6:eqxsv5-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.100/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -18521,229 +19279,168 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12228 + "esdbEquipmentInterfaceId": 13578, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c16/1", + "urn": "lbnl50-cr6:1/1/c4/1", "tags": [ - "sunn-cr6---ESNET-SERVICES::conn-b:show:na", - "sunn-cr6---esnet-services(asNone):manual:conn-d_base:show:na", - "sunn-cr6---esnet(as65293):l3edge-c9d4f279:site_conn-b_ipt:show:na" + "lbnl50-cr6---ESNET-SERVICES::conn-o:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 48, - "ceiling": 48 + "floor": 49, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 46 - }, - { - "floor": 50, - "ceiling": 4095 + "ceiling": 47 } ], - "esdbEquipmentInterfaceId": 12244 + "esdbEquipmentInterfaceId": 13552, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c25/1", + "urn": "lbnl50-cr6:1/1/c8/1", "tags": [ - "sunn-cr6---eqxsv5-cr6:bbl-d719d8b6::ESNET-Z11725:na", - "sunn-cr6---eqxsv5-cr6:ESNET-Z11725::show:intracloud" + "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sunn-cr6:eqxsv5-bb-e", - "port": "1/1/c25/1", - "ipv4Address": "134.55.58.38/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12225 + "esdbEquipmentInterfaceId": 13556, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c2/1", + "urn": "lbnl50-cr6:1/1/c9/1", "tags": [ - "sunn-cr6---PWAVE-SUNN::conn-b:show:na", - "sunn-cr6---cenic(as2153):l3edge-f371145a:conn-b_base:show:na", - "sunn-cr6---cenic(as2153):l3edge-ee4af2b3:conn-b_base:show:na", - "sunn-cr6---cernet(as23911):l3edge-a5b038ef:conn-b_base:show:na", - "sunn-cr6---pwave-sunn:l3edge-c564ddee:pwave-sunn_conn-b_base:show:na", - "sunn-cr6---pwave-sunn:l3edge-253daba7:pwave-sunn_conn-b_base:show:na", - "sunn-cr6---pwave-sunn:l3edge-cac1890f:pwave-sunn_conn-b_base:show:na", - "sunn-cr6---pwave(as18592):l3edge-423b4e81:conn-b_base:show:na", - "sunn-cr6---sinet(asNone):l3edge-c4cfcc0f:conn-b_base:show:na", - "sunn-cr6---sinet(asNone):l3edge-a1cd4251:conn-b_base:show:na", - "sunn-cr6---sinet(asNone):l3edge-5aa4caf9:conn-b_l3vpn-lhcone:show:intercloud", - "sunn-cr6---ucsb(asNone):l3edge-507f9cd2:conn-b_l3vpn-lhcone:show:intercloud", - "sunn-cr6---ucsd(as26397):l3edge-3785fa16:site_conn-b_l3vpn-lhcone:show:intercloud" + "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4001, + "floor": 4090, "ceiling": 4095 }, - { - "floor": 142, - "ceiling": 703 - }, - { - "floor": 781, - "ceiling": 1050 - }, - { - "floor": 1063, - "ceiling": 1070 - }, - { - "floor": 1072, - "ceiling": 3021 - }, { "floor": 2, - "ceiling": 139 - }, - { - "floor": 705, - "ceiling": 777 - }, - { - "floor": 1053, - "ceiling": 1060 - }, - { - "floor": 3023, - "ceiling": 3999 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12200 + "esdbEquipmentInterfaceId": 13557, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c31/1", + "urn": "lbnl50-cr6:2/1/c14/1", "tags": [ - "sunn-cr6---losa-cr6:bbl-025391c0::ESNET-Z10853:na", - "sunn-cr6---losa-cr6:ESNET-Z10853::show:intracloud" + "lbnl50-cr6---lbnl50-ps:pt-ef42bc7a:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sunn-cr6:losa-bb-b", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.115/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12257 + "esdbEquipmentInterfaceId": 13592, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c19/1", + "urn": "lbnl50-cr6:2/1/c19/1", "tags": [ - "sunn-cr6---TESTBED::conn-a:show:na" + "lbnl50-cr6---NERSC::conn-j:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 1127 + }, + { + "floor": 1130, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12223 + "esdbEquipmentInterfaceId": 13603, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c3/1", + "urn": "lbnl50-cr6:2/1/c28/1", "tags": [ - "sunn-cr6---Internet2::conn-e:show:na", - "sunn-cr6---internet2(as11537):l3edge-44e24140:conn-e_base:show:na", - "sunn-cr6---internet2(as11537):l3edge-4fba23b3:conn-e_base:show:na" + "lbnl50-cr6---sacr-cr6:bbl-d534f139::ESNET-Z12403:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 1236 - }, - { - "floor": 1239, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12201 - }, - { - "urn": "sunn-cr6:2/1/c22/1", - "tags": [ - "sunn-cr6---llnl-cr6:bbl-7eb16d2a::ESNET-Z13470:na", - "sunn-cr6---llnl-cr6:ESNET-Z13470::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sunn-cr6:llnl-bb-e", - "port": "2/1/c22/1", - "ipv4Address": "134.55.58.165/31" - } - ], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -18754,27 +19451,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12254 + "esdbEquipmentInterfaceId": 13606, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c34/1", + "urn": "lbnl50-cr6:2/1/c31/1", "tags": [ - "sunn-cr6---llnl-cr6:bbl-7eb16d2a::ESNET-Z10844:na", - "sunn-cr6---llnl-cr6:ESNET-Z10844::show:intracloud" + "lbnl50-cr6---lbnl59-cr6:bbl-5425369c::ESNET-Z10919:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sunn-cr6:llnl-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.58.1/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -18785,27 +19479,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12258 + "esdbEquipmentInterfaceId": 13607, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c28/1", + "urn": "lbnl50-cr6:2/1/c34/1", "tags": [ - "sunn-cr6---slac50s-cr6:bbl-2d106b69::ESNET-Z10874:na", - "sunn-cr6---slac50s-cr6:ESNET-Z10874::show:intracloud" + "lbnl50-cr6---lbnl59-cr6:bbl-5425369c::ESNET-Z10922:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sunn-cr6:slac50s-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.145/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -18816,182 +19507,235 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12226 + "esdbEquipmentInterfaceId": 13608, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c6/1", + "urn": "lbnl50-cr6:2/1/c8/1", "tags": [ - "sunn-cr6---PacketFabric::conn-j:show:na" + "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12204 + "esdbEquipmentInterfaceId": 13586, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c9/1", + "urn": "lbnl50-cr6:2/1/c9/1", "tags": [ - "sunn-cr6---sunn-dtn1:dtn-e74ec557:::na", - "sunn-cr6---sunn-dtn1:dtn-e74ec557:throughput::na" + "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 913, - "ceiling": 915 + "floor": 4090, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 911 - }, - { - "floor": 917, - "ceiling": 4095 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12237 + "esdbEquipmentInterfaceId": 13587, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c8/1", + "urn": "lbnl50-cr6:lag-1", "tags": [ - "sunn-cr6---sunn-ht1:ht-aee50207:::na", - "sunn-cr6---sunn-ht1:ht-aee50207:service1::na" + "lbnl50-cr6---EJFAT::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ { - "floor": 4090, + "floor": 2, + "ceiling": 199 + }, + { + "floor": 211, "ceiling": 4095 }, { - "floor": 2, - "ceiling": 4088 + "floor": 201, + "ceiling": 209 } ], - "esdbEquipmentInterfaceId": 12206 + "esdbEquipmentInterfaceId": 30668, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c8/1", + "urn": "lbnl50-cr6:lag-20", "tags": [ - "sunn-cr6---sunn-ht2:ht-09799b67:::na", - "sunn-cr6---sunn-ht2:ht-09799b67:service1::na" + "lbnl50-cr6---lbnl50-mpr1:mgt-35c1c1fd:lag-20:ESNET-Z08554:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 925, + "ceiling": 952 + }, + { + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 89 + }, + { + "floor": 91, + "ceiling": 918 + }, + { + "floor": 967, + "ceiling": 1109 + }, + { + "floor": 920, + "ceiling": 923 + }, + { + "floor": 954, + "ceiling": 965 } ], - "esdbEquipmentInterfaceId": 12236 + "esdbEquipmentInterfaceId": 14921, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c9/1", + "urn": "lbnl50-cr6:lag-400", "tags": [ - "sunn-cr6---sunn-ht1:ht-aee50207:::na", - "sunn-cr6---sunn-ht1:ht-aee50207:service1::na" + "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 4090, + "floor": 412, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 12207 + "esdbEquipmentInterfaceId": 25783, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c28/1", + "urn": "lbnl50-cr6:lag-401", "tags": [ - "sunn-cr6---slac50s-cr6:bbl-2d106b69::ESNET-Z10877:na", - "sunn-cr6---slac50s-cr6:ESNET-Z10877::show:intracloud" + "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sunn-cr6:slac50s-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.147/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 408, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 12256 - }, + "esdbEquipmentInterfaceId": 25784, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1707, + "orchSubscriptionId": null + }, + { + "urn": "lbnl59-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.196", + "reservableVlans": [], + "location": "LBNL59", + "locationId": 547, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "sunn-cr6:2/1/c19/1", + "urn": "lbnl59-cr6:1/1/c1/1", "tags": [ - "sunn-cr6---slac50s-cr6:bbl-2d106b69::ESNET-Z13471:na", - "sunn-cr6---slac50s-cr6:ESNET-Z13471::show:intracloud" + "lbnl59-cr6---lbnl59qa-cr6a:bbl-ddac996f::ESNET-Z11396:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sunn-cr6:slac50s-bb-e", - "port": "2/1/c19/1", - "ipv4Address": "134.55.58.169/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -19002,304 +19746,272 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12253 + "esdbEquipmentInterfaceId": 13805, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:lag-401", + "urn": "lbnl59-cr6:1/1/c14/1", "tags": [ - "sunn-cr6---sunn-ht2:ht-09799b67:capture::na" + "lbnl59-cr6---NERSC::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 654, + "ceiling": 1121 + }, + { + "floor": 1124, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 652 } ], - "esdbEquipmentInterfaceId": 26880 + "esdbEquipmentInterfaceId": 13818, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:lag-400", + "urn": "lbnl59-cr6:1/1/c17/2", "tags": [ - "sunn-cr6---sunn-ht1:ht-aee50207:capture::na" + "lbnl59-cr6---lbnl59-doenet-pt1:throughput:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 24399 - } - ], - "esdbEquipmentId": 1673 - }, - { - "urn": "germantown-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.206", - "reservableVlans": [], - "location": "GERMANTOWN", - "locationId": 603, - "latitude": "39.18094823", - "longitude": "-77.25637583", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13822, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "germantown-cr6:1/1/c13/3", + "urn": "lbnl59-cr6:1/1/c17/3", "tags": [ - "germantown-cr6---DOE-SC-GTN::conn-d:show:na", - "germantown-cr6---doe-sc-gtn(as65166):l3edge-59e14f58:site_conn-d_base:show:na", - "germantown-cr6---doe-sc-gtn(as65166):l3edge-4ec5368d:site_conn-d_base:show:na" + "lbnl59-cr6---ESNET::conn-ae:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1822, + "floor": 48, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1819 + "ceiling": 46 } ], - "esdbEquipmentInterfaceId": 16436 + "esdbEquipmentInterfaceId": 13823, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "germantown-cr6:1/1/c13/2", + "urn": "lbnl59-cr6:1/1/c18/1", "tags": [ - "germantown-cr6---forrestal-cr6:bbl-a7cb4f84::ESNET-Z13461:na", - "germantown-cr6---forrestal-cr6:ESNET-Z13461::show:intracloud" + "lbnl59-cr6---NLNOG-RING::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "germantown-cr6:forrestal-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.56.9/31" - } + "EDGE", + "UNTAGGED" ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 16435 + "esdbEquipmentInterfaceId": 13825, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "germantown-cr6:lag-20", + "urn": "lbnl59-cr6:1/1/c19/1", "tags": [ - "germantown-cr6---germantown-mpr1:mgt-154668ab:lag-20:ESNET-Z09145:na", - "germantown-cr6---germantown-mpr1:ESNET-Z09145::show:intracloud", - "germantown-cr6---germantown-ps:pt-e02bdeb0:owamp::na" + "lbnl59-cr6---LBNL::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1111, - "ceiling": 4095 + "floor": 97, + "ceiling": 143 }, { - "floor": 2, - "ceiling": 918 + "floor": 45, + "ceiling": 45 }, { - "floor": 920, - "ceiling": 965 + "floor": 65, + "ceiling": 65 }, { - "floor": 967, - "ceiling": 1109 - } - ], - "esdbEquipmentInterfaceId": 16823 - }, - { - "urn": "germantown-cr6:2/1/c13/2", - "tags": [ - "germantown-cr6---eqxdc4-cr6:bbl-e0f67301::ESNET-Z12318:na", - "germantown-cr6---eqxdc4-cr6:ESNET-Z12318::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ + "floor": 145, + "ceiling": 145 + }, { - "urn": "germantown-cr6:eqxdc4-bb-a", - "port": "2/1/c13/2", - "ipv4Address": "134.55.58.91/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, - "reservableVlans": [ + "floor": 67, + "ceiling": 93 + }, + { + "floor": 147, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 43 }, { - "floor": 7, - "ceiling": 4095 + "floor": 47, + "ceiling": 63 + }, + { + "floor": 95, + "ceiling": 95 } ], - "esdbEquipmentInterfaceId": 16447 + "esdbEquipmentInterfaceId": 13829, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "germantown-cr6:2/1/c14/1", + "urn": "lbnl59-cr6:1/1/c25/1", "tags": [ - "germantown-cr6---germantown-ps:pt-e02bdeb0:::na", - "germantown-cr6---germantown-ps:pt-e02bdeb0:throughput::na" + "lbnl59-cr6---SCinet::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16450 + "esdbEquipmentInterfaceId": 13831, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "germantown-cr6:2/1/c13/3", + "urn": "lbnl59-cr6:1/1/c28/1", "tags": [ - "germantown-cr6---DOENET-DOE-GTN::conn-b:show:na", - "germantown-cr6---doenet-doe-gtn(as32982):l3edge-453579f6:site_conn-b_base:show:na" + "lbnl59-cr6---slac50n-cr6:bbl-9eda47aa::ESNET-Z13302:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 29 + "ceiling": 5 }, { - "floor": 31, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16448 + "esdbEquipmentInterfaceId": 13832, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "germantown-cr6:2/1/c13/4", + "urn": "lbnl59-cr6:1/1/c3/1", "tags": [ - "germantown-cr6---DOE-NNSA-GTN::conn-c:show:na", - "germantown-cr6---doe-nnsa-gtn(as65168):l3edge-8f78acde:site_conn-c_base:show:na" + "lbnl59-cr6---EJFAT::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 1799 + "ceiling": 199 }, { - "floor": 1801, + "floor": 211, "ceiling": 4095 + }, + { + "floor": 201, + "ceiling": 209 } ], - "esdbEquipmentInterfaceId": 16449 - } - ], - "esdbEquipmentId": 1831 - }, - { - "urn": "eqxam3-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.236", - "reservableVlans": [], - "location": "EQXAM3", - "locationId": 640, - "latitude": "52.3546757", - "longitude": "4.9591194", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13807, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "eqxam3-cr6:1/1/c7/1", + "urn": "lbnl59-cr6:1/1/c31/1", "tags": [ - "eqxam3-cr6---bost-cr6:bbl-de4f9dc8::ESNET-Z13409:na", - "eqxam3-cr6---bost-cr6:ESNET-Z13409::show:intracloud" + "lbnl59-cr6---slac50n-cr6:bbl-9eda47aa::ESNET-Z10832:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxam3-cr6:bost-bb-a", - "port": "1/1/c7/1", - "ipv4Address": "134.55.57.68/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -19310,27 +20022,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23207 + "esdbEquipmentInterfaceId": 13833, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxam3-cr6:1/1/c31/1", + "urn": "lbnl59-cr6:1/1/c34/1", "tags": [ - "eqxam3-cr6---eqxld8-cr6:bbl-b8bcd6ed::ESNET-Z15723:na", - "eqxam3-cr6---eqxld8-cr6:ESNET-Z15723::show:intracloud" + "lbnl59-cr6---lbnl50-cr6:bbl-5425369c::ESNET-Z07206:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxam3-cr6:eqxld8-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.200/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -19341,55 +20050,108 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23229 + "esdbEquipmentInterfaceId": 13834, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxam3-cr6:lag-20", + "urn": "lbnl59-cr6:1/1/c4/1", "tags": [ - "eqxam3-cr6---eqxam3-mpr1:mgt-b8e5c075:lag-20:ESNET-Z11617:na", - "eqxam3-cr6---eqxam3-mpr1:ESNET-Z11617::show:intracloud", - "eqxam3-cr6---eqxam3-ps:pt-99e9e539:owamp::na" + "lbnl59-cr6---ESNET-SERVICES::conn-p:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 50, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 + "ceiling": 48 + } + ], + "esdbEquipmentInterfaceId": 13808, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "lbnl59-cr6:1/1/c8/1", + "tags": [ + "lbnl59-cr6---lbnl59-ht1:ht-40a6310f:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 }, { - "floor": 920, - "ceiling": 965 + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13812, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "lbnl59-cr6:1/1/c9/1", + "tags": [ + "lbnl59-cr6---lbnl59-ht1:ht-40a6310f:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 }, { - "floor": 967, - "ceiling": 1109 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23261 + "esdbEquipmentInterfaceId": 13813, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxam3-cr6:2/1/c14/1", + "urn": "lbnl59-cr6:2/1/c14/1", "tags": [ - "eqxam3-cr6---eqxam3-ps:pt-99e9e539:::na", - "eqxam3-cr6---eqxam3-ps:pt-99e9e539:throughput::na" + "lbnl59-cr6---lbnl59-ps:pt-670040b8:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -19404,265 +20166,200 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 23244 + "esdbEquipmentInterfaceId": 13848, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxam3-cr6:lag-10", + "urn": "lbnl59-cr6:2/1/c15/1", "tags": [ - "eqxam3-cr6---GEANT::conn-s:show:na", - "eqxam3-cr6---geant(as20965):l3edge-a25aa059:conn-s_base:show:na", - "eqxam3-cr6---geant(as20965):l3edge-ff1ae8bf:conn-s_base:show:na", - "eqxam3-cr6---geant(as20965):l3edge-726de22f:conn-s_l3vpn-lhcone:show:intercloud" + "lbnl59-cr6---lbl-dev-dtn:dtn-f6da45de:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 107, - "ceiling": 110 - }, - { - "floor": 105, - "ceiling": 105 + "floor": 913, + "ceiling": 915 }, { "floor": 2, - "ceiling": 103 + "ceiling": 911 }, { - "floor": 112, + "floor": 917, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 28753 + "esdbEquipmentInterfaceId": 13849, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxam3-cr6:1/1/c17/3", + "urn": "lbnl59-cr6:2/1/c17/2", "tags": [ - "eqxam3-cr6---AMS-IX::conn-b:show:na", - "eqxam3-cr6---ams-ix:l3edge-164c8f67:ams-ix_conn-b_base:show:na" + "lbnl59-cr6---routemon1:montoring:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 98 - }, - { - "floor": 100, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23219 + "esdbEquipmentInterfaceId": 13852, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxam3-cr6:1/1/c19/1", + "urn": "lbnl59-cr6:2/1/c17/3", "tags": [ - "eqxam3-cr6---SURFNET::conn-c:show:na", - "eqxam3-cr6---newy32aoa-cr6:ESNET-Z15983::show:intracloud", - "eqxam3-cr6---kiae(as59624):l3edge-08409d4e:conn-c_base:show:na", - "eqxam3-cr6---nordunet(as2603):l3edge-f8bb5699:conn-c_base:show:na", - "eqxam3-cr6---surfnet(as1103):l3edge-7a99504a:conn-c_base:show:na", - "eqxam3-cr6---kiae(as57484):l3edge-7d6489a3:conn-c_l3vpn-lhcone:show:intercloud", - "eqxam3-cr6---nordunet(as2603):l3edge-57e45214:conn-c_l3vpn-lhcone:show:intercloud", - "eqxam3-cr6---surfnet(as1103):l3edge-56bb36f6:conn-c_l3vpn-lhcone:show:intercloud" + "lbnl59-cr6---FABRIC::conn-o:show:na" ], "capabilities": [ "ETHERNET", "EDGE", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxam3-cr6:newy32aoa-bb-a", - "port": "1/1/c19/1", - "ipv4Address": "134.55.57.54/31" - } + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 7, - "ceiling": 122 - }, - { - "floor": 124, - "ceiling": 212 - }, - { - "floor": 2011, - "ceiling": 2014 - }, - { - "floor": 2017, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 5 + "ceiling": 901 }, { - "floor": 215, - "ceiling": 2009 + "floor": 903, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23225 + "esdbEquipmentInterfaceId": 13853, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxam3-cr6:2/1/c34/1", + "urn": "lbnl59-cr6:2/1/c19/1", "tags": [ - "eqxam3-cr6---cern513-cr6:bbl-2e679375::ESNET-Z15710:na", - "eqxam3-cr6---cern513-cr6:ESNET-Z15710::show:intracloud" + "lbnl59-cr6---NERSC::conn-k:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxam3-cr6:cern513-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.220/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 1128, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 1125 } ], - "esdbEquipmentInterfaceId": 23260 - } - ], - "esdbEquipmentId": 2080 - }, - { - "urn": "chic-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.199", - "reservableVlans": [], - "location": "CHIC", - "locationId": 596, - "latitude": "41.897642", - "longitude": "-87.6433909", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13859, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "chic-cr6:lag-20", + "urn": "lbnl59-cr6:2/1/c2/1", "tags": [ - "chic-cr6---chic-mpr1:mgt-d9aa8c1b:lag-20:ESNET-Z08572:na", - "chic-cr6---chic-mpr1:ESNET-Z08572::show:intracloud", - "chic-cr6-base--chic-gw:gw::na", - "chic-cr6---chic-ps:pt-c80f114e:owamp::na", - "chic-cr6--chic-gw:gw::na" + "lbnl59-cr6---LBNL::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 + "ceiling": 113 }, { - "floor": 920, - "ceiling": 921 + "floor": 785, + "ceiling": 4095 }, { - "floor": 967, - "ceiling": 1109 + "floor": 117, + "ceiling": 764 }, { - "floor": 923, - "ceiling": 923 + "floor": 767, + "ceiling": 782 }, { - "floor": 925, - "ceiling": 965 + "floor": 115, + "ceiling": 115 } ], - "esdbEquipmentInterfaceId": 14929 + "esdbEquipmentInterfaceId": 13836, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c22/1", + "urn": "lbnl59-cr6:2/1/c25/1", "tags": [ - "chic-cr6---star-cr6:bbl-52330e01::ESNET-Z11681:na", - "chic-cr6---star-cr6:ESNET-Z11681::show:intracloud" + "lbnl59-cr6---SCinet::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:star-bb-j", - "port": "1/1/c22/1", - "ipv4Address": "134.55.58.30/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14024 + "esdbEquipmentInterfaceId": 13861, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c25/1", + "urn": "lbnl59-cr6:2/1/c28/1", "tags": [ - "chic-cr6---star-cr6:bbl-52330e01::ESNET-Z10778:na", - "chic-cr6---star-cr6:ESNET-Z10778::show:intracloud" + "lbnl59-cr6---lbnl50-cr6:bbl-5425369c::ESNET-Z10922:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chic-cr6:star-bb-f", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.184/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -19673,27 +20370,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14055 + "esdbEquipmentInterfaceId": 13862, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c1/1", + "urn": "lbnl59-cr6:2/1/c31/1", "tags": [ - "chic-cr6---nash-cr6:bbl-ef7ff668::ESNET-Z15056:na", - "chic-cr6---nash-cr6:ESNET-Z15056::show:intracloud" + "lbnl59-cr6---slac50n-cr6:bbl-9eda47aa::ESNET-Z10835:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chic-cr6:nash-bb-f", - "port": "2/1/c1/1", - "ipv4Address": "134.55.57.14/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -19704,27 +20398,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14029 + "esdbEquipmentInterfaceId": 13863, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c25/1", + "urn": "lbnl59-cr6:2/1/c34/1", "tags": [ - "chic-cr6---star-cr6:bbl-52330e01::ESNET-Z10775:na", - "chic-cr6---star-cr6:ESNET-Z10775::show:intracloud" + "lbnl59-cr6---lbnl50-cr6:bbl-5425369c::ESNET-Z10919:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chic-cr6:star-bb-e", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.182/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -19735,288 +20426,307 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14025 + "esdbEquipmentInterfaceId": 13864, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c17/3", + "urn": "lbnl59-cr6:2/1/c6/1", "tags": [ - "chic-cr6---ameshwhb-cr6:bbl-06c8a6d8::ESNET-Z11529:na", - "chic-cr6---ameshwhb-cr6:ESNET-Z11529::show:intracloud" + "lbnl59-cr6---FABRIC::conn-n:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:ameshwhb-bb-a", - "port": "1/1/c17/3", - "ipv4Address": "134.55.57.249/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14017 + "esdbEquipmentInterfaceId": 13840, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c19/1", + "urn": "lbnl59-cr6:2/1/c8/1", "tags": [ - "chic-cr6---kans-cr6:bbl-70585dea::ESNET-Z14075:na", - "chic-cr6---kans-cr6:ESNET-Z14075::show:intracloud" + "lbnl59-cr6---lbnl59-ht2:ht-704ecc69:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:kans-bb-d", - "port": "1/1/c19/1", - "ipv4Address": "134.55.56.244/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14023 + "esdbEquipmentInterfaceId": 13842, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c3/1", + "urn": "lbnl59-cr6:2/1/c9/1", "tags": [ - "chic-cr6---NCSA::conn-c:show:na", - "chic-cr6---ncsa(as1224):l3edge-a2a27455:conn-c_base:show:na" + "lbnl59-cr6---lbnl59-ht2:ht-704ecc69:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 349 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 351, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14001 + "esdbEquipmentInterfaceId": 13843, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c22/1", + "urn": "lbnl59-cr6:lag-1", "tags": [ - "chic-cr6---fnalgcc-cr6:bbl-0dce69e5::ESNET-Z11690:na", - "chic-cr6---fnalgcc-cr6:ESNET-Z11690::show:intracloud" + "lbnl59-cr6---EJFAT::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:fnalgcc-bb-d", - "port": "2/1/c22/1", - "ipv4Address": "134.55.56.50/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 99 }, { - "floor": 7, + "floor": 101, + "ceiling": 109 + }, + { + "floor": 111, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14054 + "esdbEquipmentInterfaceId": 30667, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c28/1", + "urn": "lbnl59-cr6:lag-20", "tags": [ - "chic-cr6---nash-cr6:bbl-ef7ff668::ESNET-Z10769:na", - "chic-cr6---nash-cr6:ESNET-Z10769::show:intracloud" + "lbnl59-cr6---lbnl59-mpr1:mgt-b0172344:lag-20:ESNET-Z08647:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:nash-bb-d", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.204/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 3002, + "ceiling": 4095 + }, + { + "floor": 920, + "ceiling": 965 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 122 }, { - "floor": 7, - "ceiling": 4095 + "floor": 967, + "ceiling": 1109 + }, + { + "floor": 125, + "ceiling": 918 + }, + { + "floor": 1111, + "ceiling": 3000 } ], - "esdbEquipmentInterfaceId": 14026 + "esdbEquipmentInterfaceId": 14954, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c7/1", + "urn": "lbnl59-cr6:lag-400", "tags": [ - "chic-cr6---PacketFabric::conn-g:show:na" + "lbnl59-cr6---lbnl59-ht1:ht-40a6310f:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 412, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 14005 + "esdbEquipmentInterfaceId": 24180, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c14/1", + "urn": "lbnl59-cr6:lag-401", "tags": [ - "chic-cr6---star-cr6:bbl-35f4b07b::ESNET-Z09682:na", - "chic-cr6---star-cr6:ESNET-Z09682::show:intracloud" + "lbnl59-cr6---lbnl59-ht2:ht-704ecc69:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:star-bb-d", - "port": "1/1/c14/1", - "ipv4Address": "134.55.56.118/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 414, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 14012 - }, + "esdbEquipmentInterfaceId": 25764, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1711, + "orchSubscriptionId": null + }, + { + "urn": "lbnl59qa-cr6a", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.244", + "reservableVlans": [], + "location": "LBNL59/ESNETWEST", + "locationId": 647, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "chic-cr6:1/1/c8/1", + "urn": "lbnl59qa-cr6a:1/1/c1/1", "tags": [ - "chic-cr6---Internet2::conn-f:show:na", - "chic-cr6---internet2(as11537):l3edge-6edac4db:conn-f_base:show:na", - "chic-cr6---internet2(as11537):l3edge-1741796c:conn-f_base:show:na", - "chic-cr6---internet2(as11537):l3edge-8661f249:conn-f_l3vpn-lhcone:show:intercloud", - "chic-cr6---uiuc(as38):l3edge-028d7f54:site_conn-f_l3vpn-lhcone:show:intercloud" + "lbnl59qa-cr6a---lbnl59-cr6:bbl-ddac996f::ESNET-Z11396:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1237, - "ceiling": 2001 - }, { "floor": 2, - "ceiling": 1234 + "ceiling": 5 }, { - "floor": 2033, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 2003, - "ceiling": 2031 } ], - "esdbEquipmentInterfaceId": 14006 + "esdbEquipmentInterfaceId": 22630, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c8/1", + "urn": "lbnl59qa-cr6a:1/1/c13/2", "tags": [ - "chic-cr6---chic-ht2:ht-c90c2950:::na", - "chic-cr6---chic-ht2:ht-c90c2950:service1::na" + "lbnl59qa-cr6a---ESNET-SERVICES::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 4088 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14036 + "esdbEquipmentInterfaceId": 30519, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "chic-cr6:1/1/c13/1", + "urn": "lbnl59qa-cr6a:2/1/c1/1", "tags": [ - "chic-cr6---ameshwhb-cr6:bbl-2dc2d07c::ESNET-Z16426:na", - "chic-cr6---ameshwhb-cr6:ESNET-Z16426::show:intracloud" + "lbnl59qa-cr6a---lbnl59qa-cr6b:bbl-becf4b58::ESNET-Z16705:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chic-cr6:ameshwhb-bb-b", - "port": "1/1/c13/1", - "ipv4Address": "134.55.57.64/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -20027,123 +20737,111 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14011 + "esdbEquipmentInterfaceId": 29014, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c28/1", + "urn": "lbnl59qa-cr6a:2/1/c14/1", "tags": [ - "chic-cr6---nash-cr6:bbl-ef7ff668::ESNET-Z10772:na", - "chic-cr6---nash-cr6:ESNET-Z10772::show:intracloud" + "lbnl59qa-cr6a---lbnl59qa-ps:pt-6c9bbf3e:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:nash-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.206/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 14056 + "esdbEquipmentInterfaceId": 29234, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c10/1", + "urn": "lbnl59qa-cr6a:lag-20", "tags": [ - "chic-cr6---chic-ht1:ht-d740d94c:::na", - "chic-cr6---chic-ht1:ht-d740d94c:service1::na" + "lbnl59qa-cr6a---lbnl59qa-mpr1:mgt-bc978337:lag-20:ESNET-Z14076:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 14008 - }, - { - "urn": "chic-cr6:lag-401", - "tags": [ - "chic-cr6---chic-ht2:ht-c90c2950:capture::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, - "reservableVlans": [ + "ceiling": 918 + }, { - "floor": 2, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 25699 - }, - { - "urn": "chic-cr6:lag-400", - "tags": [ - "chic-cr6---chic-ht1:ht-d740d94c:capture::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, - "reservableVlans": [ + "floor": 920, + "ceiling": 965 + }, { - "floor": 2, - "ceiling": 4095 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 25698 - }, + "esdbEquipmentInterfaceId": 25796, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2036, + "orchSubscriptionId": null + }, + { + "urn": "lbnl59qa-cr6b", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.195", + "reservableVlans": [], + "location": "LBNL59/ESNETWEST", + "locationId": 647, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "chic-cr6:1/1/c31/1", + "urn": "lbnl59qa-cr6b:1/1/c1/1", "tags": [ - "chic-cr6---fnalgcc-cr6:bbl-0dce69e5::ESNET-Z10763:na", - "chic-cr6---fnalgcc-cr6:ESNET-Z10763::show:intracloud" + "lbnl59qa-cr6b---lbnl50-cr6:bbl-246e7900::ESNET-Z16763:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chic-cr6:fnalgcc-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.222/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -20154,116 +20852,99 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14027 + "esdbEquipmentInterfaceId": 29018, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:lag-1", + "urn": "lbnl59qa-cr6b:2/1/c1/1", "tags": [ - "chic-cr6---BTAA::conn-e:show:na", - "chic-cr6---iccn(as40387):l3edge-61162cfb:conn-e_base:show:na", - "chic-cr6---in-gpop(as19782):l3edge-c3f263d7:conn-e_base:show:na", - "chic-cr6---pennstate(as3999):l3edge-05e6f63d:conn-e_base:show:na", - "chic-cr6---uchicago(as160):l3edge-a398c560:conn-e_base:show:na", - "chic-cr6---uchicago(as160):l3edge-667bf7f6:conn-e_base:show:na", - "chic-cr6---uiowa(as3676):l3edge-f403ef11:conn-e_base:show:na", - "chic-cr6---uwmadison(as59):l3edge-b7239b76:conn-e_base:show:na", - "chic-cr6---aglt2(as229):l3edge-21cdbc76:site_conn-e_l3vpn-lhcone:show:intercloud", - "chic-cr6---aglt2(as229):l3edge-8554dd6e:site_conn-e_l3vpn-lhcone:show:intercloud", - "chic-cr6---in-gpop(as19782):l3edge-f84e8680:site_conn-e_l3vpn-lhcone:show:intercloud", - "chic-cr6---uchicago(as160):l3edge-f8f4810a:site_conn-e_l3vpn-lhcone:show:intercloud", - "chic-cr6---uwmadison(as59):l3edge-5eadbf54:site_conn-e_l3vpn-lhcone:show:intercloud" + "lbnl59qa-cr6b---lbnl59qa-cr6a:bbl-becf4b58::ESNET-Z16705:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2307, - "ceiling": 2311 - }, - { - "floor": 2301, - "ceiling": 2301 - }, - { - "floor": 2313, - "ceiling": 2313 - }, - { - "floor": 2315, - "ceiling": 3203 - }, - { - "floor": 2162, - "ceiling": 2299 + "floor": 2, + "ceiling": 5 }, { - "floor": 3209, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 2303, - "ceiling": 2305 - }, - { - "floor": 2, - "ceiling": 2159 } ], - "esdbEquipmentInterfaceId": 18108 - }, + "esdbEquipmentInterfaceId": 29013, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2691, + "orchSubscriptionId": null + }, + { + "urn": "llnl-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.197", + "reservableVlans": [], + "location": "LLNL", + "locationId": 572, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "chic-cr6:2/1/c14/1", + "urn": "llnl-cr6:1/1/c2/1", "tags": [ - "chic-cr6---chic-ps:pt-c80f114e:::na", - "chic-cr6---chic-ps:pt-c80f114e:throughput::na" + "llnl-cr6---LLNL::conn-n:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 45, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 43 } ], - "esdbEquipmentInterfaceId": 14042 + "esdbEquipmentInterfaceId": 13872, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c34/1", + "urn": "llnl-cr6:1/1/c25/1", "tags": [ - "chic-cr6---eqxch2-cr6:bbl-ea29f2eb::ESNET-Z10757:na", - "chic-cr6---eqxch2-cr6:ESNET-Z10757::show:intracloud" + "llnl-cr6---llnl354-cr6:bbl-dec10a4a::ESNET-Z18113:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chic-cr6:eqxch2-bb-e", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.127/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -20274,27 +20955,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14028 + "esdbEquipmentInterfaceId": 13897, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c31/1", + "urn": "llnl-cr6:1/1/c28/1", "tags": [ - "chic-cr6---kans-cr6:bbl-70585dea::ESNET-Z10766:na", - "chic-cr6---kans-cr6:ESNET-Z10766::show:intracloud" + "llnl-cr6---sunn-cr6:bbl-7eb16d2a::ESNET-Z10844:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chic-cr6:kans-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.40/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -20305,27 +20983,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14057 + "esdbEquipmentInterfaceId": 13898, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c34/1", + "urn": "llnl-cr6:1/1/c31/1", "tags": [ - "chic-cr6---eqxch2-cr6:bbl-ea29f2eb::ESNET-Z10760:na", - "chic-cr6---eqxch2-cr6:ESNET-Z10760::show:intracloud" + "llnl-cr6---snlca902-cr6:bbl-11d45c84::ESNET-Z14863:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chic-cr6:eqxch2-bb-f", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.187/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -20336,27 +21011,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14058 + "esdbEquipmentInterfaceId": 13899, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c1/1", + "urn": "llnl-cr6:1/1/c34/1", "tags": [ - "chic-cr6---frib-cr6a:bbl-1ff91e33::ESNET-Z10945:na", - "chic-cr6---frib-cr6a:ESNET-Z10945::show:intracloud" + "llnl-cr6---sunn-cr6:bbl-7eb16d2a::ESNET-Z13470:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chic-cr6:frib-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.57.39/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -20367,303 +21039,224 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13999 + "esdbEquipmentInterfaceId": 13900, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c19/1", + "urn": "llnl-cr6:1/1/c7/1", "tags": [ - "chic-cr6---eqxch2-cr6:bbl-ea29f2eb::ESNET-Z10290:na", - "chic-cr6---eqxch2-cr6:ESNET-Z10290::show:intracloud" + "llnl-cr6---DOE-IN-LLNL::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:eqxch2-bb-c", - "port": "2/1/c19/1", - "ipv4Address": "134.55.56.121/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14053 - } - ], - "esdbEquipmentId": 1716 - }, - { - "urn": "inleil-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.207", - "reservableVlans": [], - "location": "INLEIL", - "locationId": 604, - "latitude": "43.51763", - "longitude": "-112.04925", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13877, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "inleil-cr6:1/1/c1/1", + "urn": "llnl-cr6:2/1/c14/1", "tags": [ - "inleil-cr6---inlerob-cr6:bbl-c40704a5::ESNET-Z13303:na", - "inleil-cr6---inlerob-cr6:ESNET-Z13303::show:intracloud" + "llnl-cr6---llnl-ps:pt-d9c3c5dc:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "inleil-cr6:inlerob-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.33/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 16460 + "esdbEquipmentInterfaceId": 13914, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "inleil-cr6:1/1/c13/2", + "urn": "llnl-cr6:2/1/c17/3", "tags": [ - "inleil-cr6---INL::conn-g:show:na", - "inleil-cr6---doenet-id(as65028):l3edge-89c2b437:site_conn-g_base:show:na", - "inleil-cr6---inl(as14702):l3edge-6585a678:site_conn-g_base:show:na", - "inleil-cr6---inl(as14702):l3edge-afb3cbdb:site_conn-g_base:show:na" + "llnl-cr6---LANL::conn-n:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1507, - "ceiling": 3958 - }, - { - "floor": 3960, - "ceiling": 4095 + "floor": 2, + "ceiling": 1139 }, { - "floor": 1505, - "ceiling": 1505 + "floor": 1141, + "ceiling": 1143 }, { - "floor": 2, - "ceiling": 1503 + "floor": 1145, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16465 + "esdbEquipmentInterfaceId": 13919, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "inleil-cr6:lag-20", + "urn": "llnl-cr6:2/1/c17/4", "tags": [ - "inleil-cr6---inleil-mpr1:mgt-dd59af62:lag-20:ESNET-Z09148:na", - "inleil-cr6---inleil-mpr1:ESNET-Z09148::show:intracloud", - "inleil-cr6---inleil-ps:pt-ca9fbfa8:owamp::na" + "llnl-cr6---LLNL::conn-v:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1111, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 16825 + "esdbEquipmentInterfaceId": 13920, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "inleil-cr6:2/1/c13/2", + "urn": "llnl-cr6:2/1/c2/1", "tags": [ - "inleil-cr6---bois-cr6:bbl-c568431e::ESNET-Z13484:na", - "inleil-cr6---bois-cr6:ESNET-Z13484::show:intracloud" + "llnl-cr6---SNLL::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "urn": "inleil-cr6:bois-bb-a", - "port": "2/1/c13/2", - "ipv4Address": "134.55.57.7/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 + "floor": 1149, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 1147 } ], - "esdbEquipmentInterfaceId": 16477 + "esdbEquipmentInterfaceId": 13902, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "inleil-cr6:2/1/c14/1", + "urn": "llnl-cr6:2/1/c28/1", "tags": [ - "inleil-cr6---inleil-ps:pt-ca9fbfa8:::na", - "inleil-cr6---inleil-ps:pt-ca9fbfa8:throughput::na" + "llnl-cr6---sunn-cr6:bbl-7eb16d2a::ESNET-Z10847:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16480 - } - ], - "esdbEquipmentId": 1832 - }, - { - "urn": "newy32aoa-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.198", - "reservableVlans": [], - "location": "NEWY32AOA", - "locationId": 594, - "latitude": "40.72003174", - "longitude": "-74.0045166", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13928, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "newy32aoa-cr6:lag-20", + "urn": "llnl-cr6:2/1/c3/1", "tags": [ - "newy32aoa-cr6---newy32aoa-mpr1:mgt-1ead2cab:lag-20:ESNET-Z08599:na", - "newy32aoa-cr6---newy32aoa-mpr1:ESNET-Z08599::show:intracloud", - "newy32aoa-cr6-base--aofa-gw:gw::na", - "newy32aoa-cr6---fabric(as4294967289):l3edge-eb46f421:site_conn-y_base:show:na", - "newy32aoa-cr6---newy32aoa-ps:pt-66a04dfe:owamp::na", - "newy32aoa-cr6--aofa-gw:gw::na" + "llnl-cr6---LLNL::conn-t:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 1111, + "floor": 157, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 921 - }, - { - "floor": 923, - "ceiling": 923 - }, - { - "floor": 925, - "ceiling": 965 + "ceiling": 153 }, { - "floor": 1021, - "ceiling": 1109 + "floor": 155, + "ceiling": 155 } ], - "esdbEquipmentInterfaceId": 14938 + "esdbEquipmentInterfaceId": 13903, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c22/1", + "urn": "llnl-cr6:2/1/c31/1", "tags": [ - "newy32aoa-cr6---newy1118th-cr6:bbl-a608f91f::ESNET-Z14055:na", - "newy32aoa-cr6---newy1118th-cr6:ESNET-Z14055::show:intracloud" + "llnl-cr6---snlca902-cr6:bbl-11d45c84::ESNET-Z14864:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy32aoa-cr6:newy1118th-bb-h", - "port": "1/1/c22/1", - "ipv4Address": "134.55.56.151/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -20674,27 +21267,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13960 + "esdbEquipmentInterfaceId": 13929, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c25/1", + "urn": "llnl-cr6:2/1/c34/1", "tags": [ - "newy32aoa-cr6---bnl515-cr6:bbl-cbc626b5::ESNET-Z14549:na", - "newy32aoa-cr6---bnl515-cr6:ESNET-Z14549::show:intracloud" + "llnl-cr6---snlca902-cr6:bbl-11d45c84::ESNET-Z14409:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy32aoa-cr6:bnl515-bb-e", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.196/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -20705,83 +21295,115 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13991 + "esdbEquipmentInterfaceId": 13930, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c25/1", + "urn": "llnl-cr6:lag-20", "tags": [ - "newy32aoa-cr6---bnl725-cr6:bbl-5f8cdde4::ESNET-Z15859:na", - "newy32aoa-cr6---bnl725-cr6:ESNET-Z15859::show:intracloud" + "llnl-cr6---llnl-mpr1:mgt-dc2e487b:lag-20:ESNET-Z08653:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy32aoa-cr6:bnl725-bb-a", - "port": "1/1/c25/1", - "ipv4Address": "134.55.56.204/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1121, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 309 }, { - "floor": 7, - "ceiling": 4095 + "floor": 1111, + "ceiling": 1119 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + }, + { + "floor": 311, + "ceiling": 918 } ], - "esdbEquipmentInterfaceId": 13961 - }, + "esdbEquipmentInterfaceId": 14956, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1714, + "orchSubscriptionId": null + }, + { + "urn": "losa-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.189", + "reservableVlans": [], + "location": "LOSA", + "locationId": 283, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "newy32aoa-cr6:1/1/c17/4", + "urn": "losa-cr6:1/1/c17/2", "tags": [ - "newy32aoa-cr6---Pilotfiber::conn-c:show:na", - "newy32aoa-cr6---pilotfiber(as46450):l3edge-9bee0c5d:conn-c_base:show:na" + "losa-cr6---FABRIC::conn-aa:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 416, - "ceiling": 4095 + "floor": 2, + "ceiling": 1009 }, { - "floor": 2, - "ceiling": 414 + "floor": 1011, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13954 + "esdbEquipmentInterfaceId": 13374, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c19/1", + "urn": "losa-cr6:1/1/c19/1", "tags": [ - "newy32aoa-cr6---wash-cr6:bbl-324fb434::ESNET-Z14060:na", - "newy32aoa-cr6---wash-cr6:ESNET-Z14060::show:intracloud" + "losa-cr6---sunn-cr6:bbl-025391c0::ESNET-Z18158:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy32aoa-cr6:wash-bb-f", - "port": "1/1/c19/1", - "ipv4Address": "134.55.56.214/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -20792,27 +21414,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13959 + "esdbEquipmentInterfaceId": 13381, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c22/1", + "urn": "losa-cr6:1/1/c2/1", "tags": [ - "newy32aoa-cr6---newy1118th-cr6:bbl-a608f91f::ESNET-Z14063:na", - "newy32aoa-cr6---newy1118th-cr6:ESNET-Z14063::show:intracloud" + "losa-cr6---FABRIC::conn-aj:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 99 + }, { - "urn": "newy32aoa-cr6:newy1118th-bb-i", - "port": "2/1/c22/1", - "ipv4Address": "134.55.56.181/31" + "floor": 101, + "ceiling": 4095 } ], + "esdbEquipmentInterfaceId": 13358, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "losa-cr6:1/1/c25/1", + "tags": [ + "losa-cr6---lasv-cr6:bbl-fc13de87::ESNET-Z14708:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -20823,52 +21470,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13990 + "esdbEquipmentInterfaceId": 13383, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c17/2", + "urn": "losa-cr6:1/1/c28/1", "tags": [ - "newy32aoa-cr6---FABRIC::conn-x:show:na", - "newy32aoa-cr6---fabric(as4294967289):l3edge-f8edc633:site_conn-x_base:show:na" + "losa-cr6---sunn-cr6:bbl-025391c0::ESNET-Z13640:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 1009 + "ceiling": 5 }, { - "floor": 1011, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13952 + "esdbEquipmentInterfaceId": 13384, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c28/1", + "urn": "losa-cr6:1/1/c31/1", "tags": [ - "newy32aoa-cr6---newy1118th-cr6:bbl-a608f91f::ESNET-Z10925:na", - "newy32aoa-cr6---newy1118th-cr6:ESNET-Z10925::show:intracloud" + "losa-cr6---eqxsv5-cr6:bbl-73bba71b::ESNET-Z11821:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy32aoa-cr6:newy1118th-bb-f", - "port": "1/1/c28/1", - "ipv4Address": "134.55.58.7/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -20879,110 +21526,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13962 + "esdbEquipmentInterfaceId": 13385, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c4/1", + "urn": "losa-cr6:1/1/c34/1", "tags": [ - "newy32aoa-cr6---MAN-LAN::conn-c:show:na", - "newy32aoa-cr6---eqxam3-cr6:ESNET-Z15983::show:intracloud", - "newy32aoa-cr6->eqxld8-cr6:400ge(vlan):ip-c_neaar:show:intracloud", - "newy32aoa-cr6---canarie(as6509):l3edge-dd39304d:conn-c_base:show:na", - "newy32aoa-cr6---canarie(as6509):l3edge-10dfea26:conn-c_base:show:na", - "newy32aoa-cr6---geant(as20965):l3edge-368e43fa:conn-c_base:show:na", - "newy32aoa-cr6---internet2(as11537):l3edge-bfd57287:conn-c_base:show:na", - "newy32aoa-cr6---internet2(as11537):l3edge-ef49d893:conn-c_base:show:na", - "newy32aoa-cr6---nordunet(as2603):l3edge-0c3e1e37:conn-c_base:show:na", - "newy32aoa-cr6---pennstate(as14877):l3edge-2f7eaa07:conn-c_base:show:na", - "newy32aoa-cr6---sinet(as2907):l3edge-e94aa288:conn-c_base:show:na", - "newy32aoa-cr6---sinet(as2907):l3edge-7441a81b:conn-c_base:show:na", - "newy32aoa-cr6---geant(as20965):l3edge-c154613a:conn-c_l3vpn-lhcone:show:intercloud", - "newy32aoa-cr6---internet2(as11537):l3edge-a48f8b0e:conn-c_l3vpn-lhcone:show:intercloud", - "newy32aoa-cr6---mit(as3):l3edge-1524c829:site_conn-c_l3vpn-lhcone:show:intercloud", - "newy32aoa-cr6---nordunet(as2603):l3edge-b970ccbc:conn-c_l3vpn-lhcone:show:intercloud" + "losa-cr6---sand-cr6:bbl-d030958d::ESNET-Z10850:na" ], "capabilities": [ "ETHERNET", - "EDGE", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy32aoa-cr6:eqxam3-bb-a", - "port": "2/1/c4/1", - "ipv4Address": "134.55.57.55/31" - }, - { - "urn": "newy32aoa-cr6:to_eqxld8-cr6_ip-c", - "port": "2/1/c4/1", - "ipv4Address": "134.55.37.21/30" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 7, - "ceiling": 122 - }, - { - "floor": 2011, - "ceiling": 4095 - }, - { - "floor": 414, - "ceiling": 639 - }, - { - "floor": 2002, - "ceiling": 2003 - }, { "floor": 2, "ceiling": 5 }, { - "floor": 641, - "ceiling": 2000 - }, - { - "floor": 213, - "ceiling": 408 - }, - { - "floor": 2005, - "ceiling": 2009 - }, - { - "floor": 199, - "ceiling": 211 - }, - { - "floor": 125, - "ceiling": 196 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13968 + "esdbEquipmentInterfaceId": 13386, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c16/1", + "urn": "losa-cr6:1/1/c4/1", "tags": [ - "newy32aoa-cr6---pppl-cr6:bbl-984f65b4::ESNET-Z12564:na", - "newy32aoa-cr6---pppl-cr6:ESNET-Z12564::show:intracloud" + "losa-cr6---ga-cr6:bbl-36acb5c5::ESNET-Z14635:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy32aoa-cr6:pppl-bb-b", - "port": "1/1/c16/1", - "ipv4Address": "134.55.58.134/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -20993,21 +21582,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13950 + "esdbEquipmentInterfaceId": 13360, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c9/1", + "urn": "losa-cr6:1/1/c8/1", "tags": [ - "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:::na", - "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:service1::na" + "losa-cr6---losa-ht1:ht-2121798e:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -21018,21 +21610,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13973 + "esdbEquipmentInterfaceId": 13364, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c8/1", + "urn": "losa-cr6:1/1/c9/1", "tags": [ - "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:::na", - "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:service1::na" + "losa-cr6---losa-ht1:ht-2121798e:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -21043,97 +21638,136 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13942 + "esdbEquipmentInterfaceId": 13365, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c8/1", + "urn": "losa-cr6:2/1/c1/1", "tags": [ - "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:::na", - "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:service1::na" + "losa-cr6---PWAVE-LOSA::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13387, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "losa-cr6:2/1/c14/1", + "tags": [ + "losa-cr6---losa-ps:pt-bc3a8404:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13972 + "esdbEquipmentInterfaceId": 13400, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c13/1", + "urn": "losa-cr6:2/1/c25/1", "tags": [ - "newy32aoa-cr6---FABRIC::conn-ai:show:na" + "losa-cr6---lasv-cr6:bbl-fc13de87::ESNET-Z17583:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13947 + "esdbEquipmentInterfaceId": 13413, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c9/1", + "urn": "losa-cr6:2/1/c28/1", "tags": [ - "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:::na", - "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:service1::na" + "losa-cr6---sand-cr6:bbl-d030958d::ESNET-Z13696:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13943 + "esdbEquipmentInterfaceId": 13414, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c28/1", + "urn": "losa-cr6:2/1/c31/1", "tags": [ - "newy32aoa-cr6---newy1118th-cr6:bbl-a608f91f::ESNET-Z10928:na", - "newy32aoa-cr6---newy1118th-cr6:ESNET-Z10928::show:intracloud" + "losa-cr6---lasv-cr6:bbl-fc13de87::ESNET-Z10823:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy32aoa-cr6:newy1118th-bb-g", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.9/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -21144,320 +21778,355 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13992 + "esdbEquipmentInterfaceId": 13415, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:lag-401", + "urn": "losa-cr6:2/1/c34/1", "tags": [ - "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:capture::na" + "losa-cr6---sunn-cr6:bbl-025391c0::ESNET-Z10853:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25721 + "esdbEquipmentInterfaceId": 13416, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:lag-400", + "urn": "losa-cr6:2/1/c4/1", "tags": [ - "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:capture::na" + "losa-cr6---CENIC::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25720 + "esdbEquipmentInterfaceId": 13390, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c31/1", + "urn": "losa-cr6:2/1/c8/1", "tags": [ - "newy32aoa-cr6---newy1118th-cr6:bbl-a608f91f::ESNET-Z10856:na", - "newy32aoa-cr6---newy1118th-cr6:ESNET-Z10856::show:intracloud" + "losa-cr6---losa-ht2:ht-97e2a4a1:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy32aoa-cr6:newy1118th-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.17/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13963 + "esdbEquipmentInterfaceId": 13394, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c14/1", + "urn": "losa-cr6:2/1/c9/1", "tags": [ - "newy32aoa-cr6---newy32aoa-ps:pt-66a04dfe:::na", - "newy32aoa-cr6---newy32aoa-ps:pt-66a04dfe:throughput::na" + "losa-cr6---losa-ht2:ht-97e2a4a1:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13978 + "esdbEquipmentInterfaceId": 13395, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c34/1", + "urn": "losa-cr6:lag-20", "tags": [ - "newy32aoa-cr6---wash-cr6:bbl-324fb434::ESNET-Z10862:na", - "newy32aoa-cr6---wash-cr6:ESNET-Z10862::show:intracloud" + "losa-cr6---losa-mpr1:mgt-aab5414f:lag-20:ESNET-Z08551:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy32aoa-cr6:wash-bb-e", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.208/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 967, + "ceiling": 1019 }, { - "floor": 7, + "floor": 1111, "ceiling": 4095 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 2, + "ceiling": 24 + }, + { + "floor": 26, + "ceiling": 918 + }, + { + "floor": 1021, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 13964 + "esdbEquipmentInterfaceId": 14920, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c31/1", + "urn": "losa-cr6:lag-30", "tags": [ - "newy32aoa-cr6---newy1118th-cr6:bbl-a608f91f::ESNET-Z10859:na", - "newy32aoa-cr6---newy1118th-cr6:ESNET-Z10859::show:intracloud" + "losa-cr6---CENIC::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy32aoa-cr6:newy1118th-bb-e", - "port": "2/1/c31/1", - "ipv4Address": "134.55.58.5/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ + { + "floor": 3803, + "ceiling": 4095 + }, + { + "floor": 3084, + "ceiling": 3801 + }, + { + "floor": 1903, + "ceiling": 3080 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 351 }, { - "floor": 7, - "ceiling": 4095 + "floor": 353, + "ceiling": 1899 } ], - "esdbEquipmentInterfaceId": 13993 + "esdbEquipmentInterfaceId": 29244, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c34/1", + "urn": "losa-cr6:lag-40", "tags": [ - "newy32aoa-cr6---bnl725-cr6:bbl-5f8cdde4::ESNET-Z15858:na", - "newy32aoa-cr6---bnl725-cr6:ESNET-Z15858::show:intracloud" + "losa-cr6---PWAVE-LOSA::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy32aoa-cr6:bnl725-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.132/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 1105, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 703, + "ceiling": 885 + }, + { + "floor": 890, + "ceiling": 1103 + }, + { + "floor": 2, + "ceiling": 701 } ], - "esdbEquipmentInterfaceId": 13994 + "esdbEquipmentInterfaceId": 30491, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c17/3", + "urn": "losa-cr6:lag-400", "tags": [ - "newy32aoa-cr6---MIT::conn-c:show:na", - "newy32aoa-cr6---mit(as3):l3edge-152d12db:conn-c_base:show:na" + "losa-cr6---losa-ht1:ht-2121798e:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2609, + "floor": 406, "ceiling": 4095 }, { "floor": 2, - "ceiling": 2607 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 13983 + "esdbEquipmentInterfaceId": 25686, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c19/1", + "urn": "losa-cr6:lag-401", "tags": [ - "newy32aoa-cr6---eqxld8-cr6:bbl-e1fa9a35::ESNET-Z14160:na", - "newy32aoa-cr6---eqxld8-cr6:ESNET-Z14160::show:intracloud" + "losa-cr6---losa-ht2:ht-97e2a4a1:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy32aoa-cr6:eqxld8-bb-b", - "port": "2/1/c19/1", - "ipv4Address": "134.55.56.246/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 300000, - "reservableEgressBw": 300000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 408, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 13989 + "esdbEquipmentInterfaceId": 25687, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1715 + "esdbEquipmentId": 1704, + "orchSubscriptionId": null }, { - "urn": "netlpgh-cr6", + "urn": "nash-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.212", + "ipv4Address": "134.55.200.176", "reservableVlans": [], - "location": "NETLPGH", - "locationId": 609, - "latitude": "40.3258831", - "longitude": "-79.9862555", + "location": "NASH", + "locationId": 268, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "netlpgh-cr6:1/1/c13/3", + "urn": "nash-cr6:1/1/c10/1", "tags": [ - "netlpgh-cr6---NETL-PGH::conn-c:show:na", - "netlpgh-cr6---netl-pgh(as65001):l3edge-a59dbc28:site_conn-c_base:show:na", - "netlpgh-cr6---netl-pgh(asNone):l3edge-d50685c0:conn-c_base:show:na" + "nash-cr6---ornl5600-cr6:bbl-3bde5ed5::ESNET-Z10935:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 652 + "ceiling": 5 }, { - "floor": 655, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16616 + "esdbEquipmentInterfaceId": 12468, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "netlpgh-cr6:1/1/c13/2", + "urn": "nash-cr6:1/1/c25/1", "tags": [ - "netlpgh-cr6---eqxdc4-cr6:bbl-00494538::ESNET-Z11936:na", - "netlpgh-cr6---eqxdc4-cr6:ESNET-Z11936::show:intracloud" + "nash-cr6---chic-cr6:bbl-ef7ff668::ESNET-Z15056:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "netlpgh-cr6:eqxdc4-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.58.86/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -21468,133 +22137,108 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16615 + "esdbEquipmentInterfaceId": 12485, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "netlpgh-cr6:lag-20", + "urn": "nash-cr6:1/1/c28/1", "tags": [ - "netlpgh-cr6---netlpgh-mpr1:mgt-7cb482b1:lag-20:ESNET-Z09163:na", - "netlpgh-cr6---netlpgh-mpr1:ESNET-Z09163::show:intracloud", - "netlpgh-cr6---netlpgh-ps:pt-438dc095:owamp::na" + "nash-cr6---ornl5600-cr6:bbl-a4e03c02::ESNET-Z13486:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16835 + "esdbEquipmentInterfaceId": 12486, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "netlpgh-cr6:2/1/c14/1", + "urn": "nash-cr6:1/1/c31/1", "tags": [ - "netlpgh-cr6---netlpgh-ps:pt-438dc095:::na", - "netlpgh-cr6---netlpgh-ps:pt-438dc095:throughput::na" + "nash-cr6---chic-cr6:bbl-ef7ff668::ESNET-Z10769:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16630 - } - ], - "esdbEquipmentId": 1837 - }, - { - "urn": "frib-cr6a", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.231", - "reservableVlans": [], - "location": "FRIB", - "locationId": 620, - "latitude": "42.724781", - "longitude": "-84.473819", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12487, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "frib-cr6a:1/1/c7/1", + "urn": "nash-cr6:1/1/c34/1", "tags": [ - "frib-cr6a---FRIB::conn-a:show:na", - "frib-cr6a---frib(as400066):l3edge-6113ec10:site_conn-a_base:show:na" + "nash-cr6---chat-cr6:bbl-eccd186d::ESNET-Z10751:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 2099 + "ceiling": 5 }, { - "floor": 2101, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 24473 + "esdbEquipmentInterfaceId": 12488, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6a:1/1/c1/1", + "urn": "nash-cr6:1/1/c6/1", "tags": [ - "frib-cr6a---frib-cr6b:bbl-1cc289bf::ESNET-Z11703:na", - "frib-cr6a---frib-cr6b:ESNET-Z11703::show:intracloud" + "nash-cr6---hous-cr6:bbl-e8a0e0a6::ESNET-Z09869:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "frib-cr6a:frib-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.145/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -21605,55 +22249,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23965 + "esdbEquipmentInterfaceId": 12464, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6a:lag-20", + "urn": "nash-cr6:1/1/c8/1", "tags": [ - "frib-cr6a---frib-mpr1a:mgt-105310cc:lag-20:ESNET-Z11719:na", - "frib-cr6a---frib-mpr1a:ESNET-Z11719::show:intracloud", - "frib-cr6a---frib-a-ps:pt-80ffe623:owamp::na" + "nash-cr6---nash-ht1:ht-944b624b:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12466, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "nash-cr6:1/1/c9/1", + "tags": [ + "nash-cr6---nash-ht1:ht-944b624b:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "floor": 920, - "ceiling": 965 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 967, - "ceiling": 1109 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23994 + "esdbEquipmentInterfaceId": 12467, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6a:2/1/c14/1", + "urn": "nash-cr6:2/1/c14/1", "tags": [ - "frib-cr6a---frib-a-ps:pt-80ffe623:::na", - "frib-cr6a---frib-a-ps:pt-80ffe623:throughput::na" + "nash-cr6---nash-ps:pt-9cd87668:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -21668,27 +22337,24 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 26857 + "esdbEquipmentInterfaceId": 12502, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6a:2/1/c1/1", + "urn": "nash-cr6:2/1/c17/3", "tags": [ - "frib-cr6a---frib-cr6b:bbl-1cc289bf::ESNET-Z11704:na", - "frib-cr6a---frib-cr6b:ESNET-Z11704::show:intracloud" + "nash-cr6---srs702a-cr6:bbl-ce66b716::ESNET-Z11679:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "frib-cr6a:frib-bb-b", - "port": "2/1/c1/1", - "ipv4Address": "134.55.58.37/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -21699,27 +22365,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23967 + "esdbEquipmentInterfaceId": 12507, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6a:1/1/c2/1", + "urn": "nash-cr6:2/1/c25/1", "tags": [ - "frib-cr6a---chic-cr6:bbl-1ff91e33::ESNET-Z10945:na", - "frib-cr6a---chic-cr6:ESNET-Z10945::show:intracloud" + "nash-cr6---chat-cr6:bbl-eccd186d::ESNET-Z15052:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "frib-cr6a:chic-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.57.38/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -21730,70 +22393,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23966 - } - ], - "esdbEquipmentId": 2009 - }, - { - "urn": "frib-cr6b", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.232", - "reservableVlans": [], - "location": "FRIB", - "locationId": 620, - "latitude": "42.724781", - "longitude": "-84.473819", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12515, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "frib-cr6b:1/1/c7/1", + "urn": "nash-cr6:2/1/c28/1", "tags": [ - "frib-cr6b---FRIB::conn-b:show:na", - "frib-cr6b---frib(as400066):l3edge-9e8600e4:site_conn-b_base:show:na" + "nash-cr6---ornl5600-cr6:bbl-a4e03c02::ESNET-Z13487:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 2100 + "ceiling": 5 }, { - "floor": 2102, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 24474 + "esdbEquipmentInterfaceId": 12516, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6b:1/1/c1/1", + "urn": "nash-cr6:2/1/c31/1", "tags": [ - "frib-cr6b---frib-cr6a:bbl-1cc289bf::ESNET-Z11703:na", - "frib-cr6b---frib-cr6a:ESNET-Z11703::show:intracloud" + "nash-cr6---chic-cr6:bbl-ef7ff668::ESNET-Z10772:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "frib-cr6b:frib-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.144/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -21804,205 +22449,153 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23968 + "esdbEquipmentInterfaceId": 12517, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6b:lag-20", + "urn": "nash-cr6:2/1/c34/1", "tags": [ - "frib-cr6b---frib-mpr1b:mgt-8ec7468b:lag-20:ESNET-Z11722:na", - "frib-cr6b---frib-mpr1b:ESNET-Z11722::show:intracloud", - "frib-cr6b---frib-b-ps:pt-16f4032c:owamp::na" + "nash-cr6---chat-cr6:bbl-eccd186d::ESNET-Z10754:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23993 + "esdbEquipmentInterfaceId": 12518, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6b:2/1/c14/1", + "urn": "nash-cr6:2/1/c4/1", "tags": [ - "frib-cr6b---frib-b-ps:pt-16f4032c:::na", - "frib-cr6b---frib-b-ps:pt-16f4032c:throughput::na" + "nash-cr6---SOX::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1112, + "floor": 2122, "ceiling": 4095 }, { - "floor": 2, - "ceiling": 910 + "floor": 591, + "ceiling": 2119 }, { - "floor": 912, - "ceiling": 1110 + "floor": 527, + "ceiling": 589 + }, + { + "floor": 2, + "ceiling": 525 } ], - "esdbEquipmentInterfaceId": 26861 + "esdbEquipmentInterfaceId": 12492, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6b:2/1/c1/1", + "urn": "nash-cr6:2/1/c8/1", "tags": [ - "frib-cr6b---frib-cr6a:bbl-1cc289bf::ESNET-Z11704:na", - "frib-cr6b---frib-cr6a:ESNET-Z11704::show:intracloud" + "nash-cr6---nash-ht2:ht-13229700:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "frib-cr6b:frib-bb-b", - "port": "2/1/c1/1", - "ipv4Address": "134.55.58.36/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23969 + "esdbEquipmentInterfaceId": 12496, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6b:1/1/c2/1", + "urn": "nash-cr6:2/1/c9/1", "tags": [ - "frib-cr6b---star-cr6:bbl-e31aae12::ESNET-Z10944:na", - "frib-cr6b---star-cr6:ESNET-Z10944::show:intracloud" + "nash-cr6---nash-ht2:ht-13229700:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "frib-cr6b:star-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.57.36/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23970 - } - ], - "esdbEquipmentId": 2010 - }, - { - "urn": "hous-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.181", - "reservableVlans": [], - "location": "HOUS", - "locationId": 274, - "latitude": "29.941776", - "longitude": "-95.417176", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12497, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "hous-cr6:1/1/c31/1", + "urn": "nash-cr6:lag-20", "tags": [ - "hous-cr6---elpa-cr6:bbl-5995bced::ESNET-Z10793:na", - "hous-cr6---elpa-cr6:ESNET-Z10793::show:intracloud" + "nash-cr6---nash-mpr1:mgt-dea2c14f:lag-20:ESNET-Z08605:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "hous-cr6:elpa-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.197/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12871 - }, - { - "urn": "hous-cr6:lag-20", - "tags": [ - "hous-cr6---hous-mpr1:mgt-1f228f29:lag-20:ESNET-Z08614:na", - "hous-cr6---hous-mpr1:ESNET-Z08614::show:intracloud", - "hous-cr6---hous-ps:pt-8d1ef11d:owamp::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, - "reservableVlans": [ + "floor": 31, + "ceiling": 918 + }, { "floor": 1111, "ceiling": 4095 }, - { - "floor": 2, - "ceiling": 918 - }, { "floor": 920, "ceiling": 965 @@ -22010,89 +22603,101 @@ { "floor": 967, "ceiling": 1109 + }, + { + "floor": 2, + "ceiling": 29 } ], - "esdbEquipmentInterfaceId": 14943 + "esdbEquipmentInterfaceId": 14940, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:2/1/c14/1", + "urn": "nash-cr6:lag-400", "tags": [ - "hous-cr6---hous-ps:pt-8d1ef11d:::na", - "hous-cr6---hous-ps:pt-8d1ef11d:throughput::na" + "nash-cr6---nash-ht1:ht-944b624b:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 1112, + "floor": 404, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 12886 + "esdbEquipmentInterfaceId": 25736, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:2/1/c25/1", + "urn": "nash-cr6:lag-401", "tags": [ - "hous-cr6---atla-cr6:bbl-38f1debd::ESNET-Z14978:na", - "hous-cr6---atla-cr6:ESNET-Z14978::show:intracloud" + "nash-cr6---nash-ht2:ht-13229700:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "hous-cr6:atla-bb-d", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.173/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12899 - }, + "esdbEquipmentInterfaceId": 25737, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1681, + "orchSubscriptionId": null + }, + { + "urn": "netlalb-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.211", + "reservableVlans": [], + "location": "NETLALB", + "locationId": 608, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "hous-cr6:1/1/c34/1", + "urn": "netlalb-cr6:1/1/c13/2", "tags": [ - "hous-cr6---atla-cr6:bbl-38f1debd::ESNET-Z10721:na", - "hous-cr6---atla-cr6:ESNET-Z10721::show:intracloud" + "netlalb-cr6---seat-cr6:bbl-50fa8875::ESNET-Z12529:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "hous-cr6:atla-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.235/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -22103,125 +22708,139 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12872 + "esdbEquipmentInterfaceId": 16585, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:2/1/c1/1", + "urn": "netlalb-cr6:1/1/c13/3", "tags": [ - "hous-cr6---LEARN::conn-b:show:na", - "hous-cr6---learn(as16905):l3edge-6ea1eb4e:conn-b_base:show:na", - "hous-cr6---learn(as16905):l3edge-c25d36a4:conn-b_base:show:na", - "hous-cr6---tacc(as32093):l3edge-90dbab91:site_conn-b_l3vpn-lhcone:show:intercloud", - "hous-cr6---uta(as18515):l3edge-dca9610c:site_conn-b_l3vpn-lhcone:show:intercloud" + "netlalb-cr6---NETL-ALB::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 567, - "ceiling": 3339 - }, - { - "floor": 3342, + "floor": 654, "ceiling": 4095 }, { "floor": 2, - "ceiling": 563 - }, - { - "floor": 565, - "ceiling": 565 + "ceiling": 652 } ], - "esdbEquipmentInterfaceId": 12873 + "esdbEquipmentInterfaceId": 16586, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:2/1/c31/1", + "urn": "netlalb-cr6:2/1/c14/1", "tags": [ - "hous-cr6---elpa-cr6:bbl-5995bced::ESNET-Z10907:na", - "hous-cr6---elpa-cr6:ESNET-Z10907::show:intracloud" + "netlalb-cr6---netlalb-ps:pt-77002fb0:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "hous-cr6:elpa-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.199/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12901 + "esdbEquipmentInterfaceId": 16600, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:1/1/c17/3", + "urn": "netlalb-cr6:lag-20", "tags": [ - "hous-cr6---pantex-cr6:bbl-2a6992a5::ESNET-Z12463:na", - "hous-cr6---pantex-cr6:ESNET-Z12463::show:intracloud" + "netlalb-cr6---netlalb-mpr1:mgt-b1da2d9e:lag-20:ESNET-Z09160:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "hous-cr6:pantex-bb-a", - "port": "1/1/c17/3", - "ipv4Address": "134.55.56.192/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12861 - }, + "esdbEquipmentInterfaceId": 16833, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1836, + "orchSubscriptionId": null + }, + { + "urn": "netlmgn-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.225", + "reservableVlans": [], + "location": "NETLMGN", + "locationId": 628, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "hous-cr6:2/1/c34/1", + "urn": "netlmgn-cr6:1/1/c13/2", "tags": [ - "hous-cr6---eqxda3-cr6:bbl-02554e63::ESNET-Z10781:na", - "hous-cr6---eqxda3-cr6:ESNET-Z10781::show:intracloud" + "netlmgn-cr6---eqxdc4-cr6:bbl-961dae77::ESNET-Z12530:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "hous-cr6:eqxda3-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.171/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -22232,137 +22851,143 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12902 + "esdbEquipmentInterfaceId": 22285, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:1/1/c17/2", + "urn": "netlmgn-cr6:1/1/c13/3", "tags": [ - "hous-cr6---DOENET-EQX-DAL::conn-b:show:na", - "hous-cr6---doenet-eqx-dal(as65048):l3edge-a489acc5:site_conn-b_base:show:na" + "netlmgn-cr6---NETL-MGN::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 39 + "ceiling": 650 }, { - "floor": 41, + "floor": 652, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12860 + "esdbEquipmentInterfaceId": 22286, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:1/1/c28/1", + "urn": "netlmgn-cr6:2/1/c14/1", "tags": [ - "hous-cr6---eqxda3-cr6:bbl-02554e63::ESNET-Z09880:na", - "hous-cr6---eqxda3-cr6:ESNET-Z09880::show:intracloud" + "netlmgn-cr6---netlmgn-ps:pt-74469f24:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "hous-cr6:eqxda3-bb-b", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.123/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12870 + "esdbEquipmentInterfaceId": 22300, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:1/1/c7/1", + "urn": "netlmgn-cr6:lag-20", "tags": [ - "hous-cr6---hous-dtn1:dtn-cb2e06aa:::na", - "hous-cr6---hous-dtn1:dtn-cb2e06aa:throughput::na" + "netlmgn-cr6---netlmgn-mpr1:mgt-88ea9656:lag-20:ESNET-Z11282:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 913, - "ceiling": 915 + "floor": 1111, + "ceiling": 4095 + }, + { + "floor": 920, + "ceiling": 965 }, { "floor": 2, - "ceiling": 911 + "ceiling": 89 }, { - "floor": 917, - "ceiling": 4095 + "floor": 91, + "ceiling": 918 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12849 - }, + "esdbEquipmentInterfaceId": 22304, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2024, + "orchSubscriptionId": null + }, + { + "urn": "netlpgh-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.212", + "reservableVlans": [], + "location": "NETLPGH", + "locationId": 609, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "hous-cr6:2/1/c9/1", + "urn": "netlpgh-cr6:1/1/c13/2", "tags": [ - "hous-cr6---hous-ht2:ht-eb16939d:::na", - "hous-cr6---hous-ht2:ht-eb16939d:service1::na" + "netlpgh-cr6---eqxdc4-cr6:bbl-00494538::ESNET-Z11936:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 12881 - }, - { - "urn": "hous-cr6:1/1/c1/1", - "tags": [ - "hous-cr6---nash-cr6:bbl-e8a0e0a6::ESNET-Z09869:na", - "hous-cr6---nash-cr6:ESNET-Z09869::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "hous-cr6:nash-bb-b", - "port": "1/1/c1/1", - "ipv4Address": "134.55.57.157/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -22373,102 +22998,139 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12843 + "esdbEquipmentInterfaceId": 16615, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:1/1/c8/1", + "urn": "netlpgh-cr6:1/1/c13/3", "tags": [ - "hous-cr6---hous-ht1:ht-925d4eee:::na", - "hous-cr6---hous-ht1:ht-925d4eee:service1::na" + "netlpgh-cr6---NETL-PGH::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 652 }, { - "floor": 2, - "ceiling": 4088 + "floor": 655, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12850 + "esdbEquipmentInterfaceId": 16616, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:2/1/c8/1", + "urn": "netlpgh-cr6:2/1/c14/1", "tags": [ - "hous-cr6---hous-ht2:ht-eb16939d:::na", - "hous-cr6---hous-ht2:ht-eb16939d:service1::na" + "netlpgh-cr6---netlpgh-ps:pt-438dc095:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12880 + "esdbEquipmentInterfaceId": 16630, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:1/1/c9/1", + "urn": "netlpgh-cr6:lag-20", "tags": [ - "hous-cr6---hous-ht1:ht-925d4eee:::na", - "hous-cr6---hous-ht1:ht-925d4eee:service1::na" + "netlpgh-cr6---netlpgh-mpr1:mgt-7cb482b1:lag-20:ESNET-Z09163:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12851 - }, + "esdbEquipmentInterfaceId": 16835, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1837, + "orchSubscriptionId": null + }, + { + "urn": "newy325hudson-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.25", + "reservableVlans": [], + "location": "NEWY325HUDSON", + "locationId": 666, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "hous-cr6:2/1/c28/1", + "urn": "newy325hudson-cr6:1/1/c25/1", "tags": [ - "hous-cr6---elpa-cr6:bbl-5995bced::ESNET-Z14974:na", - "hous-cr6---elpa-cr6:ESNET-Z14974::show:intracloud" + "newy325hudson-cr6---bnl515-cr6:bbl-87a93e33::ESNET-Z17682:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "hous-cr6:elpa-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.163/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -22479,110 +23141,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12900 - }, - { - "urn": "hous-cr6:lag-401", - "tags": [ - "hous-cr6---hous-ht2:ht-eb16939d:capture::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 25717 + "esdbEquipmentInterfaceId": 30254, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:lag-400", + "urn": "newy325hudson-cr6:1/1/c28/1", "tags": [ - "hous-cr6---hous-ht1:ht-925d4eee:capture::na" + "newy325hudson-cr6---bost-cr6:bbl-00e9d6c6::ESNET-Z17694:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 25716 - } - ], - "esdbEquipmentId": 1691 - }, - { - "urn": "netlalb-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.211", - "reservableVlans": [], - "location": "NETLALB", - "locationId": 608, - "latitude": "44.620188", - "longitude": "-123.1207771", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ - { - "urn": "netlalb-cr6:1/1/c13/3", - "tags": [ - "netlalb-cr6---NETL-ALB::conn-d:show:na", - "netlalb-cr6---netl-alb(as65003):l3edge-1a78e78e:site_conn-d_base:show:na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, - "reservableVlans": [ - { - "floor": 654, - "ceiling": 4095 + "ceiling": 5 }, { - "floor": 2, - "ceiling": 652 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16586 + "esdbEquipmentInterfaceId": 30253, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "netlalb-cr6:1/1/c13/2", + "urn": "newy325hudson-cr6:1/1/c31/1", "tags": [ - "netlalb-cr6---seat-cr6:bbl-50fa8875::ESNET-Z12529:na", - "netlalb-cr6---seat-cr6:ESNET-Z12529::show:intracloud" + "newy325hudson-cr6---newy32aoa-cr6:bbl-6ab9b496::ESNET-Z17676:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "netlalb-cr6:seat-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.56.250/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -22593,163 +23197,136 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16585 + "esdbEquipmentInterfaceId": 30252, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "netlalb-cr6:lag-20", + "urn": "newy325hudson-cr6:1/1/c34/1", "tags": [ - "netlalb-cr6---netlalb-mpr1:mgt-b1da2d9e:lag-20:ESNET-Z09160:na", - "netlalb-cr6---netlalb-mpr1:ESNET-Z09160::show:intracloud", - "netlalb-cr6---netlalb-ps:pt-20daa0d0:owamp::na" + "newy325hudson-cr6---newy32aoa-cr6:bbl-6ab9b496::ESNET-Z17691:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16833 - } - ], - "esdbEquipmentId": 1836 - }, - { - "urn": "jlab205-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.209", - "reservableVlans": [], - "location": "JLAB205", - "locationId": 606, - "latitude": "37.099448", - "longitude": "-76.489542", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 29242, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "jlab205-cr6:1/1/c13/2", + "urn": "newy325hudson-cr6:1/1/c35/1", "tags": [ - "atla-cr6--jlab205-cr6::manual-bbl:ESNET-Z11337:na", - "jlab205-cr6---atla-cr6:ESNET-Z11337::show:intracloud" + "newy325hudson-cr6---newy32aoa-cr6:bbl-6ab9b496::ESNET-Z17690:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "jlab205-cr6:atla-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.58.83/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 2451 + "ceiling": 5 }, { - "floor": 2453, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16525 + "esdbEquipmentInterfaceId": 30257, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "jlab205-cr6:2/1/c8/1", + "urn": "newy325hudson-cr6:1/1/c8/1", "tags": [ - "jlab205-cr6---JLAB::conn-i:show:na", - "jlab205-cr6---jlab(as6406):l3edge-59f1e5f3:site_conn-i_base:show:na" + "newy325hudson-cr6---newy325hudson-ht1:ht-3b3ffa3d:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2314, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 2312 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16535 + "esdbEquipmentInterfaceId": 30211, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "jlab205-cr6:lag-20", + "urn": "newy325hudson-cr6:1/1/c9/1", "tags": [ - "jlab205-cr6---jlab205-mpr1:mgt-881b76dc:lag-20:ESNET-Z09154:na", - "jlab205-cr6---jlab205-mpr1:ESNET-Z09154::show:intracloud", - "jlab205-cr6---jlab205-ps:pt-545f8feb:owamp::na" + "newy325hudson-cr6---newy325hudson-ht1:ht-3b3ffa3d:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16829 + "esdbEquipmentInterfaceId": 30210, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "jlab205-cr6:2/1/c14/1", + "urn": "newy325hudson-cr6:2/1/c14/1", "tags": [ - "jlab205-cr6---jlab205-ps:pt-545f8feb:::na", - "jlab205-cr6---jlab205-ps:pt-545f8feb:throughput::na" + "newy325hudson-cr6---newy325hudson-ps:pt-a8cf978f:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -22764,27 +23341,24 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 16540 + "esdbEquipmentInterfaceId": 30227, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "jlab205-cr6:2/1/c1/1", + "urn": "newy325hudson-cr6:2/1/c22/1", "tags": [ - "jlab205-cr6---jlab12-cr6:bbl-ea8f9041::ESNET-Z11339:na", - "jlab205-cr6---jlab12-cr6:ESNET-Z11339::show:intracloud" + "newy325hudson-cr6---bost-cr6:bbl-00e9d6c6::ESNET-Z17693:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "jlab205-cr6:jlab12-bb-a", - "port": "2/1/c1/1", - "ipv4Address": "134.55.56.60/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -22795,27 +23369,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16532 + "esdbEquipmentInterfaceId": 30251, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "jlab205-cr6:1/1/c2/1", + "urn": "newy325hudson-cr6:2/1/c28/1", "tags": [ - "jlab205-cr6---eqxdc4-cr6:bbl-3ea79543::ESNET-Z14942:na", - "jlab205-cr6---eqxdc4-cr6:ESNET-Z14942::show:intracloud" + "newy325hudson-cr6---bnl515-cr6:bbl-87a93e33::ESNET-Z17681:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "jlab205-cr6:eqxdc4-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.57.53/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -22826,45 +23397,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16521 - } - ], - "esdbEquipmentId": 1834 - }, - { - "urn": "eqxld8-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.235", - "reservableVlans": [], - "location": "EQXLD8", - "locationId": 641, - "latitude": "51.4980695", - "longitude": "-0.0143605", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 30260, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "eqxld8-cr6:2/1/c19/1", + "urn": "newy325hudson-cr6:2/1/c31/1", "tags": [ - "eqxld8-cr6---newy32aoa-cr6:bbl-e1fa9a35::ESNET-Z14160:na", - "eqxld8-cr6---newy32aoa-cr6:ESNET-Z14160::show:intracloud" + "newy325hudson-cr6---newy32aoa-cr6:bbl-6ab9b496::ESNET-Z17692:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxld8-cr6:newy32aoa-bb-b", - "port": "2/1/c19/1", - "ipv4Address": "134.55.56.247/31" - } - ], - "reservableIngressBw": 300000, - "reservableEgressBw": 300000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -22875,27 +23425,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23322 + "esdbEquipmentInterfaceId": 30261, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxld8-cr6:1/1/c31/1", + "urn": "newy325hudson-cr6:2/1/c34/1", "tags": [ - "eqxld8-cr6---cern773-cr6:bbl-c25530c5::ESNET-Z15709:na", - "eqxld8-cr6---cern773-cr6:ESNET-Z15709::show:intracloud" + "newy325hudson-cr6---newy32aoa-cr6:bbl-6ab9b496::ESNET-Z17677:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxld8-cr6:cern773-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.178/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -22906,319 +23453,243 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23296 + "esdbEquipmentInterfaceId": 29243, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxld8-cr6:lag-20", + "urn": "newy325hudson-cr6:2/1/c35/1", "tags": [ - "eqxld8-cr6---eqxld8-mpr1:mgt-55dc230a:lag-20:ESNET-Z11620:na", - "eqxld8-cr6---eqxld8-mpr1:ESNET-Z11620::show:intracloud", - "eqxld8-cr6---eqxld8-ps:pt-da5988fe:owamp::na" + "newy325hudson-cr6---bost-cr6:bbl-00e9d6c6::ESNET-Z18185:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23328 + "esdbEquipmentInterfaceId": 30250, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxld8-cr6:2/1/c14/1", + "urn": "newy325hudson-cr6:2/1/c8/1", "tags": [ - "eqxld8-cr6---eqxld8-ps:pt-da5988fe:::na", - "eqxld8-cr6---eqxld8-ps:pt-da5988fe:throughput::na" + "newy325hudson-cr6---newy325hudson-ht2:ht-ca93307a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23311 + "esdbEquipmentInterfaceId": 30207, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxld8-cr6:2/1/c1/1", + "urn": "newy325hudson-cr6:2/1/c9/1", "tags": [ - "eqxld8-cr6---GEANT::conn-f:show:na", - "eqxld8-cr6->newy32aoa-cr6:100ge(vlan):ip-c_neaar:show:intracloud", - "eqxld8-cr6---maeen(as8895):l3edge-f5d910a2:conn-f_base:show:na", - "eqxld8-cr6---nordunet(as2603):l3edge-3c4b92b6:conn-f_base:show:na", - "eqxld8-cr6---tenet(as2018):l3edge-d74a8bc9:conn-f_base:show:na", - "eqxld8-cr6---nordunet(as2603):l3edge-82eb1197:conn-f_l3vpn-lhcone:show:intercloud" + "newy325hudson-cr6---newy325hudson-ht2:ht-ca93307a:::na" ], "capabilities": [ "ETHERNET", "EDGE", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxld8-cr6:to_newy32aoa-cr6_ip-c", - "port": "2/1/c1/1", - "ipv4Address": "134.55.37.22/30" - } + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 103, - "ceiling": 122 - }, - { - "floor": 2011, + "floor": 4090, "ceiling": 4095 }, - { - "floor": 202, - "ceiling": 410 - }, { "floor": 2, - "ceiling": 101 - }, - { - "floor": 124, - "ceiling": 200 - }, - { - "floor": 412, - "ceiling": 2009 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23298 + "esdbEquipmentInterfaceId": 30206, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxld8-cr6:lag-10", + "urn": "newy325hudson-cr6:lag-20", "tags": [ - "eqxld8-cr6---GEANT::conn-r:show:na", - "eqxld8-cr6---geant(as20965):l3edge-0051e0e6:conn-r_base:show:na", - "eqxld8-cr6---geant(as20965):l3edge-7f78b0c5:conn-r_base:show:na", - "eqxld8-cr6---geant(as20965):l3edge-d1f4aa28:conn-r_l3vpn-lhcone:show:intercloud" + "newy325hudson-cr6---newy325hudson-mpr1:mgt-e7f1f676:lag-20:ESNET-Z17311:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 107, - "ceiling": 110 - }, - { - "floor": 105, - "ceiling": 105 + "floor": 1111, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 103 + "ceiling": 918 }, { - "floor": 112, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 27645 - }, - { - "urn": "eqxld8-cr6:2/1/c31/1", - "tags": [ - "eqxld8-cr6---eqxam3-cr6:bbl-b8bcd6ed::ESNET-Z15723:na", - "eqxld8-cr6---eqxam3-cr6:ESNET-Z15723::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxld8-cr6:eqxam3-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.201/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 + "floor": 920, + "ceiling": 965 }, { - "floor": 7, - "ceiling": 4095 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 23326 + "esdbEquipmentInterfaceId": 29241, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxld8-cr6:1/1/c28/1", + "urn": "newy325hudson-cr6:lag-400", "tags": [ - "eqxld8-cr6---bost-cr6:bbl-9c8a3291::ESNET-Z15699:na", - "eqxld8-cr6---bost-cr6:ESNET-Z15699::show:intracloud" + "newy325hudson-cr6---newy325hudson-ht1:ht-3b3ffa3d:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxld8-cr6:bost-bb-a", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.49/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23295 + "esdbEquipmentInterfaceId": 30213, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxld8-cr6:1/1/c4/1", + "urn": "newy325hudson-cr6:lag-401", "tags": [ - "eqxld8-cr6---newy1118th-cr6:bbl-a89acf09::ESNET-Z13685:na", - "eqxld8-cr6---newy1118th-cr6:ESNET-Z13685::show:intracloud" + "newy325hudson-cr6---newy325hudson-ht2:ht-ca93307a:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxld8-cr6:newy1118th-bb-a", - "port": "1/1/c4/1", - "ipv4Address": "134.55.56.55/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23271 + "esdbEquipmentInterfaceId": 30212, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 2081 + "esdbEquipmentId": 2726, + "orchSubscriptionId": null }, { - "urn": "lanlta50-cr6", + "urn": "newy32aoa-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.224", + "ipv4Address": "134.55.200.198", "reservableVlans": [], - "location": "LANLTA50", - "locationId": 627, - "latitude": "35.89", - "longitude": "-106.31", + "location": "NEWY32AOA", + "locationId": 594, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "lanlta50-cr6:1/1/c1/1", + "urn": "newy32aoa-cr6:1/1/c13/1", "tags": [ - "lanlta50-cr6---denv-cr6:bbl-f2ccbf4a::ESNET-Z13372:na", - "lanlta50-cr6---denv-cr6:ESNET-Z13372::show:intracloud" + "newy32aoa-cr6---FABRIC::conn-ai:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lanlta50-cr6:denv-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.154/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 99 }, { - "floor": 7, + "floor": 101, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22249 + "esdbEquipmentInterfaceId": 13947, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta50-cr6:1/1/c8/1", + "urn": "newy32aoa-cr6:1/1/c16/1", "tags": [ - "lanlta50-cr6---lanlta03-cr6:bbl-bf73a902::ESNET-Z13364:na", - "lanlta50-cr6---lanlta03-cr6:ESNET-Z13364::show:intracloud" + "newy32aoa-cr6---ppploit128-cr6:bbl-777e3b2a::ESNET-Z16691:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lanlta50-cr6:lanlta03-bb-a", - "port": "1/1/c8/1", - "ipv4Address": "134.55.58.150/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -23229,165 +23700,132 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22252 + "esdbEquipmentInterfaceId": 13950, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta50-cr6:2/1/c8/1", + "urn": "newy32aoa-cr6:1/1/c17/2", "tags": [ - "lanlta50-cr6---lanlta03-cr6:bbl-bf73a902::ESNET-Z13365:na", - "lanlta50-cr6---lanlta03-cr6:ESNET-Z13365::show:intracloud" + "newy32aoa-cr6---FABRIC::conn-x:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lanlta50-cr6:lanlta03-bb-b", - "port": "2/1/c8/1", - "ipv4Address": "134.55.58.152/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1009 }, { - "floor": 7, + "floor": 1011, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22264 + "esdbEquipmentInterfaceId": 13952, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta50-cr6:lag-20", + "urn": "newy32aoa-cr6:1/1/c17/4", "tags": [ - "lanlta50-cr6---lanlta50-mpr1:mgt-d4f71474:lag-20:ESNET-Z11279:na", - "lanlta50-cr6---lanlta50-mpr1:ESNET-Z11279::show:intracloud", - "lanlta50-cr6---lanlta50-ps:pt-11f4e9a1:owamp::na" + "newy32aoa-cr6---Pilotfiber::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1111, + "floor": 416, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 414 } ], - "esdbEquipmentInterfaceId": 22273 + "esdbEquipmentInterfaceId": 13954, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta50-cr6:2/1/c14/1", + "urn": "newy32aoa-cr6:1/1/c19/1", "tags": [ - "lanlta50-cr6---lanlta50-ps:pt-11f4e9a1:::na", - "lanlta50-cr6---lanlta50-ps:pt-11f4e9a1:throughput::na" + "newy32aoa-cr6---wash-cr6:bbl-324fb434::ESNET-Z14060:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22269 + "esdbEquipmentInterfaceId": 13959, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta50-cr6:2/1/c1/1", + "urn": "newy32aoa-cr6:1/1/c2/1", "tags": [ - "lanlta50-cr6---LANL::conn-q:show:na", - "lanlta50-cr6---lanl(as68):l3edge-073dfa90:site_conn-q_base:show:na", - "lanlta50-cr6---lanl(as68):l3edge-6a15b621:site_conn-q_base:show:na" + "newy32aoa-cr6---LUMEN::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1147, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 1144 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 22261 - } - ], - "esdbEquipmentId": 2023 - }, - { - "urn": "newy1118th-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.171", - "reservableVlans": [], - "location": "NEWY1118TH", - "locationId": 263, - "latitude": "40.741396", - "longitude": "-74.003266", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13936, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, { - "urn": "newy1118th-cr6:1/1/c31/1", + "urn": "newy32aoa-cr6:1/1/c25/1", "tags": [ - "newy1118th-cr6---bnl515-cr6:bbl-61784666::ESNET-Z10730:na", - "newy1118th-cr6---bnl515-cr6:ESNET-Z10730::show:intracloud" + "newy32aoa-cr6---bnl725-cr6:bbl-5f8cdde4::ESNET-Z15859:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy1118th-cr6:bnl515-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.17/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23398,152 +23836,56 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12163 + "esdbEquipmentInterfaceId": 13961, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:lag-20", + "urn": "newy32aoa-cr6:1/1/c26/1", "tags": [ - "newy1118th-cr6---newy1118th-mpr1:mgt-d9b596e2:lag-20:ESNET-Z08581:na", - "newy1118th-cr6---newy1118th-mpr1:ESNET-Z08581::show:intracloud", - "newy1118th-cr6---newy1118th-ps:pt-6e6277e6:owamp::na" + "newy32aoa-cr6---NET2::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, - "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 - } - ], - "esdbEquipmentInterfaceId": 14932 - }, - { - "urn": "newy1118th-cr6:1/1/c22/1", - "tags": [ - "newy1118th-cr6---newy32aoa-cr6:bbl-a608f91f::ESNET-Z14055:na", - "newy1118th-cr6---newy32aoa-cr6:ESNET-Z14055::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy1118th-cr6:newy32aoa-bb-h", - "port": "1/1/c22/1", - "ipv4Address": "134.55.56.150/31" - } - ], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12160 - }, - { - "urn": "newy1118th-cr6:2/1/c14/1", - "tags": [ - "newy1118th-cr6---newy1118th-ps:pt-6e6277e6:::na", - "newy1118th-cr6---newy1118th-ps:pt-6e6277e6:throughput::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 910 + "ceiling": 1137 }, { - "floor": 912, - "ceiling": 1110 - } - ], - "esdbEquipmentInterfaceId": 12178 - }, - { - "urn": "newy1118th-cr6:2/1/c25/1", - "tags": [ - "newy1118th-cr6---bnl515-cr6:bbl-61784666::ESNET-Z14571:na", - "newy1118th-cr6---bnl515-cr6:ESNET-Z14571::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy1118th-cr6:bnl515-bb-e", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.161/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 + "floor": 1139, + "ceiling": 3021 }, { - "floor": 7, + "floor": 3023, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12191 + "esdbEquipmentInterfaceId": 29044, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:1/1/c34/1", + "urn": "newy32aoa-cr6:1/1/c28/1", "tags": [ - "newy1118th-cr6---newy32aoa-cr6:bbl-a608f91f::ESNET-Z10856:na", - "newy1118th-cr6---newy32aoa-cr6:ESNET-Z10856::show:intracloud" + "newy32aoa-cr6---newy325hudson-cr6:bbl-6ab9b496::ESNET-Z17692:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy1118th-cr6:newy32aoa-bb-d", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.16/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23554,27 +23896,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12164 + "esdbEquipmentInterfaceId": 13962, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:1/1/c25/1", + "urn": "newy32aoa-cr6:1/1/c29/1", "tags": [ - "newy1118th-cr6---newy32aoa-cr6:bbl-a608f91f::ESNET-Z10928:na", - "newy1118th-cr6---newy32aoa-cr6:ESNET-Z10928::show:intracloud" + "newy32aoa-cr6---eqxld8-cr6:bbl-d159ffe8::ESNET-Z16814:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy1118th-cr6:newy32aoa-bb-g", - "port": "1/1/c25/1", - "ipv4Address": "134.55.58.8/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23585,58 +23924,48 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12161 + "esdbEquipmentInterfaceId": 29045, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:2/1/c31/1", + "urn": "newy32aoa-cr6:1/1/c3/1", "tags": [ - "newy1118th-cr6---bnl515-cr6:bbl-61784666::ESNET-Z10733:na", - "newy1118th-cr6---bnl515-cr6:ESNET-Z10733::show:intracloud" + "newy32aoa-cr6---SCinet::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy1118th-cr6:bnl515-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.58.19/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12193 + "esdbEquipmentInterfaceId": 13937, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:2/1/c22/1", + "urn": "newy32aoa-cr6:1/1/c31/1", "tags": [ - "newy1118th-cr6---newy32aoa-cr6:bbl-a608f91f::ESNET-Z14063:na", - "newy1118th-cr6---newy32aoa-cr6:ESNET-Z14063::show:intracloud" + "newy32aoa-cr6---newy325hudson-cr6:bbl-6ab9b496::ESNET-Z17676:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy1118th-cr6:newy32aoa-bb-i", - "port": "2/1/c22/1", - "ipv4Address": "134.55.56.180/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23647,27 +23976,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12190 + "esdbEquipmentInterfaceId": 13963, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:2/1/c34/1", + "urn": "newy32aoa-cr6:1/1/c34/1", "tags": [ - "newy1118th-cr6---newy32aoa-cr6:bbl-a608f91f::ESNET-Z10859:na", - "newy1118th-cr6---newy32aoa-cr6:ESNET-Z10859::show:intracloud" + "newy32aoa-cr6---wash-cr6:bbl-324fb434::ESNET-Z10862:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy1118th-cr6:newy32aoa-bb-e", - "port": "2/1/c34/1", - "ipv4Address": "134.55.58.4/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23678,27 +24004,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12194 + "esdbEquipmentInterfaceId": 13964, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:1/1/c28/1", + "urn": "newy32aoa-cr6:1/1/c35/1", "tags": [ - "newy1118th-cr6---bost-cr6:bbl-8e112d33::ESNET-Z10748:na", - "newy1118th-cr6---bost-cr6:ESNET-Z10748::show:intracloud" + "newy32aoa-cr6---eqxld8-cr6:bbl-d159ffe8::ESNET-Z16815:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy1118th-cr6:bost-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.58.29/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23709,52 +24032,48 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12162 + "esdbEquipmentInterfaceId": 29047, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:1/1/c5/1", + "urn": "newy32aoa-cr6:1/1/c6/1", "tags": [ - "newy1118th-cr6---eqxld8-cr6:bbl-a89acf09::ESNET-Z13685:na", - "newy1118th-cr6---eqxld8-cr6:ESNET-Z13685::show:intracloud" + "newy32aoa-cr6---NYSERnet::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy1118th-cr6:eqxld8-bb-a", - "port": "1/1/c5/1", - "ipv4Address": "134.55.56.54/31" - } + "EDGE", + "UNTAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12139 + "esdbEquipmentInterfaceId": 13940, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "newy1118th-cr6:2/1/c9/1", + "urn": "newy32aoa-cr6:1/1/c8/1", "tags": [ - "newy1118th-cr6---newy1118th-ht2:ht-e7c49404:::na", - "newy1118th-cr6---newy1118th-ht2:ht-e7c49404:service1::na" + "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -23765,21 +24084,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12173 + "esdbEquipmentInterfaceId": 13942, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:1/1/c8/1", + "urn": "newy32aoa-cr6:1/1/c9/1", "tags": [ - "newy1118th-cr6---newy1118th-ht1:ht-03f32448:::na", - "newy1118th-cr6---newy1118th-ht1:ht-03f32448:service1::na" + "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -23790,77 +24112,84 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12142 + "esdbEquipmentInterfaceId": 13943, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:2/1/c8/1", + "urn": "newy32aoa-cr6:2/1/c14/1", "tags": [ - "newy1118th-cr6---newy1118th-ht2:ht-e7c49404:::na", - "newy1118th-cr6---newy1118th-ht2:ht-e7c49404:service1::na" + "newy32aoa-cr6---newy32aoa-ps:pt-66a04dfe:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12172 + "esdbEquipmentInterfaceId": 13978, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:1/1/c9/1", + "urn": "newy32aoa-cr6:2/1/c19/1", "tags": [ - "newy1118th-cr6---newy1118th-ht1:ht-03f32448:::na", - "newy1118th-cr6---newy1118th-ht1:ht-03f32448:service1::na" + "newy32aoa-cr6---eqxld8-cr6:bbl-d159ffe8::ESNET-Z14160:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 300000, + "reservableEgressBw": 300000, + "reservableBw": 300000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12143 + "esdbEquipmentInterfaceId": 13989, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:2/1/c28/1", + "urn": "newy32aoa-cr6:2/1/c22/1", "tags": [ - "newy1118th-cr6---newy32aoa-cr6:bbl-a608f91f::ESNET-Z10925:na", - "newy1118th-cr6---newy32aoa-cr6:ESNET-Z10925::show:intracloud" + "newy32aoa-cr6---newy325hudson-cr6:bbl-6ab9b496::ESNET-Z17690:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy1118th-cr6:newy32aoa-bb-f", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.6/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23871,27 +24200,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12192 + "esdbEquipmentInterfaceId": 13990, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:2/1/c19/1", + "urn": "newy32aoa-cr6:2/1/c25/1", "tags": [ - "newy1118th-cr6---bost-cr6:bbl-8e112d33::ESNET-Z14430:na", - "newy1118th-cr6---bost-cr6:ESNET-Z14430::show:intracloud" + "newy32aoa-cr6---bnl515-cr6:bbl-cbc626b5::ESNET-Z14549:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy1118th-cr6:bost-bb-d", - "port": "2/1/c19/1", - "ipv4Address": "134.55.56.255/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23902,85 +24228,84 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12189 + "esdbEquipmentInterfaceId": 13991, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:lag-401", + "urn": "newy32aoa-cr6:2/1/c26/1", "tags": [ - "newy1118th-cr6---newy1118th-ht2:ht-e7c49404:capture::na" + "newy32aoa-cr6---MIT::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2, + "floor": 2609, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 2604 + }, + { + "floor": 2607, + "ceiling": 2607 } ], - "esdbEquipmentInterfaceId": 25723 + "esdbEquipmentInterfaceId": 29050, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:lag-400", + "urn": "newy32aoa-cr6:2/1/c28/1", "tags": [ - "newy1118th-cr6---newy1118th-ht1:ht-03f32448:capture::na" + "newy32aoa-cr6---newy325hudson-cr6:bbl-6ab9b496::ESNET-Z17691:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25722 - } - ], - "esdbEquipmentId": 1671 - }, - { - "urn": "lanlta03-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.223", - "reservableVlans": [], - "location": "LANLTA03", - "locationId": 626, - "latitude": "35.89", - "longitude": "-106.31", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13992, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "lanlta03-cr6:1/1/c1/1", + "urn": "newy32aoa-cr6:2/1/c31/1", "tags": [ - "lanlta03-cr6---albq-cr6:bbl-7d2ce5fd::ESNET-Z13352:na", - "lanlta03-cr6---albq-cr6:ESNET-Z13352::show:intracloud" + "newy32aoa-cr6---newy325hudson-cr6:bbl-6ab9b496::ESNET-Z17677:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lanlta03-cr6:albq-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.149/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23991,27 +24316,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22218 + "esdbEquipmentInterfaceId": 13993, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta03-cr6:1/1/c8/1", + "urn": "newy32aoa-cr6:2/1/c32/1", "tags": [ - "lanlta03-cr6---lanlta50-cr6:bbl-bf73a902::ESNET-Z13364:na", - "lanlta03-cr6---lanlta50-cr6:ESNET-Z13364::show:intracloud" + "newy32aoa-cr6---wash-cr6:bbl-324fb434::ESNET-Z16839:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lanlta03-cr6:lanlta50-bb-a", - "port": "1/1/c8/1", - "ipv4Address": "134.55.58.151/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -24022,27 +24344,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22221 + "esdbEquipmentInterfaceId": 29029, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta03-cr6:2/1/c8/1", + "urn": "newy32aoa-cr6:2/1/c34/1", "tags": [ - "lanlta03-cr6---lanlta50-cr6:bbl-bf73a902::ESNET-Z13365:na", - "lanlta03-cr6---lanlta50-cr6:ESNET-Z13365::show:intracloud" + "newy32aoa-cr6---bnl725-cr6:bbl-5f8cdde4::ESNET-Z15858:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lanlta03-cr6:lanlta50-bb-b", - "port": "2/1/c8/1", - "ipv4Address": "134.55.58.153/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -24053,167 +24372,178 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22233 + "esdbEquipmentInterfaceId": 13994, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta03-cr6:lag-20", + "urn": "newy32aoa-cr6:2/1/c35/1", "tags": [ - "lanlta03-cr6---lanlta03-mpr1:mgt-50a5ad71:lag-20:ESNET-Z11276:na", - "lanlta03-cr6---lanlta03-mpr1:ESNET-Z11276::show:intracloud", - "lanlta03-cr6---lanlta03-ps:pt-e8abb74e:owamp::na" + "newy32aoa-cr6---eqxld8-cr6:bbl-d159ffe8::ESNET-Z16816:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1111, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22242 + "esdbEquipmentInterfaceId": 29027, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta03-cr6:2/1/c14/1", + "urn": "newy32aoa-cr6:2/1/c4/1", "tags": [ - "lanlta03-cr6---lanlta03-ps:pt-e8abb74e:::na", - "lanlta03-cr6---lanlta03-ps:pt-e8abb74e:throughput::na" + "newy32aoa-cr6---MAN-LAN::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1112, + "floor": 7, + "ceiling": 122 + }, + { + "floor": 2011, "ceiling": 4095 }, + { + "floor": 124, + "ceiling": 196 + }, + { + "floor": 414, + "ceiling": 639 + }, + { + "floor": 2002, + "ceiling": 2003 + }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 641, + "ceiling": 2000 + }, + { + "floor": 213, + "ceiling": 408 + }, + { + "floor": 2005, + "ceiling": 2009 + }, + { + "floor": 199, + "ceiling": 211 + }, + { + "floor": 411, + "ceiling": 411 } ], - "esdbEquipmentInterfaceId": 22238 + "esdbEquipmentInterfaceId": 13968, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta03-cr6:2/1/c1/1", + "urn": "newy32aoa-cr6:2/1/c8/1", "tags": [ - "lanlta03-cr6---LANL::conn-p:show:na", - "lanlta03-cr6---doenet-lafo(as65017):l3edge-44b2cd9f:site_conn-p_base:show:na", - "lanlta03-cr6---lanl(as68):l3edge-e1a9e039:site_conn-p_base:show:na", - "lanlta03-cr6---lanl(as68):l3edge-9aac966b:site_conn-p_base:show:na", - "lanlta03-cr6---llnl(as45):l3edge-37d8058b:site_conn-p_base:show:na" + "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1144, - "ceiling": 1202 + "floor": 4090, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 1140 - }, - { - "floor": 1204, - "ceiling": 4095 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22230 - } - ], - "esdbEquipmentId": 2022 - }, - { - "urn": "anl541b-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.174", - "reservableVlans": [], - "location": "ANL541B", - "locationId": 266, - "latitude": "41.70705741", - "longitude": "-87.9808173", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13972, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "anl541b-cr6:1/1/c31/1", + "urn": "newy32aoa-cr6:2/1/c9/1", "tags": [ - "anl541b-cr6---star-cr6:bbl-acd4c1da::ESNET-Z10709:na", - "anl541b-cr6---star-cr6:ESNET-Z10709::show:intracloud" + "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "anl541b-cr6:star-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.166/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12359 + "esdbEquipmentInterfaceId": 13973, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:lag-20", + "urn": "newy32aoa-cr6:lag-20", "tags": [ - "anl541b-cr6---anl541b-mpr1:mgt-2c7103ff:lag-20:ESNET-Z08590:na", - "anl541b-cr6---anl541b-mpr1:ESNET-Z08590::show:intracloud", - "anl541b-cr6---anl541b-ps:pt-86f05479:owamp::na" + "newy32aoa-cr6---newy32aoa-mpr1:mgt-1ead2cab:lag-20:ESNET-Z08599:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 967, + "ceiling": 1019 + }, { "floor": 1111, "ceiling": 4095 @@ -24227,91 +24557,103 @@ "ceiling": 965 }, { - "floor": 967, + "floor": 1021, "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14935 + "esdbEquipmentInterfaceId": 14938, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:2/1/c14/1", + "urn": "newy32aoa-cr6:lag-400", "tags": [ - "anl541b-cr6---anl541b-ps:pt-86f05479:::na", - "anl541b-cr6---anl541b-ps:pt-86f05479:throughput::na" + "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 1112, + "floor": 410, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 12374 + "esdbEquipmentInterfaceId": 25720, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:2/1/c25/1", + "urn": "newy32aoa-cr6:lag-401", "tags": [ - "anl541b-cr6---eqxch2-cr6:bbl-354e6439::ESNET-Z14072:na", - "anl541b-cr6---eqxch2-cr6:ESNET-Z14072::show:intracloud" + "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "anl541b-cr6:eqxch2-bb-c", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.81/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 408, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 12387 - }, + "esdbEquipmentInterfaceId": 25721, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1715, + "orchSubscriptionId": null + }, + { + "urn": "nnss-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.213", + "reservableVlans": [], + "location": "NNSS", + "locationId": 610, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "anl541b-cr6:1/1/c34/1", + "urn": "nnss-cr6:1/1/c1/1", "tags": [ - "anl541b-cr6---anl221-cr6:bbl-50ed9d9e::ESNET-Z10880:na", - "anl541b-cr6---anl221-cr6:ESNET-Z10880::show:intracloud" + "nnss-cr6---lasv-cr6:bbl-1118c475::ESNET-Z13319:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "anl541b-cr6:anl221-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.43/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -24322,246 +24664,319 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12360 + "esdbEquipmentInterfaceId": 16640, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:2/1/c31/1", + "urn": "nnss-cr6:1/1/c13/2", "tags": [ - "anl541b-cr6---star-cr6:bbl-acd4c1da::ESNET-Z10712:na", - "anl541b-cr6---star-cr6:ESNET-Z10712::show:intracloud" + "nnss-cr6---DOE-IN-NNSS::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "anl541b-cr6:star-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.168/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12389 + "esdbEquipmentInterfaceId": 16645, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:1/1/c17/3", + "urn": "nnss-cr6:1/1/c13/3", "tags": [ - "anl541b-cr6---DOE-SC-CH::conn-d:show:na", - "anl541b-cr6---doe-sc-ch(as65044):l3edge-c3dc3aa5:site_conn-d_base:show:na", - "anl541b-cr6---doe-sc-ch(as65044):l3edge-4fefbef9:site_conn-d_base:show:na" + "nnss-cr6---NNSS::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1822, + "floor": 504, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1819 + "ceiling": 499 } ], - "esdbEquipmentInterfaceId": 12349 + "esdbEquipmentInterfaceId": 16646, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:2/1/c34/1", + "urn": "nnss-cr6:1/1/c13/4", "tags": [ - "anl541b-cr6---anl221-cr6:bbl-50ed9d9e::ESNET-Z07204:na", - "anl541b-cr6---anl221-cr6:ESNET-Z07204::show:intracloud" + "nnss-cr6---LLNL::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "anl541b-cr6:anl221-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.155/31" - } + "EDGE", + "UNTAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12390 + "esdbEquipmentInterfaceId": 16647, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "anl541b-cr6:1/1/c28/1", + "urn": "nnss-cr6:1/1/c14/1", "tags": [ - "anl541b-cr6---anl221-cr6:bbl-50ed9d9e::ESNET-Z10883:na", - "anl541b-cr6---anl221-cr6:ESNET-Z10883::show:intracloud" + "nnss-cr6---LANL::conn-s:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "anl541b-cr6:anl221-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.135/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1149 }, { - "floor": 7, + "floor": 1151, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12358 + "esdbEquipmentInterfaceId": 16648, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:2/1/c9/1", + "urn": "nnss-cr6:2/1/c13/2", "tags": [ - "anl541b-cr6---anl541b-ht2:ht-520089b0:::na", - "anl541b-cr6---anl541b-ht2:ht-520089b0:service1::na" + "nnss-cr6---LLNL::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 4088 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12369 + "esdbEquipmentInterfaceId": 16657, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "anl541b-cr6:1/1/c8/1", + "urn": "nnss-cr6:2/1/c13/3", "tags": [ - "anl541b-cr6---anl541b-ht1:ht-1293fe6b:::na", - "anl541b-cr6---anl541b-ht1:ht-1293fe6b:service1::na" + "nnss-cr6---DOE-IN-NNSS::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, + "floor": 1995, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 1993 } ], - "esdbEquipmentInterfaceId": 12338 + "esdbEquipmentInterfaceId": 16658, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:2/1/c8/1", + "urn": "nnss-cr6:2/1/c13/4", "tags": [ - "anl541b-cr6---anl541b-ht2:ht-520089b0:::na", - "anl541b-cr6---anl541b-ht2:ht-520089b0:service1::na" + "nnss-cr6---DOE-IN-NNSS::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 16659, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "nnss-cr6:2/1/c14/1", + "tags": [ + "nnss-cr6---nnss-ps:pt-de5e75f7:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12368 + "esdbEquipmentInterfaceId": 16660, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:1/1/c9/1", + "urn": "nnss-cr6:lag-20", "tags": [ - "anl541b-cr6---anl541b-ht1:ht-1293fe6b:::na", - "anl541b-cr6---anl541b-ht1:ht-1293fe6b:service1::na" + "nnss-cr6---nnss-mpr1:mgt-7419a07c:lag-20:ESNET-Z09166:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12339 - }, + "esdbEquipmentInterfaceId": 16837, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1838, + "orchSubscriptionId": null + }, + { + "urn": "nrelesif-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.227", + "reservableVlans": [], + "location": "NRELESIF", + "locationId": 630, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "anl541b-cr6:2/1/c28/1", + "urn": "nrelesif-cr6:1/1/c13/2", "tags": [ - "anl541b-cr6---star-cr6:bbl-acd4c1da::ESNET-Z12165:na", - "anl541b-cr6---star-cr6:ESNET-Z12165::show:intracloud" + "nrelesif-cr6---denv-cr6:bbl-0ee6558c::ESNET-Z12558:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, { - "urn": "anl541b-cr6:star-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.84/31" + "floor": 7, + "ceiling": 4095 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 22347, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "nrelesif-cr6:1/1/c2/1", + "tags": [ + "nrelesif-cr6---nrelrsf-cr6:bbl-7142198d::ESNET-Z12561:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -24572,120 +24987,143 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12388 + "esdbEquipmentInterfaceId": 22343, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:2/1/c19/1", + "urn": "nrelesif-cr6:2/1/c13/2", "tags": [ - "anl541b-cr6---ANL::conn-l:show:na", - "anl541b-cr6---anl(as683):l3edge-32726533:site_conn-l_base:show:na", - "anl541b-cr6---anl(as683):l3edge-c8094621:site_conn-l_base:show:na", - "anl541b-cr6---anl(as683):l3edge-14ff3441:site_conn-l_l3vpn-lhcone:show:intercloud" + "nrelesif-cr6---NREL::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1819, - "ceiling": 4095 - }, - { - "floor": 1811, - "ceiling": 1817 + "floor": 2, + "ceiling": 1609 }, { - "floor": 1805, - "ceiling": 1809 + "floor": 1612, + "ceiling": 1613 }, { - "floor": 2, - "ceiling": 1803 + "floor": 1615, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12385 + "esdbEquipmentInterfaceId": 22359, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:lag-401", + "urn": "nrelesif-cr6:2/1/c14/1", "tags": [ - "anl541b-cr6---anl541b-ht2:ht-520089b0:capture::na" + "nrelesif-cr6---nrelesif-ps:pt-17f73798:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, + "floor": 1112, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 25705 + "esdbEquipmentInterfaceId": 22362, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:lag-400", + "urn": "nrelesif-cr6:lag-20", "tags": [ - "anl541b-cr6---anl541b-ht1:ht-1293fe6b:capture::na" + "nrelesif-cr6---nrelesif-mpr1:mgt-becc2db4:lag-20:ESNET-Z11288:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, + "floor": 1111, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 25704 + "esdbEquipmentInterfaceId": 22366, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1679 + "esdbEquipmentId": 2026, + "orchSubscriptionId": null }, { - "urn": "albq-cr6", + "urn": "nrelrsf-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.169", + "ipv4Address": "134.55.200.226", "reservableVlans": [], - "location": "ALBQ", - "locationId": 262, - "latitude": "35.088312", - "longitude": "-106.652163", + "location": "NRELRSF", + "locationId": 629, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "albq-cr6:1/1/c31/1", + "urn": "nrelrsf-cr6:1/1/c1/1", "tags": [ - "albq-cr6---elpa-cr6:bbl-b6bef8c1::ESNET-Z12465:na", - "albq-cr6---elpa-cr6:ESNET-Z12465::show:intracloud" + "nrelrsf-cr6---denv-cr6:bbl-17115f47::ESNET-Z12560:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "albq-cr6:elpa-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.24/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -24696,65 +25134,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12099 + "esdbEquipmentInterfaceId": 22311, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:lag-20", + "urn": "nrelrsf-cr6:1/1/c2/1", "tags": [ - "albq-cr6---albq-mpr1:mgt-833d966c:lag-20:ESNET-Z08593:na", - "albq-cr6---albq-mpr1:ESNET-Z08593::show:intracloud", - "albq-cr6---doenet-em-lat(as65031):l3edge-8618b882:site_conn-a_base:show:na", - "albq-cr6---kcnsc-nm(as65005):l3edge-ad1a9d47:site_conn-b_base:show:na", - "albq-cr6---albq-ps:pt-ff90caa7:owamp::na" + "nrelrsf-cr6---nrelesif-cr6:bbl-7142198d::ESNET-Z12561:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 31, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 1111, - "ceiling": 1201 + "floor": 2, + "ceiling": 5 }, { - "floor": 1203, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 967, - "ceiling": 1109 - }, - { - "floor": 2, - "ceiling": 29 } ], - "esdbEquipmentInterfaceId": 14936 + "esdbEquipmentInterfaceId": 22312, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:2/1/c14/1", + "urn": "nrelrsf-cr6:2/1/c14/1", "tags": [ - "albq-cr6---albq-ps:pt-ff90caa7:::na", - "albq-cr6---albq-ps:pt-ff90caa7:throughput::na" + "nrelrsf-cr6---nrelrsf-ps:pt-34041338:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 1112, @@ -24769,144 +25194,135 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12114 + "esdbEquipmentInterfaceId": 22331, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:1/1/c34/1", + "urn": "nrelrsf-cr6:2/1/c2/1", "tags": [ - "albq-cr6---denv-cr6:bbl-ab203166::ESNET-Z10697:na", - "albq-cr6---denv-cr6:ESNET-Z10697::show:intracloud" + "nrelrsf-cr6---DOE-IN-NREL::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "albq-cr6:denv-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.62/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12100 + "esdbEquipmentInterfaceId": 22324, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:2/1/c15/1", + "urn": "nrelrsf-cr6:2/1/c7/1", "tags": [ - "albq-cr6---albq-bert1:bert-0c497c80:::na", - "albq-cr6---albq-bert1:bert-0c497c80:throughput::na" + "nrelrsf-cr6---NREL::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4011, + "floor": 1614, + "ceiling": 1614 + }, + { + "floor": 1616, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4009 + "ceiling": 1611 } ], - "esdbEquipmentInterfaceId": 12115 + "esdbEquipmentInterfaceId": 22325, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:1/1/c17/4", + "urn": "nrelrsf-cr6:lag-20", "tags": [ - "albq-cr6---UNM::conn-b:show:na", - "albq-cr6---unm(as40498):l3edge-605082b3:conn-b_base:show:na", - "albq-cr6---unm(as40498):l3edge-0a97c3d9:conn-b_base:show:na" + "nrelrsf-cr6---nrelrsf-mpr1:mgt-c2497ffc:lag-20:ESNET-Z11285:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 1457, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1149 + "ceiling": 918 }, { - "floor": 1151, - "ceiling": 1455 - } - ], - "esdbEquipmentInterfaceId": 12090 - }, - { - "urn": "albq-cr6:2/1/c31/1", - "tags": [ - "albq-cr6---denv-cr6:bbl-ab203166::ESNET-Z14014:na", - "albq-cr6---denv-cr6:ESNET-Z14014::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "albq-cr6:denv-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.14/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 + "floor": 920, + "ceiling": 965 }, { - "floor": 7, - "ceiling": 4095 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12129 - }, + "esdbEquipmentInterfaceId": 22335, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2025, + "orchSubscriptionId": null + }, + { + "urn": "orau-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.214", + "reservableVlans": [], + "location": "ORAU", + "locationId": 611, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "albq-cr6:1/1/c17/3", + "urn": "orau-cr6:1/1/c1/1", "tags": [ - "albq-cr6---snlnm-cr6:bbl-77a810bc::ESNET-Z13338:na", - "albq-cr6---snlnm-cr6:ESNET-Z13338::show:intracloud" + "orau-cr6---ornl1064-cr6:bbl-ab2b2335::ESNET-Z14078:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "albq-cr6:snlnm-bb-b", - "port": "1/1/c17/3", - "ipv4Address": "134.55.58.139/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -24917,58 +25333,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12089 + "esdbEquipmentInterfaceId": 16670, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:1/1/c3/1", + "urn": "orau-cr6:1/1/c13/2", "tags": [ - "albq-cr6---lanlta03-cr6:bbl-7d2ce5fd::ESNET-Z13352:na", - "albq-cr6---lanlta03-cr6:ESNET-Z13352::show:intracloud" + "orau-cr6---ORAU::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "albq-cr6:lanlta03-bb-a", - "port": "1/1/c3/1", - "ipv4Address": "134.55.58.148/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 2113, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 2110 } ], - "esdbEquipmentInterfaceId": 12073 + "esdbEquipmentInterfaceId": 16675, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:2/1/c34/1", + "urn": "orau-cr6:2/1/c1/1", "tags": [ - "albq-cr6---elpa-cr6:bbl-b6bef8c1::ESNET-Z10700:na", - "albq-cr6---elpa-cr6:ESNET-Z10700::show:intracloud" + "orau-cr6---ornl5600-cr6:bbl-b334ccc5::ESNET-Z14079:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "albq-cr6:elpa-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.194/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -24979,275 +25389,307 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12130 + "esdbEquipmentInterfaceId": 16682, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:1/1/c15/1", + "urn": "orau-cr6:2/1/c13/2", "tags": [ - "albq-cr6---albq-bert1:bert-0c497c80:::na", - "albq-cr6---albq-bert1:bert-0c497c80:throughput::na" + "orau-cr6---ORAU::conn-f:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4011, + "floor": 2115, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4009 + "ceiling": 2112 } ], - "esdbEquipmentInterfaceId": 12085 + "esdbEquipmentInterfaceId": 16687, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:2/1/c9/1", + "urn": "orau-cr6:2/1/c14/1", "tags": [ - "albq-cr6---albq-ht2:ht-fe43e3af:::na", - "albq-cr6---albq-ht2:ht-fe43e3af:service1::na" + "orau-cr6---orau-ps:pt-83fe9ccd:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12109 + "esdbEquipmentInterfaceId": 16690, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:1/1/c8/1", + "urn": "orau-cr6:2/1/c7/1", "tags": [ - "albq-cr6---albq-ht1:ht-bb12c658:::na", - "albq-cr6---albq-ht1:ht-bb12c658:service1::na" + "orau-cr6---y12co-cr6:bbl-1c47df6d::ESNET-Z17927:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12078 + "esdbEquipmentInterfaceId": 16684, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:2/1/c8/1", + "urn": "orau-cr6:lag-20", "tags": [ - "albq-cr6---albq-ht2:ht-fe43e3af:::na", - "albq-cr6---albq-ht2:ht-fe43e3af:service1::na" + "orau-cr6---orau-mpr1:mgt-a96ac163:lag-20:ESNET-Z09169:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12108 - }, + "esdbEquipmentInterfaceId": 16839, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1839, + "orchSubscriptionId": null + }, + { + "urn": "ornl1064-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.204", + "reservableVlans": [], + "location": "ORNL1064", + "locationId": 616, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "albq-cr6:1/1/c9/1", + "urn": "ornl1064-cr6:1/1/c1/1", "tags": [ - "albq-cr6---albq-ht1:ht-bb12c658:::na", - "albq-cr6---albq-ht1:ht-bb12c658:service1::na" + "ornl1064-cr6---osti-cr6:bbl-5ebcf9ba::ESNET-Z14301:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12079 + "esdbEquipmentInterfaceId": 14127, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:2/1/c18/2", + "urn": "ornl1064-cr6:1/1/c17/3", "tags": [ - "albq-cr6---snlnm-cr6:bbl-77a810bc::ESNET-Z16314:na", - "albq-cr6---snlnm-cr6:ESNET-Z16314::show:intracloud" + "ornl1064-cr6---DOE-SC-ORO::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "albq-cr6:snlnm-bb-c", - "port": "2/1/c18/2", - "ipv4Address": "134.55.56.147/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 1822, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 1819 } ], - "esdbEquipmentInterfaceId": 12122 + "esdbEquipmentInterfaceId": 14145, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:lag-401", + "urn": "ornl1064-cr6:1/1/c17/4", "tags": [ - "albq-cr6---albq-ht2:ht-fe43e3af:capture::na" + "ornl1064-cr6---ORCC::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, + "floor": 1501, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 1499 } ], - "esdbEquipmentInterfaceId": 25715 + "esdbEquipmentInterfaceId": 14146, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:lag-400", + "urn": "ornl1064-cr6:1/1/c3/1", "tags": [ - "albq-cr6---albq-ht1:ht-bb12c658:capture::na" + "ornl1064-cr6---orau-cr6:bbl-ab2b2335::ESNET-Z14078:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25714 - } - ], - "esdbEquipmentId": 1670 - }, - { - "urn": "eqxch2-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.167", - "reservableVlans": [], - "location": "EQXCH2", - "locationId": 260, - "latitude": "41.8536495", - "longitude": "-87.6183422", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 14129, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "eqxch2-cr6:lag-20", + "urn": "ornl1064-cr6:1/1/c31/1", "tags": [ - "eqxch2-cr6---eqxch2-mpr1:mgt-c031e8a3:lag-20:ESNET-Z08563:na", - "eqxch2-cr6---eqxch2-mpr1:ESNET-Z08563::show:intracloud", - "eqxch2-cr6---eqxch2-ps:pt-853c60e7:owamp::na" + "ornl1064-cr6---chat-cr6:bbl-a84fc3a5::ESNET-Z14554:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14926 + "esdbEquipmentInterfaceId": 14155, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c22/1", + "urn": "ornl1064-cr6:1/1/c34/1", "tags": [ - "eqxch2-cr6---star-cr6:bbl-15248511::ESNET-Z10284:na", - "eqxch2-cr6---star-cr6:ESNET-Z10284::show:intracloud" + "ornl1064-cr6---ornl5600-cr6:bbl-6866c2c1::ESNET-Z15912:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxch2-cr6:star-bb-c", - "port": "1/1/c22/1", - "ipv4Address": "134.55.56.103/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -25258,27 +25700,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11968 + "esdbEquipmentInterfaceId": 14156, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c25/1", + "urn": "ornl1064-cr6:1/1/c7/1", "tags": [ - "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z10808:na", - "eqxch2-cr6---eqxdc4-cr6:ESNET-Z10808::show:intracloud" + "ornl1064-cr6---y12-cr6:bbl-f80790be::ESNET-Z12544:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxch2-cr6:eqxdc4-bb-d", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.176/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -25289,145 +25728,172 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11999 + "esdbEquipmentInterfaceId": 14133, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c1/1", + "urn": "ornl1064-cr6:1/1/c8/1", "tags": [ - "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z13639:na", - "eqxch2-cr6---eqxdc4-cr6:ESNET-Z13639::show:intracloud" + "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxch2-cr6:eqxdc4-bb-h", - "port": "2/1/c1/1", - "ipv4Address": "134.55.56.68/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 11973 + "esdbEquipmentInterfaceId": 14134, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c25/1", + "urn": "ornl1064-cr6:1/1/c9/1", "tags": [ - "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z10805:na", - "eqxch2-cr6---eqxdc4-cr6:ESNET-Z10805::show:intracloud" + "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, { - "urn": "eqxch2-cr6:eqxdc4-bb-c", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.174/31" + "floor": 2, + "ceiling": 4088 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 14135, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "ornl1064-cr6:2/1/c14/1", + "tags": [ + "ornl1064-cr6---ornl1064-ps:pt-0ab7142e:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 11969 + "esdbEquipmentInterfaceId": 14170, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c19/1", + "urn": "ornl1064-cr6:2/1/c17/3", "tags": [ - "eqxch2-cr6---bost-cr6:bbl-16769fcc::ESNET-Z14521:na", - "eqxch2-cr6---bost-cr6:ESNET-Z14521::show:intracloud" + "ornl1064-cr6---ESNET-SERVICES::conn-u:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxch2-cr6:bost-bb-c", - "port": "1/1/c19/1", - "ipv4Address": "134.55.56.171/31" - } + "EDGE", + "UNTAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 11967 + "esdbEquipmentInterfaceId": 14175, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "eqxch2-cr6:1/1/c3/1", + "urn": "ornl1064-cr6:2/1/c19/1", "tags": [ - "eqxch2-cr6---Equinix::conn-i:show:na", - "eqxch2-cr6---equinix:l3edge-0ab68520:equinix_conn-i_base:show:na" + "ornl1064-cr6---ORNL::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 98 + "ceiling": 899 }, { - "floor": 100, + "floor": 901, + "ceiling": 2119 + }, + { + "floor": 2122, + "ceiling": 2159 + }, + { + "floor": 2162, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11945 + "esdbEquipmentInterfaceId": 14181, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c22/1", + "urn": "ornl1064-cr6:2/1/c31/1", "tags": [ - "eqxch2-cr6---chic-cr6:bbl-ea29f2eb::ESNET-Z10290:na", - "eqxch2-cr6---chic-cr6:ESNET-Z10290::show:intracloud" + "ornl1064-cr6---chat-cr6:bbl-a84fc3a5::ESNET-Z14555:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxch2-cr6:chic-bb-c", - "port": "2/1/c22/1", - "ipv4Address": "134.55.56.120/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -25438,27 +25904,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11998 + "esdbEquipmentInterfaceId": 14185, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c28/1", + "urn": "ornl1064-cr6:2/1/c34/1", "tags": [ - "eqxch2-cr6---chic-cr6:bbl-ea29f2eb::ESNET-Z10760:na", - "eqxch2-cr6---chic-cr6:ESNET-Z10760::show:intracloud" + "ornl1064-cr6---ornl5600-cr6:bbl-6866c2c1::ESNET-Z08819:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxch2-cr6:chic-bb-f", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.186/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -25469,46 +25932,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11970 + "esdbEquipmentInterfaceId": 14186, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c15/1", + "urn": "ornl1064-cr6:2/1/c8/1", "tags": [ - "eqxch2-cr6---eqxch2-bert1:bert-b9566989:::na", - "eqxch2-cr6---eqxch2-bert1:bert-b9566989:throughput::na" + "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4011, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4009 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 11957 + "esdbEquipmentInterfaceId": 14164, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c9/1", + "urn": "ornl1064-cr6:2/1/c9/1", "tags": [ - "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:::na", - "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:service1::na" + "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -25519,71 +25988,155 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 11981 + "esdbEquipmentInterfaceId": 14165, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c8/1", + "urn": "ornl1064-cr6:lag-20", "tags": [ - "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:::na", - "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:service1::na" + "ornl1064-cr6---ornl1064-mpr1:mgt-e0a26b56:lag-20:ESNET-Z09184:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 124, + "ceiling": 918 + }, + { + "floor": 2105, + "ceiling": 2105 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 2107, + "ceiling": 2117 + }, + { + "floor": 2119, "ceiling": 4095 }, + { + "floor": 31, + "ceiling": 122 + }, + { + "floor": 967, + "ceiling": 1109 + }, { "floor": 2, - "ceiling": 4088 + "ceiling": 29 + }, + { + "floor": 1111, + "ceiling": 2103 } ], - "esdbEquipmentInterfaceId": 11950 + "esdbEquipmentInterfaceId": 16849, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c8/1", + "urn": "ornl1064-cr6:lag-400", "tags": [ - "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:::na", - "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:service1::na" + "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 4090, + "floor": 404, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 11980 + "esdbEquipmentInterfaceId": 25740, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c9/1", + "urn": "ornl1064-cr6:lag-401", + "tags": [ + "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 399 + }, + { + "floor": 402, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 25741, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1718, + "orchSubscriptionId": null + }, + { + "urn": "ornl5600-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.203", + "reservableVlans": [], + "location": "ORNL5600", + "locationId": 617, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "ornl5600-cr6:1/1/c10/1", "tags": [ - "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:::na", - "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:service1::na" + "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -25594,27 +26147,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 11951 + "esdbEquipmentInterfaceId": 14072, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c28/1", + "urn": "ornl5600-cr6:1/1/c22/1", "tags": [ - "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z10910:na", - "eqxch2-cr6---eqxdc4-cr6:ESNET-Z10910::show:intracloud" + "ornl5600-cr6---y12co-cr6:bbl-697017cc::ESNET-Z17887:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxch2-cr6:eqxdc4-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.10/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -25625,67 +26175,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12000 + "esdbEquipmentInterfaceId": 14088, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:lag-401", + "urn": "ornl5600-cr6:1/1/c3/1", "tags": [ - "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:capture::na" + "ornl5600-cr6---orau-cr6:bbl-b334ccc5::ESNET-Z14079:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25697 + "esdbEquipmentInterfaceId": 14065, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:lag-400", + "urn": "ornl5600-cr6:1/1/c31/1", "tags": [ - "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:capture::na" + "ornl5600-cr6---nash-cr6:bbl-a4e03c02::ESNET-Z13486:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25696 + "esdbEquipmentInterfaceId": 14091, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c31/1", + "urn": "ornl5600-cr6:1/1/c34/1", "tags": [ - "eqxch2-cr6---bost-cr6:bbl-16769fcc::ESNET-Z10745:na", - "eqxch2-cr6---bost-cr6:ESNET-Z10745::show:intracloud" + "ornl5600-cr6---ornl1064-cr6:bbl-6866c2c1::ESNET-Z15912:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxch2-cr6:bost-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.27/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -25696,56 +26259,104 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11971 + "esdbEquipmentInterfaceId": 14092, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c14/1", + "urn": "ornl5600-cr6:1/1/c4/1", "tags": [ - "eqxch2-cr6---eqxch2-ps:pt-853c60e7:::na", - "eqxch2-cr6---eqxch2-ps:pt-853c60e7:throughput::na" + "ornl5600-cr6---nash-cr6:bbl-3bde5ed5::ESNET-Z10935:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11986 + "esdbEquipmentInterfaceId": 14066, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c34/1", + "urn": "ornl5600-cr6:1/1/c6/1", "tags": [ - "eqxch2-cr6---star-cr6:bbl-15248511::ESNET-Z10799:na", - "eqxch2-cr6---star-cr6:ESNET-Z10799::show:intracloud" + "ornl5600-cr6---ORNL::conn-j:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "urn": "eqxch2-cr6:star-bb-d", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.165/31" + "floor": 2, + "ceiling": 4095 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 14068, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "ornl5600-cr6:1/1/c9/1", + "tags": [ + "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 14071, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "ornl5600-cr6:2/1/c13/1", + "tags": [ + "ornl5600-cr6---osti-cr6:bbl-f09baadf::ESNET-Z12520:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -25756,83 +26367,120 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11972 + "esdbEquipmentInterfaceId": 14105, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c15/1", + "urn": "ornl5600-cr6:2/1/c14/1", "tags": [ - "eqxch2-cr6---eqxch2-bert1:bert-b9566989:::na", - "eqxch2-cr6---eqxch2-bert1:bert-b9566989:throughput::na" + "ornl5600-cr6---ornl5600-ps:pt-905701f5:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4011, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4009 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 11987 + "esdbEquipmentInterfaceId": 14106, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c31/1", + "urn": "ornl5600-cr6:2/1/c17/3", "tags": [ - "eqxch2-cr6---chic-cr6:bbl-ea29f2eb::ESNET-Z10757:na", - "eqxch2-cr6---chic-cr6:ESNET-Z10757::show:intracloud" + "ornl5600-cr6---ORCC::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 1502, + "ceiling": 4095 + }, { - "urn": "eqxch2-cr6:chic-bb-e", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.126/31" + "floor": 2, + "ceiling": 1500 } ], + "esdbEquipmentInterfaceId": 14111, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "ornl5600-cr6:2/1/c19/1", + "tags": [ + "ornl5600-cr6---ORNL::conn-h:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 900 }, { - "floor": 7, + "floor": 902, + "ceiling": 2121 + }, + { + "floor": 2164, "ceiling": 4095 + }, + { + "floor": 2124, + "ceiling": 2161 } ], - "esdbEquipmentInterfaceId": 12001 + "esdbEquipmentInterfaceId": 14117, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c34/1", + "urn": "ornl5600-cr6:2/1/c31/1", "tags": [ - "eqxch2-cr6---star-cr6:bbl-15248511::ESNET-Z10802:na", - "eqxch2-cr6---star-cr6:ESNET-Z10802::show:intracloud" + "ornl5600-cr6---nash-cr6:bbl-a4e03c02::ESNET-Z13487:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxch2-cr6:star-bb-e", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.163/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -25843,47 +26491,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12002 + "esdbEquipmentInterfaceId": 14121, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c1/1", + "urn": "ornl5600-cr6:2/1/c34/1", "tags": [ - "eqxch2-cr6---PacketFabric::conn-h:show:na" + "ornl5600-cr6---ornl1064-cr6:bbl-6866c2c1::ESNET-Z08819:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11943 + "esdbEquipmentInterfaceId": 14122, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c19/1", + "urn": "ornl5600-cr6:2/1/c4/1", "tags": [ - "eqxch2-cr6---anl541b-cr6:bbl-354e6439::ESNET-Z14072:na", - "eqxch2-cr6---anl541b-cr6:ESNET-Z14072::show:intracloud" + "ornl5600-cr6---wash-cr6:bbl-7d976214::ESNET-Z12523:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxch2-cr6:anl541b-bb-c", - "port": "2/1/c19/1", - "ipv4Address": "134.55.56.80/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -25894,208 +26547,213 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11997 - } - ], - "esdbEquipmentId": 1667 - }, - { - "urn": "pantex-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.216", - "reservableVlans": [], - "location": "PANTEX", - "locationId": 613, - "latitude": "35.2847418", - "longitude": "-101.5466432", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 14096, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "pantex-cr6:1/1/c13/3", + "urn": "ornl5600-cr6:2/1/c5/1", "tags": [ - "pantex-cr6---PANTEX::conn-e:show:na", - "pantex-cr6---pantex(as65010):l3edge-89e3ff60:site_conn-e_base:show:na", - "pantex-cr6---pantex(as65010):l3edge-a2a364a7:site_conn-e_base:show:na" + "ornl5600-cr6---DOE-IN-ORNL::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 1117, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 1100 - }, - { - "floor": 1102, - "ceiling": 1115 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16736 + "esdbEquipmentInterfaceId": 14097, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pantex-cr6:1/1/c13/2", + "urn": "ornl5600-cr6:2/1/c6/1", "tags": [ - "pantex-cr6---hous-cr6:bbl-2a6992a5::ESNET-Z12463:na", - "pantex-cr6---hous-cr6:ESNET-Z12463::show:intracloud" + "ornl5600-cr6---DOE-SC-ORO::conn-f:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "pantex-cr6:hous-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.56.193/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 29 }, { - "floor": 7, + "floor": 31, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16735 + "esdbEquipmentInterfaceId": 14098, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pantex-cr6:lag-20", + "urn": "ornl5600-cr6:2/1/c8/1", "tags": [ - "pantex-cr6---pantex-mpr1:mgt-125b81ae:lag-20:ESNET-Z09175:na", - "pantex-cr6---pantex-mpr1:ESNET-Z09175::show:intracloud", - "pantex-cr6---doenet-pantex(as65025):l3edge-efe38852:site_conn-b_base:show:na", - "pantex-cr6---pantex-ps:pt-da6af5a5:owamp::na" + "ornl5600-cr6---ornl5600-ht2:ht-2641987a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 31, - "ceiling": 918 - }, - { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 - }, { "floor": 2, - "ceiling": 29 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16843 + "esdbEquipmentInterfaceId": 14100, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pantex-cr6:2/1/c13/2", + "urn": "ornl5600-cr6:2/1/c9/1", "tags": [ - "pantex-cr6---eqxda3-cr6:bbl-60a6a9af::ESNET-Z12522:na", - "pantex-cr6---eqxda3-cr6:ESNET-Z12522::show:intracloud" + "ornl5600-cr6---ornl5600-ht2:ht-2641987a:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, { - "urn": "pantex-cr6:eqxda3-bb-a", - "port": "2/1/c13/2", - "ipv4Address": "134.55.57.189/31" + "floor": 2, + "ceiling": 4088 } ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "esdbEquipmentInterfaceId": 14101, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "ornl5600-cr6:lag-20", + "tags": [ + "ornl5600-cr6---ornl5600-mpr1:mgt-340ea6d0:lag-20:ESNET-Z09187:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 16747 + "esdbEquipmentInterfaceId": 16851, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pantex-cr6:2/1/c14/1", + "urn": "ornl5600-cr6:lag-400", "tags": [ - "pantex-cr6---pantex-ps:pt-da6af5a5:::na", - "pantex-cr6---pantex-ps:pt-da6af5a5:throughput::na" + "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 1112, + "floor": 404, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 16750 + "esdbEquipmentInterfaceId": 25742, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pantex-cr6:lag-12", + "urn": "ornl5600-cr6:lag-401", "tags": [ - "pantex-cr6---PANTEX::conn-h:show:na" + "ornl5600-cr6---ornl5600-ht2:ht-2641987a:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, + "ceiling": 399 + }, + { + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27059 + "esdbEquipmentInterfaceId": 25743, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1841 + "esdbEquipmentId": 1717, + "orchSubscriptionId": null }, { "urn": "osti-cr6", @@ -26105,8 +26763,8 @@ "reservableVlans": [], "location": "OSTI", "locationId": 612, - "latitude": "36.0436803", - "longitude": "-84.2103963", + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" @@ -26115,22 +26773,17 @@ { "urn": "osti-cr6:1/1/c1/1", "tags": [ - "osti-cr6---ornl1064-cr6:bbl-5ebcf9ba::ESNET-Z14301:na", - "osti-cr6---ornl1064-cr6:ESNET-Z14301::show:intracloud" + "osti-cr6---ornl1064-cr6:bbl-5ebcf9ba::ESNET-Z14301:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "osti-cr6:ornl1064-bb-b", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.223/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -26141,22 +26794,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16700 + "esdbEquipmentInterfaceId": 16700, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { "urn": "osti-cr6:1/1/c13/2", "tags": [ - "osti-cr6---DOE-SC-OSTI::conn-g:show:na", - "osti-cr6---doe-sc-osti(as65045):l3edge-d114cd73:site_conn-g_base:show:na", - "osti-cr6---doe-sc-osti(as65045):l3edge-c014cb5a:site_conn-g_base:show:na" + "osti-cr6---DOE-SC-OSTI::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 50, @@ -26171,70 +26826,80 @@ "ceiling": 48 } ], - "esdbEquipmentInterfaceId": 16705 + "esdbEquipmentInterfaceId": 16705, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "osti-cr6:lag-20", + "urn": "osti-cr6:2/1/c1/1", "tags": [ - "osti-cr6---osti-mpr1:mgt-7807b0ab:lag-20:ESNET-Z09172:na", - "osti-cr6---osti-mpr1:ESNET-Z09172::show:intracloud", - "osti-cr6---doe-sc-osti(as65045):l3edge-d27b11df:site_conn-f_base:show:na", - "osti-cr6---orau(as65040):l3edge-0f474688:site_conn-g_base:show:na", - "osti-cr6---orau(as65040):l3edge-60695c2f:site_conn-g_base:show:na", - "osti-cr6---osti-ps:pt-d3524f86:owamp::na" + "osti-cr6---ornl5600-cr6:bbl-f09baadf::ESNET-Z12520:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 54 + "ceiling": 5 }, { - "floor": 2157, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 56, - "ceiling": 918 - }, - { - "floor": 967, - "ceiling": 1109 - }, + } + ], + "esdbEquipmentInterfaceId": 16712, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "osti-cr6:2/1/c13/2", + "tags": [ + "osti-cr6---Y12::conn-i:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "floor": 1111, - "ceiling": 2153 + "floor": 2, + "ceiling": 2119 }, { - "floor": 2155, - "ceiling": 2155 + "floor": 2121, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16841 + "esdbEquipmentInterfaceId": 16717, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { "urn": "osti-cr6:2/1/c14/1", "tags": [ - "osti-cr6---osti-ps:pt-d3524f86:::na", - "osti-cr6---osti-ps:pt-d3524f86:throughput::na" + "osti-cr6---osti-ps:pt-d3524f86:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -26249,76 +26914,91 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 16720 + "esdbEquipmentInterfaceId": 16720, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "osti-cr6:2/1/c1/1", + "urn": "osti-cr6:lag-20", "tags": [ - "osti-cr6---ornl5600-cr6:bbl-f09baadf::ESNET-Z12520:na", - "osti-cr6---ornl5600-cr6:ESNET-Z12520::show:intracloud" + "osti-cr6---osti-mpr1:mgt-7807b0ab:lag-20:ESNET-Z09172:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "osti-cr6:ornl5600-bb-a", - "port": "2/1/c1/1", - "ipv4Address": "134.55.58.105/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 54 }, { - "floor": 7, + "floor": 2157, "ceiling": 4095 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 56, + "ceiling": 918 + }, + { + "floor": 967, + "ceiling": 1109 + }, + { + "floor": 1111, + "ceiling": 2153 + }, + { + "floor": 2155, + "ceiling": 2155 } ], - "esdbEquipmentInterfaceId": 16712 + "esdbEquipmentInterfaceId": 16841, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1840 + "esdbEquipmentId": 1840, + "orchSubscriptionId": null }, { - "urn": "srs70344a-cr6", + "urn": "pantex-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.230", + "ipv4Address": "134.55.200.216", "reservableVlans": [], - "location": "SRS70344A", - "locationId": 633, - "latitude": "33.24644", - "longitude": "-81.6679", + "location": "PANTEX", + "locationId": 613, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "srs70344a-cr6:1/1/c1/1", + "urn": "pantex-cr6:1/1/c1/1", "tags": [ - "srs70344a-cr6---srs702a-cr6:bbl-89da058b::ESNET-Z11678:na", - "srs70344a-cr6---srs702a-cr6:ESNET-Z11678::show:intracloud" + "pantex-cr6---pantex1237-cr6:bbl-305a0b0d::ESNET-Z16611:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "srs70344a-cr6:srs702a-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.41/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -26329,84 +27009,84 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22435 + "esdbEquipmentInterfaceId": 16730, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "srs70344a-cr6:1/1/c13/2", + "urn": "pantex-cr6:1/1/c13/2", "tags": [ - "srs70344a-cr6---SRS::conn-d:show:na", - "srs70344a-cr6---srs(as54297):l3edge-51b57cea:site_conn-d_base:show:na", - "srs70344a-cr6---srs(as54297):l3edge-68cf6d06:site_conn-d_base:show:na", - "srs70344a-cr6---srs(as54297):l3edge-acf60855:site_conn-d_base:show:na" + "pantex-cr6---hous-cr6:bbl-2a6992a5::ESNET-Z12463:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 664, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 660 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22440 + "esdbEquipmentInterfaceId": 16735, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "srs70344a-cr6:lag-20", + "urn": "pantex-cr6:1/1/c13/3", "tags": [ - "srs70344a-cr6---srs70344a-mpr1:mgt-d89e3f24:lag-20:ESNET-Z11297:na", - "srs70344a-cr6---srs70344a-mpr1:ESNET-Z11297::show:intracloud", - "srs70344a-cr6---doenet-srs(as65006):l3edge-e4143918:site_conn-b_base:show:na" + "pantex-cr6---PANTEX::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 967, + "floor": 1117, "ceiling": 4095 }, { - "floor": 11, - "ceiling": 965 + "floor": 2, + "ceiling": 1100 }, { - "floor": 2, - "ceiling": 9 + "floor": 1102, + "ceiling": 1115 } ], - "esdbEquipmentInterfaceId": 22459 + "esdbEquipmentInterfaceId": 16736, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "srs70344a-cr6:2/1/c13/2", + "urn": "pantex-cr6:2/1/c1/1", "tags": [ - "srs70344a-cr6---atla-cr6:bbl-9e92de02::ESNET-Z11677:na", - "srs70344a-cr6---atla-cr6:ESNET-Z11677::show:intracloud" + "pantex-cr6---pantex1237-cr6:bbl-305a0b0d::ESNET-Z16612:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "srs70344a-cr6:atla-bb-b", - "port": "2/1/c13/2", - "ipv4Address": "134.55.57.20/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -26417,101 +27097,93 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22452 - } - ], - "esdbEquipmentId": 2029 - }, - { - "urn": "ornl1064-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.204", - "reservableVlans": [], - "location": "ORNL1064", - "locationId": 616, - "latitude": "35.922759", - "longitude": "-84.323862", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 16742, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "ornl1064-cr6:1/1/c31/1", + "urn": "pantex-cr6:2/1/c14/1", "tags": [ - "ornl1064-cr6---chat-cr6:bbl-a84fc3a5::ESNET-Z14554:na", - "ornl1064-cr6---chat-cr6:ESNET-Z14554::show:intracloud" + "pantex-cr6---pantex-ps:pt-da6af5a5:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, { - "urn": "ornl1064-cr6:chat-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.3/31" + "floor": 912, + "ceiling": 1110 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 16750, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "pantex-cr6:lag-12", + "tags": [ + "pantex-cr6---PANTEX::conn-h:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14155 + "esdbEquipmentInterfaceId": 27059, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:lag-20", + "urn": "pantex-cr6:lag-20", "tags": [ - "ornl1064-cr6---ornl1064-mpr1:mgt-e0a26b56:lag-20:ESNET-Z09184:na", - "ornl1064-cr6---ornl1064-mpr1:ESNET-Z09184::show:intracloud", - "ornl1064-cr6---doe-sc-oro(as65150):l3edge-b36ed47a:site_conn-c_base:show:na", - "ornl1064-cr6---doe-sc-oro(as65150):l3edge-88942df0:site_conn-c_base:show:na", - "ornl1064-cr6---doe-sc-osti(as65045):l3edge-2f16e189:site_conn-d_base:show:na", - "ornl1064-cr6---doenet-oro(as65023):l3edge-a7f144e1:site_conn-b_base:show:na", - "ornl1064-cr6---esnet-services(asNone):l3edge-3b559b01:conn-q_base:show:na", - "ornl1064-cr6---ornl1064-ps:pt-0ab7142e:owamp::na" + "pantex-cr6---pantex-mpr1:mgt-125b81ae:lag-20:ESNET-Z09175:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 124, + "floor": 31, "ceiling": 918 }, { - "floor": 2105, - "ceiling": 2105 + "floor": 1111, + "ceiling": 4095 }, { "floor": 920, "ceiling": 965 }, - { - "floor": 2107, - "ceiling": 2117 - }, - { - "floor": 2119, - "ceiling": 4095 - }, - { - "floor": 31, - "ceiling": 122 - }, { "floor": 967, "ceiling": 1109 @@ -26519,62 +27191,73 @@ { "floor": 2, "ceiling": 29 - }, - { - "floor": 1111, - "ceiling": 2103 } ], - "esdbEquipmentInterfaceId": 16849 - }, + "esdbEquipmentInterfaceId": 16843, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1841, + "orchSubscriptionId": null + }, + { + "urn": "pantex1237-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.247", + "reservableVlans": [], + "location": "PANTEX1237", + "locationId": 656, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "ornl1064-cr6:2/1/c14/1", + "urn": "pantex1237-cr6:1/1/c1/1", "tags": [ - "ornl1064-cr6---ornl1064-ps:pt-0ab7142e:::na", - "ornl1064-cr6---ornl1064-ps:pt-0ab7142e:throughput::na" + "pantex1237-cr6---pantex-cr6:bbl-305a0b0d::ESNET-Z16611:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14170 + "esdbEquipmentInterfaceId": 28881, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:1/1/c34/1", + "urn": "pantex1237-cr6:1/1/c13/2", "tags": [ - "ornl1064-cr6---ornl5600-cr6:bbl-6866c2c1::ESNET-Z15912:na", - "ornl1064-cr6---ornl5600-cr6:ESNET-Z15912::show:intracloud" + "pantex1237-cr6---eqxda3-cr6:bbl-92290f0c::ESNET-Z16680:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ornl1064-cr6:ornl5600-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.50/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -26585,227 +27268,319 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14156 + "esdbEquipmentInterfaceId": 28886, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:1/1/c17/4", + "urn": "pantex1237-cr6:2/1/c1/1", "tags": [ - "ornl1064-cr6---ORCC::conn-e:show:na", - "ornl1064-cr6---orcc(as65012):l3edge-eae0f692:site_conn-e_base:show:na" + "pantex1237-cr6---pantex-cr6:bbl-305a0b0d::ESNET-Z16612:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1501, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 1499 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14146 + "esdbEquipmentInterfaceId": 28893, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:2/1/c31/1", + "urn": "pantex1237-cr6:2/1/c14/1", "tags": [ - "ornl1064-cr6---chat-cr6:bbl-a84fc3a5::ESNET-Z14555:na", - "ornl1064-cr6---chat-cr6:ESNET-Z14555::show:intracloud" + "pantex1237-cr6---pantex1237-ps:pt-90db30fb:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ - { - "urn": "ornl1064-cr6:chat-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.5/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 14185 + "esdbEquipmentInterfaceId": 28901, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:1/1/c17/3", + "urn": "pantex1237-cr6:lag-20", "tags": [ - "ornl1064-cr6---DOE-SC-ORO::conn-e:show:na", - "ornl1064-cr6---doe-sc-oro(as65150):l3edge-8d86eb73:site_conn-e_base:show:na", - "ornl1064-cr6---doe-sc-oro(as65150):l3edge-069adb51:site_conn-e_base:show:na" + "pantex1237-cr6---pantex1237-mpr1:mgt-66636e48:lag-20:ESNET-Z16392:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 1822, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1819 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14145 - }, + "esdbEquipmentInterfaceId": 28905, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2670, + "orchSubscriptionId": null + }, + { + "urn": "pnnlemsl-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.237", + "reservableVlans": [], + "location": "PNNLEMSL", + "locationId": 618, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "ornl1064-cr6:1/1/c3/1", + "urn": "pnnlemsl-cr6:1/1/c1/1", "tags": [ - "ornl1064-cr6---orau-cr6:bbl-ab2b2335::ESNET-Z14078:na", - "ornl1064-cr6---orau-cr6:ESNET-Z14078::show:intracloud" + "pnnlemsl-cr6---PNNL::conn-r:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ornl1064-cr6:orau-bb-b", - "port": "1/1/c3/1", - "ipv4Address": "134.55.56.142/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14129 + "esdbEquipmentInterfaceId": 14191, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:2/1/c34/1", + "urn": "pnnlemsl-cr6:1/1/c17/2", "tags": [ - "ornl1064-cr6---ornl5600-cr6:bbl-6866c2c1::ESNET-Z08819:na", - "ornl1064-cr6---ornl5600-cr6:ESNET-Z08819::show:intracloud" + "pnnlemsl-cr6---HLAN::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "ornl1064-cr6:ornl5600-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.112/31" + "floor": 0, + "ceiling": 0 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 14208, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "pnnlemsl-cr6:1/1/c17/3", + "tags": [ + "pnnlemsl-cr6---DOENET-RL::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14186 + "esdbEquipmentInterfaceId": 14209, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "ornl1064-cr6:1/1/c7/1", + "urn": "pnnlemsl-cr6:1/1/c18/1", "tags": [ - "ornl1064-cr6---y12-cr6:bbl-f80790be::ESNET-Z12544:na", - "ornl1064-cr6---y12-cr6:ESNET-Z12544::show:intracloud" + "pnnlemsl-cr6---LIGO::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "ornl1064-cr6:y12-bb-a", - "port": "1/1/c7/1", - "ipv4Address": "134.55.58.99/31" + "floor": 0, + "ceiling": 0 } ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "esdbEquipmentInterfaceId": 14211, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "pnnlemsl-cr6:1/1/c19/1", + "tags": [ + "pnnlemsl-cr6---PNNL::conn-w:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 992, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 962, + "ceiling": 990 + }, + { + "floor": 2, + "ceiling": 960 } ], - "esdbEquipmentInterfaceId": 14133 + "esdbEquipmentInterfaceId": 14215, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:2/1/c9/1", + "urn": "pnnlemsl-cr6:1/1/c2/1", "tags": [ - "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:::na", - "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:service1::na" + "pnnlemsl-cr6---PNNL::conn-u:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 4088 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14165 + "esdbEquipmentInterfaceId": 14192, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:1/1/c1/1", + "urn": "pnnlemsl-cr6:1/1/c28/1", "tags": [ - "ornl1064-cr6---osti-cr6:bbl-5ebcf9ba::ESNET-Z14301:na", - "ornl1064-cr6---osti-cr6:ESNET-Z14301::show:intracloud" + "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12478:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, { - "urn": "ornl1064-cr6:osti-bb-b", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.222/31" + "floor": 7, + "ceiling": 4095 } ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "esdbEquipmentInterfaceId": 14218, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "pnnlemsl-cr6:1/1/c31/1", + "tags": [ + "pnnlemsl-cr6---seat-cr6:bbl-ce0033d0::ESNET-Z12476:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -26816,46 +27591,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14127 + "esdbEquipmentInterfaceId": 14219, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:1/1/c8/1", + "urn": "pnnlemsl-cr6:1/1/c34/1", "tags": [ - "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:::na", - "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:service1::na" + "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12466:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14134 + "esdbEquipmentInterfaceId": 14220, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:2/1/c8/1", + "urn": "pnnlemsl-cr6:1/1/c8/1", "tags": [ - "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:::na", - "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:service1::na" + "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -26866,21 +27647,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14164 + "esdbEquipmentInterfaceId": 14198, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:1/1/c9/1", + "urn": "pnnlemsl-cr6:1/1/c9/1", "tags": [ - "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:::na", - "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:service1::na" + "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -26891,117 +27675,108 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14135 + "esdbEquipmentInterfaceId": 14199, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:2/1/c19/1", + "urn": "pnnlemsl-cr6:2/1/c25/1", "tags": [ - "ornl1064-cr6---ORNL::conn-i:show:na", - "ornl1064-cr6---ornl(as50):l3edge-15f1e157:site_conn-i_base:show:na", - "ornl1064-cr6---ornl(as50):l3edge-69bf1ef1:site_conn-i_base:show:na", - "ornl1064-cr6---ornl(as50):l3edge-c3b1733b:site_conn-i_l3vpn-lhcone:show:intercloud", - "ornl1064-cr6---ornl(as50):l3edge-ac99cf0d:site_conn-i_l3vpn-lhcone:show:intercloud" + "pnnlemsl-cr6---seat-cr6:bbl-ce0033d0::ESNET-Z11749:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 2119 - }, - { - "floor": 2122, - "ceiling": 2159 + "ceiling": 5 }, { - "floor": 2162, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14181 + "esdbEquipmentInterfaceId": 14247, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:lag-401", + "urn": "pnnlemsl-cr6:2/1/c28/1", "tags": [ - "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:capture::na" + "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12489:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25741 + "esdbEquipmentInterfaceId": 14248, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:lag-400", + "urn": "pnnlemsl-cr6:2/1/c31/1", "tags": [ - "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:capture::na" + "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12477:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25740 - } - ], - "esdbEquipmentId": 1718 - }, - { - "urn": "star-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.166", - "reservableVlans": [], - "location": "STAR", - "locationId": 259, - "latitude": "41.8961757", - "longitude": "-87.6173266", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 14249, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "star-cr6:1/1/c31/1", + "urn": "pnnlemsl-cr6:2/1/c34/1", "tags": [ - "star-cr6---chic-cr6:bbl-52330e01::ESNET-Z10775:na", - "star-cr6---chic-cr6:ESNET-Z10775::show:intracloud" + "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12467:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "star-cr6:chic-bb-e", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.183/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -27012,353 +27787,307 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11905 + "esdbEquipmentInterfaceId": 14250, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:lag-20", + "urn": "pnnlemsl-cr6:2/1/c8/1", "tags": [ - "star-cr6---star-mpr1:mgt-d5a3daaf:lag-20:ESNET-Z08548:na", - "star-cr6---star-mpr1:ESNET-Z08548::show:intracloud", - "star-cr6---esnet(as3443):l3edge-ec8e398e:site_conn-k_base:show:na", - "star-cr6---fabric(as4294967294):l3edge-18f015ad:site_conn-ak_base:show:na", - "star-cr6---star-ps:pt-6655e338:owamp::na", - "star-cr6---esnet(as3443):l3edge-09f3cf49:site_conn-k_ipt:show:na" + "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 955, - "ceiling": 965 - }, - { - "floor": 920, - "ceiling": 952 - }, - { - "floor": 1021, - "ceiling": 1109 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14919 + "esdbEquipmentInterfaceId": 14228, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:lag-1", + "urn": "pnnlemsl-cr6:2/1/c9/1", "tags": [ - "star-cr6---BTAA::conn-j:show:na", - "star-cr6---iccn(as40387):l3edge-475cb47d:conn-j_base:show:na", - "star-cr6---in-gpop(as19782):l3edge-b2ed5c71:conn-j_base:show:na", - "star-cr6---uchicago(as160):l3edge-d6ac1835:conn-j_base:show:na", - "star-cr6---uiowa(as3676):l3edge-4d2f2a0a:conn-j_base:show:na", - "star-cr6---uwmadison(as59):l3edge-3f09af20:conn-j_base:show:na", - "star-cr6---wiscnet(as2381):l3edge-9f3f952b:conn-j_base:show:na", - "star-cr6---wiscnet(as2381):l3edge-a2c2108e:conn-j_base:show:na", - "star-cr6---aglt2(as229):l3edge-ce2c0f10:site_conn-j_l3vpn-lhcone:show:intercloud", - "star-cr6---aglt2(as229):l3edge-648d0b7c:site_conn-j_l3vpn-lhcone:show:intercloud", - "star-cr6---in-gpop(as19782):l3edge-ad2ce93c:site_conn-j_l3vpn-lhcone:show:intercloud", - "star-cr6---uchicago(as160):l3edge-86e49887:site_conn-j_l3vpn-lhcone:show:intercloud", - "star-cr6---uwmadison(as59):l3edge-aa2fd041:site_conn-j_l3vpn-lhcone:show:intercloud" + "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2622, - "ceiling": 3200 - }, - { - "floor": 2305, - "ceiling": 2306 - }, - { - "floor": 2317, - "ceiling": 2318 - }, - { - "floor": 3202, - "ceiling": 3208 - }, - { - "floor": 3210, + "floor": 4090, "ceiling": 4095 }, - { - "floor": 2320, - "ceiling": 2619 - }, - { - "floor": 290, - "ceiling": 296 - }, - { - "floor": 298, - "ceiling": 307 - }, - { - "floor": 2308, - "ceiling": 2314 - }, { "floor": 2, - "ceiling": 288 - }, - { - "floor": 309, - "ceiling": 2303 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 21786 + "esdbEquipmentInterfaceId": 14229, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:1/1/c22/1", + "urn": "pnnlemsl-cr6:lag-20", "tags": [ - "star-cr6---eqxch2-cr6:bbl-15248511::ESNET-Z10284:na", - "star-cr6---eqxch2-cr6:ESNET-Z10284::show:intracloud" + "pnnlemsl-cr6---pnnlemsl-mpr1:mgt-163a30ad:lag-20:ESNET-Z11672:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "star-cr6:eqxch2-bb-c", - "port": "1/1/c22/1", - "ipv4Address": "134.55.56.102/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 965 }, { - "floor": 7, + "floor": 967, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11902 + "esdbEquipmentInterfaceId": 23743, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c14/1", + "urn": "pnnlemsl-cr6:lag-400", "tags": [ - "star-cr6---star-ps:pt-6655e338:::na", - "star-cr6---star-ps:pt-6655e338:throughput::na" + "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 1112, + "floor": 408, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 11920 + "esdbEquipmentInterfaceId": 25967, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:1/1/c34/1", + "urn": "pnnlemsl-cr6:lag-401", "tags": [ - "star-cr6---anl541b-cr6:bbl-acd4c1da::ESNET-Z10709:na", - "star-cr6---anl541b-cr6:ESNET-Z10709::show:intracloud" + "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "star-cr6:anl541b-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.167/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11906 - }, + "esdbEquipmentInterfaceId": 25968, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1719, + "orchSubscriptionId": null + }, + { + "urn": "pnnlisb2-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.238", + "reservableVlans": [], + "location": "PNNLISB2", + "locationId": 619, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "star-cr6:2/1/c15/1", + "urn": "pnnlisb2-cr6:1/1/c1/1", "tags": [ - "star-cr6---frib-cr6b:bbl-e31aae12::ESNET-Z10944:na", - "star-cr6---frib-cr6b:ESNET-Z10944::show:intracloud" + "pnnlisb2-cr6---PNNL::conn-s:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "star-cr6:frib-bb-a", - "port": "2/1/c15/1", - "ipv4Address": "134.55.57.37/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11921 + "esdbEquipmentInterfaceId": 23649, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:1/1/c17/4", + "urn": "pnnlisb2-cr6:1/1/c17/2", "tags": [ - "star-cr6---ameshwh-cr6:bbl-af70ec60::ESNET-Z11528:na", - "star-cr6---ameshwh-cr6:ESNET-Z11528::show:intracloud" + "pnnlisb2-cr6---HLAN::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "star-cr6:ameshwh-bb-a", - "port": "1/1/c17/4", - "ipv4Address": "134.55.57.247/31" - } + "EDGE", + "UNTAGGED" ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 11896 + "esdbEquipmentInterfaceId": 23666, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "star-cr6:2/1/c31/1", + "urn": "pnnlisb2-cr6:1/1/c17/3", "tags": [ - "star-cr6---chic-cr6:bbl-52330e01::ESNET-Z10778:na", - "star-cr6---chic-cr6:ESNET-Z10778::show:intracloud" + "pnnlisb2-cr6---DOENET-RL::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "star-cr6:chic-bb-f", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.185/31" + "floor": 0, + "ceiling": 0 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 23667, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "pnnlisb2-cr6:1/1/c18/1", + "tags": [ + "pnnlisb2-cr6---LIGO::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 11935 + "esdbEquipmentInterfaceId": 23669, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "star-cr6:1/1/c17/3", + "urn": "pnnlisb2-cr6:1/1/c19/1", "tags": [ - "star-cr6---MERIT::conn-b:show:na", - "star-cr6---merit(as237):l3edge-ecaf35a7:conn-b_base:show:na" + "pnnlisb2-cr6---PNNL::conn-x:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2061, - "ceiling": 4095 + "floor": 965, + "ceiling": 993 }, { "floor": 2, - "ceiling": 2059 + "ceiling": 963 + }, + { + "floor": 995, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11895 + "esdbEquipmentInterfaceId": 23673, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:1/1/c19/1", + "urn": "pnnlisb2-cr6:1/1/c28/1", "tags": [ - "star-cr6---chic-cr6:bbl-52330e01::ESNET-Z11681:na", - "star-cr6---chic-cr6:ESNET-Z11681::show:intracloud" + "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12478:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "star-cr6:chic-bb-j", - "port": "1/1/c19/1", - "ipv4Address": "134.55.58.31/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -27369,27 +28098,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11901 + "esdbEquipmentInterfaceId": 23676, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c22/1", + "urn": "pnnlisb2-cr6:1/1/c31/1", "tags": [ - "star-cr6---anl541b-cr6:bbl-acd4c1da::ESNET-Z12165:na", - "star-cr6---anl541b-cr6:ESNET-Z12165::show:intracloud" + "pnnlisb2-cr6---bois-cr6:bbl-6fe9ebad::ESNET-Z12475:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "star-cr6:anl541b-bb-e", - "port": "2/1/c22/1", - "ipv4Address": "134.55.58.85/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -27400,27 +28126,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11932 + "esdbEquipmentInterfaceId": 23677, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c34/1", + "urn": "pnnlisb2-cr6:1/1/c34/1", "tags": [ - "star-cr6---anl541b-cr6:bbl-acd4c1da::ESNET-Z10712:na", - "star-cr6---anl541b-cr6:ESNET-Z10712::show:intracloud" + "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12466:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "star-cr6:anl541b-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.169/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -27431,181 +28154,152 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11936 + "esdbEquipmentInterfaceId": 23678, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c5/1", + "urn": "pnnlisb2-cr6:1/1/c8/1", "tags": [ - "star-cr6---Starlight::conn-c:show:na", - "star-cr6---anl(as683):l3edge-43d2b17b:site_conn-c_base:show:na", - "star-cr6---anl(as683):l3edge-238159a6:site_conn-c_base:show:na", - "star-cr6---canarie(as6509):l3edge-e31f0304:conn-c_base:show:na", - "star-cr6---canarie(as6509):l3edge-15694a31:conn-c_base:show:na", - "star-cr6---cstnet(as7497):l3edge-02d6fe0a:conn-c_base:show:na", - "star-cr6---dren(as668):l3edge-8d3fc736:conn-c_base:show:na", - "star-cr6---fabric(as398900):l3edge-4252745f:site_conn-c_base:show:na", - "star-cr6---kreonet2(as17579):l3edge-0bc3f659:conn-c_base:show:na", - "star-cr6---kreonet2(as17579):l3edge-cfe95984:conn-c_base:show:na", - "star-cr6---mren(as22335):l3edge-63581442:conn-c_base:show:na", - "star-cr6---mren(as22335):l3edge-723c119d:conn-c_base:show:na", - "star-cr6---nasa-ames(as297):l3edge-74306de7:conn-c_base:show:na", - "star-cr6---ncsa(as1224):l3edge-c294ac0f:conn-c_base:show:na", - "star-cr6---northwestern(as103):l3edge-fc89d9b0:conn-c_base:show:na", - "star-cr6---starlight(as10764):l3edge-73f6946d:conn-c_base:show:na", - "star-cr6---starlight(as7539):l3edge-0fc3cdd6:conn-c_base:show:na", - "star-cr6---cstnet(as7497):l3edge-53bd3636:conn-c_l3vpn-lhcone:show:intercloud", - "star-cr6---kreonet2(as17579):l3edge-bead5058:conn-c_l3vpn-lhcone:show:intercloud" + "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 127, - "ceiling": 131 - }, - { - "floor": 220, - "ceiling": 246 - }, - { - "floor": 248, - "ceiling": 263 + "floor": 4090, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 123 - }, - { - "floor": 181, - "ceiling": 218 - }, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 23656, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "pnnlisb2-cr6:1/1/c9/1", + "tags": [ + "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "floor": 133, - "ceiling": 139 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 1248, - "ceiling": 3729 - }, - { - "floor": 347, - "ceiling": 349 - }, - { - "floor": 165, - "ceiling": 179 - }, - { - "floor": 265, - "ceiling": 268 - }, - { - "floor": 280, - "ceiling": 345 - }, - { - "floor": 3731, - "ceiling": 4095 - }, - { - "floor": 141, - "ceiling": 163 - }, - { - "floor": 351, - "ceiling": 1246 - }, - { - "floor": 272, - "ceiling": 278 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 11911 + "esdbEquipmentInterfaceId": 23657, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:1/1/c28/1", + "urn": "pnnlisb2-cr6:2/1/c17/2", "tags": [ - "star-cr6---eqxch2-cr6:bbl-15248511::ESNET-Z10799:na", - "star-cr6---eqxch2-cr6:ESNET-Z10799::show:intracloud" + "pnnlisb2-cr6---PNNL::conn-y:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "star-cr6:eqxch2-bb-d", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.164/31" + "floor": 0, + "ceiling": 0 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 23696, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "pnnlisb2-cr6:2/1/c18/1", + "tags": [ + "pnnlisb2-cr6---LANL-WA::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 11904 + "esdbEquipmentInterfaceId": 23699, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "star-cr6:2/1/c12/1", + "urn": "pnnlisb2-cr6:2/1/c2/1", "tags": [ - "star-cr6---star-dtn1:dtn-6cd9c934:::na", - "star-cr6---star-dtn1:dtn-6cd9c934:throughput::na" + "pnnlisb2-cr6---DOE-IN-PNNL::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 913, - "ceiling": 915 - }, { "floor": 2, - "ceiling": 911 - }, - { - "floor": 917, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11918 + "esdbEquipmentInterfaceId": 23680, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:1/1/c6/1", + "urn": "pnnlisb2-cr6:2/1/c25/1", "tags": [ - "star-cr6---chic-cr6:bbl-35f4b07b::ESNET-Z09682:na", - "star-cr6---chic-cr6:ESNET-Z09682::show:intracloud" + "pnnlisb2-cr6---bois-cr6:bbl-6fe9ebad::ESNET-Z11740:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "star-cr6:chic-bb-d", - "port": "1/1/c6/1", - "ipv4Address": "134.55.56.119/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -27616,77 +28310,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11882 + "esdbEquipmentInterfaceId": 23705, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:1/1/c8/1", + "urn": "pnnlisb2-cr6:2/1/c28/1", "tags": [ - "star-cr6---star-ht1:ht-6f6e9f97:::na", - "star-cr6---star-ht1:ht-6f6e9f97:service1::na" + "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12489:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11884 + "esdbEquipmentInterfaceId": 23706, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c8/1", + "urn": "pnnlisb2-cr6:2/1/c31/1", "tags": [ - "star-cr6---star-ht2:ht-9c8f2731:::na", - "star-cr6---star-ht2:ht-9c8f2731:service1::na" + "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12477:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11914 + "esdbEquipmentInterfaceId": 23707, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c28/1", + "urn": "pnnlisb2-cr6:2/1/c34/1", "tags": [ - "star-cr6---eqxch2-cr6:bbl-15248511::ESNET-Z10802:na", - "star-cr6---eqxch2-cr6:ESNET-Z10802::show:intracloud" + "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12467:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "star-cr6:eqxch2-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.162/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -27697,130 +28394,179 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11934 + "esdbEquipmentInterfaceId": 23708, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c17/3", + "urn": "pnnlisb2-cr6:2/1/c8/1", "tags": [ - "star-cr6---FABRIC::conn-p:show:na", - "star-cr6---fabric(as4294967294):l3edge-0bb8a844:site_conn-p_base:show:na" + "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 1009 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 1011, + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 23686, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "pnnlisb2-cr6:2/1/c9/1", + "tags": [ + "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 11925 + "esdbEquipmentInterfaceId": 23687, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c19/1", + "urn": "pnnlisb2-cr6:lag-20", "tags": [ - "star-cr6---TESTBED::conn-b:show:na" + "pnnlisb2-cr6---pnnlisb2-mpr1:mgt-77ee082b:lag-20:ESNET-Z11675:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 2, + "ceiling": 965 + }, + { + "floor": 967, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11931 + "esdbEquipmentInterfaceId": 23709, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:lag-401", + "urn": "pnnlisb2-cr6:lag-400", "tags": [ - "star-cr6---star-ht2:ht-9c8f2731:capture::na" + "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, + "ceiling": 401 + }, + { + "floor": 408, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25701 + "esdbEquipmentInterfaceId": 25965, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:lag-400", + "urn": "pnnlisb2-cr6:lag-401", "tags": [ - "star-cr6---star-ht1:ht-6f6e9f97:capture::na" + "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25700 + "esdbEquipmentInterfaceId": 25966, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1664 + "esdbEquipmentId": 2084, + "orchSubscriptionId": null }, { - "urn": "eqxda3-cr6", + "urn": "pppl-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.202", + "ipv4Address": "134.55.200.217", "reservableVlans": [], - "location": "EQXDA3", - "locationId": 600, - "latitude": "32.8002967", - "longitude": "-96.8217141", + "location": "PPPL", + "locationId": 614, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "eqxda3-cr6:1/1/c31/1", + "urn": "pppl-cr6:1/1/c2/1", "tags": [ - "eqxda3-cr6---hous-cr6:bbl-02554e63::ESNET-Z09880:na", - "eqxda3-cr6---hous-cr6:ESNET-Z09880::show:intracloud" + "pppl-cr6---ppploit128-cr6:bbl-8fa95101::ESNET-Z16701:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxda3-cr6:hous-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.122/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -27831,60 +28577,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14810 + "esdbEquipmentInterfaceId": 16761, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:lag-20", + "urn": "pppl-cr6:2/1/c1/1", "tags": [ - "eqxda3-cr6---eqxda3-mpr1:mgt-b90ceffb:lag-20:ESNET-Z08656:na", - "eqxda3-cr6---eqxda3-mpr1:ESNET-Z08656::show:intracloud", - "eqxda3-cr6---fabric(as4294967293):l3edge-e18229d9:site_conn-h_base:show:na", - "eqxda3-cr6---eqxda3-ps:pt-9b2bb6e1:owamp::na" + "pppl-cr6---wash-cr6:bbl-8c7c2df9::ESNET-Z12583:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 1021, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14958 + "esdbEquipmentInterfaceId": 16772, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:2/1/c14/1", + "urn": "pppl-cr6:2/1/c14/1", "tags": [ - "eqxda3-cr6---eqxda3-ps:pt-9b2bb6e1:::na", - "eqxda3-cr6---eqxda3-ps:pt-9b2bb6e1:throughput::na" + "pppl-cr6---pppl-ps:pt-bd4d5965:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -27899,27 +28637,24 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 14825 + "esdbEquipmentInterfaceId": 16780, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:1/1/c34/1", + "urn": "pppl-cr6:2/1/c2/1", "tags": [ - "eqxda3-cr6---hous-cr6:bbl-02554e63::ESNET-Z10781:na", - "eqxda3-cr6---hous-cr6:ESNET-Z10781::show:intracloud" + "pppl-cr6---ppploit128-cr6:bbl-8fa95101::ESNET-Z16398:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxda3-cr6:hous-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.170/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -27930,148 +28665,163 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14811 + "esdbEquipmentInterfaceId": 16773, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:2/1/c1/1", + "urn": "pppl-cr6:2/1/c7/1", "tags": [ - "eqxda3-cr6---PacketFabric::conn-f:show:na" + "pppl-cr6---PPPL::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 7 + }, + { + "floor": 10, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14812 + "esdbEquipmentInterfaceId": 16774, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:1/1/c17/4", + "urn": "pppl-cr6:lag-20", "tags": [ - "eqxda3-cr6---Equinix::conn-k:show:na" + "pppl-cr6---pppl-mpr1:mgt-eef4cc96:lag-20:ESNET-Z09178:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, + "floor": 1111, "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 14801 - }, - { - "urn": "eqxda3-cr6:2/1/c31/1", - "tags": [ - "eqxda3-cr6---kans-cr6:bbl-033bd142::ESNET-Z13648:na", - "eqxda3-cr6---kans-cr6:ESNET-Z13648::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxda3-cr6:kans-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.34/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14840 - }, + "esdbEquipmentInterfaceId": 16845, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1842, + "orchSubscriptionId": null + }, + { + "urn": "ppploit128-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.246", + "reservableVlans": [], + "location": "PPPLOIT128", + "locationId": 661, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "eqxda3-cr6:1/1/c17/3", + "urn": "ppploit128-cr6:1/1/c1/1", "tags": [ - "eqxda3-cr6---DOENET-EQX-DAL::conn-c:show:na", - "eqxda3-cr6---doenet-eqx-dal(as65048):l3edge-2f163e27:site_conn-c_base:show:na" + "ppploit128-cr6---newy32aoa-cr6:bbl-777e3b2a::ESNET-Z16691:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 29 + "ceiling": 5 }, { - "floor": 31, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14800 + "esdbEquipmentInterfaceId": 28776, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:1/1/c3/1", + "urn": "ppploit128-cr6:1/1/c2/1", "tags": [ - "eqxda3-cr6---Equinix::conn-j:show:na", - "eqxda3-cr6---equinix:l3edge-e7dafa09:equinix_conn-j_base:show:na" + "ppploit128-cr6---pppl-cr6:bbl-8fa95101::ESNET-Z16701:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 98 + "ceiling": 5 }, { - "floor": 100, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14784 + "esdbEquipmentInterfaceId": 28777, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:2/1/c34/1", + "urn": "ppploit128-cr6:2/1/c1/1", "tags": [ - "eqxda3-cr6---kans-cr6:bbl-033bd142::ESNET-Z10784:na", - "eqxda3-cr6---kans-cr6:ESNET-Z10784::show:intracloud" + "ppploit128-cr6---pppl-cr6:bbl-8fa95101::ESNET-Z16398:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxda3-cr6:kans-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.158/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -28082,192 +28832,251 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14841 + "esdbEquipmentInterfaceId": 28788, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:2/1/c9/1", + "urn": "ppploit128-cr6:2/1/c14/1", "tags": [ - "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:::na", - "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:service1::na" + "ppploit128-cr6---ppploit128-ps:pt-28642da0:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 14820 + "esdbEquipmentInterfaceId": 28796, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:1/1/c1/1", + "urn": "ppploit128-cr6:2/1/c7/1", "tags": [ - "eqxda3-cr6---PacketFabric::conn-e:show:na" + "ppploit128-cr6---PPPL::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 22 + }, + { + "floor": 25, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14782 + "esdbEquipmentInterfaceId": 28790, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:1/1/c8/1", + "urn": "ppploit128-cr6:lag-20", "tags": [ - "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:::na", - "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:service1::na" + "ppploit128-cr6---ppploit128-mpr1:mgt-d61e9a29:lag-20:ESNET-Z16413:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14789 - }, + "esdbEquipmentInterfaceId": 28800, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2667, + "orchSubscriptionId": null + }, + { + "urn": "sacr-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.183", + "reservableVlans": [], + "location": "SACR", + "locationId": 276, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "eqxda3-cr6:2/1/c8/1", + "urn": "sacr-cr6:1/1/c22/1", "tags": [ - "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:::na", - "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:service1::na" + "sacr-cr6---snlca902-cr6:bbl-031bb467::ESNET-Z14808:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14819 + "esdbEquipmentInterfaceId": 12996, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:1/1/c9/1", + "urn": "sacr-cr6:1/1/c25/1", "tags": [ - "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:::na", - "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:service1::na" + "sacr-cr6---salt-cr6:bbl-a75a952a::ESNET-Z10871:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14790 + "esdbEquipmentInterfaceId": 12997, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:2/1/c17/2", + "urn": "sacr-cr6:1/1/c28/1", "tags": [ - "eqxda3-cr6---FABRIC::conn-g:show:na", - "eqxda3-cr6---fabric(as4294967293):l3edge-9252f65d:site_conn-g_base:show:na" + "sacr-cr6---snlca902-cr6:bbl-031bb467::ESNET-Z14796:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 1009 + "ceiling": 5 }, { - "floor": 1011, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14829 + "esdbEquipmentInterfaceId": 12998, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:2/1/c17/3", + "urn": "sacr-cr6:1/1/c31/1", "tags": [ - "eqxda3-cr6---Equinix::conn-l:show:na" + "sacr-cr6---lbnl50-cr6:bbl-d534f139::ESNET-Z10829:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14830 + "esdbEquipmentInterfaceId": 12999, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:2/1/c17/4", + "urn": "sacr-cr6:1/1/c34/1", "tags": [ - "eqxda3-cr6---pantex-cr6:bbl-60a6a9af::ESNET-Z12522:na", - "eqxda3-cr6---pantex-cr6:ESNET-Z12522::show:intracloud" + "sacr-cr6---seat-cr6:bbl-09c50b02::ESNET-Z10865:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxda3-cr6:pantex-bb-a", - "port": "2/1/c17/4", - "ipv4Address": "134.55.57.188/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -28278,85 +29087,112 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14831 + "esdbEquipmentInterfaceId": 13000, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:lag-401", + "urn": "sacr-cr6:1/1/c8/1", "tags": [ - "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:capture::na" + "sacr-cr6---sacr-ht1:ht-f595940a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 26851 + "esdbEquipmentInterfaceId": 12978, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:lag-400", + "urn": "sacr-cr6:1/1/c9/1", "tags": [ - "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:capture::na" + "sacr-cr6---sacr-ht1:ht-f595940a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 26850 - } - ], - "esdbEquipmentId": 1744 - }, - { - "urn": "sand-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.184", - "reservableVlans": [], - "location": "SAND", - "locationId": 277, - "latitude": "32.809037", - "longitude": "-117.135898", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12979, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "sand-cr6:1/1/c31/1", + "urn": "sacr-cr6:2/1/c14/1", "tags": [ - "sand-cr6---losa-cr6:bbl-d030958d::ESNET-Z13696:na", - "sand-cr6---losa-cr6:ESNET-Z13696::show:intracloud" + "sacr-cr6---sacr-ps:pt-a4ec247a:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, { - "urn": "sand-cr6:losa-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.21/31" + "floor": 912, + "ceiling": 1110 } ], + "esdbEquipmentInterfaceId": 13014, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sacr-cr6:2/1/c19/1", + "tags": [ + "sacr-cr6---salt-cr6:bbl-a75a952a::ESNET-Z18144:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -28367,95 +29203,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13063 + "esdbEquipmentInterfaceId": 13025, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:lag-20", + "urn": "sacr-cr6:2/1/c22/1", "tags": [ - "sand-cr6---sand-mpr1:mgt-58f6982e:lag-20:ESNET-Z08626:na", - "sand-cr6---sand-mpr1:ESNET-Z08626::show:intracloud", - "sand-cr6---doenet-wapa-px(as65038):l3edge-a013ebf8:site_conn-a_base:show:na", - "sand-cr6---sand-ps:pt-9d15950f:owamp::na" + "sacr-cr6---seat-cr6:bbl-09c50b02::ESNET-Z14153:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 31, - "ceiling": 918 - }, - { - "floor": 1111, - "ceiling": 4095 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 - }, - { - "floor": 2, - "ceiling": 29 - } - ], - "esdbEquipmentInterfaceId": 14947 - }, - { - "urn": "sand-cr6:2/1/c14/1", - "tags": [ - "sand-cr6---sand-ps:pt-9d15950f:::na", - "sand-cr6---sand-ps:pt-9d15950f:throughput::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13078 + "esdbEquipmentInterfaceId": 13026, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:1/1/c34/1", + "urn": "sacr-cr6:2/1/c25/1", "tags": [ - "sand-cr6---elpa-cr6:bbl-29b7785e::ESNET-Z10796:na", - "sand-cr6---elpa-cr6:ESNET-Z10796::show:intracloud" + "sacr-cr6---salt-cr6:bbl-a75a952a::ESNET-Z14067:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sand-cr6:elpa-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.193/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -28466,27 +29259,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13064 + "esdbEquipmentInterfaceId": 13027, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:2/1/c31/1", + "urn": "sacr-cr6:2/1/c28/1", "tags": [ - "sand-cr6---elpa-cr6:bbl-29b7785e::ESNET-Z14009:na", - "sand-cr6---elpa-cr6:ESNET-Z14009::show:intracloud" + "sacr-cr6---lbnl50-cr6:bbl-d534f139::ESNET-Z14017:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sand-cr6:elpa-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.93/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -28497,27 +29287,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13093 + "esdbEquipmentInterfaceId": 13028, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:2/1/c34/1", + "urn": "sacr-cr6:2/1/c31/1", "tags": [ - "sand-cr6---losa-cr6:bbl-d030958d::ESNET-Z10850:na", - "sand-cr6---losa-cr6:ESNET-Z10850::show:intracloud" + "sacr-cr6---lbnl50-cr6:bbl-d534f139::ESNET-Z12403:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sand-cr6:losa-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.191/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -28528,27 +29315,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13094 + "esdbEquipmentInterfaceId": 13029, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:1/1/c4/1", + "urn": "sacr-cr6:2/1/c34/1", "tags": [ - "sand-cr6---ga-cr6:bbl-be0906c1::ESNET-Z14634:na", - "sand-cr6---ga-cr6:ESNET-Z14634::show:intracloud" + "sacr-cr6---snlca902-cr6:bbl-031bb467::ESNET-Z14865:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sand-cr6:ga-bb-b", - "port": "1/1/c4/1", - "ipv4Address": "134.55.57.8/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -28559,21 +29343,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13038 + "esdbEquipmentInterfaceId": 13030, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:2/1/c9/1", + "urn": "sacr-cr6:2/1/c8/1", "tags": [ - "sand-cr6---sand-ht2:ht-70934c50:::na", - "sand-cr6---sand-ht2:ht-70934c50:service1::na" + "sacr-cr6---sacr-ht2:ht-cae994c8:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -28584,21 +29371,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13073 + "esdbEquipmentInterfaceId": 13008, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:1/1/c8/1", + "urn": "sacr-cr6:2/1/c9/1", "tags": [ - "sand-cr6---sand-ht1:ht-0f3f89da:::na", - "sand-cr6---sand-ht1:ht-0f3f89da:service1::na" + "sacr-cr6---sacr-ht2:ht-cae994c8:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -28609,166 +29399,135 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13042 + "esdbEquipmentInterfaceId": 13009, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:2/1/c8/1", + "urn": "sacr-cr6:lag-20", "tags": [ - "sand-cr6---sand-ht2:ht-70934c50:::na", - "sand-cr6---sand-ht2:ht-70934c50:service1::na" + "sacr-cr6---sacr-mpr1:mgt-addba690:lag-20:ESNET-Z08650:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 31, + "ceiling": 918 }, { - "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 13072 - }, - { - "urn": "sand-cr6:1/1/c9/1", - "tags": [ - "sand-cr6---sand-ht1:ht-0f3f89da:::na", - "sand-cr6---sand-ht1:ht-0f3f89da:service1::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { - "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 13043 - }, - { - "urn": "sand-cr6:2/1/c17/4", - "tags": [ - "sand-cr6---ga-cr6:bbl-3a6bade9::ESNET-Z11484:na", - "sand-cr6---ga-cr6:ESNET-Z11484::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sand-cr6:ga-bb-a", - "port": "2/1/c17/4", - "ipv4Address": "134.55.57.103/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, - "reservableVlans": [ + "floor": 920, + "ceiling": 965 + }, { - "floor": 2, - "ceiling": 5 + "floor": 967, + "ceiling": 1109 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 29 } ], - "esdbEquipmentInterfaceId": 13084 + "esdbEquipmentInterfaceId": 14955, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:lag-401", + "urn": "sacr-cr6:lag-400", "tags": [ - "sand-cr6---sand-ht2:ht-70934c50:capture::na" + "sacr-cr6---sacr-ht1:ht-f595940a:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25685 + "esdbEquipmentInterfaceId": 25718, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:lag-400", + "urn": "sacr-cr6:lag-401", "tags": [ - "sand-cr6---sand-ht1:ht-0f3f89da:capture::na" + "sacr-cr6---sacr-ht2:ht-cae994c8:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, + "ceiling": 399 + }, + { + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25684 + "esdbEquipmentInterfaceId": 25719, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1695 + "esdbEquipmentId": 1693, + "orchSubscriptionId": null }, { - "urn": "y12-cr6", + "urn": "salt-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.218", + "ipv4Address": "134.55.200.190", "reservableVlans": [], - "location": "Y12", - "locationId": 615, - "latitude": "35.99531", - "longitude": "-84.23764", + "location": "SALT", + "locationId": 284, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "y12-cr6:1/1/c1/1", + "urn": "salt-cr6:1/1/c19/1", "tags": [ - "y12-cr6---ornl1064-cr6:bbl-f80790be::ESNET-Z12544:na", - "y12-cr6---ornl1064-cr6:ESNET-Z12544::show:intracloud" + "salt-cr6---sacr-cr6:bbl-a75a952a::ESNET-Z18144:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "y12-cr6:ornl1064-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.98/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -28779,153 +29538,136 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16790 + "esdbEquipmentInterfaceId": 13445, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "y12-cr6:1/1/c13/2", + "urn": "salt-cr6:1/1/c22/1", "tags": [ - "y12-cr6---Y12::conn-e:show:na", - "y12-cr6---y12(as65167):l3edge-1fe1dab1:site_conn-e_base:show:na" + "salt-cr6---lasv-cr6:bbl-c133c652::ESNET-Z18073:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 2115 + "ceiling": 5 }, { - "floor": 2117, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16795 + "esdbEquipmentInterfaceId": 13446, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "y12-cr6:lag-20", + "urn": "salt-cr6:1/1/c25/1", "tags": [ - "y12-cr6---y12-mpr1:mgt-e2a032fb:lag-20:ESNET-Z09181:na", - "y12-cr6---y12-mpr1:ESNET-Z09181::show:intracloud", - "y12-cr6---y12-ps:pt-1fcea296:owamp::na" + "salt-cr6---bois-cr6:bbl-b00f50e6::ESNET-Z14700:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16847 + "esdbEquipmentInterfaceId": 13447, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "y12-cr6:2/1/c14/1", + "urn": "salt-cr6:1/1/c28/1", "tags": [ - "y12-cr6---y12-ps:pt-1fcea296:::na", - "y12-cr6---y12-ps:pt-1fcea296:throughput::na" + "salt-cr6---sacr-cr6:bbl-a75a952a::ESNET-Z10871:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16810 + "esdbEquipmentInterfaceId": 13448, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "y12-cr6:lag-12", + "urn": "salt-cr6:1/1/c31/1", "tags": [ - "y12-cr6---Y12::conn-h:show:na" + "salt-cr6---denv-cr6:bbl-32fd0ab8::ESNET-Z10790:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27058 - } - ], - "esdbEquipmentId": 1843 - }, - { - "urn": "bost-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.178", - "reservableVlans": [], - "location": "BOST", - "locationId": 270, - "latitude": "42.367472", - "longitude": "-71.086401", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13449, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "bost-cr6:1/1/c31/1", + "urn": "salt-cr6:1/1/c34/1", "tags": [ - "bost-cr6---newy1118th-cr6:bbl-8e112d33::ESNET-Z14430:na", - "bost-cr6---newy1118th-cr6:ESNET-Z14430::show:intracloud" + "salt-cr6---denv-cr6:bbl-32fd0ab8::ESNET-Z14030:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bost-cr6:newy1118th-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.254/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -28936,55 +29678,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12615 + "esdbEquipmentInterfaceId": 13450, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:lag-20", + "urn": "salt-cr6:1/1/c8/1", "tags": [ - "bost-cr6---bost-mpr1:mgt-9cc5cb0a:lag-20:ESNET-Z08566:na", - "bost-cr6---bost-mpr1:ESNET-Z08566::show:intracloud", - "bost-cr6---bost-ps:pt-4a8cdc6c:owamp::na" + "salt-cr6---salt-ht1:ht-feb93224:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13428, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "salt-cr6:1/1/c9/1", + "tags": [ + "salt-cr6---salt-ht1:ht-feb93224:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "floor": 920, - "ceiling": 965 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 967, - "ceiling": 1109 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14927 + "esdbEquipmentInterfaceId": 13429, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:2/1/c14/1", + "urn": "salt-cr6:2/1/c14/1", "tags": [ - "bost-cr6---bost-ps:pt-4a8cdc6c:::na", - "bost-cr6---bost-ps:pt-4a8cdc6c:throughput::na" + "salt-cr6---salt-ps:pt-147cc775:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -28999,58 +29766,52 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12630 + "esdbEquipmentInterfaceId": 13464, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:2/1/c25/1", + "urn": "salt-cr6:2/1/c17/2", "tags": [ - "bost-cr6---eqxld8-cr6:bbl-9c8a3291::ESNET-Z15699:na", - "bost-cr6---eqxld8-cr6:ESNET-Z15699::show:intracloud" + "salt-cr6---FABRIC::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "bost-cr6:eqxld8-bb-a", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.48/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1009 }, { - "floor": 7, + "floor": 1011, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12643 + "esdbEquipmentInterfaceId": 13468, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:1/1/c34/1", + "urn": "salt-cr6:2/1/c19/1", "tags": [ - "bost-cr6---eqxch2-cr6:bbl-16769fcc::ESNET-Z10745:na", - "bost-cr6---eqxch2-cr6:ESNET-Z10745::show:intracloud" + "salt-cr6---bois-cr6:bbl-b00f50e6::ESNET-Z18140:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bost-cr6:eqxch2-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.58.26/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29061,27 +29822,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12616 + "esdbEquipmentInterfaceId": 13475, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:1/1/c25/1", + "urn": "salt-cr6:2/1/c22/1", "tags": [ - "bost-cr6---cern513-cr6:bbl-28c523ce::ESNET-Z15698:na", - "bost-cr6---cern513-cr6:ESNET-Z15698::show:intracloud" + "salt-cr6---denv-cr6:bbl-32fd0ab8::ESNET-Z18141:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bost-cr6:cern513-bb-a", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.32/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29092,27 +29850,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12613 + "esdbEquipmentInterfaceId": 13476, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:2/1/c31/1", + "urn": "salt-cr6:2/1/c25/1", "tags": [ - "bost-cr6---eqxch2-cr6:bbl-16769fcc::ESNET-Z14521:na", - "bost-cr6---eqxch2-cr6:ESNET-Z14521::show:intracloud" + "salt-cr6---lasv-cr6:bbl-c133c652::ESNET-Z14706:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bost-cr6:eqxch2-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.170/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29123,55 +29878,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12645 - }, - { - "urn": "bost-cr6:1/1/c3/1", - "tags": [ - "bost-cr6---MIT::conn-d:show:na", - "bost-cr6---lns(as65170):l3edge-9fe6d7c5:site_conn-d_base:show:na", - "bost-cr6---mit(as3):l3edge-41508148:conn-d_base:show:na", - "bost-cr6---psfc(as65169):l3edge-e3897998:site_conn-d_base:show:na", - "bost-cr6---mit(as3):l3edge-30c8c612:site_conn-d_l3vpn-lhcone:show:intercloud" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 2612, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 2607 - } - ], - "esdbEquipmentInterfaceId": 12589 + "esdbEquipmentInterfaceId": 13477, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:2/1/c34/1", + "urn": "salt-cr6:2/1/c28/1", "tags": [ - "bost-cr6---newy1118th-cr6:bbl-8e112d33::ESNET-Z10748:na", - "bost-cr6---newy1118th-cr6:ESNET-Z10748::show:intracloud" + "salt-cr6---sacr-cr6:bbl-a75a952a::ESNET-Z14067:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bost-cr6:newy1118th-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.58.28/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29182,27 +29906,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12646 + "esdbEquipmentInterfaceId": 13478, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:2/1/c6/1", + "urn": "salt-cr6:2/1/c31/1", "tags": [ - "bost-cr6---eqxam3-cr6:bbl-de4f9dc8::ESNET-Z13409:na", - "bost-cr6---eqxam3-cr6:ESNET-Z13409::show:intracloud" + "salt-cr6---lasv-cr6:bbl-c133c652::ESNET-Z10826:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bost-cr6:eqxam3-bb-a", - "port": "2/1/c6/1", - "ipv4Address": "134.55.57.69/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29213,76 +29934,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12622 + "esdbEquipmentInterfaceId": 13479, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:2/1/c9/1", + "urn": "salt-cr6:2/1/c34/1", "tags": [ - "bost-cr6---bost-ht2:ht-f54c5219:::na", - "bost-cr6---bost-ht2:ht-f54c5219:service1::na" + "salt-cr6---bois-cr6:bbl-b00f50e6::ESNET-Z10739:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12625 + "esdbEquipmentInterfaceId": 13480, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:1/1/c1/1", + "urn": "salt-cr6:2/1/c7/1", "tags": [ - "bost-cr6---NOX::conn-c:show:na", - "bost-cr6---nox(as10578):l3edge-f26b1cfe:conn-c_base:show:na", - "bost-cr6---net2(as1929):l3edge-b49f92eb:site_conn-c_l3vpn-lhcone:show:intercloud" + "salt-cr6---inlerob-cr6:bbl-256aab3b::ESNET-Z14440:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 3022, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 2995 + "ceiling": 5 }, { - "floor": 2997, - "ceiling": 3020 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12587 + "esdbEquipmentInterfaceId": 13457, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:1/1/c8/1", + "urn": "salt-cr6:2/1/c8/1", "tags": [ - "bost-cr6---bost-ht1:ht-c41c33ee:::na", - "bost-cr6---bost-ht1:ht-c41c33ee:service1::na" + "salt-cr6---salt-ht2:ht-934216a7:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -29293,21 +30018,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12594 + "esdbEquipmentInterfaceId": 13458, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:2/1/c8/1", + "urn": "salt-cr6:2/1/c9/1", "tags": [ - "bost-cr6---bost-ht2:ht-f54c5219:::na", - "bost-cr6---bost-ht2:ht-f54c5219:service1::na" + "salt-cr6---salt-ht2:ht-934216a7:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -29318,155 +30046,195 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12624 + "esdbEquipmentInterfaceId": 13459, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:1/1/c9/1", + "urn": "salt-cr6:lag-20", "tags": [ - "bost-cr6---bost-ht1:ht-c41c33ee:::na", - "bost-cr6---bost-ht1:ht-c41c33ee:service1::na" + "salt-cr6---salt-mpr1:mgt-71a041c5:lag-20:ESNET-Z08620:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 967, + "ceiling": 1019 + }, + { + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 1021, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12595 + "esdbEquipmentInterfaceId": 14945, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:lag-401", + "urn": "salt-cr6:lag-400", "tags": [ - "bost-cr6---bost-ht2:ht-f54c5219:capture::na" + "salt-cr6---salt-ht1:ht-feb93224:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 402, + "ceiling": 403 + }, + { + "floor": 406, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25725 + "esdbEquipmentInterfaceId": 25692, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:lag-400", + "urn": "salt-cr6:lag-401", "tags": [ - "bost-cr6---bost-ht1:ht-c41c33ee:capture::na" + "salt-cr6---salt-ht2:ht-934216a7:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25724 + "esdbEquipmentInterfaceId": 25693, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1685 + "esdbEquipmentId": 1705, + "orchSubscriptionId": null }, { - "urn": "bnl515b-cr6", + "urn": "sand-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.201", + "ipv4Address": "134.55.200.184", "reservableVlans": [], - "location": "BNL515B", - "locationId": 598, - "latitude": "40.8661116", - "longitude": "-72.8709471", + "location": "SAND", + "locationId": 277, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "bnl515b-cr6:1/1/c1/1", + "urn": "sand-cr6:1/1/c25/1", "tags": [ - "bnl515b-cr6---BNL::conn-n:show:na" + "sand-cr6---elpa-cr6:bbl-29b7785e::ESNET-Z17644:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14319 + "esdbEquipmentInterfaceId": 13061, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515b-cr6:lag-20", + "urn": "sand-cr6:1/1/c31/1", "tags": [ - "bnl515b-cr6---bnl515b-mpr1:mgt-03a68be8:lag-20:ESNET-Z08560:na", - "bnl515b-cr6---bnl515b-mpr1:ESNET-Z08560::show:intracloud" + "sand-cr6---losa-cr6:bbl-d030958d::ESNET-Z13696:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14925 + "esdbEquipmentInterfaceId": 13063, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515b-cr6:2/1/c34/1", + "urn": "sand-cr6:1/1/c34/1", "tags": [ - "bnl515b-cr6---bnl515-cr6:bbl-18d52e9d::ESNET-Z08767:na", - "bnl515b-cr6---bnl515-cr6:ESNET-Z08767::show:intracloud" + "sand-cr6---elpa-cr6:bbl-29b7785e::ESNET-Z10796:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bnl515b-cr6:bnl515-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.191/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29477,71 +30245,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14378 + "esdbEquipmentInterfaceId": 13064, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515b-cr6:1/1/c17/2", - "tags": [ - "bnl515b-cr6---ESNET::conn-aq:show:na", - "bnl515b-cr6---esnet-services(as65291):manual:conn-aq_base:show:na", - "bnl515b-cr6---esnet(as65291):l3edge-88c6fbfb:site_conn-aq_ipt:show:na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, - "reservableVlans": [ - { - "floor": 2616, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 2613 - } - ], - "esdbEquipmentInterfaceId": 14336 - } - ], - "esdbEquipmentId": 1721 - }, - { - "urn": "denv-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.170", - "reservableVlans": [], - "location": "DENV", - "locationId": 273, - "latitude": "39.745838", - "longitude": "-104.979509", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ - { - "urn": "denv-cr6:1/1/c31/1", + "urn": "sand-cr6:1/1/c4/1", "tags": [ - "denv-cr6---albq-cr6:bbl-ab203166::ESNET-Z10697:na", - "denv-cr6---albq-cr6:ESNET-Z10697::show:intracloud" + "sand-cr6---ga-cr6:bbl-be0906c1::ESNET-Z14634:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "denv-cr6:albq-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.63/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -29552,60 +30273,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12807 + "esdbEquipmentInterfaceId": 13038, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:lag-20", + "urn": "sand-cr6:1/1/c8/1", "tags": [ - "denv-cr6---denv-mpr1:mgt-3b95f415:lag-20:ESNET-Z08611:na", - "denv-cr6---denv-mpr1:ESNET-Z08611::show:intracloud", - "denv-cr6---doenet-wapa-lw(as65033):l3edge-c45bd4a4:site_conn-b_base:show:na", - "denv-cr6---denv-ps:pt-f5a8fee7:owamp::na" + "sand-cr6---sand-ht1:ht-0f3f89da:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 31, - "ceiling": 918 - }, - { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, { - "floor": 920, - "ceiling": 965 - }, + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13042, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sand-cr6:1/1/c9/1", + "tags": [ + "sand-cr6---sand-ht1:ht-0f3f89da:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "floor": 967, - "ceiling": 1109 + "floor": 4090, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 29 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14942 + "esdbEquipmentInterfaceId": 13043, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c14/1", + "urn": "sand-cr6:2/1/c14/1", "tags": [ - "denv-cr6---denv-ps:pt-f5a8fee7:::na", - "denv-cr6---denv-ps:pt-f5a8fee7:throughput::na" + "sand-cr6---sand-ps:pt-9d15950f:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -29620,27 +30361,24 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12822 + "esdbEquipmentInterfaceId": 13078, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c25/1", + "urn": "sand-cr6:2/1/c17/4", "tags": [ - "denv-cr6---kans-cr6:bbl-9e99b61a::ESNET-Z14012:na", - "denv-cr6---kans-cr6:ESNET-Z14012::show:intracloud" + "sand-cr6---ga-cr6:bbl-3a6bade9::ESNET-Z11484:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "denv-cr6:kans-bb-e", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.106/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -29651,27 +30389,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12835 + "esdbEquipmentInterfaceId": 13084, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:1/1/c34/1", + "urn": "sand-cr6:2/1/c31/1", "tags": [ - "denv-cr6---kans-cr6:bbl-9e99b61a::ESNET-Z10787:na", - "denv-cr6---kans-cr6:ESNET-Z10787::show:intracloud" + "sand-cr6---elpa-cr6:bbl-29b7785e::ESNET-Z14009:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "denv-cr6:kans-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.34/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29682,250 +30417,275 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12808 + "esdbEquipmentInterfaceId": 13093, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c3/1", + "urn": "sand-cr6:2/1/c34/1", "tags": [ - "denv-cr6---nrelrsf-cr6:bbl-17115f47::ESNET-Z12560:na" + "sand-cr6---losa-cr6:bbl-d030958d::ESNET-Z10850:na" ], "capabilities": [ - "ETHERNET" + "ETHERNET", + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12811 + "esdbEquipmentInterfaceId": 13094, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c31/1", + "urn": "sand-cr6:2/1/c8/1", "tags": [ - "denv-cr6---kans-cr6:bbl-9e99b61a::ESNET-Z10904:na", - "denv-cr6---kans-cr6:ESNET-Z10904::show:intracloud" + "sand-cr6---sand-ht2:ht-70934c50:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "denv-cr6:kans-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.172/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12837 + "esdbEquipmentInterfaceId": 13072, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:1/1/c17/3", + "urn": "sand-cr6:2/1/c9/1", "tags": [ - "denv-cr6---557WW::conn-d:show:na", - "denv-cr6---ww557(as65066):l3edge-a103e309:site_conn-d_base:show:na" + "sand-cr6---sand-ht2:ht-70934c50:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 2999 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 3001, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12797 + "esdbEquipmentInterfaceId": 13073, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:1/1/c3/1", + "urn": "sand-cr6:lag-20", "tags": [ - "denv-cr6---nrelrsf-cr6:bbl-17115f47::ESNET-Z12560:na", - "denv-cr6---nrelrsf-cr6:ESNET-Z12560::show:intracloud" + "sand-cr6---sand-mpr1:mgt-58f6982e:lag-20:ESNET-Z08626:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "denv-cr6:nrelrsf-bb-a", - "port": "1/1/c3/1", - "ipv4Address": "134.55.58.108/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 31, + "ceiling": 918 }, { - "floor": 7, + "floor": 1111, "ceiling": 4095 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + }, + { + "floor": 2, + "ceiling": 29 } ], - "esdbEquipmentInterfaceId": 12781 + "esdbEquipmentInterfaceId": 14947, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c34/1", + "urn": "sand-cr6:lag-400", "tags": [ - "denv-cr6---salt-cr6:bbl-32fd0ab8::ESNET-Z10790:na", - "denv-cr6---salt-cr6:ESNET-Z10790::show:intracloud" + "sand-cr6---sand-ht1:ht-0f3f89da:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "denv-cr6:salt-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.200/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12838 + "esdbEquipmentInterfaceId": 25684, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:1/1/c28/1", + "urn": "sand-cr6:lag-401", "tags": [ - "denv-cr6---salt-cr6:bbl-32fd0ab8::ESNET-Z14030:na", - "denv-cr6---salt-cr6:ESNET-Z14030::show:intracloud" + "sand-cr6---sand-ht2:ht-70934c50:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "denv-cr6:salt-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.96/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12806 - }, + "esdbEquipmentInterfaceId": 25685, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1695, + "orchSubscriptionId": null + }, + { + "urn": "seat-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.191", + "reservableVlans": [], + "location": "SEAT", + "locationId": 286, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "denv-cr6:1/1/c5/1", + "urn": "seat-cr6:1/1/c13/1", "tags": [ - "denv-cr6---FRGP::conn-b:show:na", - "denv-cr6---frgp(as14041):l3edge-997bf516:conn-b_base:show:na", - "denv-cr6---frgp(as14041):l3edge-ad918f3f:conn-b_base:show:na" + "seat-cr6---DREN::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 898 + "ceiling": 3845 }, { - "floor": 901, + "floor": 3847, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12783 + "esdbEquipmentInterfaceId": 13497, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:1/1/c6/1", + "urn": "seat-cr6:1/1/c17/2", "tags": [ - "denv-cr6---denv-dtn1:dtn-ab927292:::na", - "denv-cr6---denv-dtn1:dtn-ab927292:throughput::na" + "seat-cr6---FABRIC::conn-af:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 913, - "ceiling": 915 - }, { "floor": 2, - "ceiling": 911 + "ceiling": 1009 }, { - "floor": 917, + "floor": 1011, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12784 + "esdbEquipmentInterfaceId": 13502, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c6/1", + "urn": "seat-cr6:1/1/c17/3", "tags": [ - "denv-cr6---lanlta50-cr6:bbl-f2ccbf4a::ESNET-Z13372:na", - "denv-cr6---lanlta50-cr6:ESNET-Z13372::show:intracloud" + "seat-cr6---netlalb-cr6:bbl-50fa8875::ESNET-Z12529:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "denv-cr6:lanlta50-bb-a", - "port": "2/1/c6/1", - "ipv4Address": "134.55.58.155/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -29936,340 +30696,344 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12814 + "esdbEquipmentInterfaceId": 13503, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c9/1", + "urn": "seat-cr6:1/1/c22/1", "tags": [ - "denv-cr6---denv-ht2:ht-724df73a:::na", - "denv-cr6---denv-ht2:ht-724df73a:service1::na" + "seat-cr6---pnnlemsl-cr6:bbl-ce0033d0::ESNET-Z11749:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12817 + "esdbEquipmentInterfaceId": 13510, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:1/1/c8/1", + "urn": "seat-cr6:1/1/c25/1", "tags": [ - "denv-cr6---denv-ht1:ht-2460d1fa:::na", - "denv-cr6---denv-ht1:ht-2460d1fa:service1::na" + "seat-cr6---sacr-cr6:bbl-09c50b02::ESNET-Z14153:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12786 + "esdbEquipmentInterfaceId": 13511, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c8/1", + "urn": "seat-cr6:1/1/c28/1", "tags": [ - "denv-cr6---denv-ht2:ht-724df73a:::na", - "denv-cr6---denv-ht2:ht-724df73a:service1::na" + "seat-cr6---bois-cr6:bbl-80877151::ESNET-Z10895:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12816 + "esdbEquipmentInterfaceId": 13512, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:1/1/c9/1", + "urn": "seat-cr6:1/1/c31/1", "tags": [ - "denv-cr6---denv-ht1:ht-2460d1fa:::na", - "denv-cr6---denv-ht1:ht-2460d1fa:service1::na" + "seat-cr6---sacr-cr6:bbl-09c50b02::ESNET-Z10865:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12787 + "esdbEquipmentInterfaceId": 13513, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c28/1", + "urn": "seat-cr6:1/1/c5/1", "tags": [ - "denv-cr6---albq-cr6:bbl-ab203166::ESNET-Z14014:na", - "denv-cr6---albq-cr6:ESNET-Z14014::show:intracloud" + "seat-cr6---PNNL::conn-o:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "denv-cr6:albq-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.15/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12836 + "esdbEquipmentInterfaceId": 13489, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c17/4", + "urn": "seat-cr6:1/1/c6/1", "tags": [ - "denv-cr6---nrelesif-cr6:bbl-0ee6558c::ESNET-Z12558:na", - "denv-cr6---nrelesif-cr6:ESNET-Z12558::show:intracloud" + "seat-cr6---PNNL::conn-q:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "denv-cr6:nrelesif-bb-a", - "port": "2/1/c17/4", - "ipv4Address": "134.55.58.110/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 964 }, { - "floor": 7, + "floor": 966, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12828 + "esdbEquipmentInterfaceId": 13490, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:lag-401", + "urn": "seat-cr6:1/1/c8/1", "tags": [ - "denv-cr6---denv-ht2:ht-724df73a:capture::na" + "seat-cr6---seat-ht1:ht-d31efccf:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 25753 + "esdbEquipmentInterfaceId": 13492, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:lag-400", + "urn": "seat-cr6:1/1/c9/1", "tags": [ - "denv-cr6---denv-ht1:ht-2460d1fa:capture::na" + "seat-cr6---seat-ht1:ht-d31efccf:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 25752 - } - ], - "esdbEquipmentId": 1690 - }, - { - "urn": "lbnl59qa-cr6a", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.244", - "reservableVlans": [], - "location": "LBNL59QA", - "locationId": 637, - "latitude": "37.8759845", - "longitude": "-122.2500142", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13493, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "lbnl59qa-cr6a:1/1/c1/1", + "urn": "seat-cr6:2/1/c14/1", "tags": [ - "lbnl59qa-cr6a---lbnl59-cr6:bbl-ddac996f::ESNET-Z11396:na", - "lbnl59qa-cr6a---lbnl59-cr6:ESNET-Z11396::show:intracloud" + "seat-cr6---seat-ps:pt-fcaf994e:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lbnl59qa-cr6a:lbnl59-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.128/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 22630 + "esdbEquipmentInterfaceId": 13528, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59qa-cr6a:lag-20", + "urn": "seat-cr6:2/1/c22/1", "tags": [ - "lbnl59qa-cr6a---lbnl59qa-mpr1:mgt-53bf7431:lag-20:ESNET-Z14076:na", - "lbnl59qa-cr6a---lbnl59qa-mpr1:ESNET-Z14076::show:intracloud", - "lbnl59qa-base--qa-gw:gw::na", - "lbnl59qa-cr6a---esnet-services(as64922):l3edge-4c330749:site_conn-n_base:show:na", - "lbnl59qa--qa-gw:gw::na" + "seat-cr6---PWAVE-SEATTLE::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 967, - "ceiling": 1921 + "floor": 2, + "ceiling": 705 }, { - "floor": 2, - "ceiling": 921 + "floor": 952, + "ceiling": 960 }, { - "floor": 1923, - "ceiling": 1923 + "floor": 841, + "ceiling": 950 }, { - "floor": 923, - "ceiling": 923 + "floor": 780, + "ceiling": 813 }, { - "floor": 925, - "ceiling": 965 + "floor": 1039, + "ceiling": 1101 + }, + { + "floor": 962, + "ceiling": 1036 + }, + { + "floor": 708, + "ceiling": 775 + }, + { + "floor": 815, + "ceiling": 815 + }, + { + "floor": 817, + "ceiling": 827 + }, + { + "floor": 829, + "ceiling": 839 + }, + { + "floor": 1103, + "ceiling": 1456 }, { - "floor": 1925, + "floor": 1458, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25796 - } - ], - "esdbEquipmentId": 2036 - }, - { - "urn": "inlerob-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.222", - "reservableVlans": [], - "location": "INLEROB", - "locationId": 625, - "latitude": "43.51763", - "longitude": "-112.04925", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13540, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "inlerob-cr6:2/1/c7/1", + "urn": "seat-cr6:2/1/c25/1", "tags": [ - "inlerob-cr6---salt-cr6:bbl-256aab3b::ESNET-Z14440:na", - "inlerob-cr6---salt-cr6:ESNET-Z14440::show:intracloud" + "seat-cr6---bois-cr6:bbl-80877151::ESNET-Z14704:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "inlerob-cr6:salt-bb-a", - "port": "2/1/c7/1", - "ipv4Address": "134.55.56.83/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -30280,27 +31044,48 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22201 + "esdbEquipmentInterfaceId": 13541, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "inlerob-cr6:1/1/c1/1", + "urn": "seat-cr6:2/1/c3/1", "tags": [ - "inlerob-cr6---inleil-cr6:bbl-c40704a5::ESNET-Z13303:na", - "inlerob-cr6---inleil-cr6:ESNET-Z13303::show:intracloud" + "seat-cr6---SIX::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "urn": "inlerob-cr6:inleil-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.32/31" + "floor": 4, + "ceiling": 4095 } ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "esdbEquipmentInterfaceId": 13517, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "seat-cr6:2/1/c31/1", + "tags": [ + "seat-cr6---pnnlemsl-cr6:bbl-ce0033d0::ESNET-Z12476:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -30311,170 +31096,137 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22187 + "esdbEquipmentInterfaceId": 13543, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "inlerob-cr6:1/1/c13/2", + "urn": "seat-cr6:2/1/c34/1", "tags": [ - "inlerob-cr6---INL::conn-h:show:na", - "inlerob-cr6---doenet-id(as65028):l3edge-01da1e4a:site_conn-h_base:show:na", - "inlerob-cr6---inl(as14702):l3edge-0180c439:site_conn-h_base:show:na", - "inlerob-cr6---inl(as14702):l3edge-747a625a:site_conn-h_base:show:na" + "seat-cr6---bois-cr6:bbl-80877151::ESNET-Z10742:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 1523 - }, - { - "floor": 1525, - "ceiling": 1525 + "ceiling": 5 }, { - "floor": 3959, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 1527, - "ceiling": 3957 } ], - "esdbEquipmentInterfaceId": 22192 + "esdbEquipmentInterfaceId": 13544, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "inlerob-cr6:lag-20", + "urn": "seat-cr6:2/1/c8/1", "tags": [ - "inlerob-cr6---inlerob-mpr1:mgt-9645f344:lag-20:ESNET-Z11273:na", - "inlerob-cr6---inlerob-mpr1:ESNET-Z11273::show:intracloud", - "inlerob-cr6---inlerob-ps:pt-e7e386d2:owamp::na" + "seat-cr6---seat-ht2:ht-4c27d9fe:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22211 + "esdbEquipmentInterfaceId": 13522, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "inlerob-cr6:2/1/c14/1", + "urn": "seat-cr6:2/1/c9/1", "tags": [ - "inlerob-cr6---inlerob-ps:pt-e7e386d2:::na", - "inlerob-cr6---inlerob-ps:pt-e7e386d2:throughput::na" + "seat-cr6---seat-ht2:ht-4c27d9fe:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22207 - } - ], - "esdbEquipmentId": 2021 - }, - { - "urn": "lasv-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.186", - "reservableVlans": [], - "location": "LASV", - "locationId": 279, - "latitude": "36.23704", - "longitude": "-115.117311", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13523, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "lasv-cr6:1/1/c31/1", + "urn": "seat-cr6:lag-2", "tags": [ - "lasv-cr6---losa-cr6:bbl-fc13de87::ESNET-Z10823:na", - "lasv-cr6---losa-cr6:ESNET-Z10823::show:intracloud" + "seat-cr6---GOOGLE::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lasv-cr6:losa-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.178/31" - } + "EDGE", + "UNTAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 13191 + "esdbEquipmentInterfaceId": 21954, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "lasv-cr6:lag-20", + "urn": "seat-cr6:lag-20", "tags": [ - "lasv-cr6---lasv-mpr1:mgt-2323ee67:lag-20:ESNET-Z08623:na", - "lasv-cr6---lasv-mpr1:ESNET-Z08623::show:intracloud", - "lasv-cr6---lasv-ps:pt-b4987d85:owamp::na" + "seat-cr6---seat-mpr1:mgt-010eef26:lag-20:ESNET-Z08569:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 967, + "ceiling": 1019 + }, { "floor": 1111, "ceiling": 4095 @@ -30488,254 +31240,287 @@ "ceiling": 965 }, { - "floor": 967, + "floor": 1021, "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14946 + "esdbEquipmentInterfaceId": 14928, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:2/1/c14/1", + "urn": "seat-cr6:lag-3", "tags": [ - "lasv-cr6---lasv-ps:pt-b4987d85:::na", - "lasv-cr6---lasv-ps:pt-b4987d85:throughput::na" + "seat-cr6---GOOGLE::conn-o:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 13206 + "esdbEquipmentInterfaceId": 27050, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "lasv-cr6:1/1/c34/1", + "urn": "seat-cr6:lag-400", "tags": [ - "lasv-cr6---salt-cr6:bbl-35e9a968::ESNET-Z14706:na", - "lasv-cr6---salt-cr6:ESNET-Z14706::show:intracloud" + "seat-cr6---seat-ht1:ht-d31efccf:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lasv-cr6:salt-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.74/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 407 }, { - "floor": 7, + "floor": 410, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13192 + "esdbEquipmentInterfaceId": 25694, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:1/1/c17/4", + "urn": "seat-cr6:lag-401", "tags": [ - "lasv-cr6---DOE-NNSA-IARC::conn-f:show:na", - "lasv-cr6---doe-nnsa-iarc(as36288):l3edge-3fe0a884:site_conn-f_base:show:na", - "lasv-cr6---doe-nnsa-iarc(as36288):l3edge-f825a0a8:site_conn-f_base:show:na" + "seat-cr6---seat-ht2:ht-4c27d9fe:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 1704, + "floor": 412, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1701 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 13182 - }, + "esdbEquipmentInterfaceId": 25695, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1706, + "orchSubscriptionId": null + }, + { + "urn": "slac50n-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.193", + "reservableVlans": [], + "location": "SLAC50N", + "locationId": 487, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "lasv-cr6:2/1/c31/1", + "urn": "slac50n-cr6:1/1/c1/1", "tags": [ - "lasv-cr6---salt-cr6:bbl-c133c652::ESNET-Z10826:na", - "lasv-cr6---salt-cr6:ESNET-Z10826::show:intracloud" + "slac50n-cr6---SLAC::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lasv-cr6:salt-bb-b", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.216/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 314, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 312 } ], - "esdbEquipmentInterfaceId": 13221 + "esdbEquipmentInterfaceId": 13613, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:1/1/c17/3", + "urn": "slac50n-cr6:1/1/c17/2", "tags": [ - "lasv-cr6---LANL-NNSS::conn-b:show:na", - "lasv-cr6---lanl-nnss(as65004):l3edge-928646dd:site_conn-b_base:show:na" + "slac50n-cr6---slac-pt1:throughput:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 599 - }, - { - "floor": 601, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13181 + "esdbEquipmentInterfaceId": 13630, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:2/1/c34/1", + "urn": "slac50n-cr6:1/1/c19/1", "tags": [ - "lasv-cr6---losa-cr6:bbl-89167da2::ESNET-Z14708:na", - "lasv-cr6---losa-cr6:ESNET-Z14708::show:intracloud" + "slac50n-cr6---SLAC::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ { - "urn": "lasv-cr6:losa-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.26/31" + "floor": 0, + "ceiling": 0 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 13637, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "slac50n-cr6:1/1/c2/1", + "tags": [ + "slac50n-cr6---SLAC::conn-e:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1123 }, { - "floor": 7, + "floor": 1125, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13222 + "esdbEquipmentInterfaceId": 13614, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:1/1/c17/2", + "urn": "slac50n-cr6:1/1/c28/1", "tags": [ - "lasv-cr6---DOE-NNSA-LASV::conn-a:show:na", - "lasv-cr6---doe-nnsa-lasv(as65173):l3edge-2051104b:site_conn-a_base:show:na" + "slac50n-cr6---slac50s-cr6:bbl-8de1a60d::ESNET-Z10931:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 1799 + "ceiling": 5 }, { - "floor": 1801, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13180 + "esdbEquipmentInterfaceId": 13640, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:2/1/c9/1", + "urn": "slac50n-cr6:1/1/c31/1", "tags": [ - "lasv-cr6---lasv-ht2:ht-95bee280:::na", - "lasv-cr6---lasv-ht2:ht-95bee280:service1::na" + "slac50n-cr6---lbnl59-cr6:bbl-9eda47aa::ESNET-Z10832:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13201 + "esdbEquipmentInterfaceId": 13641, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:1/1/c1/1", + "urn": "slac50n-cr6:1/1/c34/1", "tags": [ - "lasv-cr6---nnss-cr6:bbl-1118c475::ESNET-Z13319:na", - "lasv-cr6---nnss-cr6:ESNET-Z13319::show:intracloud" + "slac50n-cr6---slac50s-cr6:bbl-8de1a60d::ESNET-Z07207:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lasv-cr6:nnss-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.36/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -30746,21 +31531,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13163 + "esdbEquipmentInterfaceId": 13642, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:1/1/c8/1", + "urn": "slac50n-cr6:1/1/c8/1", "tags": [ - "lasv-cr6---lasv-ht1:ht-4cca3fff:::na", - "lasv-cr6---lasv-ht1:ht-4cca3fff:service1::na" + "slac50n-cr6---slac50n-ht1:ht-7fa55681:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -30771,21 +31559,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13170 + "esdbEquipmentInterfaceId": 13620, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:2/1/c8/1", + "urn": "slac50n-cr6:1/1/c9/1", "tags": [ - "lasv-cr6---lasv-ht2:ht-95bee280:::na", - "lasv-cr6---lasv-ht2:ht-95bee280:service1::na" + "slac50n-cr6---slac50n-ht1:ht-7fa55681:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -30796,7701 +31587,10178 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13200 + "esdbEquipmentInterfaceId": 13621, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:1/1/c9/1", + "urn": "slac50n-cr6:2/1/c14/1", "tags": [ - "lasv-cr6---lasv-ht1:ht-4cca3fff:::na", - "lasv-cr6---lasv-ht1:ht-4cca3fff:service1::na" + "slac50n-cr6---slac50n-ps:pt-586dbdac:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 2222, "ceiling": 4095 }, + { + "floor": 1112, + "ceiling": 2220 + }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13171 + "esdbEquipmentInterfaceId": 13656, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:2/1/c17/2", + "urn": "slac50n-cr6:2/1/c28/1", "tags": [ - "lasv-cr6---DOE-NNSA-IARC::conn-e:show:na", - "lasv-cr6---doe-nnsa-iarc(as36288):l3edge-ad09a322:site_conn-e_base:show:na", - "lasv-cr6---doe-nnsa-iarc(as36288):l3edge-a3ae7458:site_conn-e_base:show:na" + "slac50n-cr6---lbnl59-cr6:bbl-9eda47aa::ESNET-Z13302:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 1699 + "ceiling": 5 }, { - "floor": 1702, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13210 + "esdbEquipmentInterfaceId": 13670, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:2/1/c17/4", + "urn": "slac50n-cr6:2/1/c31/1", "tags": [ - "lasv-cr6---DOE-NNSA-LASV::conn-b:show:na", - "lasv-cr6---doe-nnsa-lasv(as65173):l3edge-b19f524d:site_conn-b_base:show:na" + "slac50n-cr6---lbnl59-cr6:bbl-9eda47aa::ESNET-Z10835:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 1800 + "ceiling": 5 }, { - "floor": 1802, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13212 + "esdbEquipmentInterfaceId": 13671, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:lag-401", + "urn": "slac50n-cr6:2/1/c34/1", "tags": [ - "lasv-cr6---lasv-ht2:ht-95bee280:capture::na" + "slac50n-cr6---slac50s-cr6:bbl-8de1a60d::ESNET-Z10934:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25691 + "esdbEquipmentInterfaceId": 13672, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:lag-400", + "urn": "slac50n-cr6:2/1/c8/1", "tags": [ - "lasv-cr6---lasv-ht1:ht-4cca3fff:capture::na" + "slac50n-cr6---slac50n-ht2:ht-403c2a3e:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 25690 - } - ], - "esdbEquipmentId": 1698 - } - ], - "problems": [ - { - "device": "lbnl59-cr6", - "description": "lag lag-21 missing from ESDB or NSO. description: lbnl59-cr6--lbnl59dev-mpr1::ESNET-Z11449:show:na", - "severity": "MAJOR" - }, - { - "device": "lbnl59-cr6", - "description": "port 1/1/c18/2 missing from ESDB or NSO. description: lbnl59-cr6---LBNL59-Sinkhole::conn-a:show:na", - "severity": "MAJOR" - }, - { - "device": "lbnl59-cr6", - "description": "port 2/1/c17/4 missing from ESDB or NSO. description: lbnl59-cr6---lbl-pt1:pt-d7ae6c20:::na", - "severity": "MAJOR" - }, - { - "device": "lbnl59-cr6", - "description": "port 2/1/c3/1 missing from ESDB or NSO. description: lbnl59-cr6---lbnl59-cache1::ESNET-Z14007::na", - "severity": "MAJOR" - }, - { - "device": "lbnl59-cr6", - "description": "port 2/1/c5/1 missing from ESDB or NSO. description: null", - "severity": "MAJOR" - }, - { - "device": "fnalgcc-cr6", - "description": "port 1/1/c19/1 missing from ESDB or NSO. description: fnalgcc-cr6---FNAL::conn-ac:show:na", - "severity": "MAJOR" - }, - { - "device": "fnalgcc-cr6", - "description": "port 2/1/c19/1 missing from ESDB or NSO. description: fnalgcc-cr6---FNAL::conn-ad:show:na", - "severity": "MAJOR" - }, - { - "device": "eqxsv5-cr6", - "description": "lag lag-30 missing from ESDB or NSO. description: eqxsv5-cr6---eqxsv5-pce::ESNET-Z08557:na", - "severity": "MAJOR" - }, - { - "device": "sunn-cr6", - "description": "port 2/1/c17/3 missing from ESDB or NSO. description: sunn-cr6---sunn-dtn::ESNET-Z08682:show:na", - "severity": "MAJOR" - }, - { - "device": "eqxam3-cr6", - "description": "port 2/1/c3/1 missing from ESDB or NSO. description: eqxam3-cr6---eqxam3-cache1::ESNET-Z14429::na", - "severity": "MAJOR" - }, - { - "device": "chic-cr6", - "description": "port 1/1/c17/4 missing from ESDB or NSO. description: chic-cr6---zeek-chic::ESNET-Z08262:show:na", - "severity": "MAJOR" - }, - { - "device": "chic-cr6", - "description": "port 1/1/c9/1 missing from ESDB or NSO. description: chic-cr6---chic-cache1::ESNET-Z11376::na", - "severity": "MAJOR" - }, - { - "device": "newy32aoa-cr6", - "description": "port 1/1/c1/1 missing from ESDB or NSO. description: null", - "severity": "MAJOR" - }, - { - "device": "netlpgh-cr6", - "description": "port 2/1/c13/2 missing from ESDB or NSO. description: netlpgh-cr6---eqxdc4-cr6:bbl-00494538::ESNET-Z11936:na", - "severity": "MAJOR" - }, - { - "device": "eqxld8-cr6", - "description": "port 2/1/c3/1 missing from ESDB or NSO. description: eqxld8-cr6---eqxld8-cache1::ESNET-z14423::na", - "severity": "MAJOR" - }, - { - "device": "newy1118th-cr6", - "description": "port 1/1/c1/1 missing from ESDB or NSO. description: null", - "severity": "MAJOR" - }, - { - "device": "newy1118th-cr6", - "description": "port 2/1/c17/3 missing from ESDB or NSO. description: newy1118th-cr6---zeek-newy::ESNET-Z03484:show:na", - "severity": "MAJOR" - }, - { - "device": "albq-cr6", - "description": "port 2/1/c17/2 missing from ESDB or NSO. description: albq-cr6->snla-rt1:10ge:ip-a:show:na", - "severity": "MAJOR" - }, - { - "device": "eqxch2-cr6", - "description": "lag lag-30 missing from ESDB or NSO. description: eqxch2-cr6---eqxch2-pce::ESNET-Z08557:na", - "severity": "MAJOR" - }, - { - "device": "srs70344a-cr6", - "description": "port 1/1/c13/3 missing from ESDB or NSO. description: temp SRS BBL", - "severity": "MAJOR" - }, - { - "device": "srs70344a-cr6", - "description": "router interface srs702a-bb-b port 1/1/c13/3 not in oscars ports", - "severity": "MAJOR" - }, - { - "device": "bost-cr6", - "description": "port 1/1/c5/1 missing from ESDB or NSO. description: bost-cr6---bost-cache1::ESNET-Z11373::na", - "severity": "MAJOR" - }, - { - "device": "bost-cr6", - "description": "port 2/1/c1/1 missing from ESDB or NSO. description: null", - "severity": "MAJOR" - }, - { - "device": "134.55.57.56/31", - "description": "metrics list for network 134.55.57.56/31 : wrong size: 1 members: [pppl-cr6:ppploit128-bb-a ]", - "severity": "MINOR" - }, - { - "device": "134.55.219.12/30", - "description": "metrics list for network 134.55.219.12/30 : wrong size: 1 members: [wash-cr6:to_llnl-dc_ip-a ]", - "severity": "MINOR" - } - ], - "adjcies": [ - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c28/1", - "addr": "134.55.58.7", - "ifce": "newy32aoa-cr6:newy1118th-bb-f" - }, - "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c28/1", - "addr": "134.55.58.6", - "ifce": "newy1118th-cr6:newy32aoa-bb-f" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c28/1", - "addr": "134.55.58.6", - "ifce": "newy1118th-cr6:newy32aoa-bb-f" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c28/1", - "addr": "134.55.58.7", - "ifce": "newy32aoa-cr6:newy1118th-bb-f" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "nrelesif-cr6", - "port": "nrelesif-cr6:1/1/c2/1", - "addr": "134.55.58.102", - "ifce": "nrelesif-cr6:nrelrsf-bb-a" - }, - "z": { - "device": "nrelrsf-cr6", - "port": "nrelrsf-cr6:1/1/c2/1", - "addr": "134.55.58.103", - "ifce": "nrelrsf-cr6:nrelesif-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "nrelrsf-cr6", - "port": "nrelrsf-cr6:1/1/c2/1", - "addr": "134.55.58.103", - "ifce": "nrelrsf-cr6:nrelesif-bb-a" - }, - "z": { - "device": "nrelesif-cr6", - "port": "nrelesif-cr6:1/1/c2/1", - "addr": "134.55.58.102", - "ifce": "nrelesif-cr6:nrelrsf-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "pppl-cr6", - "port": "pppl-cr6:1/1/c1/1", - "addr": "134.55.58.135", - "ifce": "pppl-cr6:newy32aoa-bb-b" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c16/1", - "addr": "134.55.58.134", - "ifce": "newy32aoa-cr6:pppl-bb-b" - }, - "metrics": { - "MPLS": 5050 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c16/1", - "addr": "134.55.58.134", - "ifce": "newy32aoa-cr6:pppl-bb-b" - }, - "z": { - "device": "pppl-cr6", - "port": "pppl-cr6:1/1/c1/1", - "addr": "134.55.58.135", - "ifce": "pppl-cr6:newy32aoa-bb-b" - }, - "metrics": { - "MPLS": 5050 - } - }, - { - "a": { - "device": "lanlta50-cr6", - "port": "lanlta50-cr6:1/1/c8/1", - "addr": "134.55.58.150", - "ifce": "lanlta50-cr6:lanlta03-bb-a" - }, - "z": { - "device": "lanlta03-cr6", - "port": "lanlta03-cr6:1/1/c8/1", - "addr": "134.55.58.151", - "ifce": "lanlta03-cr6:lanlta50-bb-a" - }, - "metrics": { - "MPLS": 1010 - } + "esdbEquipmentInterfaceId": 13650, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:2/1/c9/1", + "tags": [ + "slac50n-cr6---slac50n-ht2:ht-403c2a3e:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13651, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:lag-20", + "tags": [ + "slac50n-cr6---slac50n-mpr1:mgt-1b382c92:lag-20:ESNET-Z08638:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 2221, + "ceiling": 4095 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 1111, + "ceiling": 1136 + }, + { + "floor": 967, + "ceiling": 1109 + }, + { + "floor": 1138, + "ceiling": 2219 + } + ], + "esdbEquipmentInterfaceId": 14951, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:lag-400", + "tags": [ + "slac50n-cr6---slac50n-ht1:ht-7fa55681:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 404, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 + } + ], + "esdbEquipmentInterfaceId": 25748, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:lag-401", + "tags": [ + "slac50n-cr6---slac50n-ht2:ht-403c2a3e:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 399 + }, + { + "floor": 402, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 25749, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1708, + "orchSubscriptionId": null }, { - "a": { - "device": "lanlta03-cr6", - "port": "lanlta03-cr6:1/1/c8/1", - "addr": "134.55.58.151", - "ifce": "lanlta03-cr6:lanlta50-bb-a" - }, - "z": { - "device": "lanlta50-cr6", - "port": "lanlta50-cr6:1/1/c8/1", - "addr": "134.55.58.150", - "ifce": "lanlta50-cr6:lanlta03-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:2/1/c31/1", - "addr": "134.55.58.39", - "ifce": "eqxsv5-cr6:sunn-bb-e" - }, - "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c25/1", - "addr": "134.55.58.38", - "ifce": "sunn-cr6:eqxsv5-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c25/1", - "addr": "134.55.58.38", - "ifce": "sunn-cr6:eqxsv5-bb-e" - }, - "z": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:2/1/c31/1", - "addr": "134.55.58.39", - "ifce": "eqxsv5-cr6:sunn-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c17/3", - "addr": "134.55.57.21", - "ifce": "atla-cr6:srs70344a-bb-b" - }, - "z": { - "device": "srs70344a-cr6", - "port": "srs70344a-cr6:2/1/c13/2", - "addr": "134.55.57.20", - "ifce": "srs70344a-cr6:atla-bb-b" - }, - "metrics": { - "MPLS": 100010 - } - }, - { - "a": { - "device": "srs70344a-cr6", - "port": "srs70344a-cr6:2/1/c13/2", - "addr": "134.55.57.20", - "ifce": "srs70344a-cr6:atla-bb-b" - }, - "z": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c17/3", - "addr": "134.55.57.21", - "ifce": "atla-cr6:srs70344a-bb-b" - }, - "metrics": { - "MPLS": 100010 - } - }, - { - "a": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c25/1", - "addr": "134.55.57.4", - "ifce": "chat-cr6:ornl1064-bb-d" - }, - "z": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:2/1/c31/1", - "addr": "134.55.57.5", - "ifce": "ornl1064-cr6:chat-bb-d" - }, - "metrics": { - "MPLS": 3550 - } - }, - { - "a": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:2/1/c31/1", - "addr": "134.55.57.5", - "ifce": "ornl1064-cr6:chat-bb-d" - }, - "z": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c25/1", - "addr": "134.55.57.4", - "ifce": "chat-cr6:ornl1064-bb-d" - }, - "metrics": { - "MPLS": 3550 - } - }, - { - "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c17/2", - "addr": "134.55.58.87", - "ifce": "eqxdc4-cr6:netlpgh-bb-a" - }, - "z": { - "device": "netlpgh-cr6", - "port": "netlpgh-cr6:1/1/c13/2", - "addr": "134.55.58.86", - "ifce": "netlpgh-cr6:eqxdc4-bb-a" - }, - "metrics": { - "MPLS": 500050 - } - }, - { - "a": { - "device": "netlpgh-cr6", - "port": "netlpgh-cr6:1/1/c13/2", - "addr": "134.55.58.86", - "ifce": "netlpgh-cr6:eqxdc4-bb-a" - }, - "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c17/2", - "addr": "134.55.58.87", - "ifce": "eqxdc4-cr6:netlpgh-bb-a" - }, - "metrics": { - "MPLS": 500050 - } - }, - { - "a": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:1/1/c7/1", - "addr": "134.55.57.68", - "ifce": "eqxam3-cr6:bost-bb-a" - }, - "z": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c6/1", - "addr": "134.55.57.69", - "ifce": "bost-cr6:eqxam3-bb-a" - }, - "metrics": { - "MPLS": 2076 - } - }, - { - "a": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c6/1", - "addr": "134.55.57.69", - "ifce": "bost-cr6:eqxam3-bb-a" - }, - "z": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:1/1/c7/1", - "addr": "134.55.57.68", - "ifce": "eqxam3-cr6:bost-bb-a" - }, - "metrics": { - "MPLS": 2076 - } - }, - { - "a": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:1/1/c31/1", - "addr": "134.55.57.149", - "ifce": "slac50n-cr6:lbnl59-bb-b" - }, - "z": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c31/1", - "addr": "134.55.57.148", - "ifce": "lbnl59-cr6:slac50n-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c31/1", - "addr": "134.55.57.148", - "ifce": "lbnl59-cr6:slac50n-bb-b" - }, - "z": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:1/1/c31/1", - "addr": "134.55.57.149", - "ifce": "slac50n-cr6:lbnl59-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c28/1", - "addr": "134.55.57.229", - "ifce": "wash-cr6:atla-bb-g" - }, - "z": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c28/1", - "addr": "134.55.57.228", - "ifce": "atla-cr6:wash-bb-g" - }, - "metrics": { - "MPLS": 780 - } - }, - { - "a": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c28/1", - "addr": "134.55.57.228", - "ifce": "atla-cr6:wash-bb-g" - }, - "z": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c28/1", - "addr": "134.55.57.229", - "ifce": "wash-cr6:atla-bb-g" - }, - "metrics": { - "MPLS": 780 - } - }, - { - "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c31/1", - "addr": "134.55.57.133", - "ifce": "wash-cr6:eqxdc4-bb-c" - }, - "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c31/1", - "addr": "134.55.57.132", - "ifce": "eqxdc4-cr6:wash-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c31/1", - "addr": "134.55.57.132", - "ifce": "eqxdc4-cr6:wash-bb-c" - }, - "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c31/1", - "addr": "134.55.57.133", - "ifce": "wash-cr6:eqxdc4-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "elpa-cr6", - "port": "elpa-cr6:1/1/c34/1", - "addr": "134.55.57.196", - "ifce": "elpa-cr6:hous-bb-c" - }, - "z": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c31/1", - "addr": "134.55.57.197", - "ifce": "hous-cr6:elpa-bb-c" - }, - "metrics": { - "MPLS": 810 - } - }, - { - "a": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c31/1", - "addr": "134.55.57.197", - "ifce": "hous-cr6:elpa-bb-c" - }, - "z": { - "device": "elpa-cr6", - "port": "elpa-cr6:1/1/c34/1", - "addr": "134.55.57.196", - "ifce": "elpa-cr6:hous-bb-c" - }, - "metrics": { - "MPLS": 810 - } - }, - { - "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c34/1", - "addr": "134.55.57.165", - "ifce": "eqxch2-cr6:star-bb-d" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:1/1/c28/1", - "addr": "134.55.57.164", - "ifce": "star-cr6:eqxch2-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "star-cr6", - "port": "star-cr6:1/1/c28/1", - "addr": "134.55.57.164", - "ifce": "star-cr6:eqxch2-bb-d" - }, - "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c34/1", - "addr": "134.55.57.165", - "ifce": "eqxch2-cr6:star-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:2/1/c1/1", - "addr": "134.55.57.245", - "ifce": "ameshwh-cr6:ameshwhb-bb-a" - }, - "z": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:2/1/c1/1", - "addr": "134.55.57.244", - "ifce": "ameshwhb-cr6:ameshwh-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:2/1/c1/1", - "addr": "134.55.57.244", - "ifce": "ameshwhb-cr6:ameshwh-bb-a" - }, - "z": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:2/1/c1/1", - "addr": "134.55.57.245", - "ifce": "ameshwh-cr6:ameshwhb-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c2/1", - "addr": "134.55.57.52", - "ifce": "eqxdc4-cr6:jlab205-bb-a" - }, - "z": { - "device": "jlab205-cr6", - "port": "jlab205-cr6:1/1/c2/1", - "addr": "134.55.57.53", - "ifce": "jlab205-cr6:eqxdc4-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "jlab205-cr6", - "port": "jlab205-cr6:1/1/c2/1", - "addr": "134.55.57.53", - "ifce": "jlab205-cr6:eqxdc4-bb-a" - }, - "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c2/1", - "addr": "134.55.57.52", - "ifce": "eqxdc4-cr6:jlab205-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "frib-cr6b", - "port": "frib-cr6b:1/1/c2/1", - "addr": "134.55.57.36", - "ifce": "frib-cr6b:star-bb-a" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:2/1/c15/1", - "addr": "134.55.57.37", - "ifce": "star-cr6:frib-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "star-cr6", - "port": "star-cr6:2/1/c15/1", - "addr": "134.55.57.37", - "ifce": "star-cr6:frib-bb-a" - }, - "z": { - "device": "frib-cr6b", - "port": "frib-cr6b:1/1/c2/1", - "addr": "134.55.57.36", - "ifce": "frib-cr6b:star-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c28/1", - "addr": "134.55.56.194", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-e" - }, - "z": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c28/1", - "addr": "134.55.56.195", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c28/1", - "addr": "134.55.56.195", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-e" - }, - "z": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c28/1", - "addr": "134.55.56.194", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c3/1", - "addr": "134.55.56.226", - "ifce": "ornl5600-cr6:orau-bb-b" - }, - "z": { - "device": "orau-cr6", - "port": "orau-cr6:2/1/c1/1", - "addr": "134.55.56.227", - "ifce": "orau-cr6:ornl5600-bb-b" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "orau-cr6", - "port": "orau-cr6:2/1/c1/1", - "addr": "134.55.56.227", - "ifce": "orau-cr6:ornl5600-bb-b" - }, - "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c3/1", - "addr": "134.55.56.226", - "ifce": "ornl5600-cr6:orau-bb-b" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c25/1", - "addr": "134.55.56.242", - "ifce": "fnalfcc-cr6:fnalgcc-bb-d" - }, - "z": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:1/1/c28/1", - "addr": "134.55.56.243", - "ifce": "fnalgcc-cr6:fnalfcc-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:1/1/c28/1", - "addr": "134.55.56.243", - "ifce": "fnalgcc-cr6:fnalfcc-bb-d" - }, - "z": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c25/1", - "addr": "134.55.56.242", - "ifce": "fnalfcc-cr6:fnalgcc-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c25/1", - "addr": "134.55.56.210", - "ifce": "bnl515-cr6:bnl725-bb-a" - }, - "z": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:1/1/c25/1", - "addr": "134.55.56.211", - "ifce": "bnl725-cr6:bnl515-bb-a" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:1/1/c25/1", - "addr": "134.55.56.211", - "ifce": "bnl725-cr6:bnl515-bb-a" - }, - "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c25/1", - "addr": "134.55.56.210", - "ifce": "bnl515-cr6:bnl725-bb-a" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "bois-cr6", - "port": "bois-cr6:1/1/c31/1", - "addr": "134.55.56.131", - "ifce": "bois-cr6:seat-bb-b" - }, - "z": { - "device": "seat-cr6", - "port": "seat-cr6:2/1/c34/1", - "addr": "134.55.56.130", - "ifce": "seat-cr6:bois-bb-b" - }, - "metrics": { - "MPLS": 760 - } - }, - { - "a": { - "device": "seat-cr6", - "port": "seat-cr6:2/1/c34/1", - "addr": "134.55.56.130", - "ifce": "seat-cr6:bois-bb-b" - }, - "z": { - "device": "bois-cr6", - "port": "bois-cr6:1/1/c31/1", - "addr": "134.55.56.131", - "ifce": "bois-cr6:seat-bb-b" - }, - "metrics": { - "MPLS": 760 - } - }, - { - "a": { - "device": "snlnm-cr6", - "port": "snlnm-cr6:1/1/c7/1", - "addr": "134.55.56.146", - "ifce": "snlnm-cr6:albq-bb-c" - }, - "z": { - "device": "albq-cr6", - "port": "albq-cr6:2/1/c18/2", - "addr": "134.55.56.147", - "ifce": "albq-cr6:snlnm-bb-c" - }, - "metrics": { - "MPLS": 100010 - } - }, - { - "a": { - "device": "albq-cr6", - "port": "albq-cr6:2/1/c18/2", - "addr": "134.55.56.147", - "ifce": "albq-cr6:snlnm-bb-c" - }, - "z": { - "device": "snlnm-cr6", - "port": "snlnm-cr6:1/1/c7/1", - "addr": "134.55.56.146", - "ifce": "snlnm-cr6:albq-bb-c" - }, - "metrics": { - "MPLS": 100010 - } - }, - { - "a": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c22/1", - "addr": "134.55.56.66", - "ifce": "atla-cr6:chat-bb-e" - }, - "z": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c28/1", - "addr": "134.55.56.67", - "ifce": "chat-cr6:atla-bb-e" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c28/1", - "addr": "134.55.56.67", - "ifce": "chat-cr6:atla-bb-e" - }, - "z": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c22/1", - "addr": "134.55.56.66", - "ifce": "atla-cr6:chat-bb-e" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c7/1", - "addr": "134.55.56.82", - "ifce": "salt-cr6:inlerob-bb-a" - }, - "z": { - "device": "inlerob-cr6", - "port": "inlerob-cr6:2/1/c7/1", - "addr": "134.55.56.83", - "ifce": "inlerob-cr6:salt-bb-a" - }, - "metrics": { - "MPLS": 1020 - } - }, - { - "a": { - "device": "inlerob-cr6", - "port": "inlerob-cr6:2/1/c7/1", - "addr": "134.55.56.83", - "ifce": "inlerob-cr6:salt-bb-a" - }, - "z": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c7/1", - "addr": "134.55.56.82", - "ifce": "salt-cr6:inlerob-bb-a" - }, - "metrics": { - "MPLS": 1020 - } - }, - { - "a": { - "device": "cern773-cr6", - "port": "cern773-cr6:1/1/c31/1", - "addr": "134.55.56.179", - "ifce": "cern773-cr6:eqxld8-bb-c" - }, - "z": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:1/1/c31/1", - "addr": "134.55.56.178", - "ifce": "eqxld8-cr6:cern773-bb-c" - }, - "metrics": { - "MPLS": 740 - } - }, - { - "a": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:1/1/c31/1", - "addr": "134.55.56.178", - "ifce": "eqxld8-cr6:cern773-bb-c" - }, - "z": { - "device": "cern773-cr6", - "port": "cern773-cr6:1/1/c31/1", - "addr": "134.55.56.179", - "ifce": "cern773-cr6:eqxld8-bb-c" - }, - "metrics": { - "MPLS": 740 - } - }, - { - "a": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c25/1", - "addr": "134.55.56.162", - "ifce": "elpa-cr6:hous-bb-e" - }, - "z": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c28/1", - "addr": "134.55.56.163", - "ifce": "hous-cr6:elpa-bb-e" - }, - "metrics": { - "MPLS": 810 - } - }, - { - "a": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c28/1", - "addr": "134.55.56.163", - "ifce": "hous-cr6:elpa-bb-e" - }, - "z": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c25/1", - "addr": "134.55.56.162", - "ifce": "elpa-cr6:hous-bb-e" - }, - "metrics": { - "MPLS": 810 - } - }, - { - "a": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c25/1", - "addr": "134.55.56.35", - "ifce": "kans-cr6:eqxda3-bb-c" - }, - "z": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:2/1/c31/1", - "addr": "134.55.56.34", - "ifce": "eqxda3-cr6:kans-bb-c" - }, - "metrics": { - "MPLS": 770 - } - }, - { - "a": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:2/1/c31/1", - "addr": "134.55.56.34", - "ifce": "eqxda3-cr6:kans-bb-c" - }, - "z": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c25/1", - "addr": "134.55.56.35", - "ifce": "kans-cr6:eqxda3-bb-c" - }, - "metrics": { - "MPLS": 770 - } - }, - { - "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c25/1", - "addr": "134.55.56.19", - "ifce": "wash-cr6:eqxdc4-bb-e" - }, - "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c22/1", - "addr": "134.55.56.18", - "ifce": "eqxdc4-cr6:wash-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c22/1", - "addr": "134.55.56.18", - "ifce": "eqxdc4-cr6:wash-bb-e" - }, - "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c25/1", - "addr": "134.55.56.19", - "ifce": "wash-cr6:eqxdc4-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:2/1/c28/1", - "addr": "134.55.56.51", - "ifce": "fnalgcc-cr6:chic-bb-d" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c22/1", - "addr": "134.55.56.50", - "ifce": "chic-cr6:fnalgcc-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c22/1", - "addr": "134.55.56.50", - "ifce": "chic-cr6:fnalgcc-bb-d" - }, - "z": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:2/1/c28/1", - "addr": "134.55.56.51", - "ifce": "fnalgcc-cr6:chic-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c13/1", - "addr": "134.55.58.104", - "ifce": "ornl5600-cr6:osti-bb-a" - }, - "z": { - "device": "osti-cr6", - "port": "osti-cr6:2/1/c1/1", - "addr": "134.55.58.105", - "ifce": "osti-cr6:ornl5600-bb-a" - }, - "metrics": { - "MPLS": 15000000 - } - }, - { - "a": { - "device": "osti-cr6", - "port": "osti-cr6:2/1/c1/1", - "addr": "134.55.58.105", - "ifce": "osti-cr6:ornl5600-bb-a" - }, - "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c13/1", - "addr": "134.55.58.104", - "ifce": "ornl5600-cr6:osti-bb-a" - }, - "metrics": { - "MPLS": 15000000 - } - }, - { - "a": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c17/2", - "addr": "134.55.57.6", - "ifce": "bois-cr6:inleil-bb-a" - }, - "z": { - "device": "inleil-cr6", - "port": "inleil-cr6:2/1/c13/2", - "addr": "134.55.57.7", - "ifce": "inleil-cr6:bois-bb-a" - }, - "metrics": { - "MPLS": 100020 - } - }, - { - "a": { - "device": "inleil-cr6", - "port": "inleil-cr6:2/1/c13/2", - "addr": "134.55.57.7", - "ifce": "inleil-cr6:bois-bb-a" - }, - "z": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c17/2", - "addr": "134.55.57.6", - "ifce": "bois-cr6:inleil-bb-a" - }, - "metrics": { - "MPLS": 100020 - } - }, - { - "a": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c28/1", - "addr": "134.55.57.22", - "ifce": "bois-cr6:seat-bb-d" - }, - "z": { - "device": "seat-cr6", - "port": "seat-cr6:2/1/c25/1", - "addr": "134.55.57.23", - "ifce": "seat-cr6:bois-bb-d" - }, - "metrics": { - "MPLS": 730 - } - }, - { - "a": { - "device": "seat-cr6", - "port": "seat-cr6:2/1/c25/1", - "addr": "134.55.57.23", - "ifce": "seat-cr6:bois-bb-d" - }, - "z": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c28/1", - "addr": "134.55.57.22", - "ifce": "bois-cr6:seat-bb-d" - }, - "metrics": { - "MPLS": 730 - } - }, - { - "a": { - "device": "srs702a-cr6", - "port": "srs702a-cr6:1/1/c1/1", - "addr": "134.55.58.40", - "ifce": "srs702a-cr6:srs70344a-bb-a" - }, - "z": { - "device": "srs70344a-cr6", - "port": "srs70344a-cr6:1/1/c1/1", - "addr": "134.55.58.41", - "ifce": "srs70344a-cr6:srs702a-bb-a" - }, - "metrics": { - "MPLS": 505 - } - }, - { - "a": { - "device": "srs70344a-cr6", - "port": "srs70344a-cr6:1/1/c1/1", - "addr": "134.55.58.41", - "ifce": "srs70344a-cr6:srs702a-bb-a" - }, - "z": { - "device": "srs702a-cr6", - "port": "srs702a-cr6:1/1/c1/1", - "addr": "134.55.58.40", - "ifce": "srs702a-cr6:srs70344a-bb-a" - }, - "metrics": { - "MPLS": 505 - } - }, - { - "a": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:2/1/c28/1", - "addr": "134.55.58.168", - "ifce": "slac50s-cr6:sunn-bb-e" - }, - "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c19/1", - "addr": "134.55.58.169", - "ifce": "sunn-cr6:slac50s-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c19/1", - "addr": "134.55.58.169", - "ifce": "sunn-cr6:slac50s-bb-e" - }, - "z": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:2/1/c28/1", - "addr": "134.55.58.168", - "ifce": "slac50s-cr6:sunn-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c28/1", - "addr": "134.55.58.9", - "ifce": "newy32aoa-cr6:newy1118th-bb-g" - }, - "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c25/1", - "addr": "134.55.58.8", - "ifce": "newy1118th-cr6:newy32aoa-bb-g" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c25/1", - "addr": "134.55.58.8", - "ifce": "newy1118th-cr6:newy32aoa-bb-g" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c28/1", - "addr": "134.55.58.9", - "ifce": "newy32aoa-cr6:newy1118th-bb-g" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "lanlta50-cr6", - "port": "lanlta50-cr6:2/1/c8/1", - "addr": "134.55.58.152", - "ifce": "lanlta50-cr6:lanlta03-bb-b" - }, - "z": { - "device": "lanlta03-cr6", - "port": "lanlta03-cr6:2/1/c8/1", - "addr": "134.55.58.153", - "ifce": "lanlta03-cr6:lanlta50-bb-b" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "lanlta03-cr6", - "port": "lanlta03-cr6:2/1/c8/1", - "addr": "134.55.58.153", - "ifce": "lanlta03-cr6:lanlta50-bb-b" - }, - "z": { - "device": "lanlta50-cr6", - "port": "lanlta50-cr6:2/1/c8/1", - "addr": "134.55.58.152", - "ifce": "lanlta50-cr6:lanlta03-bb-b" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:1/1/c19/1", - "addr": "134.55.57.54", - "ifce": "eqxam3-cr6:newy32aoa-bb-a" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c4/1", - "addr": "134.55.57.55", - "ifce": "newy32aoa-cr6:eqxam3-bb-a" - }, - "metrics": { - "MPLS": 2268 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c4/1", - "addr": "134.55.57.55", - "ifce": "newy32aoa-cr6:eqxam3-bb-a" - }, - "z": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:1/1/c19/1", - "addr": "134.55.57.54", - "ifce": "eqxam3-cr6:newy32aoa-bb-a" - }, - "metrics": { - "MPLS": 2268 - } - }, - { - "a": { - "device": "ga-cr6", - "port": "ga-cr6:2/1/c1/1", - "addr": "134.55.57.102", - "ifce": "ga-cr6:sand-bb-a" - }, - "z": { - "device": "sand-cr6", - "port": "sand-cr6:2/1/c17/4", - "addr": "134.55.57.103", - "ifce": "sand-cr6:ga-bb-a" - }, - "metrics": { - "MPLS": 100010 - } - }, - { - "a": { - "device": "sand-cr6", - "port": "sand-cr6:2/1/c17/4", - "addr": "134.55.57.103", - "ifce": "sand-cr6:ga-bb-a" - }, - "z": { - "device": "ga-cr6", - "port": "ga-cr6:2/1/c1/1", - "addr": "134.55.57.102", - "ifce": "ga-cr6:sand-bb-a" - }, - "metrics": { - "MPLS": 100010 - } - }, - { - "a": { - "device": "anl221-cr6", - "port": "anl221-cr6:1/1/c28/1", - "addr": "134.55.57.134", - "ifce": "anl221-cr6:anl541b-bb-c" - }, - "z": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:1/1/c28/1", - "addr": "134.55.57.135", - "ifce": "anl541b-cr6:anl221-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:1/1/c28/1", - "addr": "134.55.57.135", - "ifce": "anl541b-cr6:anl221-bb-c" - }, - "z": { - "device": "anl221-cr6", - "port": "anl221-cr6:1/1/c28/1", - "addr": "134.55.57.134", - "ifce": "anl221-cr6:anl541b-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:2/1/c31/1", - "addr": "134.55.57.151", - "ifce": "slac50n-cr6:lbnl59-bb-c" - }, - "z": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:2/1/c31/1", - "addr": "134.55.57.150", - "ifce": "lbnl59-cr6:slac50n-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:2/1/c31/1", - "addr": "134.55.57.150", - "ifce": "lbnl59-cr6:slac50n-bb-c" - }, - "z": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:2/1/c31/1", - "addr": "134.55.57.151", - "ifce": "slac50n-cr6:lbnl59-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:1/1/c2/1", - "addr": "134.55.57.71", - "ifce": "ameshwh-cr6:kans-bb-a" - }, - "z": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c13/1", - "addr": "134.55.57.70", - "ifce": "kans-cr6:ameshwh-bb-a" - }, - "metrics": { - "MPLS": 15123123 - } - }, - { - "a": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c13/1", - "addr": "134.55.57.70", - "ifce": "kans-cr6:ameshwh-bb-a" - }, - "z": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:1/1/c2/1", - "addr": "134.55.57.71", - "ifce": "ameshwh-cr6:kans-bb-a" - }, - "metrics": { - "MPLS": 15123123 - } - }, - { - "a": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c28/1", - "addr": "134.55.57.215", - "ifce": "salt-cr6:sacr-bb-b" - }, - "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c25/1", - "addr": "134.55.57.214", - "ifce": "sacr-cr6:salt-bb-b" - }, - "metrics": { - "MPLS": 780 - } - }, - { - "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c25/1", - "addr": "134.55.57.214", - "ifce": "sacr-cr6:salt-bb-b" - }, - "z": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c28/1", - "addr": "134.55.57.215", - "ifce": "salt-cr6:sacr-bb-b" - }, - "metrics": { - "MPLS": 780 - } - }, - { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c25/1", - "addr": "134.55.57.182", - "ifce": "chic-cr6:star-bb-e" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:1/1/c31/1", - "addr": "134.55.57.183", - "ifce": "star-cr6:chic-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "star-cr6", - "port": "star-cr6:1/1/c31/1", - "addr": "134.55.57.183", - "ifce": "star-cr6:chic-bb-e" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c25/1", - "addr": "134.55.57.182", - "ifce": "chic-cr6:star-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c31/1", - "addr": "134.55.57.198", - "ifce": "elpa-cr6:hous-bb-d" - }, - "z": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c31/1", - "addr": "134.55.57.199", - "ifce": "hous-cr6:elpa-bb-d" - }, - "metrics": { - "MPLS": 810 - } - }, - { - "a": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c31/1", - "addr": "134.55.57.199", - "ifce": "hous-cr6:elpa-bb-d" - }, - "z": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c31/1", - "addr": "134.55.57.198", - "ifce": "elpa-cr6:hous-bb-d" - }, - "metrics": { - "MPLS": 810 - } - }, - { - "a": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:1/1/c13/2", - "addr": "134.55.57.246", - "ifce": "ameshwh-cr6:star-bb-a" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:1/1/c17/4", - "addr": "134.55.57.247", - "ifce": "star-cr6:ameshwh-bb-a" - }, - "metrics": { - "MPLS": 100050 - } - }, - { - "a": { - "device": "star-cr6", - "port": "star-cr6:1/1/c17/4", - "addr": "134.55.57.247", - "ifce": "star-cr6:ameshwh-bb-a" - }, - "z": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:1/1/c13/2", - "addr": "134.55.57.246", - "ifce": "ameshwh-cr6:star-bb-a" - }, - "metrics": { - "MPLS": 100050 - } - }, - { - "a": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:1/1/c31/1", - "addr": "134.55.57.166", - "ifce": "anl541b-cr6:star-bb-b" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:1/1/c34/1", - "addr": "134.55.57.167", - "ifce": "star-cr6:anl541b-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "star-cr6", - "port": "star-cr6:1/1/c34/1", - "addr": "134.55.57.167", - "ifce": "star-cr6:anl541b-bb-b" - }, - "z": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:1/1/c31/1", - "addr": "134.55.57.166", - "ifce": "anl541b-cr6:star-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c34/1", - "addr": "134.55.57.230", - "ifce": "atla-cr6:chat-bb-b" - }, - "z": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c31/1", - "addr": "134.55.57.231", - "ifce": "chat-cr6:atla-bb-b" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c31/1", - "addr": "134.55.57.231", - "ifce": "chat-cr6:atla-bb-b" - }, - "z": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c34/1", - "addr": "134.55.57.230", - "ifce": "atla-cr6:chat-bb-b" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c1/1", - "addr": "134.55.57.39", - "ifce": "chic-cr6:frib-bb-a" - }, - "z": { - "device": "frib-cr6a", - "port": "frib-cr6a:1/1/c2/1", - "addr": "134.55.57.38", - "ifce": "frib-cr6a:chic-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "frib-cr6a", - "port": "frib-cr6a:1/1/c2/1", - "addr": "134.55.57.38", - "ifce": "frib-cr6a:chic-bb-a" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c1/1", - "addr": "134.55.57.39", - "ifce": "chic-cr6:frib-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c22/1", - "addr": "134.55.56.181", - "ifce": "newy32aoa-cr6:newy1118th-bb-i" - }, - "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c22/1", - "addr": "134.55.56.180", - "ifce": "newy1118th-cr6:newy32aoa-bb-i" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c22/1", - "addr": "134.55.56.180", - "ifce": "newy1118th-cr6:newy32aoa-bb-i" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c22/1", - "addr": "134.55.56.181", - "ifce": "newy32aoa-cr6:newy1118th-bb-i" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:2/1/c34/1", - "addr": "134.55.56.164", - "ifce": "lbnl59-cr6:lbnl50-bb-b" - }, - "z": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:2/1/c31/1", - "addr": "134.55.56.165", - "ifce": "lbnl50-cr6:lbnl59-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:2/1/c31/1", - "addr": "134.55.56.165", - "ifce": "lbnl50-cr6:lbnl59-bb-b" - }, - "z": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:2/1/c34/1", - "addr": "134.55.56.164", - "ifce": "lbnl59-cr6:lbnl50-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c19/1", - "addr": "134.55.56.245", - "ifce": "kans-cr6:chic-bb-d" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c19/1", - "addr": "134.55.56.244", - "ifce": "chic-cr6:kans-bb-d" - }, - "metrics": { - "MPLS": 770 - } - }, - { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c19/1", - "addr": "134.55.56.244", - "ifce": "chic-cr6:kans-bb-d" - }, - "z": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c19/1", - "addr": "134.55.56.245", - "ifce": "kans-cr6:chic-bb-d" - }, - "metrics": { - "MPLS": 770 - } - }, - { - "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c28/1", - "addr": "134.55.56.197", - "ifce": "bnl515-cr6:newy32aoa-bb-e" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c25/1", - "addr": "134.55.56.196", - "ifce": "newy32aoa-cr6:bnl515-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c25/1", - "addr": "134.55.56.196", - "ifce": "newy32aoa-cr6:bnl515-bb-e" - }, - "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c28/1", - "addr": "134.55.56.197", - "ifce": "bnl515-cr6:newy32aoa-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c25/1", - "addr": "134.55.56.69", - "ifce": "eqxdc4-cr6:eqxch2-bb-h" - }, - "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c1/1", - "addr": "134.55.56.68", - "ifce": "eqxch2-cr6:eqxdc4-bb-h" - }, - "metrics": { - "MPLS": 790 - } - }, - { - "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c1/1", - "addr": "134.55.56.68", - "ifce": "eqxch2-cr6:eqxdc4-bb-h" - }, - "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c25/1", - "addr": "134.55.56.69", - "ifce": "eqxdc4-cr6:eqxch2-bb-h" - }, - "metrics": { - "MPLS": 790 - } - }, - { - "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c22/1", - "addr": "134.55.56.84", - "ifce": "sacr-cr6:snlca902-bb-b" - }, - "z": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:2/1/c31/1", - "addr": "134.55.56.85", - "ifce": "snlca902-cr6:sacr-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:2/1/c31/1", - "addr": "134.55.56.85", - "ifce": "snlca902-cr6:sacr-bb-b" - }, - "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c22/1", - "addr": "134.55.56.84", - "ifce": "sacr-cr6:snlca902-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:1/1/c34/1", - "addr": "134.55.56.101", - "ifce": "eqxsv5-cr6:sunn-bb-c" - }, - "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c34/1", - "addr": "134.55.56.100", - "ifce": "sunn-cr6:eqxsv5-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c34/1", - "addr": "134.55.56.100", - "ifce": "sunn-cr6:eqxsv5-bb-c" - }, - "z": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:1/1/c34/1", - "addr": "134.55.56.101", - "ifce": "eqxsv5-cr6:sunn-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:1/1/c28/1", - "addr": "134.55.56.133", - "ifce": "bnl725-cr6:newy32aoa-bb-b" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c34/1", - "addr": "134.55.56.132", - "ifce": "newy32aoa-cr6:bnl725-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c34/1", - "addr": "134.55.56.132", - "ifce": "newy32aoa-cr6:bnl725-bb-b" - }, - "z": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:1/1/c28/1", - "addr": "134.55.56.133", - "ifce": "bnl725-cr6:newy32aoa-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "losa-cr6", - "port": "losa-cr6:2/1/c28/1", - "addr": "134.55.56.20", - "ifce": "losa-cr6:sand-bb-c" - }, - "z": { - "device": "sand-cr6", - "port": "sand-cr6:1/1/c31/1", - "addr": "134.55.56.21", - "ifce": "sand-cr6:losa-bb-c" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "sand-cr6", - "port": "sand-cr6:1/1/c31/1", - "addr": "134.55.56.21", - "ifce": "sand-cr6:losa-bb-c" - }, - "z": { - "device": "losa-cr6", - "port": "losa-cr6:2/1/c28/1", - "addr": "134.55.56.20", - "ifce": "losa-cr6:sand-bb-c" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "nnss-cr6", - "port": "nnss-cr6:1/1/c1/1", - "addr": "134.55.56.37", - "ifce": "nnss-cr6:lasv-bb-a" - }, - "z": { - "device": "lasv-cr6", - "port": "lasv-cr6:1/1/c1/1", - "addr": "134.55.56.36", - "ifce": "lasv-cr6:nnss-bb-a" - }, - "metrics": { - "MPLS": 5050 - } - }, - { - "a": { - "device": "lasv-cr6", - "port": "lasv-cr6:1/1/c1/1", - "addr": "134.55.56.36", - "ifce": "lasv-cr6:nnss-bb-a" - }, - "z": { - "device": "nnss-cr6", - "port": "nnss-cr6:1/1/c1/1", - "addr": "134.55.56.37", - "ifce": "nnss-cr6:lasv-bb-a" - }, - "metrics": { - "MPLS": 5050 - } - }, - { - "a": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c31/1", - "addr": "134.55.58.43", - "ifce": "losa-cr6:eqxsv5-bb-a" - }, - "z": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:1/1/c31/1", - "addr": "134.55.58.42", - "ifce": "eqxsv5-cr6:losa-bb-a" - }, - "metrics": { - "MPLS": 780 - } - }, - { - "a": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:1/1/c31/1", - "addr": "134.55.58.42", - "ifce": "eqxsv5-cr6:losa-bb-a" - }, - "z": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c31/1", - "addr": "134.55.58.43", - "ifce": "losa-cr6:eqxsv5-bb-a" - }, - "metrics": { - "MPLS": 780 - } - }, - { - "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c31/1", - "addr": "134.55.58.170", - "ifce": "ornl5600-cr6:nash-bb-c" - }, - "z": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c28/1", - "addr": "134.55.58.171", - "ifce": "nash-cr6:ornl5600-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c28/1", - "addr": "134.55.58.171", - "ifce": "nash-cr6:ornl5600-bb-c" - }, - "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c31/1", - "addr": "134.55.58.170", - "ifce": "ornl5600-cr6:nash-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "ga-cr6", - "port": "ga-cr6:2/1/c2/1", - "addr": "134.55.57.9", - "ifce": "ga-cr6:sand-bb-b" - }, - "z": { - "device": "sand-cr6", - "port": "sand-cr6:1/1/c4/1", - "addr": "134.55.57.8", - "ifce": "sand-cr6:ga-bb-b" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "sand-cr6", - "port": "sand-cr6:1/1/c4/1", - "addr": "134.55.57.8", - "ifce": "sand-cr6:ga-bb-b" - }, - "z": { - "device": "ga-cr6", - "port": "ga-cr6:2/1/c2/1", - "addr": "134.55.57.9", - "ifce": "ga-cr6:sand-bb-b" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "snlnm-cr6", - "port": "snlnm-cr6:2/1/c13/2", - "addr": "134.55.58.138", - "ifce": "snlnm-cr6:albq-bb-b" - }, - "z": { - "device": "albq-cr6", - "port": "albq-cr6:1/1/c17/3", - "addr": "134.55.58.139", - "ifce": "albq-cr6:snlnm-bb-b" - }, - "metrics": { - "MPLS": 100010 - } - }, - { - "a": { - "device": "albq-cr6", - "port": "albq-cr6:1/1/c17/3", - "addr": "134.55.58.139", - "ifce": "albq-cr6:snlnm-bb-b" - }, - "z": { - "device": "snlnm-cr6", - "port": "snlnm-cr6:2/1/c13/2", - "addr": "134.55.58.138", - "ifce": "snlnm-cr6:albq-bb-b" - }, - "metrics": { - "MPLS": 100010 - } - }, - { - "a": { - "device": "lanlta50-cr6", - "port": "lanlta50-cr6:1/1/c1/1", - "addr": "134.55.58.154", - "ifce": "lanlta50-cr6:denv-bb-a" - }, - "z": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c6/1", - "addr": "134.55.58.155", - "ifce": "denv-cr6:lanlta50-bb-a" - }, - "metrics": { - "MPLS": 1110 - } - }, - { - "a": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c6/1", - "addr": "134.55.58.155", - "ifce": "denv-cr6:lanlta50-bb-a" - }, - "z": { - "device": "lanlta50-cr6", - "port": "lanlta50-cr6:1/1/c1/1", - "addr": "134.55.58.154", - "ifce": "lanlta50-cr6:denv-bb-a" - }, - "metrics": { - "MPLS": 1110 - } - }, - { - "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c25/1", - "addr": "134.55.58.11", - "ifce": "eqxdc4-cr6:eqxch2-bb-e" - }, - "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c28/1", - "addr": "134.55.58.10", - "ifce": "eqxch2-cr6:eqxdc4-bb-e" - }, - "metrics": { - "MPLS": 790 - } - }, - { - "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c28/1", - "addr": "134.55.58.10", - "ifce": "eqxch2-cr6:eqxdc4-bb-e" - }, - "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c25/1", - "addr": "134.55.58.11", - "ifce": "eqxdc4-cr6:eqxch2-bb-e" - }, - "metrics": { - "MPLS": 790 - } - }, - { - "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c31/1", - "addr": "134.55.58.27", - "ifce": "eqxch2-cr6:bost-bb-b" - }, - "z": { - "device": "bost-cr6", - "port": "bost-cr6:1/1/c34/1", - "addr": "134.55.58.26", - "ifce": "bost-cr6:eqxch2-bb-b" - }, - "metrics": { - "MPLS": 890 - } - }, - { - "a": { - "device": "bost-cr6", - "port": "bost-cr6:1/1/c34/1", - "addr": "134.55.58.26", - "ifce": "bost-cr6:eqxch2-bb-b" - }, - "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c31/1", - "addr": "134.55.58.27", - "ifce": "eqxch2-cr6:bost-bb-b" - }, - "metrics": { - "MPLS": 890 - } - }, - { - "a": { - "device": "bois-cr6", - "port": "bois-cr6:1/1/c25/1", - "addr": "134.55.57.24", - "ifce": "bois-cr6:salt-bb-c" - }, - "z": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c25/1", - "addr": "134.55.57.25", - "ifce": "salt-cr6:bois-bb-c" - }, - "metrics": { - "MPLS": 730 - } - }, - { - "a": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c25/1", - "addr": "134.55.57.25", - "ifce": "salt-cr6:bois-bb-c" - }, - "z": { - "device": "bois-cr6", - "port": "bois-cr6:1/1/c25/1", - "addr": "134.55.57.24", - "ifce": "bois-cr6:salt-bb-c" - }, - "metrics": { - "MPLS": 730 - } - }, - { - "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c17/4", - "addr": "134.55.58.90", - "ifce": "eqxdc4-cr6:germantown-bb-a" - }, - "z": { - "device": "germantown-cr6", - "port": "germantown-cr6:2/1/c13/2", - "addr": "134.55.58.91", - "ifce": "germantown-cr6:eqxdc4-bb-a" - }, - "metrics": { - "MPLS": 100030 - } - }, - { - "a": { - "device": "germantown-cr6", - "port": "germantown-cr6:2/1/c13/2", - "addr": "134.55.58.91", - "ifce": "germantown-cr6:eqxdc4-bb-a" - }, - "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c17/4", - "addr": "134.55.58.90", - "ifce": "eqxdc4-cr6:germantown-bb-a" - }, - "metrics": { - "MPLS": 100030 - } - }, - { - "a": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c34/1", - "addr": "134.55.57.232", - "ifce": "atla-cr6:chat-bb-c" - }, - "z": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c31/1", - "addr": "134.55.57.233", - "ifce": "chat-cr6:atla-bb-c" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c31/1", - "addr": "134.55.57.233", - "ifce": "chat-cr6:atla-bb-c" - }, - "z": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c34/1", - "addr": "134.55.57.232", - "ifce": "atla-cr6:chat-bb-c" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c31/1", - "addr": "134.55.57.72", - "ifce": "ornl5600-cr6:nash-bb-b" - }, - "z": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c28/1", - "addr": "134.55.57.73", - "ifce": "nash-cr6:ornl5600-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c28/1", - "addr": "134.55.57.73", - "ifce": "nash-cr6:ornl5600-bb-b" - }, - "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c31/1", - "addr": "134.55.57.72", - "ifce": "ornl5600-cr6:nash-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c31/1", - "addr": "134.55.57.201", - "ifce": "salt-cr6:denv-bb-b" - }, - "z": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c34/1", - "addr": "134.55.57.200", - "ifce": "denv-cr6:salt-bb-b" - }, - "metrics": { - "MPLS": 800 - } - }, - { - "a": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c34/1", - "addr": "134.55.57.200", - "ifce": "denv-cr6:salt-bb-b" - }, - "z": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c31/1", - "addr": "134.55.57.201", - "ifce": "salt-cr6:denv-bb-b" - }, - "metrics": { - "MPLS": 800 - } - }, - { - "a": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c31/1", - "addr": "134.55.57.217", - "ifce": "salt-cr6:lasv-bb-b" - }, - "z": { - "device": "lasv-cr6", - "port": "lasv-cr6:2/1/c31/1", - "addr": "134.55.57.216", - "ifce": "lasv-cr6:salt-bb-b" - }, - "metrics": { - "MPLS": 760 - } - }, - { - "a": { - "device": "lasv-cr6", - "port": "lasv-cr6:2/1/c31/1", - "addr": "134.55.57.216", - "ifce": "lasv-cr6:salt-bb-b" - }, - "z": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c31/1", - "addr": "134.55.57.217", - "ifce": "salt-cr6:lasv-bb-b" - }, - "metrics": { - "MPLS": 760 - } - }, - { - "a": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:1/1/c13/2", - "addr": "134.55.57.248", - "ifce": "ameshwhb-cr6:chic-bb-a" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c17/3", - "addr": "134.55.57.249", - "ifce": "chic-cr6:ameshwhb-bb-a" - }, - "metrics": { - "MPLS": 100050 - } - }, - { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c17/3", - "addr": "134.55.57.249", - "ifce": "chic-cr6:ameshwhb-bb-a" - }, - "z": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:1/1/c13/2", - "addr": "134.55.57.248", - "ifce": "ameshwhb-cr6:chic-bb-a" - }, - "metrics": { - "MPLS": 100050 - } - }, - { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c25/1", - "addr": "134.55.57.184", - "ifce": "chic-cr6:star-bb-f" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:2/1/c31/1", - "addr": "134.55.57.185", - "ifce": "star-cr6:chic-bb-f" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "star-cr6", - "port": "star-cr6:2/1/c31/1", - "addr": "134.55.57.185", - "ifce": "star-cr6:chic-bb-f" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c25/1", - "addr": "134.55.57.184", - "ifce": "chic-cr6:star-bb-f" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c31/1", - "addr": "134.55.57.168", - "ifce": "anl541b-cr6:star-bb-c" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:2/1/c34/1", - "addr": "134.55.57.169", - "ifce": "star-cr6:anl541b-bb-c" - }, - "metrics": { - "MPLS": 15000000 - } - }, - { - "a": { - "device": "star-cr6", - "port": "star-cr6:2/1/c34/1", - "addr": "134.55.57.169", - "ifce": "star-cr6:anl541b-bb-c" - }, - "z": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c31/1", - "addr": "134.55.57.168", - "ifce": "anl541b-cr6:star-bb-c" - }, - "metrics": { - "MPLS": 15000000 - } - }, - { - "a": { - "device": "kans-cr6", - "port": "kans-cr6:1/1/c19/1", - "addr": "134.55.57.41", - "ifce": "kans-cr6:chic-bb-c" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c31/1", - "addr": "134.55.57.40", - "ifce": "chic-cr6:kans-bb-c" - }, - "metrics": { - "MPLS": 770 - } - }, - { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c31/1", - "addr": "134.55.57.40", - "ifce": "chic-cr6:kans-bb-c" - }, - "z": { - "device": "kans-cr6", - "port": "kans-cr6:1/1/c19/1", - "addr": "134.55.57.41", - "ifce": "kans-cr6:chic-bb-c" - }, - "metrics": { - "MPLS": 770 - } - }, - { - "a": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:2/1/c28/1", - "addr": "134.55.56.87", - "ifce": "snlca902-cr6:llnl-bb-h" - }, - "z": { - "device": "llnl-cr6", - "port": "llnl-cr6:2/1/c31/1", - "addr": "134.55.56.86", - "ifce": "llnl-cr6:snlca902-bb-h" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "llnl-cr6", - "port": "llnl-cr6:2/1/c31/1", - "addr": "134.55.56.86", - "ifce": "llnl-cr6:snlca902-bb-h" - }, - "z": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:2/1/c28/1", - "addr": "134.55.56.87", - "ifce": "snlca902-cr6:llnl-bb-h" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:1/1/c31/1", - "addr": "134.55.56.231", - "ifce": "lbnl50-cr6:sacr-bb-d" - }, - "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c31/1", - "addr": "134.55.56.230", - "ifce": "sacr-cr6:lbnl50-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c31/1", - "addr": "134.55.56.230", - "ifce": "sacr-cr6:lbnl50-bb-d" - }, - "z": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:1/1/c31/1", - "addr": "134.55.56.231", - "ifce": "lbnl50-cr6:sacr-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c19/1", - "addr": "134.55.56.246", - "ifce": "newy32aoa-cr6:eqxld8-bb-b" - }, - "z": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:2/1/c19/1", - "addr": "134.55.56.247", - "ifce": "eqxld8-cr6:newy32aoa-bb-b" - }, - "metrics": { - "MPLS": 2028 - } - }, - { - "a": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:2/1/c19/1", - "addr": "134.55.56.247", - "ifce": "eqxld8-cr6:newy32aoa-bb-b" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c19/1", - "addr": "134.55.56.246", - "ifce": "newy32aoa-cr6:eqxld8-bb-b" - }, - "metrics": { - "MPLS": 2028 - } - }, - { - "a": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c25/1", - "addr": "134.55.56.215", - "ifce": "wash-cr6:newy32aoa-bb-f" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c19/1", - "addr": "134.55.56.214", - "ifce": "newy32aoa-cr6:wash-bb-f" - }, - "metrics": { - "MPLS": 730 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c19/1", - "addr": "134.55.56.214", - "ifce": "newy32aoa-cr6:wash-bb-f" - }, - "z": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c25/1", - "addr": "134.55.56.215", - "ifce": "wash-cr6:newy32aoa-bb-f" - }, - "metrics": { - "MPLS": 730 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c22/1", - "addr": "134.55.56.151", - "ifce": "newy32aoa-cr6:newy1118th-bb-h" - }, - "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c22/1", - "addr": "134.55.56.150", - "ifce": "newy1118th-cr6:newy32aoa-bb-h" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c22/1", - "addr": "134.55.56.150", - "ifce": "newy1118th-cr6:newy32aoa-bb-h" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c22/1", - "addr": "134.55.56.151", - "ifce": "newy32aoa-cr6:newy1118th-bb-h" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:2/1/c28/1", - "addr": "134.55.56.166", - "ifce": "lbnl59-cr6:lbnl50-bb-c" - }, - "z": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:2/1/c34/1", - "addr": "134.55.56.167", - "ifce": "lbnl50-cr6:lbnl59-bb-c" - }, - "metrics": { - "MPLS": 710 - } + "urn": "slac50s-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.194", + "reservableVlans": [], + "location": "SLAC50S", + "locationId": 488, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "slac50s-cr6:1/1/c1/1", + "tags": [ + "slac50s-cr6---SLAC::conn-h:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 315, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 313 + } + ], + "esdbEquipmentInterfaceId": 13677, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:1/1/c19/1", + "tags": [ + "slac50s-cr6---SLAC::conn-j:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 13701, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "slac50s-cr6:1/1/c2/1", + "tags": [ + "slac50s-cr6---SLAC::conn-f:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1137, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 1133 + }, + { + "floor": 1135, + "ceiling": 1135 + } + ], + "esdbEquipmentInterfaceId": 13678, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:1/1/c28/1", + "tags": [ + "slac50s-cr6---slac50n-cr6:bbl-8de1a60d::ESNET-Z10931:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13704, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:1/1/c31/1", + "tags": [ + "slac50s-cr6---sunn-cr6:bbl-2d106b69::ESNET-Z10874:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13705, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:1/1/c34/1", + "tags": [ + "slac50s-cr6---slac50n-cr6:bbl-8de1a60d::ESNET-Z07207:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13706, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:1/1/c8/1", + "tags": [ + "slac50s-cr6---slac50s-ht1:ht-e498952e:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13684, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:1/1/c9/1", + "tags": [ + "slac50s-cr6---slac50s-ht1:ht-e498952e:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13685, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:2/1/c14/1", + "tags": [ + "slac50s-cr6---slac50s-ps:pt-26ba00cf:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2222, + "ceiling": 4095 + }, + { + "floor": 1112, + "ceiling": 2220 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 13720, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:2/1/c28/1", + "tags": [ + "slac50s-cr6---sunn-cr6:bbl-2d106b69::ESNET-Z13471:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13734, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:2/1/c31/1", + "tags": [ + "slac50s-cr6---sunn-cr6:bbl-2d106b69::ESNET-Z10877:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13735, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:2/1/c34/1", + "tags": [ + "slac50s-cr6---slac50n-cr6:bbl-8de1a60d::ESNET-Z10934:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13736, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:2/1/c8/1", + "tags": [ + "slac50s-cr6---slac50s-ht2:ht-d6513644:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13714, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:2/1/c9/1", + "tags": [ + "slac50s-cr6---slac50s-ht2:ht-d6513644:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13715, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:lag-20", + "tags": [ + "slac50s-cr6---slac50s-mpr1:mgt-1f7e071c:lag-20:ESNET-Z08632:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 1111, + "ceiling": 2219 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 2221, + "ceiling": 4095 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 14949, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:lag-400", + "tags": [ + "slac50s-cr6---slac50s-ht1:ht-e498952e:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 404, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 + } + ], + "esdbEquipmentInterfaceId": 25750, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:lag-401", + "tags": [ + "slac50s-cr6---slac50s-ht2:ht-d6513644:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 399 + }, + { + "floor": 402, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 25751, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1709, + "orchSubscriptionId": null }, { - "a": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:2/1/c34/1", - "addr": "134.55.56.167", - "ifce": "lbnl50-cr6:lbnl59-bb-c" - }, - "z": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:2/1/c28/1", - "addr": "134.55.56.166", - "ifce": "lbnl59-cr6:lbnl50-bb-c" - }, - "metrics": { - "MPLS": 710 - } + "urn": "snlca902-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.245", + "reservableVlans": [], + "location": "SNLCA902", + "locationId": 655, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "snlca902-cr6:1/1/c17/2", + "tags": [ + "snlca902-cr6---LLNL::conn-g:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 26979, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "snlca902-cr6:1/1/c17/3", + "tags": [ + "snlca902-cr6---LLNL::conn-r:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 1127, + "ceiling": 4095 + }, + { + "floor": 1121, + "ceiling": 1125 + }, + { + "floor": 2, + "ceiling": 1119 + } + ], + "esdbEquipmentInterfaceId": 26980, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:1/1/c28/1", + "tags": [ + "snlca902-cr6---llnl-cr6:bbl-11d45c84::ESNET-Z14863:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 26989, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:1/1/c3/1", + "tags": [ + "snlca902-cr6---SNLL::conn-f:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1153, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 1148 + }, + { + "floor": 1151, + "ceiling": 1151 + } + ], + "esdbEquipmentInterfaceId": 26964, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:1/1/c31/1", + "tags": [ + "snlca902-cr6---sacr-cr6:bbl-031bb467::ESNET-Z14796:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 26990, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:1/1/c34/1", + "tags": [ + "snlca902-cr6---sacr-cr6:bbl-031bb467::ESNET-Z14865:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 26991, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:1/1/c8/1", + "tags": [ + "snlca902-cr6---snlca902-ht1:ht-63469d5b:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 26969, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:1/1/c9/1", + "tags": [ + "snlca902-cr6---snlca902-ht1:ht-63469d5b:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 26970, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c14/1", + "tags": [ + "snlca902-cr6---snlca902-ps:pt-0d7b3275:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 27005, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c2/1", + "tags": [ + "snlca902-cr6---LLNL::conn-s:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 83 + }, + { + "floor": 85, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 26993, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c28/1", + "tags": [ + "snlca902-cr6---llnl-cr6:bbl-11d45c84::ESNET-Z14864:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 27019, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c3/1", + "tags": [ + "snlca902-cr6---LLNL::conn-u:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 163 + }, + { + "floor": 165, + "ceiling": 165 + }, + { + "floor": 167, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 26994, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c31/1", + "tags": [ + "snlca902-cr6---sacr-cr6:bbl-031bb467::ESNET-Z14808:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 27020, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c34/1", + "tags": [ + "snlca902-cr6---llnl-cr6:bbl-11d45c84::ESNET-Z14409:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 26915, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c8/1", + "tags": [ + "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 26999, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c9/1", + "tags": [ + "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 27000, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:lag-20", + "tags": [ + "snlca902-cr6---snlca902-mpr1:mgt-4676179b:lag-20:ESNET-Z14407:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 26913, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:lag-400", + "tags": [ + "snlca902-cr6---snlca902-ht1:ht-63469d5b:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 27082, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:lag-401", + "tags": [ + "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 399 + }, + { + "floor": 402, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 27083, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2430, + "orchSubscriptionId": null }, { - "a": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:2/1/c28/1", - "addr": "134.55.56.183", - "ifce": "lbnl50-cr6:sacr-bb-e" - }, - "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c31/1", - "addr": "134.55.56.182", - "ifce": "sacr-cr6:lbnl50-bb-e" - }, - "metrics": { - "MPLS": 710 - } + "urn": "snlnm-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.228", + "reservableVlans": [], + "location": "SNLNM", + "locationId": 631, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "snlnm-cr6:1/1/c1/1", + "tags": [ + "snlnm-cr6---albq-cr6:bbl-29a8c47f::ESNET-Z18048:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22373, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:1/1/c13/2", + "tags": [ + "snlnm-cr6---SNLA::conn-g:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 22378, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "snlnm-cr6:1/1/c13/4", + "tags": [ + "snlnm-cr6---DOENET-ALBQ::conn-c:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 29 + }, + { + "floor": 31, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22380, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:1/1/c7/1", + "tags": [ + "snlnm-cr6---albq-cr6:bbl-77a810bc::ESNET-Z16314:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22375, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:1/1/c8/1", + "tags": [ + "snlnm-cr6---DOE-IN-SNLNM::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22376, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:2/1/c1/1", + "tags": [ + "snlnm-cr6---albq-cr6:bbl-29a8c47f::ESNET-Z18049:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22385, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:2/1/c13/2", + "tags": [ + "snlnm-cr6---albq-cr6:bbl-77a810bc::ESNET-Z13338:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22390, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:2/1/c13/4", + "tags": [ + "snlnm-cr6---SNLA::conn-h:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 22392, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "snlnm-cr6:2/1/c14/1", + "tags": [ + "snlnm-cr6---snlnm-ps:pt-daf5227c:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 22393, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:lag-2", + "tags": [ + "snlnm-cr6---SNLA::conn-k:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 1160, + "ceiling": 4095 + }, + { + "floor": 1152, + "ceiling": 1154 + }, + { + "floor": 1156, + "ceiling": 1158 + }, + { + "floor": 2, + "ceiling": 1150 + } + ], + "esdbEquipmentInterfaceId": 30487, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:lag-20", + "tags": [ + "snlnm-cr6---snlnm-mpr1:mgt-7031e838:lag-20:ESNET-Z11291:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 1111, + "ceiling": 1997 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 2000, + "ceiling": 4095 + }, + { + "floor": 967, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 22397, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2027, + "orchSubscriptionId": null }, { - "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c31/1", - "addr": "134.55.56.182", - "ifce": "sacr-cr6:lbnl50-bb-e" - }, - "z": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:2/1/c28/1", - "addr": "134.55.56.183", - "ifce": "lbnl50-cr6:sacr-bb-e" - }, - "metrics": { - "MPLS": 710 - } + "urn": "srs702a-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.229", + "reservableVlans": [], + "location": "SRS702A", + "locationId": 632, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "srs702a-cr6:1/1/c1/1", + "tags": [ + "srs702a-cr6---srs70344a-cr6:bbl-89da058b::ESNET-Z11678:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22404, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs702a-cr6:1/1/c13/2", + "tags": [ + "srs702a-cr6---nash-cr6:bbl-ce66b716::ESNET-Z11679:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22409, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs702a-cr6:1/1/c13/4", + "tags": [ + "srs702a-cr6---SRS::conn-o:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 22411, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "srs702a-cr6:1/1/c2/1", + "tags": [ + "srs702a-cr6---SRS::conn-f:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 663 + }, + { + "floor": 666, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22405, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs702a-cr6:1/1/c7/1", + "tags": [ + "srs702a-cr6---SRS::conn-p:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 666 + }, + { + "floor": 668, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22406, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs702a-cr6:lag-20", + "tags": [ + "srs702a-cr6---srs702a-mpr1:mgt-0cf0863e:lag-20:ESNET-Z11294:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22428, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2028, + "orchSubscriptionId": null }, { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c14/1", - "addr": "134.55.56.118", - "ifce": "chic-cr6:star-bb-d" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:1/1/c6/1", - "addr": "134.55.56.119", - "ifce": "star-cr6:chic-bb-d" - }, - "metrics": { - "MPLS": 15000000 - } + "urn": "srs70344a-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.230", + "reservableVlans": [], + "location": "SRS70344A", + "locationId": 633, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "srs70344a-cr6:1/1/c1/1", + "tags": [ + "srs70344a-cr6---srs702a-cr6:bbl-89da058b::ESNET-Z11678:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22435, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs70344a-cr6:1/1/c13/2", + "tags": [ + "srs70344a-cr6---SRS::conn-d:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 664, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 661 + } + ], + "esdbEquipmentInterfaceId": 22440, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs70344a-cr6:1/1/c13/4", + "tags": [ + "srs70344a-cr6---SRS::conn-n:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 22442, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "srs70344a-cr6:1/1/c7/1", + "tags": [ + "srs70344a-cr6---SRS::conn-q:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 667, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 665 + } + ], + "esdbEquipmentInterfaceId": 22437, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs70344a-cr6:2/1/c13/2", + "tags": [ + "srs70344a-cr6---atla-cr6:bbl-9e92de02::ESNET-Z11677:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22452, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs70344a-cr6:lag-20", + "tags": [ + "srs70344a-cr6---srs70344a-mpr1:mgt-d89e3f24:lag-20:ESNET-Z11297:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 967, + "ceiling": 4095 + }, + { + "floor": 11, + "ceiling": 965 + }, + { + "floor": 2, + "ceiling": 9 + } + ], + "esdbEquipmentInterfaceId": 22459, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2029, + "orchSubscriptionId": null }, { - "a": { - "device": "star-cr6", - "port": "star-cr6:1/1/c6/1", - "addr": "134.55.56.119", - "ifce": "star-cr6:chic-bb-d" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c14/1", - "addr": "134.55.56.118", - "ifce": "chic-cr6:star-bb-d" - }, - "metrics": { - "MPLS": 15000000 - } + "urn": "star-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.166", + "reservableVlans": [], + "location": "STAR", + "locationId": 259, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "star-cr6:1/1/c17/2", + "tags": [ + "star-cr6---ASGC::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 11894, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "star-cr6:1/1/c19/1", + "tags": [ + "star-cr6---chic-cr6:bbl-52330e01::ESNET-Z11681:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11901, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:1/1/c22/1", + "tags": [ + "star-cr6---eqxch2-cr6:bbl-15248511::ESNET-Z10284:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11902, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:1/1/c28/1", + "tags": [ + "star-cr6---eqxch2-cr6:bbl-15248511::ESNET-Z10799:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11904, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:1/1/c31/1", + "tags": [ + "star-cr6---chic-cr6:bbl-52330e01::ESNET-Z10775:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11905, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:1/1/c34/1", + "tags": [ + "star-cr6---anl541b-cr6:bbl-acd4c1da::ESNET-Z10709:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11906, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:1/1/c6/1", + "tags": [ + "star-cr6---chic-cr6:bbl-35f4b07b::ESNET-Z09682:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11882, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:1/1/c8/1", + "tags": [ + "star-cr6---star-ht1:ht-6f6e9f97:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 11884, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c12/1", + "tags": [ + "star-cr6---star-dtn1:dtn-6cd9c934:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 913, + "ceiling": 915 + }, + { + "floor": 2, + "ceiling": 911 + }, + { + "floor": 917, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11918, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c14/1", + "tags": [ + "star-cr6---star-ps:pt-6655e338:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 11920, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c15/1", + "tags": [ + "star-cr6---frib-cr6b:bbl-e31aae12::ESNET-Z10944:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11921, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c17/3", + "tags": [ + "star-cr6---FABRIC::conn-p:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 1009 + }, + { + "floor": 1011, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11925, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c19/1", + "tags": [ + "star-cr6---TESTBED::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11931, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c22/1", + "tags": [ + "star-cr6---anl541b-cr6:bbl-acd4c1da::ESNET-Z12165:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11932, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c28/1", + "tags": [ + "star-cr6---eqxch2-cr6:bbl-15248511::ESNET-Z10802:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11934, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c29/1", + "tags": [ + "star-cr6---eqxch2-cr6:bbl-15248511::ESNET-Z17935:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 30460, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c31/1", + "tags": [ + "star-cr6---chic-cr6:bbl-52330e01::ESNET-Z10778:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11935, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c34/1", + "tags": [ + "star-cr6---anl541b-cr6:bbl-acd4c1da::ESNET-Z10712:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11936, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c35/1", + "tags": [ + "star-cr6---chic-cr6:bbl-52330e01::ESNET-Z17936:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 30462, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c5/1", + "tags": [ + "star-cr6---Starlight::conn-c:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 127, + "ceiling": 131 + }, + { + "floor": 133, + "ceiling": 163 + }, + { + "floor": 181, + "ceiling": 246 + }, + { + "floor": 248, + "ceiling": 263 + }, + { + "floor": 2, + "ceiling": 123 + }, + { + "floor": 1248, + "ceiling": 3729 + }, + { + "floor": 347, + "ceiling": 349 + }, + { + "floor": 165, + "ceiling": 179 + }, + { + "floor": 265, + "ceiling": 268 + }, + { + "floor": 280, + "ceiling": 345 + }, + { + "floor": 3731, + "ceiling": 4095 + }, + { + "floor": 351, + "ceiling": 1246 + }, + { + "floor": 272, + "ceiling": 278 + } + ], + "esdbEquipmentInterfaceId": 11911, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c8/1", + "tags": [ + "star-cr6---star-ht2:ht-9c8f2731:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 11914, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:lag-10", + "tags": [ + "star-cr6---BTAA::conn-w:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, + "reservableVlans": [ + { + "floor": 2622, + "ceiling": 3200 + }, + { + "floor": 2305, + "ceiling": 2306 + }, + { + "floor": 2317, + "ceiling": 2318 + }, + { + "floor": 3213, + "ceiling": 4095 + }, + { + "floor": 3202, + "ceiling": 3208 + }, + { + "floor": 2320, + "ceiling": 2619 + }, + { + "floor": 290, + "ceiling": 296 + }, + { + "floor": 2309, + "ceiling": 2314 + }, + { + "floor": 298, + "ceiling": 307 + }, + { + "floor": 2, + "ceiling": 288 + }, + { + "floor": 309, + "ceiling": 2303 + }, + { + "floor": 3211, + "ceiling": 3211 + } + ], + "esdbEquipmentInterfaceId": 29124, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:lag-20", + "tags": [ + "star-cr6---star-mpr1:mgt-d5a3daaf:lag-20:ESNET-Z08548:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 967, + "ceiling": 1019 + }, + { + "floor": 1111, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 24 + }, + { + "floor": 955, + "ceiling": 965 + }, + { + "floor": 920, + "ceiling": 952 + }, + { + "floor": 26, + "ceiling": 918 + }, + { + "floor": 1021, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 14919, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:lag-400", + "tags": [ + "star-cr6---star-ht1:ht-6f6e9f97:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 408, + "ceiling": 4095 + }, + { + "floor": 404, + "ceiling": 405 + }, + { + "floor": 2, + "ceiling": 399 + } + ], + "esdbEquipmentInterfaceId": 25700, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:lag-401", + "tags": [ + "star-cr6---star-ht2:ht-9c8f2731:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 410, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 + } + ], + "esdbEquipmentInterfaceId": 25701, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1664, + "orchSubscriptionId": null }, { - "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c22/1", - "addr": "134.55.56.103", - "ifce": "eqxch2-cr6:star-bb-c" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:1/1/c22/1", - "addr": "134.55.56.102", - "ifce": "star-cr6:eqxch2-bb-c" - }, - "metrics": { - "MPLS": 710 - } + "urn": "sunn-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.172", + "reservableVlans": [], + "location": "SUNN", + "locationId": 264, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "sunn-cr6:1/1/c1/1", + "tags": [ + "sunn-cr6---LUMEN::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 12199, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "sunn-cr6:1/1/c19/1", + "tags": [ + "sunn-cr6---TESTBED::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12223, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c2/1", + "tags": [ + "sunn-cr6---PWAVE-SUNN::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 142, + "ceiling": 703 + }, + { + "floor": 781, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 139 + }, + { + "floor": 705, + "ceiling": 779 + } + ], + "esdbEquipmentInterfaceId": 12200, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c22/1", + "tags": [ + "sunn-cr6---losa-cr6:bbl-025391c0::ESNET-Z13640:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12224, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c25/1", + "tags": [ + "sunn-cr6---eqxsv5-cr6:bbl-d719d8b6::ESNET-Z11725:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12225, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c28/1", + "tags": [ + "sunn-cr6---slac50s-cr6:bbl-2d106b69::ESNET-Z10874:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12226, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c3/1", + "tags": [ + "sunn-cr6---Internet2::conn-e:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 313, + "ceiling": 1236 + }, + { + "floor": 1239, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 311 + } + ], + "esdbEquipmentInterfaceId": 12201, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c31/1", + "tags": [ + "sunn-cr6---llnl-cr6:bbl-7eb16d2a::ESNET-Z10847:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12227, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c34/1", + "tags": [ + "sunn-cr6---eqxsv5-cr6:bbl-d719d8b6::ESNET-Z10817:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12228, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c6/1", + "tags": [ + "sunn-cr6---PacketFabric::conn-j:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12204, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c8/1", + "tags": [ + "sunn-cr6---sunn-ht1:ht-aee50207:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12206, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c9/1", + "tags": [ + "sunn-cr6---sunn-ht1:ht-aee50207:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12207, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c1/1", + "tags": [ + "sunn-cr6---CENIC::conn-i:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12229, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c10/1", + "tags": [ + "sunn-cr6---NREN::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2494, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 2492 + } + ], + "esdbEquipmentInterfaceId": 12238, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c14/1", + "tags": [ + "sunn-cr6---sunn-ps:pt-b77d8487:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 12242, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c16/1", + "tags": [ + "sunn-cr6---ESNET-SERVICES::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 50, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 48 + } + ], + "esdbEquipmentInterfaceId": 12244, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c19/1", + "tags": [ + "sunn-cr6---slac50s-cr6:bbl-2d106b69::ESNET-Z13471:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12253, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c22/1", + "tags": [ + "sunn-cr6---llnl-cr6:bbl-7eb16d2a::ESNET-Z13470:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12254, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c25/1", + "tags": [ + "sunn-cr6---eqxsv5-cr6:bbl-d719d8b6::ESNET-Z10820:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12255, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c28/1", + "tags": [ + "sunn-cr6---slac50s-cr6:bbl-2d106b69::ESNET-Z10877:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12256, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c31/1", + "tags": [ + "sunn-cr6---losa-cr6:bbl-025391c0::ESNET-Z10853:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12257, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c34/1", + "tags": [ + "sunn-cr6---llnl-cr6:bbl-7eb16d2a::ESNET-Z10844:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12258, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c4/1", + "tags": [ + "sunn-cr6---losa-cr6:bbl-025391c0::ESNET-Z18158:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12232, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c8/1", + "tags": [ + "sunn-cr6---sunn-ht2:ht-09799b67:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12236, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c9/1", + "tags": [ + "sunn-cr6---sunn-dtn1:dtn-e74ec557:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 913, + "ceiling": 915 + }, + { + "floor": 2, + "ceiling": 911 + }, + { + "floor": 917, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12237, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:lag-20", + "tags": [ + "sunn-cr6---sunn-mpr1:mgt-f839e37c:lag-20:ESNET-Z08584:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 14933, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:lag-400", + "tags": [ + "sunn-cr6---sunn-ht1:ht-aee50207:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 408, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 + } + ], + "esdbEquipmentInterfaceId": 24399, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:lag-401", + "tags": [ + "sunn-cr6---sunn-ht2:ht-09799b67:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 410, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 + } + ], + "esdbEquipmentInterfaceId": 26880, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1673, + "orchSubscriptionId": null }, { - "a": { - "device": "star-cr6", - "port": "star-cr6:1/1/c22/1", - "addr": "134.55.56.102", - "ifce": "star-cr6:eqxch2-bb-c" - }, - "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c22/1", - "addr": "134.55.56.103", - "ifce": "eqxch2-cr6:star-bb-c" - }, - "metrics": { - "MPLS": 710 - } + "urn": "wash-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.175", + "reservableVlans": [], + "location": "WASH", + "locationId": 267, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "wash-cr6:1/1/c1/1", + "tags": [ + "wash-cr6---ornl5600-cr6:bbl-7d976214::ESNET-Z12523:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12395, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c15/1", + "tags": [ + "wash-cr6---wash-bert1:bert-bf17541c:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4011, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4009 + } + ], + "esdbEquipmentInterfaceId": 12409, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c17/2", + "tags": [ + "wash-cr6---wash-pt1:throughput:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12412, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c17/3", + "tags": [ + "wash-cr6---Alef::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 99 + }, + { + "floor": 101, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12413, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c17/4", + "tags": [ + "wash-cr6---lhcone-wash-opt1:throughput:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12414, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c2/1", + "tags": [ + "wash-cr6---pppl-cr6:bbl-8c7c2df9::ESNET-Z12583:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12396, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c22/1", + "tags": [ + "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z15048:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12420, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c25/1", + "tags": [ + "wash-cr6---eqxdc4-cr6:bbl-a7031f25::ESNET-Z13638:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12421, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c28/1", + "tags": [ + "wash-cr6---newy32aoa-cr6:bbl-324fb434::ESNET-Z10862:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12422, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c3/1", + "tags": [ + "wash-cr6---NOAA::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 1299 + }, + { + "floor": 1301, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12397, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c31/1", + "tags": [ + "wash-cr6---eqxdc4-cr6:bbl-a7031f25::ESNET-Z10811:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12423, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c34/1", + "tags": [ + "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z10724:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12424, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c4/1", + "tags": [ + "wash-cr6---DOE-NNSA-MANA::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1995, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 1993 + } + ], + "esdbEquipmentInterfaceId": 12398, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c5/1", + "tags": [ + "wash-cr6---cern513-cr6:bbl-087d55e0::ESNET-Z11848:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12399, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c8/1", + "tags": [ + "wash-cr6---wash-ht1:ht-66244c7a:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12402, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c9/1", + "tags": [ + "wash-cr6---wash-ht1:ht-66244c7a:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12403, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c14/1", + "tags": [ + "wash-cr6---wash-ps:pt-2d41a602:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 12438, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c15/1", + "tags": [ + "wash-cr6---wash-bert1:bert-bf17541c:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4011, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4009 + } + ], + "esdbEquipmentInterfaceId": 12439, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c17/2", + "tags": [ + "wash-cr6---forrestal-cr6:bbl-bcd15892::ESNET-Z13460:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12442, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c17/3", + "tags": [ + "wash-cr6---FABRIC::conn-c:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 1009 + }, + { + "floor": 1011, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12443, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c17/4", + "tags": [ + "wash-cr6---VA::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 1000, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 998 + } + ], + "esdbEquipmentInterfaceId": 12444, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c22/1", + "tags": [ + "wash-cr6---newy32aoa-cr6:bbl-324fb434::ESNET-Z16839:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12450, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c25/1", + "tags": [ + "wash-cr6---newy32aoa-cr6:bbl-324fb434::ESNET-Z14060:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12451, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c28/1", + "tags": [ + "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z10886:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12452, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c31/1", + "tags": [ + "wash-cr6---eqxdc4-cr6:bbl-a7031f25::ESNET-Z10814:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12453, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c34/1", + "tags": [ + "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z10727:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12454, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c4/1", + "tags": [ + "wash-cr6---PacketFabric::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12428, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c6/1", + "tags": [ + "wash-cr6---wash-dtn1:dtn-361401ea:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 913, + "ceiling": 915 + }, + { + "floor": 2, + "ceiling": 911 + }, + { + "floor": 917, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12430, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c8/1", + "tags": [ + "wash-cr6---wash-ht2:ht-c703e45a:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12432, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c9/1", + "tags": [ + "wash-cr6---wash-ht2:ht-c703e45a:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12433, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:lag-20", + "tags": [ + "wash-cr6---wash-mpr1:mgt-5609819e:lag-20:ESNET-Z08602:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 2321, + "ceiling": 4095 + }, + { + "floor": 1111, + "ceiling": 2301 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 2311, + "ceiling": 2319 + }, + { + "floor": 968, + "ceiling": 1019 + }, + { + "floor": 2304, + "ceiling": 2309 + }, + { + "floor": 1021, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 14939, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:lag-400", + "tags": [ + "wash-cr6---wash-ht1:ht-66244c7a:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 414, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 + } + ], + "esdbEquipmentInterfaceId": 25732, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:lag-401", + "tags": [ + "wash-cr6---wash-ht2:ht-c703e45a:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 399 + }, + { + "floor": 402, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 25733, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:lag-50", + "tags": [ + "wash-cr6---WIX::conn-d:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 1202, + "ceiling": 2001 + }, + { + "floor": 2003, + "ceiling": 2009 + }, + { + "floor": 2014, + "ceiling": 2308 + }, + { + "floor": 2, + "ceiling": 122 + }, + { + "floor": 197, + "ceiling": 202 + }, + { + "floor": 3731, + "ceiling": 4095 + }, + { + "floor": 2313, + "ceiling": 3629 + }, + { + "floor": 204, + "ceiling": 1199 + }, + { + "floor": 3631, + "ceiling": 3729 + }, + { + "floor": 124, + "ceiling": 193 + }, + { + "floor": 2011, + "ceiling": 2012 + } + ], + "esdbEquipmentInterfaceId": 27723, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1680, + "orchSubscriptionId": null }, { - "a": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:1/1/c34/1", - "addr": "134.55.56.39", - "ifce": "slac50n-cr6:slac50s-bb-a" - }, - "z": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:1/1/c34/1", - "addr": "134.55.56.38", - "ifce": "slac50s-cr6:slac50n-bb-a" - }, - "metrics": { - "MPLS": 710 - } + "urn": "y12-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.218", + "reservableVlans": [], + "location": "Y12", + "locationId": 615, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "y12-cr6:1/1/c1/1", + "tags": [ + "y12-cr6---ornl1064-cr6:bbl-f80790be::ESNET-Z12544:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 16790, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12-cr6:1/1/c13/2", + "tags": [ + "y12-cr6---Y12::conn-e:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 2179 + }, + { + "floor": 2181, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 16795, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12-cr6:1/1/c2/1", + "tags": [ + "y12-cr6---y12co-cr6:bbl-f5643804::ESNET-Z17979:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 16791, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12-cr6:2/1/c14/1", + "tags": [ + "y12-cr6---y12-ps:pt-1fcea296:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 16810, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12-cr6:lag-12", + "tags": [ + "y12-cr6---Y12::conn-h:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 27058, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12-cr6:lag-20", + "tags": [ + "y12-cr6---y12-mpr1:mgt-e2a032fb:lag-20:ESNET-Z09181:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 16847, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1843, + "orchSubscriptionId": null }, { - "a": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:1/1/c34/1", - "addr": "134.55.56.38", - "ifce": "slac50s-cr6:slac50n-bb-a" - }, - "z": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:1/1/c34/1", - "addr": "134.55.56.39", - "ifce": "slac50n-cr6:slac50s-bb-a" - }, - "metrics": { - "MPLS": 710 - } - }, + "urn": "y12co-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.64", + "reservableVlans": [], + "location": "Y12co", + "locationId": 679, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "y12co-cr6:1/1/c2/1", + "tags": [ + "y12co-cr6---y12-cr6:bbl-f5643804::ESNET-Z17979:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 30329, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12co-cr6:1/1/c22/1", + "tags": [ + "y12co-cr6---ornl5600-cr6:bbl-697017cc::ESNET-Z17887:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 30349, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12co-cr6:2/1/c14/1", + "tags": [ + "y12co-cr6---y12co-ps:pt-6e5f97a6:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 30367, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12co-cr6:2/1/c7/1", + "tags": [ + "y12co-cr6---orau-cr6:bbl-1c47df6d::ESNET-Z17927:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 30360, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12co-cr6:lag-20", + "tags": [ + "y12co-cr6---y12co-mpr1:mgt-721d72b2:lag-20:ESNET-Z17888:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 30380, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2862, + "orchSubscriptionId": null + } + ], + "problems": [], + "adjcies": [ { "a": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c28/1", - "addr": "134.55.56.22", - "ifce": "losa-cr6:sunn-bb-c" + "device": "netlpgh-cr6", + "port": "netlpgh-cr6:1/1/c13/2", + "addr": "134.55.58.86", + "ifce": "eqxdc4-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c22/1", - "addr": "134.55.56.23", - "ifce": "sunn-cr6:losa-bb-c" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:2/1/c17/2", + "addr": "134.55.58.87", + "ifce": "netlpgh-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 500050 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c22/1", - "addr": "134.55.56.23", - "ifce": "sunn-cr6:losa-bb-c" + "device": "bost-cr6", + "port": "bost-cr6:1/1/c31/1", + "addr": "134.55.56.254", + "ifce": "newy325hudson-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c28/1", - "addr": "134.55.56.22", - "ifce": "losa-cr6:sunn-bb-c" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:2/1/c22/1", + "addr": "134.55.56.255", + "ifce": "bost-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 750 - } - }, - { - "a": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:1/1/c4/1", - "addr": "134.55.56.55", - "ifce": "eqxld8-cr6:newy1118th-bb-a" }, - "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c5/1", - "addr": "134.55.56.54", - "ifce": "newy1118th-cr6:eqxld8-bb-a" - }, - "metrics": { - "MPLS": 2376 - } + "orchSubscriptionId": null }, { "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c5/1", - "addr": "134.55.56.54", - "ifce": "newy1118th-cr6:eqxld8-bb-a" + "device": "bost-cr6", + "port": "bost-cr6:2/1/c34/1", + "addr": "134.55.57.254", + "ifce": "newy325hudson-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:1/1/c4/1", - "addr": "134.55.56.55", - "ifce": "eqxld8-cr6:newy1118th-bb-a" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:1/1/c28/1", + "addr": "134.55.57.255", + "ifce": "bost-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 2376 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c4/1", - "addr": "134.55.37.21", - "ifce": "newy32aoa-cr6:to_eqxld8-cr6_ip-c" - }, - "z": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:2/1/c1/1", - "addr": "134.55.37.22", - "ifce": "eqxld8-cr6:to_newy32aoa-cr6_ip-c" + "MPLS": 750 }, - "metrics": { - "MPLS": 2028 - } + "orchSubscriptionId": null }, { "a": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:2/1/c1/1", - "addr": "134.55.37.22", - "ifce": "eqxld8-cr6:to_newy32aoa-cr6_ip-c" + "device": "bost-cr6", + "port": "bost-cr6:2/1/c22/1", + "addr": "134.55.57.128", + "ifce": "newy325hudson-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c4/1", - "addr": "134.55.37.21", - "ifce": "newy32aoa-cr6:to_eqxld8-cr6_ip-c" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:2/1/c35/1", + "addr": "134.55.57.129", + "ifce": "bost-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 2028 - } - }, - { - "a": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c17/3", - "addr": "134.55.58.45", - "ifce": "nash-cr6:srs702a-bb-a" - }, - "z": { - "device": "srs702a-cr6", - "port": "srs702a-cr6:1/1/c13/2", - "addr": "134.55.58.44", - "ifce": "srs702a-cr6:nash-bb-a" + "MPLS": 750 }, - "metrics": { - "MPLS": 100100 - } + "orchSubscriptionId": null }, { "a": { - "device": "srs702a-cr6", - "port": "srs702a-cr6:1/1/c13/2", - "addr": "134.55.58.44", - "ifce": "srs702a-cr6:nash-bb-a" + "device": "losa-cr6", + "port": "losa-cr6:2/1/c34/1", + "addr": "134.55.57.114", + "ifce": "sunn-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c17/3", - "addr": "134.55.58.45", - "ifce": "nash-cr6:srs702a-bb-a" + "device": "sunn-cr6", + "port": "sunn-cr6:2/1/c31/1", + "addr": "134.55.57.115", + "ifce": "losa-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100100 - } - }, - { - "a": { - "device": "nrelrsf-cr6", - "port": "nrelrsf-cr6:1/1/c1/1", - "addr": "134.55.58.109", - "ifce": "nrelrsf-cr6:denv-bb-a" - }, - "z": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c3/1", - "addr": "134.55.58.108", - "ifce": "denv-cr6:nrelrsf-bb-a" + "MPLS": 780 }, - "metrics": { - "MPLS": 1010 - } + "orchSubscriptionId": null }, { "a": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c3/1", - "addr": "134.55.58.108", - "ifce": "denv-cr6:nrelrsf-bb-a" + "device": "losa-cr6", + "port": "losa-cr6:1/1/c28/1", + "addr": "134.55.56.22", + "ifce": "sunn-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "nrelrsf-cr6", - "port": "nrelrsf-cr6:1/1/c1/1", - "addr": "134.55.58.109", - "ifce": "nrelrsf-cr6:denv-bb-a" + "device": "sunn-cr6", + "port": "sunn-cr6:1/1/c22/1", + "addr": "134.55.56.23", + "ifce": "losa-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c4/1", - "addr": "134.55.58.125", - "ifce": "ornl5600-cr6:wash-bb-a" - }, - "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c1/1", - "addr": "134.55.58.124", - "ifce": "wash-cr6:ornl5600-bb-a" + "MPLS": 780 }, - "metrics": { - "MPLS": 5150 - } + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c1/1", - "addr": "134.55.58.124", - "ifce": "wash-cr6:ornl5600-bb-a" + "device": "losa-cr6", + "port": "losa-cr6:1/1/c19/1", + "addr": "134.55.58.106", + "ifce": "sunn-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c4/1", - "addr": "134.55.58.125", - "ifce": "ornl5600-cr6:wash-bb-a" + "device": "sunn-cr6", + "port": "sunn-cr6:2/1/c4/1", + "addr": "134.55.58.107", + "ifce": "losa-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 5150 - } - }, - { - "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c28/1", - "addr": "134.55.58.29", - "ifce": "newy1118th-cr6:bost-bb-c" - }, - "z": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c34/1", - "addr": "134.55.58.28", - "ifce": "bost-cr6:newy1118th-bb-c" + "MPLS": 780 }, - "metrics": { - "MPLS": 710 - } + "orchSubscriptionId": null }, { "a": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c34/1", - "addr": "134.55.58.28", - "ifce": "bost-cr6:newy1118th-bb-c" + "device": "eqxda3-cr6", + "port": "eqxda3-cr6:1/1/c31/1", + "addr": "134.55.57.122", + "ifce": "hous-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c28/1", - "addr": "134.55.58.29", - "ifce": "newy1118th-cr6:bost-bb-c" + "device": "hous-cr6", + "port": "hous-cr6:1/1/c28/1", + "addr": "134.55.57.123", + "ifce": "eqxda3-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c25/1", - "addr": "134.55.57.27", - "ifce": "losa-cr6:lasv-bb-c" + "device": "eqxda3-cr6", + "port": "eqxda3-cr6:1/1/c34/1", + "addr": "134.55.57.170", + "ifce": "hous-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "lasv-cr6", - "port": "lasv-cr6:2/1/c34/1", - "addr": "134.55.57.26", - "ifce": "lasv-cr6:losa-bb-c" + "device": "hous-cr6", + "port": "hous-cr6:2/1/c34/1", + "addr": "134.55.57.171", + "ifce": "eqxda3-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lasv-cr6", - "port": "lasv-cr6:2/1/c34/1", - "addr": "134.55.57.26", - "ifce": "lasv-cr6:losa-bb-c" + "device": "eqxda3-cr6", + "port": "eqxda3-cr6:2/1/c28/1", + "addr": "134.55.57.126", + "ifce": "hous-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c25/1", - "addr": "134.55.57.27", - "ifce": "losa-cr6:lasv-bb-c" + "device": "hous-cr6", + "port": "hous-cr6:1/1/c22/1", + "addr": "134.55.57.127", + "ifce": "eqxda3-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { "device": "sacr-cr6", "port": "sacr-cr6:1/1/c28/1", "addr": "134.55.57.10", - "ifce": "sacr-cr6:snlca902-bb-a" + "ifce": "snlca902-bb-a", + "orchSubscriptionId": null }, "z": { "device": "snlca902-cr6", "port": "snlca902-cr6:1/1/c31/1", "addr": "134.55.57.11", - "ifce": "snlca902-cr6:sacr-bb-a" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:1/1/c31/1", - "addr": "134.55.57.11", - "ifce": "snlca902-cr6:sacr-bb-a" - }, - "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c28/1", - "addr": "134.55.57.10", - "ifce": "sacr-cr6:snlca902-bb-a" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:1/1/c31/1", - "addr": "134.55.58.92", - "ifce": "pnnlemsl-cr6:seat-bb-a" - }, - "z": { - "device": "seat-cr6", - "port": "seat-cr6:2/1/c31/1", - "addr": "134.55.58.93", - "ifce": "seat-cr6:pnnlemsl-bb-a" + "ifce": "sacr-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } - }, - { - "a": { - "device": "seat-cr6", - "port": "seat-cr6:2/1/c31/1", - "addr": "134.55.58.93", - "ifce": "seat-cr6:pnnlemsl-bb-a" - }, - "z": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:1/1/c31/1", - "addr": "134.55.58.92", - "ifce": "pnnlemsl-cr6:seat-bb-a" }, - "metrics": { - "MPLS": 710 - } + "orchSubscriptionId": null }, { "a": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:2/1/c28/1", - "addr": "134.55.58.141", - "ifce": "slac50n-cr6:lbnl59-bb-d" + "device": "sacr-cr6", + "port": "sacr-cr6:1/1/c22/1", + "addr": "134.55.56.84", + "ifce": "snlca902-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c28/1", - "addr": "134.55.58.140", - "ifce": "lbnl59-cr6:slac50n-bb-d" + "device": "snlca902-cr6", + "port": "snlca902-cr6:2/1/c31/1", + "addr": "134.55.56.85", + "ifce": "sacr-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } - }, - { - "a": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c28/1", - "addr": "134.55.58.140", - "ifce": "lbnl59-cr6:slac50n-bb-d" - }, - "z": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:2/1/c28/1", - "addr": "134.55.58.141", - "ifce": "slac50n-cr6:lbnl59-bb-d" }, - "metrics": { - "MPLS": 710 - } + "orchSubscriptionId": null }, { "a": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c5/1", - "addr": "134.55.58.157", - "ifce": "kans-cr6:kcnsc-bb-a" + "device": "sacr-cr6", + "port": "sacr-cr6:2/1/c34/1", + "addr": "134.55.56.10", + "ifce": "snlca902-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "kcnsc-cr6", - "port": "kcnsc-cr6:1/1/c1/1", - "addr": "134.55.58.156", - "ifce": "kcnsc-cr6:kans-bb-a" + "device": "snlca902-cr6", + "port": "snlca902-cr6:1/1/c34/1", + "addr": "134.55.56.11", + "ifce": "sacr-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 15000000 + }, + "orchSubscriptionId": null }, { "a": { - "device": "kcnsc-cr6", - "port": "kcnsc-cr6:1/1/c1/1", - "addr": "134.55.58.156", - "ifce": "kcnsc-cr6:kans-bb-a" + "device": "eqxda3-cr6", + "port": "eqxda3-cr6:2/1/c34/1", + "addr": "134.55.57.158", + "ifce": "kans-bb-b", + "orchSubscriptionId": null }, "z": { "device": "kans-cr6", - "port": "kans-cr6:2/1/c5/1", - "addr": "134.55.58.157", - "ifce": "kans-cr6:kcnsc-bb-a" + "port": "kans-cr6:2/1/c34/1", + "addr": "134.55.57.159", + "ifce": "eqxda3-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 770 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern773-cr6", - "port": "cern773-cr6:1/1/c7/1", - "addr": "134.55.58.60", - "ifce": "cern773-cr6:cern513-bb-a" + "device": "eqxda3-cr6", + "port": "eqxda3-cr6:2/1/c31/1", + "addr": "134.55.56.34", + "ifce": "kans-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c7/1", - "addr": "134.55.58.61", - "ifce": "cern513-cr6:cern773-bb-a" + "device": "kans-cr6", + "port": "kans-cr6:2/1/c25/1", + "addr": "134.55.56.35", + "ifce": "eqxda3-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 770 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c7/1", - "addr": "134.55.58.61", - "ifce": "cern513-cr6:cern773-bb-a" + "device": "eqxda3-cr6", + "port": "eqxda3-cr6:1/1/c28/1", + "addr": "134.55.56.94", + "ifce": "kans-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "cern773-cr6", - "port": "cern773-cr6:1/1/c7/1", - "addr": "134.55.58.60", - "ifce": "cern773-cr6:cern513-bb-a" + "device": "kans-cr6", + "port": "kans-cr6:1/1/c34/1", + "addr": "134.55.56.95", + "ifce": "eqxda3-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 770 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c34/1", - "addr": "134.55.57.218", - "ifce": "fnalfcc-cr6:fnalgcc-bb-b" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c5/1", + "addr": "134.55.58.146", + "ifce": "cern513-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:1/1/c34/1", - "addr": "134.55.57.219", - "ifce": "fnalgcc-cr6:fnalfcc-bb-b" + "device": "cern513-cr6", + "port": "cern513-cr6:1/1/c4/1", + "addr": "134.55.58.147", + "ifce": "wash-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 2244 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:1/1/c34/1", - "addr": "134.55.57.219", - "ifce": "fnalgcc-cr6:fnalfcc-bb-b" + "device": "seat-cr6", + "port": "seat-cr6:1/1/c31/1", + "addr": "134.55.56.122", + "ifce": "sacr-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c34/1", - "addr": "134.55.57.218", - "ifce": "fnalfcc-cr6:fnalgcc-bb-b" + "device": "sacr-cr6", + "port": "sacr-cr6:1/1/c34/1", + "addr": "134.55.56.123", + "ifce": "seat-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c34/1", - "addr": "134.55.57.202", - "ifce": "bois-cr6:salt-bb-b" + "device": "seat-cr6", + "port": "seat-cr6:1/1/c25/1", + "addr": "134.55.56.176", + "ifce": "sacr-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c34/1", - "addr": "134.55.57.203", - "ifce": "salt-cr6:bois-bb-b" + "device": "sacr-cr6", + "port": "sacr-cr6:2/1/c22/1", + "addr": "134.55.56.177", + "ifce": "seat-bb-e", + "orchSubscriptionId": null }, "metrics": { "MPLS": 750 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c34/1", - "addr": "134.55.57.203", - "ifce": "salt-cr6:bois-bb-b" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c31/1", + "addr": "134.55.57.222", + "ifce": "fnalgcc-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c34/1", - "addr": "134.55.57.202", - "ifce": "bois-cr6:salt-bb-b" + "device": "fnalgcc-cr6", + "port": "fnalgcc-cr6:1/1/c31/1", + "addr": "134.55.57.223", + "ifce": "chic-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { "device": "chic-cr6", - "port": "chic-cr6:2/1/c34/1", - "addr": "134.55.57.187", - "ifce": "chic-cr6:eqxch2-bb-f" + "port": "chic-cr6:2/1/c22/1", + "addr": "134.55.56.50", + "ifce": "fnalgcc-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c28/1", - "addr": "134.55.57.186", - "ifce": "eqxch2-cr6:chic-bb-f" + "device": "fnalgcc-cr6", + "port": "fnalgcc-cr6:2/1/c28/1", + "addr": "134.55.56.51", + "ifce": "chic-bb-d", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c28/1", - "addr": "134.55.57.186", - "ifce": "eqxch2-cr6:chic-bb-f" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c23/1", + "addr": "134.55.57.96", + "ifce": "fnalgcc-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c34/1", - "addr": "134.55.57.187", - "ifce": "chic-cr6:eqxch2-bb-f" + "device": "fnalgcc-cr6", + "port": "fnalgcc-cr6:1/1/c25/1", + "addr": "134.55.57.97", + "ifce": "chic-bb-e", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c31/1", - "addr": "134.55.57.234", - "ifce": "atla-cr6:hous-bb-c" + "device": "denv-cr6", + "port": "denv-cr6:2/1/c17/4", + "addr": "134.55.58.110", + "ifce": "nrelesif-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c34/1", - "addr": "134.55.57.235", - "ifce": "hous-cr6:atla-bb-c" + "device": "nrelesif-cr6", + "port": "nrelesif-cr6:1/1/c13/2", + "addr": "134.55.58.111", + "ifce": "denv-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 810 - } + "MPLS": 100010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c34/1", - "addr": "134.55.57.235", - "ifce": "hous-cr6:atla-bb-c" + "device": "lasv-cr6", + "port": "lasv-cr6:1/1/c1/1", + "addr": "134.55.56.36", + "ifce": "nnss-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c31/1", - "addr": "134.55.57.234", - "ifce": "atla-cr6:hous-bb-c" + "device": "nnss-cr6", + "port": "nnss-cr6:1/1/c1/1", + "addr": "134.55.56.37", + "ifce": "lasv-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 810 - } + "MPLS": 5050 + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl221-cr6", - "port": "anl221-cr6:1/1/c34/1", - "addr": "134.55.57.42", - "ifce": "anl221-cr6:anl541b-bb-b" + "device": "llnl-cr6", + "port": "llnl-cr6:2/1/c34/1", + "addr": "134.55.56.44", + "ifce": "snlca902-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:1/1/c34/1", - "addr": "134.55.57.43", - "ifce": "anl541b-cr6:anl221-bb-b" + "device": "snlca902-cr6", + "port": "snlca902-cr6:2/1/c34/1", + "addr": "134.55.56.45", + "ifce": "llnl-bb-f", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:1/1/c34/1", - "addr": "134.55.57.43", - "ifce": "anl541b-cr6:anl221-bb-b" + "device": "llnl-cr6", + "port": "llnl-cr6:1/1/c31/1", + "addr": "134.55.56.64", + "ifce": "snlca902-bb-g", + "orchSubscriptionId": null }, "z": { - "device": "anl221-cr6", - "port": "anl221-cr6:1/1/c34/1", - "addr": "134.55.57.42", - "ifce": "anl221-cr6:anl541b-bb-b" + "device": "snlca902-cr6", + "port": "snlca902-cr6:1/1/c28/1", + "addr": "134.55.56.65", + "ifce": "llnl-bb-g", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c5/1", - "addr": "134.55.57.58", - "ifce": "atla-cr6:jlab12-bb-a" + "device": "llnl-cr6", + "port": "llnl-cr6:2/1/c31/1", + "addr": "134.55.56.86", + "ifce": "snlca902-bb-h", + "orchSubscriptionId": null }, "z": { - "device": "jlab12-cr6", - "port": "jlab12-cr6:1/1/c2/1", - "addr": "134.55.57.59", - "ifce": "jlab12-cr6:atla-bb-a" + "device": "snlca902-cr6", + "port": "snlca902-cr6:2/1/c28/1", + "addr": "134.55.56.87", + "ifce": "llnl-bb-h", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1040 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "jlab12-cr6", - "port": "jlab12-cr6:1/1/c2/1", - "addr": "134.55.57.59", - "ifce": "jlab12-cr6:atla-bb-a" + "device": "star-cr6", + "port": "star-cr6:1/1/c22/1", + "addr": "134.55.56.102", + "ifce": "eqxch2-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c5/1", - "addr": "134.55.57.58", - "ifce": "atla-cr6:jlab12-bb-a" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:1/1/c22/1", + "addr": "134.55.56.103", + "ifce": "star-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1040 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c28/1", - "addr": "134.55.57.123", - "ifce": "hous-cr6:eqxda3-bb-b" + "device": "star-cr6", + "port": "star-cr6:1/1/c28/1", + "addr": "134.55.57.164", + "ifce": "eqxch2-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:1/1/c31/1", - "addr": "134.55.57.122", - "ifce": "eqxda3-cr6:hous-bb-b" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:1/1/c34/1", + "addr": "134.55.57.165", + "ifce": "star-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:1/1/c31/1", - "addr": "134.55.57.122", - "ifce": "eqxda3-cr6:hous-bb-b" + "device": "star-cr6", + "port": "star-cr6:2/1/c28/1", + "addr": "134.55.57.162", + "ifce": "eqxch2-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c28/1", - "addr": "134.55.57.123", - "ifce": "hous-cr6:eqxda3-bb-b" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c34/1", + "addr": "134.55.57.163", + "ifce": "star-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c34/1", - "addr": "134.55.57.171", - "ifce": "hous-cr6:eqxda3-bb-c" + "device": "star-cr6", + "port": "star-cr6:2/1/c29/1", + "addr": "134.55.58.52", + "ifce": "eqxch2-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:1/1/c34/1", - "addr": "134.55.57.170", - "ifce": "eqxda3-cr6:hous-bb-c" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c35/1", + "addr": "134.55.58.53", + "ifce": "star-bb-f", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:1/1/c34/1", - "addr": "134.55.57.170", - "ifce": "eqxda3-cr6:hous-bb-c" + "device": "bost-cr6", + "port": "bost-cr6:1/1/c34/1", + "addr": "134.55.58.26", + "ifce": "eqxch2-bb-b", + "orchSubscriptionId": null }, - "z": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c34/1", - "addr": "134.55.57.171", - "ifce": "hous-cr6:eqxda3-bb-c" + "z": { + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:1/1/c31/1", + "addr": "134.55.58.27", + "ifce": "bost-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 890 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:1/1/c34/1", - "addr": "134.55.56.104", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-b" + "device": "bost-cr6", + "port": "bost-cr6:2/1/c31/1", + "addr": "134.55.56.170", + "ifce": "eqxch2-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:1/1/c34/1", - "addr": "134.55.56.105", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-b" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:1/1/c19/1", + "addr": "134.55.56.171", + "ifce": "bost-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 890 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:1/1/c34/1", - "addr": "134.55.56.105", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-b" + "device": "bost-cr6", + "port": "bost-cr6:2/1/c28/1", + "addr": "134.55.57.154", + "ifce": "eqxch2-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:1/1/c34/1", - "addr": "134.55.56.104", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-b" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c23/1", + "addr": "134.55.57.155", + "ifce": "bost-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 890 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c34/1", - "addr": "134.55.56.136", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-c" + "device": "denv-cr6", + "port": "denv-cr6:1/1/c3/1", + "addr": "134.55.58.108", + "ifce": "nrelrsf-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c34/1", - "addr": "134.55.56.137", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-c" + "device": "nrelrsf-cr6", + "port": "nrelrsf-cr6:1/1/c1/1", + "addr": "134.55.58.109", + "ifce": "denv-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c34/1", - "addr": "134.55.56.137", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-c" + "device": "bnl515-cr6", + "port": "bnl515-cr6:2/1/c34/1", + "addr": "134.55.56.190", + "ifce": "bnl515b-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c34/1", - "addr": "134.55.56.136", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-c" + "device": "bnl515b-cr6", + "port": "bnl515b-cr6:2/1/c34/1", + "addr": "134.55.56.191", + "ifce": "bnl515-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:1/1/c31/1", - "addr": "134.55.56.200", - "ifce": "eqxam3-cr6:eqxld8-bb-c" + "device": "orau-cr6", + "port": "orau-cr6:2/1/c7/1", + "addr": "134.55.58.48", + "ifce": "y12co-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:2/1/c31/1", - "addr": "134.55.56.201", - "ifce": "eqxld8-cr6:eqxam3-bb-c" + "device": "y12co-cr6", + "port": "y12co-cr6:2/1/c7/1", + "addr": "134.55.58.49", + "ifce": "orau-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:2/1/c31/1", - "addr": "134.55.56.201", - "ifce": "eqxld8-cr6:eqxam3-bb-c" + "device": "frib-cr6b", + "port": "frib-cr6b:1/1/c1/1", + "addr": "134.55.56.144", + "ifce": "frib-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:1/1/c31/1", - "addr": "134.55.56.200", - "ifce": "eqxam3-cr6:eqxld8-bb-c" + "device": "frib-cr6a", + "port": "frib-cr6a:1/1/c1/1", + "addr": "134.55.56.145", + "ifce": "frib-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c19/1", - "addr": "134.55.56.121", - "ifce": "chic-cr6:eqxch2-bb-c" + "device": "frib-cr6b", + "port": "frib-cr6b:2/1/c1/1", + "addr": "134.55.58.36", + "ifce": "frib-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c22/1", - "addr": "134.55.56.120", - "ifce": "eqxch2-cr6:chic-bb-c" + "device": "frib-cr6a", + "port": "frib-cr6a:2/1/c1/1", + "addr": "134.55.58.37", + "ifce": "frib-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c22/1", - "addr": "134.55.56.120", - "ifce": "eqxch2-cr6:chic-bb-c" + "device": "frib-cr6a", + "port": "frib-cr6a:1/1/c2/1", + "addr": "134.55.57.38", + "ifce": "chic-bb-a", + "orchSubscriptionId": null }, "z": { "device": "chic-cr6", - "port": "chic-cr6:2/1/c19/1", - "addr": "134.55.56.121", - "ifce": "chic-cr6:eqxch2-bb-c" + "port": "chic-cr6:1/1/c1/1", + "addr": "134.55.57.39", + "ifce": "frib-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:2/1/c34/1", - "addr": "134.55.56.249", - "ifce": "eqxsv5-cr6:sunn-bb-d" + "device": "bnl515-cr6", + "port": "bnl515-cr6:1/1/c25/1", + "addr": "134.55.56.210", + "ifce": "bnl725-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c25/1", - "addr": "134.55.56.248", - "ifce": "sunn-cr6:eqxsv5-bb-d" + "device": "bnl725-cr6", + "port": "bnl725-cr6:1/1/c25/1", + "addr": "134.55.56.211", + "ifce": "bnl515-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c25/1", - "addr": "134.55.56.248", - "ifce": "sunn-cr6:eqxsv5-bb-d" + "device": "bnl515-cr6", + "port": "bnl515-cr6:1/1/c34/1", + "addr": "134.55.57.44", + "ifce": "bnl725-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:2/1/c34/1", - "addr": "134.55.56.249", - "ifce": "eqxsv5-cr6:sunn-bb-d" + "device": "bnl725-cr6", + "port": "bnl725-cr6:1/1/c31/1", + "addr": "134.55.57.45", + "ifce": "bnl515-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } - }, - { - "a": { - "device": "forrestal-cr6", - "port": "forrestal-cr6:2/1/c13/2", - "addr": "134.55.56.8", - "ifce": "forrestal-cr6:germantown-bb-a" - }, - "z": { - "device": "germantown-cr6", - "port": "germantown-cr6:1/1/c13/2", - "addr": "134.55.56.9", - "ifce": "germantown-cr6:forrestal-bb-a" }, - "metrics": { - "MPLS": 100020 - } + "orchSubscriptionId": null }, { "a": { - "device": "germantown-cr6", - "port": "germantown-cr6:1/1/c13/2", - "addr": "134.55.56.9", - "ifce": "germantown-cr6:forrestal-bb-a" + "device": "bnl515-cr6", + "port": "bnl515-cr6:2/1/c28/1", + "addr": "134.55.57.46", + "ifce": "bnl725-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "forrestal-cr6", - "port": "forrestal-cr6:2/1/c13/2", - "addr": "134.55.56.8", - "ifce": "forrestal-cr6:germantown-bb-a" + "device": "bnl725-cr6", + "port": "bnl725-cr6:2/1/c31/1", + "addr": "134.55.57.47", + "ifce": "bnl515-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100020 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c28/1", - "addr": "134.55.56.25", - "ifce": "elpa-cr6:albq-bb-d" + "device": "lbnl50-cr6", + "port": "lbnl50-cr6:1/1/c1/1", + "addr": "134.55.57.88", + "ifce": "lbnl59qa-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "albq-cr6", - "port": "albq-cr6:1/1/c31/1", - "addr": "134.55.56.24", - "ifce": "albq-cr6:elpa-bb-d" + "device": "lbnl59qa-cr6b", + "port": "lbnl59qa-cr6b:1/1/c1/1", + "addr": "134.55.57.89", + "ifce": "lbnl50-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 740 - } + "MPLS": 5050 + }, + "orchSubscriptionId": null }, { "a": { - "device": "albq-cr6", - "port": "albq-cr6:1/1/c31/1", - "addr": "134.55.56.24", - "ifce": "albq-cr6:elpa-bb-d" + "device": "salt-cr6", + "port": "salt-cr6:2/1/c7/1", + "addr": "134.55.56.82", + "ifce": "inlerob-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c28/1", - "addr": "134.55.56.25", - "ifce": "elpa-cr6:albq-bb-d" + "device": "inlerob-cr6", + "port": "inlerob-cr6:2/1/c7/1", + "addr": "134.55.56.83", + "ifce": "salt-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 740 - } + "MPLS": 1020 + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c2/1", - "addr": "134.55.58.126", - "ifce": "wash-cr6:pppl-bb-b" + "device": "bost-cr6", + "port": "bost-cr6:1/1/c25/1", + "addr": "134.55.57.32", + "ifce": "cern513-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "pppl-cr6", - "port": "pppl-cr6:2/1/c1/1", - "addr": "134.55.58.127", - "ifce": "pppl-cr6:wash-bb-b" + "device": "cern513-cr6", + "port": "cern513-cr6:1/1/c28/1", + "addr": "134.55.57.33", + "ifce": "bost-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 5050 - } + "MPLS": 2796 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pppl-cr6", - "port": "pppl-cr6:2/1/c1/1", - "addr": "134.55.58.127", - "ifce": "pppl-cr6:wash-bb-b" + "device": "albq-cr6", + "port": "albq-cr6:1/1/c2/1", + "addr": "134.55.58.134", + "ifce": "snlnm-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c2/1", - "addr": "134.55.58.126", - "ifce": "wash-cr6:pppl-bb-b" + "device": "snlnm-cr6", + "port": "snlnm-cr6:1/1/c1/1", + "addr": "134.55.58.135", + "ifce": "albq-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 5050 - } + "MPLS": 15123123 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c28/1", - "addr": "134.55.58.79", - "ifce": "fnalfcc-cr6:anl221-bb-d" + "device": "albq-cr6", + "port": "albq-cr6:2/1/c2/1", + "addr": "134.55.58.136", + "ifce": "snlnm-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "anl221-cr6", - "port": "anl221-cr6:2/1/c28/1", - "addr": "134.55.58.78", - "ifce": "anl221-cr6:fnalfcc-bb-d" + "device": "snlnm-cr6", + "port": "snlnm-cr6:2/1/c1/1", + "addr": "134.55.58.137", + "ifce": "albq-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 15123123 + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl221-cr6", - "port": "anl221-cr6:2/1/c28/1", - "addr": "134.55.58.78", - "ifce": "anl221-cr6:fnalfcc-bb-d" + "device": "elpa-cr6", + "port": "elpa-cr6:2/1/c34/1", + "addr": "134.55.57.192", + "ifce": "sand-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c28/1", - "addr": "134.55.58.79", - "ifce": "fnalfcc-cr6:anl221-bb-d" + "device": "sand-cr6", + "port": "sand-cr6:1/1/c34/1", + "addr": "134.55.57.193", + "ifce": "elpa-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 800 + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c17/2", - "addr": "134.55.58.159", - "ifce": "wash-cr6:forrestal-bb-a" + "device": "elpa-cr6", + "port": "elpa-cr6:1/1/c28/1", + "addr": "134.55.56.92", + "ifce": "sand-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "forrestal-cr6", - "port": "forrestal-cr6:1/1/c13/2", - "addr": "134.55.58.158", - "ifce": "forrestal-cr6:wash-bb-a" + "device": "sand-cr6", + "port": "sand-cr6:2/1/c31/1", + "addr": "134.55.56.93", + "ifce": "elpa-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 800 + }, + "orchSubscriptionId": null }, { "a": { - "device": "forrestal-cr6", - "port": "forrestal-cr6:1/1/c13/2", - "addr": "134.55.58.158", - "ifce": "forrestal-cr6:wash-bb-a" + "device": "elpa-cr6", + "port": "elpa-cr6:1/1/c25/1", + "addr": "134.55.57.188", + "ifce": "sand-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c17/2", - "addr": "134.55.58.159", - "ifce": "wash-cr6:forrestal-bb-a" + "device": "sand-cr6", + "port": "sand-cr6:1/1/c25/1", + "addr": "134.55.57.189", + "ifce": "elpa-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 800 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c25/1", - "addr": "134.55.58.94", - "ifce": "pnnlemsl-cr6:seat-bb-b" + "device": "hous-cr6", + "port": "hous-cr6:1/1/c17/3", + "addr": "134.55.56.192", + "ifce": "pantex-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c22/1", - "addr": "134.55.58.95", - "ifce": "seat-cr6:pnnlemsl-bb-b" + "device": "pantex-cr6", + "port": "pantex-cr6:1/1/c13/2", + "addr": "134.55.56.193", + "ifce": "hous-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 15000000 + }, + "orchSubscriptionId": null }, { "a": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c22/1", - "addr": "134.55.58.95", - "ifce": "seat-cr6:pnnlemsl-bb-b" + "device": "slac50s-cr6", + "port": "slac50s-cr6:1/1/c31/1", + "addr": "134.55.57.144", + "ifce": "sunn-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c25/1", - "addr": "134.55.58.94", - "ifce": "pnnlemsl-cr6:seat-bb-b" + "device": "sunn-cr6", + "port": "sunn-cr6:1/1/c28/1", + "addr": "134.55.57.145", + "ifce": "slac50s-bb-c", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c22/1", - "addr": "134.55.58.30", - "ifce": "chic-cr6:star-bb-j" + "device": "slac50s-cr6", + "port": "slac50s-cr6:2/1/c31/1", + "addr": "134.55.57.146", + "ifce": "sunn-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "star-cr6", - "port": "star-cr6:1/1/c19/1", - "addr": "134.55.58.31", - "ifce": "star-cr6:chic-bb-j" + "device": "sunn-cr6", + "port": "sunn-cr6:2/1/c28/1", + "addr": "134.55.57.147", + "ifce": "slac50s-bb-d", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "star-cr6", - "port": "star-cr6:1/1/c19/1", - "addr": "134.55.58.31", - "ifce": "star-cr6:chic-bb-j" + "device": "slac50s-cr6", + "port": "slac50s-cr6:2/1/c28/1", + "addr": "134.55.58.168", + "ifce": "sunn-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c22/1", - "addr": "134.55.58.30", - "ifce": "chic-cr6:star-bb-j" + "device": "sunn-cr6", + "port": "sunn-cr6:2/1/c19/1", + "addr": "134.55.58.169", + "ifce": "slac50s-bb-e", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "nrelesif-cr6", - "port": "nrelesif-cr6:1/1/c13/2", - "addr": "134.55.58.111", - "ifce": "nrelesif-cr6:denv-bb-a" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c13/1", + "addr": "134.55.57.64", + "ifce": "ameshwhb-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c17/4", - "addr": "134.55.58.110", - "ifce": "denv-cr6:nrelesif-bb-a" + "device": "ameshwhb-cr6", + "port": "ameshwhb-cr6:1/1/c2/1", + "addr": "134.55.57.65", + "ifce": "chic-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 1020 + }, + "orchSubscriptionId": null }, { "a": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c17/4", - "addr": "134.55.58.110", - "ifce": "denv-cr6:nrelesif-bb-a" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:2/1/c34/1", + "addr": "134.55.56.220", + "ifce": "cern513-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "nrelesif-cr6", - "port": "nrelesif-cr6:1/1/c13/2", - "addr": "134.55.58.111", - "ifce": "nrelesif-cr6:denv-bb-a" + "device": "cern513-cr6", + "port": "cern513-cr6:2/1/c31/1", + "addr": "134.55.56.221", + "ifce": "eqxam3-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 730 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern773-cr6", - "port": "cern773-cr6:2/1/c7/1", - "addr": "134.55.58.62", - "ifce": "cern773-cr6:cern513-bb-b" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:1/1/c28/1", + "addr": "134.55.57.118", + "ifce": "cern513-bb-d", + "orchSubscriptionId": null }, "z": { "device": "cern513-cr6", - "port": "cern513-cr6:2/1/c7/1", - "addr": "134.55.58.63", - "ifce": "cern513-cr6:cern773-bb-b" + "port": "cern513-cr6:1/1/c31/1", + "addr": "134.55.57.119", + "ifce": "eqxam3-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 730 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern513-cr6", - "port": "cern513-cr6:2/1/c7/1", - "addr": "134.55.58.63", - "ifce": "cern513-cr6:cern773-bb-b" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:1/1/c25/1", + "addr": "134.55.58.18", + "ifce": "cern513-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "cern773-cr6", - "port": "cern773-cr6:2/1/c7/1", - "addr": "134.55.58.62", - "ifce": "cern773-cr6:cern513-bb-b" + "device": "cern513-cr6", + "port": "cern513-cr6:2/1/c28/1", + "addr": "134.55.58.19", + "ifce": "eqxam3-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 15000000 + }, + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c25/1", - "addr": "134.55.57.13", - "ifce": "nash-cr6:chat-bb-d" + "device": "pantex-cr6", + "port": "pantex-cr6:1/1/c1/1", + "addr": "134.55.57.74", + "ifce": "pantex1237-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c28/1", - "addr": "134.55.57.12", - "ifce": "chat-cr6:nash-bb-d" + "device": "pantex1237-cr6", + "port": "pantex1237-cr6:1/1/c1/1", + "addr": "134.55.57.75", + "ifce": "pantex-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c28/1", - "addr": "134.55.57.12", - "ifce": "chat-cr6:nash-bb-d" + "device": "pantex-cr6", + "port": "pantex-cr6:2/1/c1/1", + "addr": "134.55.57.76", + "ifce": "pantex1237-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c25/1", - "addr": "134.55.57.13", - "ifce": "nash-cr6:chat-bb-d" + "device": "pantex1237-cr6", + "port": "pantex1237-cr6:2/1/c1/1", + "addr": "134.55.57.77", + "ifce": "pantex-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:2/1/c28/1", - "addr": "134.55.57.220", - "ifce": "fnalfcc-cr6:fnalgcc-bb-c" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c34/1", + "addr": "134.55.56.208", + "ifce": "wash-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:2/1/c31/1", - "addr": "134.55.57.221", - "ifce": "fnalgcc-cr6:fnalfcc-bb-c" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c28/1", + "addr": "134.55.56.209", + "ifce": "newy32aoa-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:2/1/c31/1", - "addr": "134.55.57.221", - "ifce": "fnalgcc-cr6:fnalfcc-bb-c" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c19/1", + "addr": "134.55.56.214", + "ifce": "wash-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:2/1/c28/1", - "addr": "134.55.57.220", - "ifce": "fnalfcc-cr6:fnalgcc-bb-c" + "device": "wash-cr6", + "port": "wash-cr6:2/1/c25/1", + "addr": "134.55.56.215", + "ifce": "newy32aoa-bb-f", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c4/1", - "addr": "134.55.57.61", - "ifce": "ornl5600-cr6:nash-bb-a" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c32/1", + "addr": "134.55.57.100", + "ifce": "wash-bb-g", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c10/1", - "addr": "134.55.57.60", - "ifce": "nash-cr6:ornl5600-bb-a" + "device": "wash-cr6", + "port": "wash-cr6:2/1/c22/1", + "addr": "134.55.57.101", + "ifce": "newy32aoa-bb-g", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 5100 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c10/1", - "addr": "134.55.57.60", - "ifce": "nash-cr6:ornl5600-bb-a" + "device": "denv-cr6", + "port": "denv-cr6:2/1/c34/1", + "addr": "134.55.57.200", + "ifce": "salt-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c4/1", - "addr": "134.55.57.61", - "ifce": "ornl5600-cr6:nash-bb-a" + "device": "salt-cr6", + "port": "salt-cr6:1/1/c31/1", + "addr": "134.55.57.201", + "ifce": "denv-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 5100 - } + "MPLS": 800 + }, + "orchSubscriptionId": null }, { "a": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c31/1", - "addr": "134.55.57.173", - "ifce": "kans-cr6:denv-bb-d" + "device": "denv-cr6", + "port": "denv-cr6:1/1/c28/1", + "addr": "134.55.56.96", + "ifce": "salt-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c31/1", - "addr": "134.55.57.172", - "ifce": "denv-cr6:kans-bb-d" + "device": "salt-cr6", + "port": "salt-cr6:1/1/c34/1", + "addr": "134.55.56.97", + "ifce": "denv-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 800 + }, + "orchSubscriptionId": null }, { "a": { "device": "denv-cr6", - "port": "denv-cr6:2/1/c31/1", - "addr": "134.55.57.172", - "ifce": "denv-cr6:kans-bb-d" + "port": "denv-cr6:1/1/c22/1", + "addr": "134.55.58.82", + "ifce": "salt-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c31/1", - "addr": "134.55.57.173", - "ifce": "kans-cr6:denv-bb-d" + "device": "salt-cr6", + "port": "salt-cr6:2/1/c22/1", + "addr": "134.55.58.83", + "ifce": "denv-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 800 + }, + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c6/1", - "addr": "134.55.57.156", - "ifce": "nash-cr6:hous-bb-b" + "device": "ameshwhb-cr6", + "port": "ameshwhb-cr6:2/1/c1/1", + "addr": "134.55.57.244", + "ifce": "ameshwh-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c1/1", - "addr": "134.55.57.157", - "ifce": "hous-cr6:nash-bb-b" + "device": "ameshwh-cr6", + "port": "ameshwh-cr6:2/1/c1/1", + "addr": "134.55.57.245", + "ifce": "ameshwhb-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1070 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c1/1", - "addr": "134.55.57.157", - "ifce": "hous-cr6:nash-bb-b" + "device": "ameshwhb-cr6", + "port": "ameshwhb-cr6:1/1/c1/1", + "addr": "134.55.57.66", + "ifce": "ameshwh-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c6/1", - "addr": "134.55.57.156", - "ifce": "nash-cr6:hous-bb-b" + "device": "ameshwh-cr6", + "port": "ameshwh-cr6:1/1/c1/1", + "addr": "134.55.57.67", + "ifce": "ameshwhb-bb-b", + "orchSubscriptionId": null + }, + "metrics": { + "MPLS": 1010 }, - "metrics": { - "MPLS": 1070 - } + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c31/1", - "addr": "134.55.57.205", - "ifce": "nash-cr6:chic-bb-d" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c19/1", + "addr": "134.55.56.80", + "ifce": "anl541b-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c28/1", - "addr": "134.55.57.204", - "ifce": "chic-cr6:nash-bb-d" + "device": "anl541b-cr6", + "port": "anl541b-cr6:2/1/c25/1", + "addr": "134.55.56.81", + "ifce": "eqxch2-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { "device": "chic-cr6", - "port": "chic-cr6:1/1/c28/1", - "addr": "134.55.57.204", - "ifce": "chic-cr6:nash-bb-d" + "port": "chic-cr6:1/1/c14/1", + "addr": "134.55.56.118", + "ifce": "star-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c31/1", - "addr": "134.55.57.205", - "ifce": "nash-cr6:chic-bb-d" + "device": "star-cr6", + "port": "star-cr6:1/1/c6/1", + "addr": "134.55.56.119", + "ifce": "chic-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 15000000 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pantex-cr6", - "port": "pantex-cr6:2/1/c13/2", - "addr": "134.55.57.189", - "ifce": "pantex-cr6:eqxda3-bb-a" + "device": "losa-cr6", + "port": "losa-cr6:1/1/c4/1", + "addr": "134.55.56.206", + "ifce": "ga-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:2/1/c17/4", - "addr": "134.55.57.188", - "ifce": "eqxda3-cr6:pantex-bb-a" + "device": "ga-cr6", + "port": "ga-cr6:1/1/c2/1", + "addr": "134.55.56.207", + "ifce": "losa-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 500150 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:2/1/c17/4", - "addr": "134.55.57.188", - "ifce": "eqxda3-cr6:pantex-bb-a" + "device": "atla-cr6", + "port": "atla-cr6:1/1/c31/1", + "addr": "134.55.57.234", + "ifce": "hous-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "pantex-cr6", - "port": "pantex-cr6:2/1/c13/2", - "addr": "134.55.57.189", - "ifce": "pantex-cr6:eqxda3-bb-a" + "device": "hous-cr6", + "port": "hous-cr6:1/1/c34/1", + "addr": "134.55.57.235", + "ifce": "atla-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 500150 - } + "MPLS": 810 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c31/1", - "addr": "134.55.57.237", - "ifce": "fnalfcc-cr6:anl221-bb-b" + "device": "atla-cr6", + "port": "atla-cr6:2/1/c25/1", + "addr": "134.55.56.172", + "ifce": "hous-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "anl221-cr6", - "port": "anl221-cr6:1/1/c31/1", - "addr": "134.55.57.236", - "ifce": "anl221-cr6:fnalfcc-bb-b" + "device": "hous-cr6", + "port": "hous-cr6:2/1/c25/1", + "addr": "134.55.56.173", + "ifce": "atla-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 810 + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl221-cr6", - "port": "anl221-cr6:1/1/c31/1", - "addr": "134.55.57.236", - "ifce": "anl221-cr6:fnalfcc-bb-b" + "device": "atla-cr6", + "port": "atla-cr6:1/1/c19/1", + "addr": "134.55.58.6", + "ifce": "hous-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c31/1", - "addr": "134.55.57.237", - "ifce": "fnalfcc-cr6:anl221-bb-b" + "device": "hous-cr6", + "port": "hous-cr6:1/1/c25/1", + "addr": "134.55.58.7", + "ifce": "atla-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 810 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern773-cr6", - "port": "cern773-cr6:2/1/c34/1", - "addr": "134.55.57.28", - "ifce": "cern773-cr6:cern513-bb-d" + "device": "ga-cr6", + "port": "ga-cr6:2/1/c1/1", + "addr": "134.55.57.102", + "ifce": "sand-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "cern513-cr6", - "port": "cern513-cr6:2/1/c34/1", - "addr": "134.55.57.29", - "ifce": "cern513-cr6:cern773-bb-d" + "device": "sand-cr6", + "port": "sand-cr6:2/1/c17/4", + "addr": "134.55.57.103", + "ifce": "ga-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 100010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern513-cr6", - "port": "cern513-cr6:2/1/c34/1", - "addr": "134.55.57.29", - "ifce": "cern513-cr6:cern773-bb-d" + "device": "nash-cr6", + "port": "nash-cr6:1/1/c10/1", + "addr": "134.55.57.60", + "ifce": "ornl5600-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "cern773-cr6", - "port": "cern773-cr6:2/1/c34/1", - "addr": "134.55.57.28", - "ifce": "cern773-cr6:cern513-bb-d" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:1/1/c4/1", + "addr": "134.55.57.61", + "ifce": "nash-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 5100 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c34/1", - "addr": "134.55.57.44", - "ifce": "bnl515-cr6:bnl725-bb-b" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:1/1/c2/1", + "addr": "134.55.57.52", + "ifce": "jlab205-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:1/1/c31/1", - "addr": "134.55.57.45", - "ifce": "bnl725-cr6:bnl515-bb-b" + "device": "jlab205-cr6", + "port": "jlab205-cr6:1/1/c2/1", + "addr": "134.55.57.53", + "ifce": "eqxdc4-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:1/1/c31/1", - "addr": "134.55.57.45", - "ifce": "bnl725-cr6:bnl515-bb-b" + "device": "anl221-cr6", + "port": "anl221-cr6:2/1/c34/1", + "addr": "134.55.56.154", + "ifce": "anl541b-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c34/1", - "addr": "134.55.57.44", - "ifce": "bnl515-cr6:bnl725-bb-b" + "device": "anl541b-cr6", + "port": "anl541b-cr6:2/1/c34/1", + "addr": "134.55.56.155", + "ifce": "anl221-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:1/1/c28/1", - "addr": "134.55.57.141", - "ifce": "slac50n-cr6:slac50s-bb-b" + "device": "anl221-cr6", + "port": "anl221-cr6:1/1/c34/1", + "addr": "134.55.57.42", + "ifce": "anl541b-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:1/1/c28/1", - "addr": "134.55.57.140", - "ifce": "slac50s-cr6:slac50n-bb-b" + "device": "anl541b-cr6", + "port": "anl541b-cr6:1/1/c34/1", + "addr": "134.55.57.43", + "ifce": "anl221-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:1/1/c28/1", - "addr": "134.55.57.140", - "ifce": "slac50s-cr6:slac50n-bb-b" + "device": "anl221-cr6", + "port": "anl221-cr6:1/1/c28/1", + "addr": "134.55.57.134", + "ifce": "anl541b-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:1/1/c28/1", - "addr": "134.55.57.141", - "ifce": "slac50n-cr6:slac50s-bb-b" + "device": "anl541b-cr6", + "port": "anl541b-cr6:1/1/c28/1", + "addr": "134.55.57.135", + "ifce": "anl221-bb-c", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c25/1", - "addr": "134.55.56.75", - "ifce": "salt-cr6:lasv-bb-c" + "device": "netlalb-cr6", + "port": "netlalb-cr6:1/1/c13/2", + "addr": "134.55.56.250", + "ifce": "seat-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "lasv-cr6", - "port": "lasv-cr6:1/1/c34/1", - "addr": "134.55.56.74", - "ifce": "lasv-cr6:salt-bb-c" + "device": "seat-cr6", + "port": "seat-cr6:1/1/c17/3", + "addr": "134.55.56.251", + "ifce": "netlalb-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 730 - } + "MPLS": 100020 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lasv-cr6", - "port": "lasv-cr6:1/1/c34/1", - "addr": "134.55.56.74", - "ifce": "lasv-cr6:salt-bb-c" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c25/1", + "addr": "134.55.57.182", + "ifce": "star-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c25/1", - "addr": "134.55.56.75", - "ifce": "salt-cr6:lasv-bb-c" + "device": "star-cr6", + "port": "star-cr6:1/1/c31/1", + "addr": "134.55.57.183", + "ifce": "chic-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 730 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c28/1", - "addr": "134.55.56.107", - "ifce": "kans-cr6:denv-bb-e" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c25/1", + "addr": "134.55.57.184", + "ifce": "star-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c25/1", - "addr": "134.55.56.106", - "ifce": "denv-cr6:kans-bb-e" + "device": "star-cr6", + "port": "star-cr6:2/1/c31/1", + "addr": "134.55.57.185", + "ifce": "chic-bb-f", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c25/1", - "addr": "134.55.56.106", - "ifce": "denv-cr6:kans-bb-e" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c22/1", + "addr": "134.55.58.30", + "ifce": "star-bb-j", + "orchSubscriptionId": null }, "z": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c28/1", - "addr": "134.55.56.107", - "ifce": "kans-cr6:denv-bb-e" + "device": "star-cr6", + "port": "star-cr6:1/1/c19/1", + "addr": "134.55.58.31", + "ifce": "chic-bb-j", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c17/3", - "addr": "134.55.56.251", - "ifce": "seat-cr6:netlalb-bb-a" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c35/1", + "addr": "134.55.58.54", + "ifce": "star-bb-k", + "orchSubscriptionId": null }, "z": { - "device": "netlalb-cr6", - "port": "netlalb-cr6:1/1/c13/2", - "addr": "134.55.56.250", - "ifce": "netlalb-cr6:seat-bb-a" + "device": "star-cr6", + "port": "star-cr6:2/1/c35/1", + "addr": "134.55.58.55", + "ifce": "chic-bb-k", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100020 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "netlalb-cr6", - "port": "netlalb-cr6:1/1/c13/2", - "addr": "134.55.56.250", - "ifce": "netlalb-cr6:seat-bb-a" + "device": "lbnl59-cr6", + "port": "lbnl59-cr6:1/1/c34/1", + "addr": "134.55.56.0", + "ifce": "lbnl50-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c17/3", - "addr": "134.55.56.251", - "ifce": "seat-cr6:netlalb-bb-a" + "device": "lbnl50-cr6", + "port": "lbnl50-cr6:1/1/c34/1", + "addr": "134.55.56.1", + "ifce": "lbnl59-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100020 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c31/1", - "addr": "134.55.56.122", - "ifce": "seat-cr6:sacr-bb-d" + "device": "lbnl59-cr6", + "port": "lbnl59-cr6:2/1/c34/1", + "addr": "134.55.56.164", + "ifce": "lbnl50-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c34/1", - "addr": "134.55.56.123", - "ifce": "sacr-cr6:seat-bb-d" + "device": "lbnl50-cr6", + "port": "lbnl50-cr6:2/1/c31/1", + "addr": "134.55.56.165", + "ifce": "lbnl59-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c34/1", - "addr": "134.55.56.123", - "ifce": "sacr-cr6:seat-bb-d" + "device": "lbnl59-cr6", + "port": "lbnl59-cr6:2/1/c28/1", + "addr": "134.55.56.166", + "ifce": "lbnl50-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c31/1", - "addr": "134.55.56.122", - "ifce": "seat-cr6:sacr-bb-d" + "device": "lbnl50-cr6", + "port": "lbnl50-cr6:2/1/c34/1", + "addr": "134.55.56.167", + "ifce": "lbnl59-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:1/1/c28/1", - "addr": "134.55.56.138", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-a" + "device": "elpa-cr6", + "port": "elpa-cr6:1/1/c34/1", + "addr": "134.55.57.196", + "ifce": "hous-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:1/1/c28/1", - "addr": "134.55.56.139", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-a" + "device": "hous-cr6", + "port": "hous-cr6:1/1/c31/1", + "addr": "134.55.57.197", + "ifce": "elpa-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 810 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:1/1/c28/1", - "addr": "134.55.56.139", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-a" + "device": "elpa-cr6", + "port": "elpa-cr6:2/1/c31/1", + "addr": "134.55.57.198", + "ifce": "hous-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:1/1/c28/1", - "addr": "134.55.56.138", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-a" + "device": "hous-cr6", + "port": "hous-cr6:2/1/c31/1", + "addr": "134.55.57.199", + "ifce": "elpa-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 810 + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c22/1", - "addr": "134.55.56.91", - "ifce": "wash-cr6:atla-bb-h" + "device": "elpa-cr6", + "port": "elpa-cr6:2/1/c25/1", + "addr": "134.55.56.162", + "ifce": "hous-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c25/1", - "addr": "134.55.56.90", - "ifce": "atla-cr6:wash-bb-h" + "device": "hous-cr6", + "port": "hous-cr6:2/1/c28/1", + "addr": "134.55.56.163", + "ifce": "elpa-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 810 + }, + "orchSubscriptionId": null }, { "a": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c25/1", - "addr": "134.55.56.90", - "ifce": "atla-cr6:wash-bb-h" + "device": "ornl1064-cr6", + "port": "ornl1064-cr6:1/1/c1/1", + "addr": "134.55.56.222", + "ifce": "osti-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c22/1", - "addr": "134.55.56.91", - "ifce": "wash-cr6:atla-bb-h" + "device": "osti-cr6", + "port": "osti-cr6:1/1/c1/1", + "addr": "134.55.56.223", + "ifce": "ornl1064-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl221-cr6", - "port": "anl221-cr6:2/1/c34/1", - "addr": "134.55.56.154", - "ifce": "anl221-cr6:anl541b-bb-a" + "device": "atla-cr6", + "port": "atla-cr6:1/1/c34/1", + "addr": "134.55.57.230", + "ifce": "chat-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c34/1", - "addr": "134.55.56.155", - "ifce": "anl541b-cr6:anl221-bb-a" + "device": "chat-cr6", + "port": "chat-cr6:1/1/c31/1", + "addr": "134.55.57.231", + "ifce": "atla-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c34/1", - "addr": "134.55.56.155", - "ifce": "anl541b-cr6:anl221-bb-a" + "device": "atla-cr6", + "port": "atla-cr6:2/1/c34/1", + "addr": "134.55.57.232", + "ifce": "chat-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "anl221-cr6", - "port": "anl221-cr6:2/1/c34/1", - "addr": "134.55.56.154", - "ifce": "anl221-cr6:anl541b-bb-a" + "device": "chat-cr6", + "port": "chat-cr6:2/1/c31/1", + "addr": "134.55.57.233", + "ifce": "atla-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c19/1", - "addr": "134.55.56.171", - "ifce": "eqxch2-cr6:bost-bb-c" + "device": "atla-cr6", + "port": "atla-cr6:2/1/c22/1", + "addr": "134.55.56.66", + "ifce": "chat-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c31/1", - "addr": "134.55.56.170", - "ifce": "bost-cr6:eqxch2-bb-c" + "device": "chat-cr6", + "port": "chat-cr6:1/1/c28/1", + "addr": "134.55.56.67", + "ifce": "atla-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 890 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c31/1", - "addr": "134.55.56.170", - "ifce": "bost-cr6:eqxch2-bb-c" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c34/1", + "addr": "134.55.56.132", + "ifce": "bnl725-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c19/1", - "addr": "134.55.56.171", - "ifce": "eqxch2-cr6:bost-bb-c" + "device": "bnl725-cr6", + "port": "bnl725-cr6:1/1/c28/1", + "addr": "134.55.56.133", + "ifce": "newy32aoa-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 890 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c34/1", - "addr": "134.55.56.10", - "ifce": "sacr-cr6:snlca902-bb-c" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c25/1", + "addr": "134.55.56.204", + "ifce": "bnl725-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:1/1/c34/1", - "addr": "134.55.56.11", - "ifce": "snlca902-cr6:sacr-bb-c" + "device": "bnl725-cr6", + "port": "bnl725-cr6:2/1/c28/1", + "addr": "134.55.56.205", + "ifce": "newy32aoa-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:1/1/c34/1", - "addr": "134.55.56.11", - "ifce": "snlca902-cr6:sacr-bb-c" + "device": "ornl1064-cr6", + "port": "ornl1064-cr6:2/1/c34/1", + "addr": "134.55.57.112", + "ifce": "ornl5600-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c34/1", - "addr": "134.55.56.10", - "ifce": "sacr-cr6:snlca902-bb-c" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:2/1/c34/1", + "addr": "134.55.57.113", + "ifce": "ornl1064-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c31/1", - "addr": "134.55.58.16", - "ifce": "bnl515-cr6:newy1118th-bb-c" + "device": "ornl1064-cr6", + "port": "ornl1064-cr6:1/1/c34/1", + "addr": "134.55.57.50", + "ifce": "ornl5600-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c31/1", - "addr": "134.55.58.17", - "ifce": "newy1118th-cr6:bnl515-bb-c" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:1/1/c34/1", + "addr": "134.55.57.51", + "ifce": "ornl1064-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c31/1", - "addr": "134.55.58.17", - "ifce": "newy1118th-cr6:bnl515-bb-c" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:1/1/c22/1", + "addr": "134.55.58.8", + "ifce": "y12co-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c31/1", - "addr": "134.55.58.16", - "ifce": "bnl515-cr6:newy1118th-bb-c" + "device": "y12co-cr6", + "port": "y12co-cr6:1/1/c22/1", + "addr": "134.55.58.9", + "ifce": "ornl5600-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c25/1", - "addr": "134.55.57.15", - "ifce": "nash-cr6:chic-bb-f" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c31/1", + "addr": "134.55.57.16", + "ifce": "newy325hudson-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c1/1", - "addr": "134.55.57.14", - "ifce": "chic-cr6:nash-bb-f" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:1/1/c31/1", + "addr": "134.55.57.17", + "ifce": "newy32aoa-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c1/1", - "addr": "134.55.57.14", - "ifce": "chic-cr6:nash-bb-f" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c31/1", + "addr": "134.55.57.250", + "ifce": "newy325hudson-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c25/1", - "addr": "134.55.57.15", - "ifce": "nash-cr6:chic-bb-f" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:2/1/c34/1", + "addr": "134.55.57.251", + "ifce": "newy32aoa-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c18/2", - "addr": "134.55.58.80", - "ifce": "eqxdc4-cr6:jlab12-bb-a" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c22/1", + "addr": "134.55.56.180", + "ifce": "newy325hudson-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "jlab12-cr6", - "port": "jlab12-cr6:1/1/c13/2", - "addr": "134.55.58.81", - "ifce": "jlab12-cr6:eqxdc4-bb-a" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:1/1/c35/1", + "addr": "134.55.56.181", + "ifce": "newy32aoa-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100060 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "jlab12-cr6", - "port": "jlab12-cr6:1/1/c13/2", - "addr": "134.55.58.81", - "ifce": "jlab12-cr6:eqxdc4-bb-a" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c28/1", + "addr": "134.55.57.160", + "ifce": "newy325hudson-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c18/2", - "addr": "134.55.58.80", - "ifce": "eqxdc4-cr6:jlab12-bb-a" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:1/1/c34/1", + "addr": "134.55.57.161", + "ifce": "newy32aoa-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100060 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "llnl-cr6", - "port": "llnl-cr6:1/1/c28/1", - "addr": "134.55.58.0", - "ifce": "llnl-cr6:sunn-bb-c" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c28/1", + "addr": "134.55.57.252", + "ifce": "newy325hudson-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c34/1", - "addr": "134.55.58.1", - "ifce": "sunn-cr6:llnl-bb-c" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:2/1/c31/1", + "addr": "134.55.57.253", + "ifce": "newy32aoa-bb-f", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c34/1", - "addr": "134.55.58.1", - "ifce": "sunn-cr6:llnl-bb-c" + "device": "pnnlisb2-cr6", + "port": "pnnlisb2-cr6:2/1/c25/1", + "addr": "134.55.57.30", + "ifce": "bois-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "llnl-cr6", - "port": "llnl-cr6:1/1/c28/1", - "addr": "134.55.58.0", - "ifce": "llnl-cr6:sunn-bb-c" + "device": "bois-cr6", + "port": "bois-cr6:2/1/c25/1", + "addr": "134.55.57.31", + "ifce": "pnnlisb2-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c34/1", - "addr": "134.55.57.159", - "ifce": "kans-cr6:eqxda3-bb-b" + "device": "pnnlisb2-cr6", + "port": "pnnlisb2-cr6:1/1/c31/1", + "addr": "134.55.58.116", + "ifce": "bois-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:2/1/c34/1", - "addr": "134.55.57.158", - "ifce": "eqxda3-cr6:kans-bb-b" + "device": "bois-cr6", + "port": "bois-cr6:1/1/c34/1", + "addr": "134.55.58.117", + "ifce": "pnnlisb2-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 770 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:2/1/c34/1", - "addr": "134.55.57.158", - "ifce": "eqxda3-cr6:kans-bb-b" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c31/1", + "addr": "134.55.57.40", + "ifce": "kans-bb-c", + "orchSubscriptionId": null }, "z": { "device": "kans-cr6", - "port": "kans-cr6:2/1/c34/1", - "addr": "134.55.57.159", - "ifce": "kans-cr6:eqxda3-bb-b" + "port": "kans-cr6:1/1/c19/1", + "addr": "134.55.57.41", + "ifce": "chic-bb-c", + "orchSubscriptionId": null }, "metrics": { "MPLS": 770 - } - }, - { - "a": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:2/1/c31/1", - "addr": "134.55.57.239", - "ifce": "fnalfcc-cr6:anl221-bb-c" - }, - "z": { - "device": "anl221-cr6", - "port": "anl221-cr6:2/1/c31/1", - "addr": "134.55.57.238", - "ifce": "anl221-cr6:fnalfcc-bb-c" }, - "metrics": { - "MPLS": 710 - } + "orchSubscriptionId": null }, { "a": { - "device": "anl221-cr6", - "port": "anl221-cr6:2/1/c31/1", - "addr": "134.55.57.238", - "ifce": "anl221-cr6:fnalfcc-bb-c" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c19/1", + "addr": "134.55.56.244", + "ifce": "kans-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:2/1/c31/1", - "addr": "134.55.57.239", - "ifce": "fnalfcc-cr6:anl221-bb-c" + "device": "kans-cr6", + "port": "kans-cr6:2/1/c19/1", + "addr": "134.55.56.245", + "ifce": "chic-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 770 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c17/3", - "addr": "134.55.57.79", - "ifce": "eqxdc4-cr6:netlmgn-bb-a" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c23/1", + "addr": "134.55.57.90", + "ifce": "kans-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "netlmgn-cr6", - "port": "netlmgn-cr6:1/1/c13/2", - "addr": "134.55.57.78", - "ifce": "netlmgn-cr6:eqxdc4-bb-a" + "device": "kans-cr6", + "port": "kans-cr6:1/1/c28/1", + "addr": "134.55.57.91", + "ifce": "chic-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 770 + }, + "orchSubscriptionId": null }, { "a": { - "device": "netlmgn-cr6", - "port": "netlmgn-cr6:1/1/c13/2", - "addr": "134.55.57.78", - "ifce": "netlmgn-cr6:eqxdc4-bb-a" + "device": "nrelesif-cr6", + "port": "nrelesif-cr6:1/1/c2/1", + "addr": "134.55.58.102", + "ifce": "nrelrsf-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c17/3", - "addr": "134.55.57.79", - "ifce": "eqxdc4-cr6:netlmgn-bb-a" + "device": "nrelrsf-cr6", + "port": "nrelrsf-cr6:1/1/c2/1", + "addr": "134.55.58.103", + "ifce": "nrelesif-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c28/1", - "addr": "134.55.57.46", - "ifce": "bnl515-cr6:bnl725-bb-c" + "device": "eqxsv5-cr6", + "port": "eqxsv5-cr6:1/1/c31/1", + "addr": "134.55.58.42", + "ifce": "losa-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:2/1/c31/1", - "addr": "134.55.57.47", - "ifce": "bnl725-cr6:bnl515-bb-c" + "device": "losa-cr6", + "port": "losa-cr6:1/1/c31/1", + "addr": "134.55.58.43", + "ifce": "eqxsv5-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:2/1/c31/1", - "addr": "134.55.57.47", - "ifce": "bnl725-cr6:bnl515-bb-c" + "device": "atla-cr6", + "port": "atla-cr6:1/1/c5/1", + "addr": "134.55.57.58", + "ifce": "jlab12-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c28/1", - "addr": "134.55.57.46", - "ifce": "bnl515-cr6:bnl725-bb-c" + "device": "jlab12-cr6", + "port": "jlab12-cr6:1/1/c2/1", + "addr": "134.55.57.59", + "ifce": "atla-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1040 + }, + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c31/1", - "addr": "134.55.57.207", - "ifce": "nash-cr6:chic-bb-e" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c16/1", + "addr": "134.55.57.84", + "ifce": "ppploit128-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c28/1", - "addr": "134.55.57.206", - "ifce": "chic-cr6:nash-bb-e" + "device": "ppploit128-cr6", + "port": "ppploit128-cr6:1/1/c1/1", + "addr": "134.55.57.85", + "ifce": "newy32aoa-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 5050 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c28/1", - "addr": "134.55.57.206", - "ifce": "chic-cr6:nash-bb-e" + "device": "snlnm-cr6", + "port": "snlnm-cr6:2/1/c13/2", + "addr": "134.55.58.138", + "ifce": "albq-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c31/1", - "addr": "134.55.57.207", - "ifce": "nash-cr6:chic-bb-e" + "device": "albq-cr6", + "port": "albq-cr6:1/1/c17/3", + "addr": "134.55.58.139", + "ifce": "snlnm-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 100010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c34/1", - "addr": "134.55.57.190", - "ifce": "losa-cr6:sand-bb-b" + "device": "snlnm-cr6", + "port": "snlnm-cr6:1/1/c7/1", + "addr": "134.55.56.146", + "ifce": "albq-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "sand-cr6", - "port": "sand-cr6:2/1/c34/1", - "addr": "134.55.57.191", - "ifce": "sand-cr6:losa-bb-b" + "device": "albq-cr6", + "port": "albq-cr6:2/1/c18/2", + "addr": "134.55.56.147", + "ifce": "snlnm-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 100010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sand-cr6", - "port": "sand-cr6:2/1/c34/1", - "addr": "134.55.57.191", - "ifce": "sand-cr6:losa-bb-b" + "device": "albq-cr6", + "port": "albq-cr6:1/1/c3/1", + "addr": "134.55.58.148", + "ifce": "lanlta03-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c34/1", - "addr": "134.55.57.190", - "ifce": "losa-cr6:sand-bb-b" + "device": "lanlta03-cr6", + "port": "lanlta03-cr6:1/1/c1/1", + "addr": "134.55.58.149", + "ifce": "albq-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 1020 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c28/1", - "addr": "134.55.57.175", - "ifce": "eqxdc4-cr6:eqxch2-bb-c" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c1/1", + "addr": "134.55.58.124", + "ifce": "ornl5600-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c25/1", - "addr": "134.55.57.174", - "ifce": "eqxch2-cr6:eqxdc4-bb-c" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:2/1/c4/1", + "addr": "134.55.58.125", + "ifce": "wash-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 5150 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c25/1", - "addr": "134.55.57.174", - "ifce": "eqxch2-cr6:eqxdc4-bb-c" + "device": "llnl-cr6", + "port": "llnl-cr6:1/1/c28/1", + "addr": "134.55.58.0", + "ifce": "sunn-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c28/1", - "addr": "134.55.57.175", - "ifce": "eqxdc4-cr6:eqxch2-bb-c" + "device": "sunn-cr6", + "port": "sunn-cr6:2/1/c34/1", + "addr": "134.55.58.1", + "ifce": "llnl-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:1/1/c31/1", - "addr": "134.55.57.223", - "ifce": "fnalgcc-cr6:chic-bb-c" + "device": "llnl-cr6", + "port": "llnl-cr6:2/1/c28/1", + "addr": "134.55.58.2", + "ifce": "sunn-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c31/1", - "addr": "134.55.57.222", - "ifce": "chic-cr6:fnalgcc-bb-c" + "device": "sunn-cr6", + "port": "sunn-cr6:1/1/c31/1", + "addr": "134.55.58.3", + "ifce": "llnl-bb-d", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c31/1", - "addr": "134.55.57.222", - "ifce": "chic-cr6:fnalgcc-bb-c" + "device": "llnl-cr6", + "port": "llnl-cr6:1/1/c34/1", + "addr": "134.55.58.164", + "ifce": "sunn-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:1/1/c31/1", - "addr": "134.55.57.223", - "ifce": "fnalgcc-cr6:chic-bb-c" + "device": "sunn-cr6", + "port": "sunn-cr6:2/1/c22/1", + "addr": "134.55.58.165", + "ifce": "llnl-bb-e", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:2/1/c34/1", - "addr": "134.55.57.143", - "ifce": "slac50n-cr6:slac50s-bb-c" + "device": "bois-cr6", + "port": "bois-cr6:1/1/c31/1", + "addr": "134.55.56.131", + "ifce": "seat-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:2/1/c34/1", - "addr": "134.55.57.142", - "ifce": "slac50s-cr6:slac50n-bb-c" + "device": "seat-cr6", + "port": "seat-cr6:2/1/c34/1", + "addr": "134.55.56.130", + "ifce": "bois-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 760 + }, + "orchSubscriptionId": null }, { "a": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:2/1/c34/1", - "addr": "134.55.57.142", - "ifce": "slac50s-cr6:slac50n-bb-c" + "device": "bois-cr6", + "port": "bois-cr6:2/1/c31/1", + "addr": "134.55.58.20", + "ifce": "seat-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:2/1/c34/1", - "addr": "134.55.57.143", - "ifce": "slac50n-cr6:slac50s-bb-c" + "device": "seat-cr6", + "port": "seat-cr6:1/1/c28/1", + "addr": "134.55.58.21", + "ifce": "bois-bb-c", + "orchSubscriptionId": null + }, + "metrics": { + "MPLS": 760 }, - "metrics": { - "MPLS": 710 - } + "orchSubscriptionId": null }, { "a": { "device": "bois-cr6", - "port": "bois-cr6:2/1/c25/1", - "addr": "134.55.57.31", - "ifce": "bois-cr6:pnnlisb2-bb-c" + "port": "bois-cr6:2/1/c28/1", + "addr": "134.55.57.22", + "ifce": "seat-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c25/1", - "addr": "134.55.57.30", - "ifce": "pnnlisb2-cr6:bois-bb-c" + "device": "seat-cr6", + "port": "seat-cr6:2/1/c25/1", + "addr": "134.55.57.23", + "ifce": "bois-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 760 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c25/1", - "addr": "134.55.57.30", - "ifce": "pnnlisb2-cr6:bois-bb-c" + "device": "bnl515-cr6", + "port": "bnl515-cr6:2/1/c25/1", + "addr": "134.55.56.160", + "ifce": "newy325hudson-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c25/1", - "addr": "134.55.57.31", - "ifce": "bois-cr6:pnnlisb2-bb-c" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:2/1/c28/1", + "addr": "134.55.56.161", + "ifce": "bnl515-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "jlab12-cr6", - "port": "jlab12-cr6:2/1/c1/1", - "addr": "134.55.56.61", - "ifce": "jlab12-cr6:jlab205-bb-a" + "device": "bnl515-cr6", + "port": "bnl515-cr6:1/1/c31/1", + "addr": "134.55.58.4", + "ifce": "newy325hudson-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "jlab205-cr6", - "port": "jlab205-cr6:2/1/c1/1", - "addr": "134.55.56.60", - "ifce": "jlab205-cr6:jlab12-bb-a" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:1/1/c25/1", + "addr": "134.55.58.5", + "ifce": "bnl515-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1515 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "jlab205-cr6", - "port": "jlab205-cr6:2/1/c1/1", - "addr": "134.55.56.60", - "ifce": "jlab205-cr6:jlab12-bb-a" + "device": "srs702a-cr6", + "port": "srs702a-cr6:1/1/c1/1", + "addr": "134.55.58.40", + "ifce": "srs70344a-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "jlab12-cr6", - "port": "jlab12-cr6:2/1/c1/1", - "addr": "134.55.56.61", - "ifce": "jlab12-cr6:jlab205-bb-a" + "device": "srs70344a-cr6", + "port": "srs70344a-cr6:1/1/c1/1", + "addr": "134.55.58.41", + "ifce": "srs702a-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1515 - } + "MPLS": 505 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:2/1/c28/1", - "addr": "134.55.56.205", - "ifce": "bnl725-cr6:newy32aoa-bb-a" + "device": "pnnlisb2-cr6", + "port": "pnnlisb2-cr6:1/1/c34/1", + "addr": "134.55.56.104", + "ifce": "pnnlemsl-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c25/1", - "addr": "134.55.56.204", - "ifce": "newy32aoa-cr6:bnl725-bb-a" + "device": "pnnlemsl-cr6", + "port": "pnnlemsl-cr6:1/1/c34/1", + "addr": "134.55.56.105", + "ifce": "pnnlisb2-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c25/1", - "addr": "134.55.56.204", - "ifce": "newy32aoa-cr6:bnl725-bb-a" + "device": "pnnlisb2-cr6", + "port": "pnnlisb2-cr6:2/1/c34/1", + "addr": "134.55.56.136", + "ifce": "pnnlemsl-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:2/1/c28/1", - "addr": "134.55.56.205", - "ifce": "bnl725-cr6:newy32aoa-bb-a" + "device": "pnnlemsl-cr6", + "port": "pnnlemsl-cr6:2/1/c34/1", + "addr": "134.55.56.137", + "ifce": "pnnlisb2-bb-c", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern513-cr6", - "port": "cern513-cr6:2/1/c31/1", - "addr": "134.55.56.221", - "ifce": "cern513-cr6:eqxam3-bb-c" + "device": "pnnlisb2-cr6", + "port": "pnnlisb2-cr6:2/1/c31/1", + "addr": "134.55.56.174", + "ifce": "pnnlemsl-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:2/1/c34/1", - "addr": "134.55.56.220", - "ifce": "eqxam3-cr6:cern513-bb-c" + "device": "pnnlemsl-cr6", + "port": "pnnlemsl-cr6:2/1/c31/1", + "addr": "134.55.56.175", + "ifce": "pnnlisb2-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 730 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:2/1/c34/1", - "addr": "134.55.56.220", - "ifce": "eqxam3-cr6:cern513-bb-c" + "device": "pnnlisb2-cr6", + "port": "pnnlisb2-cr6:1/1/c28/1", + "addr": "134.55.56.138", + "ifce": "pnnlemsl-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "cern513-cr6", - "port": "cern513-cr6:2/1/c31/1", - "addr": "134.55.56.221", - "ifce": "cern513-cr6:eqxam3-bb-c" + "device": "pnnlemsl-cr6", + "port": "pnnlemsl-cr6:1/1/c28/1", + "addr": "134.55.56.139", + "ifce": "pnnlisb2-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 730 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c25/1", - "addr": "134.55.56.172", - "ifce": "atla-cr6:hous-bb-d" + "device": "pnnlisb2-cr6", + "port": "pnnlisb2-cr6:2/1/c28/1", + "addr": "134.55.56.194", + "ifce": "pnnlemsl-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c25/1", - "addr": "134.55.56.173", - "ifce": "hous-cr6:atla-bb-d" + "device": "pnnlemsl-cr6", + "port": "pnnlemsl-cr6:2/1/c28/1", + "addr": "134.55.56.195", + "ifce": "pnnlisb2-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 810 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c25/1", - "addr": "134.55.56.173", - "ifce": "hous-cr6:atla-bb-d" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c2/1", + "addr": "134.55.58.126", + "ifce": "pppl-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c25/1", - "addr": "134.55.56.172", - "ifce": "atla-cr6:hous-bb-d" + "device": "pppl-cr6", + "port": "pppl-cr6:2/1/c1/1", + "addr": "134.55.58.127", + "ifce": "wash-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 810 - } + "MPLS": 5050 + }, + "orchSubscriptionId": null }, { "a": { - "device": "elpa-cr6", - "port": "elpa-cr6:1/1/c28/1", - "addr": "134.55.56.92", - "ifce": "elpa-cr6:sand-bb-c" + "device": "slac50s-cr6", + "port": "slac50s-cr6:1/1/c34/1", + "addr": "134.55.56.38", + "ifce": "slac50n-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "sand-cr6", - "port": "sand-cr6:2/1/c31/1", - "addr": "134.55.56.93", - "ifce": "sand-cr6:elpa-bb-c" + "device": "slac50n-cr6", + "port": "slac50n-cr6:1/1/c34/1", + "addr": "134.55.56.39", + "ifce": "slac50s-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 800 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sand-cr6", - "port": "sand-cr6:2/1/c31/1", - "addr": "134.55.56.93", - "ifce": "sand-cr6:elpa-bb-c" + "device": "slac50s-cr6", + "port": "slac50s-cr6:1/1/c28/1", + "addr": "134.55.57.140", + "ifce": "slac50n-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "elpa-cr6", - "port": "elpa-cr6:1/1/c28/1", - "addr": "134.55.56.92", - "ifce": "elpa-cr6:sand-bb-c" + "device": "slac50n-cr6", + "port": "slac50n-cr6:1/1/c28/1", + "addr": "134.55.57.141", + "ifce": "slac50s-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 800 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:2/1/c34/1", - "addr": "134.55.56.45", - "ifce": "snlca902-cr6:llnl-bb-f" + "device": "slac50s-cr6", + "port": "slac50s-cr6:2/1/c34/1", + "addr": "134.55.57.142", + "ifce": "slac50n-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "llnl-cr6", - "port": "llnl-cr6:2/1/c34/1", - "addr": "134.55.56.44", - "ifce": "llnl-cr6:snlca902-bb-f" + "device": "slac50n-cr6", + "port": "slac50n-cr6:2/1/c34/1", + "addr": "134.55.57.143", + "ifce": "slac50s-bb-c", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "llnl-cr6", - "port": "llnl-cr6:2/1/c34/1", - "addr": "134.55.56.44", - "ifce": "llnl-cr6:snlca902-bb-f" + "device": "pppl-cr6", + "port": "pppl-cr6:2/1/c2/1", + "addr": "134.55.57.56", + "ifce": "ppploit128-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:2/1/c34/1", - "addr": "134.55.56.45", - "ifce": "snlca902-cr6:llnl-bb-f" + "device": "ppploit128-cr6", + "port": "ppploit128-cr6:2/1/c1/1", + "addr": "134.55.57.57", + "ifce": "pppl-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c17/2", - "addr": "134.55.58.82", - "ifce": "atla-cr6:jlab205-bb-a" + "device": "pppl-cr6", + "port": "pppl-cr6:1/1/c2/1", + "addr": "134.55.57.82", + "ifce": "ppploit128-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "jlab205-cr6", - "port": "jlab205-cr6:1/1/c13/2", - "addr": "134.55.58.83", - "ifce": "jlab205-cr6:atla-bb-a" + "device": "ppploit128-cr6", + "port": "ppploit128-cr6:1/1/c2/1", + "addr": "134.55.57.83", + "ifce": "pppl-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100160 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "jlab205-cr6", - "port": "jlab205-cr6:1/1/c13/2", - "addr": "134.55.58.83", - "ifce": "jlab205-cr6:atla-bb-a" + "device": "eqxda3-cr6", + "port": "eqxda3-cr6:2/1/c17/4", + "addr": "134.55.57.152", + "ifce": "pantex1237-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c17/2", - "addr": "134.55.58.82", - "ifce": "atla-cr6:jlab205-bb-a" + "device": "pantex1237-cr6", + "port": "pantex1237-cr6:1/1/c13/2", + "addr": "134.55.57.153", + "ifce": "eqxda3-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100160 - } + "MPLS": 500150 + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c5/1", - "addr": "134.55.58.146", - "ifce": "wash-cr6:cern513-bb-a" + "device": "netlmgn-cr6", + "port": "netlmgn-cr6:1/1/c13/2", + "addr": "134.55.57.78", + "ifce": "eqxdc4-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c4/1", - "addr": "134.55.58.147", - "ifce": "cern513-cr6:wash-bb-a" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:1/1/c17/3", + "addr": "134.55.57.79", + "ifce": "netlmgn-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 2244 - } + "MPLS": 100010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c4/1", - "addr": "134.55.58.147", - "ifce": "cern513-cr6:wash-bb-a" + "device": "bost-cr6", + "port": "bost-cr6:2/1/c25/1", + "addr": "134.55.57.48", + "ifce": "eqxld8-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c5/1", - "addr": "134.55.58.146", - "ifce": "wash-cr6:cern513-bb-a" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:1/1/c28/1", + "addr": "134.55.57.49", + "ifce": "bost-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 2244 - } + "MPLS": 2028 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c31/1", - "addr": "134.55.58.18", - "ifce": "bnl515-cr6:newy1118th-bb-d" + "device": "srs70344a-cr6", + "port": "srs70344a-cr6:2/1/c13/2", + "addr": "134.55.57.20", + "ifce": "atla-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c31/1", - "addr": "134.55.58.19", - "ifce": "newy1118th-cr6:bnl515-bb-d" + "device": "atla-cr6", + "port": "atla-cr6:1/1/c17/3", + "addr": "134.55.57.21", + "ifce": "srs70344a-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15000000 - } + "MPLS": 100010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c31/1", - "addr": "134.55.58.19", - "ifce": "newy1118th-cr6:bnl515-bb-d" + "device": "denv-cr6", + "port": "denv-cr6:1/1/c34/1", + "addr": "134.55.57.34", + "ifce": "kans-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c31/1", - "addr": "134.55.58.18", - "ifce": "bnl515-cr6:newy1118th-bb-d" + "device": "kans-cr6", + "port": "kans-cr6:1/1/c25/1", + "addr": "134.55.57.35", + "ifce": "denv-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15000000 - } + "MPLS": 790 + }, + "orchSubscriptionId": null }, { "a": { - "device": "llnl-cr6", - "port": "llnl-cr6:2/1/c28/1", - "addr": "134.55.58.2", - "ifce": "llnl-cr6:sunn-bb-d" + "device": "denv-cr6", + "port": "denv-cr6:2/1/c31/1", + "addr": "134.55.57.172", + "ifce": "kans-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c31/1", - "addr": "134.55.58.3", - "ifce": "sunn-cr6:llnl-bb-d" + "device": "kans-cr6", + "port": "kans-cr6:2/1/c31/1", + "addr": "134.55.57.173", + "ifce": "denv-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 790 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c31/1", - "addr": "134.55.58.3", - "ifce": "sunn-cr6:llnl-bb-d" + "device": "denv-cr6", + "port": "denv-cr6:2/1/c25/1", + "addr": "134.55.56.106", + "ifce": "kans-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "llnl-cr6", - "port": "llnl-cr6:2/1/c28/1", - "addr": "134.55.58.2", - "ifce": "llnl-cr6:sunn-bb-d" + "device": "kans-cr6", + "port": "kans-cr6:2/1/c28/1", + "addr": "134.55.56.107", + "ifce": "denv-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 790 + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c31/1", - "addr": "134.55.57.17", - "ifce": "newy32aoa-cr6:newy1118th-bb-d" + "device": "lbnl59-cr6", + "port": "lbnl59-cr6:1/1/c31/1", + "addr": "134.55.57.148", + "ifce": "slac50n-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c34/1", - "addr": "134.55.57.16", - "ifce": "newy1118th-cr6:newy32aoa-bb-d" + "device": "slac50n-cr6", + "port": "slac50n-cr6:1/1/c31/1", + "addr": "134.55.57.149", + "ifce": "lbnl59-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c34/1", - "addr": "134.55.57.16", - "ifce": "newy1118th-cr6:newy32aoa-bb-d" + "device": "lbnl59-cr6", + "port": "lbnl59-cr6:2/1/c31/1", + "addr": "134.55.57.150", + "ifce": "slac50n-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c31/1", - "addr": "134.55.57.17", - "ifce": "newy32aoa-cr6:newy1118th-bb-d" + "device": "slac50n-cr6", + "port": "slac50n-cr6:2/1/c31/1", + "addr": "134.55.57.151", + "ifce": "lbnl59-bb-c", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern773-cr6", - "port": "cern773-cr6:1/1/c34/1", - "addr": "134.55.57.0", - "ifce": "cern773-cr6:cern513-bb-c" + "device": "lbnl59-cr6", + "port": "lbnl59-cr6:1/1/c28/1", + "addr": "134.55.58.140", + "ifce": "slac50n-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c34/1", - "addr": "134.55.57.1", - "ifce": "cern513-cr6:cern773-bb-c" + "device": "slac50n-cr6", + "port": "slac50n-cr6:2/1/c28/1", + "addr": "134.55.58.141", + "ifce": "lbnl59-bb-d", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c34/1", - "addr": "134.55.57.1", - "ifce": "cern513-cr6:cern773-bb-c" + "device": "kans-cr6", + "port": "kans-cr6:2/1/c13/1", + "addr": "134.55.57.70", + "ifce": "ameshwh-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "cern773-cr6", - "port": "cern773-cr6:1/1/c34/1", - "addr": "134.55.57.0", - "ifce": "cern773-cr6:cern513-bb-c" + "device": "ameshwh-cr6", + "port": "ameshwh-cr6:1/1/c2/1", + "addr": "134.55.57.71", + "ifce": "kans-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1020 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c7/1", - "addr": "134.55.58.99", - "ifce": "ornl1064-cr6:y12-bb-a" + "device": "cern773-cr6", + "port": "cern773-cr6:1/1/c7/1", + "addr": "134.55.58.60", + "ifce": "cern513-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "y12-cr6", - "port": "y12-cr6:1/1/c1/1", - "addr": "134.55.58.98", - "ifce": "y12-cr6:ornl1064-bb-a" + "device": "cern513-cr6", + "port": "cern513-cr6:1/1/c7/1", + "addr": "134.55.58.61", + "ifce": "cern773-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 1010 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "y12-cr6", - "port": "y12-cr6:1/1/c1/1", - "addr": "134.55.58.98", - "ifce": "y12-cr6:ornl1064-bb-a" + "device": "cern773-cr6", + "port": "cern773-cr6:2/1/c7/1", + "addr": "134.55.58.62", + "ifce": "cern513-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c7/1", - "addr": "134.55.58.99", - "ifce": "ornl1064-cr6:y12-bb-a" + "device": "cern513-cr6", + "port": "cern513-cr6:2/1/c7/1", + "addr": "134.55.58.63", + "ifce": "cern773-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 1010 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c34/1", - "addr": "134.55.57.225", - "ifce": "wash-cr6:atla-bb-e" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:1/1/c31/1", + "addr": "134.55.57.72", + "ifce": "nash-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c31/1", - "addr": "134.55.57.224", - "ifce": "atla-cr6:wash-bb-e" + "device": "nash-cr6", + "port": "nash-cr6:1/1/c28/1", + "addr": "134.55.57.73", + "ifce": "ornl5600-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 3550 + }, + "orchSubscriptionId": null }, { "a": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c31/1", - "addr": "134.55.57.224", - "ifce": "atla-cr6:wash-bb-e" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:2/1/c31/1", + "addr": "134.55.58.170", + "ifce": "nash-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c34/1", - "addr": "134.55.57.225", - "ifce": "wash-cr6:atla-bb-e" + "device": "nash-cr6", + "port": "nash-cr6:2/1/c28/1", + "addr": "134.55.58.171", + "ifce": "ornl5600-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 3550 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:1/1/c2/1", - "addr": "134.55.57.65", - "ifce": "ameshwhb-cr6:chic-bb-b" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:1/1/c31/1", + "addr": "134.55.57.132", + "ifce": "wash-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c13/1", - "addr": "134.55.57.64", - "ifce": "chic-cr6:ameshwhb-bb-b" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c31/1", + "addr": "134.55.57.133", + "ifce": "eqxdc4-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15123123 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c13/1", - "addr": "134.55.57.64", - "ifce": "chic-cr6:ameshwhb-bb-b" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:2/1/c31/1", + "addr": "134.55.57.130", + "ifce": "wash-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:1/1/c2/1", - "addr": "134.55.57.65", - "ifce": "ameshwhb-cr6:chic-bb-b" + "device": "wash-cr6", + "port": "wash-cr6:2/1/c31/1", + "addr": "134.55.57.131", + "ifce": "eqxdc4-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15123123 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c34/1", - "addr": "134.55.57.113", - "ifce": "ornl5600-cr6:ornl1064-bb-a" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:2/1/c22/1", + "addr": "134.55.56.18", + "ifce": "wash-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:2/1/c34/1", - "addr": "134.55.57.112", - "ifce": "ornl1064-cr6:ornl5600-bb-a" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c25/1", + "addr": "134.55.56.19", + "ifce": "eqxdc4-bb-e", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:2/1/c34/1", - "addr": "134.55.57.112", - "ifce": "ornl1064-cr6:ornl5600-bb-a" + "device": "sacr-cr6", + "port": "sacr-cr6:1/1/c25/1", + "addr": "134.55.57.214", + "ifce": "salt-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c34/1", - "addr": "134.55.57.113", - "ifce": "ornl5600-cr6:ornl1064-bb-a" + "device": "salt-cr6", + "port": "salt-cr6:1/1/c28/1", + "addr": "134.55.57.215", + "ifce": "sacr-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 820 + }, + "orchSubscriptionId": null }, { "a": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:1/1/c31/1", - "addr": "134.55.57.144", - "ifce": "slac50s-cr6:sunn-bb-c" + "device": "sacr-cr6", + "port": "sacr-cr6:2/1/c25/1", + "addr": "134.55.56.224", + "ifce": "salt-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c28/1", - "addr": "134.55.57.145", - "ifce": "sunn-cr6:slac50s-bb-c" + "device": "salt-cr6", + "port": "salt-cr6:2/1/c28/1", + "addr": "134.55.56.225", + "ifce": "sacr-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 820 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c28/1", - "addr": "134.55.57.145", - "ifce": "sunn-cr6:slac50s-bb-c" + "device": "sacr-cr6", + "port": "sacr-cr6:2/1/c19/1", + "addr": "134.55.58.118", + "ifce": "salt-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:1/1/c31/1", - "addr": "134.55.57.144", - "ifce": "slac50s-cr6:sunn-bb-c" + "device": "salt-cr6", + "port": "salt-cr6:1/1/c19/1", + "addr": "134.55.58.119", + "ifce": "sacr-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 15123123 + }, + "orchSubscriptionId": null }, { "a": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c34/1", - "addr": "134.55.57.192", - "ifce": "elpa-cr6:sand-bb-b" + "device": "forrestal-cr6", + "port": "forrestal-cr6:2/1/c13/2", + "addr": "134.55.56.8", + "ifce": "germantown-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "sand-cr6", - "port": "sand-cr6:1/1/c34/1", - "addr": "134.55.57.193", - "ifce": "sand-cr6:elpa-bb-b" + "device": "germantown-cr6", + "port": "germantown-cr6:1/1/c13/2", + "addr": "134.55.56.9", + "ifce": "forrestal-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 800 - } + "MPLS": 100020 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sand-cr6", - "port": "sand-cr6:1/1/c34/1", - "addr": "134.55.57.193", - "ifce": "sand-cr6:elpa-bb-b" + "device": "chat-cr6", + "port": "chat-cr6:1/1/c25/1", + "addr": "134.55.57.2", + "ifce": "ornl1064-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c34/1", - "addr": "134.55.57.192", - "ifce": "elpa-cr6:sand-bb-b" + "device": "ornl1064-cr6", + "port": "ornl1064-cr6:1/1/c31/1", + "addr": "134.55.57.3", + "ifce": "chat-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 800 - } + "MPLS": 3550 + }, + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c34/1", - "addr": "134.55.57.209", - "ifce": "nash-cr6:chat-bb-b" + "device": "chat-cr6", + "port": "chat-cr6:2/1/c25/1", + "addr": "134.55.57.4", + "ifce": "ornl1064-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c34/1", - "addr": "134.55.57.208", - "ifce": "chat-cr6:nash-bb-b" + "device": "ornl1064-cr6", + "port": "ornl1064-cr6:2/1/c31/1", + "addr": "134.55.57.5", + "ifce": "chat-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 3550 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c34/1", - "addr": "134.55.57.208", - "ifce": "chat-cr6:nash-bb-b" + "device": "fnalfcc-cr6", + "port": "fnalfcc-cr6:2/1/c34/1", + "addr": "134.55.56.110", + "ifce": "fnalgcc-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c34/1", - "addr": "134.55.57.209", - "ifce": "nash-cr6:chat-bb-b" + "device": "fnalgcc-cr6", + "port": "fnalgcc-cr6:2/1/c34/1", + "addr": "134.55.56.111", + "ifce": "fnalfcc-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c28/1", - "addr": "134.55.57.177", - "ifce": "eqxdc4-cr6:eqxch2-bb-d" + "device": "fnalfcc-cr6", + "port": "fnalfcc-cr6:1/1/c34/1", + "addr": "134.55.57.218", + "ifce": "fnalgcc-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c25/1", - "addr": "134.55.57.176", - "ifce": "eqxch2-cr6:eqxdc4-bb-d" + "device": "fnalgcc-cr6", + "port": "fnalgcc-cr6:1/1/c34/1", + "addr": "134.55.57.219", + "ifce": "fnalfcc-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c25/1", - "addr": "134.55.57.176", - "ifce": "eqxch2-cr6:eqxdc4-bb-d" + "device": "fnalfcc-cr6", + "port": "fnalfcc-cr6:2/1/c28/1", + "addr": "134.55.57.220", + "ifce": "fnalgcc-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c28/1", - "addr": "134.55.57.177", - "ifce": "eqxdc4-cr6:eqxch2-bb-d" + "device": "fnalgcc-cr6", + "port": "fnalgcc-cr6:2/1/c31/1", + "addr": "134.55.57.221", + "ifce": "fnalfcc-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c28/1", - "addr": "134.55.57.33", - "ifce": "cern513-cr6:bost-bb-a" + "device": "fnalfcc-cr6", + "port": "fnalfcc-cr6:1/1/c25/1", + "addr": "134.55.56.242", + "ifce": "fnalgcc-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "bost-cr6", - "port": "bost-cr6:1/1/c25/1", - "addr": "134.55.57.32", - "ifce": "bost-cr6:cern513-bb-a" + "device": "fnalgcc-cr6", + "port": "fnalgcc-cr6:1/1/c28/1", + "addr": "134.55.56.243", + "ifce": "fnalfcc-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 2796 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bost-cr6", - "port": "bost-cr6:1/1/c25/1", - "addr": "134.55.57.32", - "ifce": "bost-cr6:cern513-bb-a" + "device": "albq-cr6", + "port": "albq-cr6:1/1/c34/1", + "addr": "134.55.56.62", + "ifce": "denv-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c28/1", - "addr": "134.55.57.33", - "ifce": "cern513-cr6:bost-bb-a" + "device": "denv-cr6", + "port": "denv-cr6:1/1/c31/1", + "addr": "134.55.56.63", + "ifce": "albq-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 2796 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:1/1/c28/1", - "addr": "134.55.57.49", - "ifce": "eqxld8-cr6:bost-bb-a" + "device": "albq-cr6", + "port": "albq-cr6:2/1/c31/1", + "addr": "134.55.56.14", + "ifce": "denv-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c25/1", - "addr": "134.55.57.48", - "ifce": "bost-cr6:eqxld8-bb-a" + "device": "denv-cr6", + "port": "denv-cr6:2/1/c28/1", + "addr": "134.55.56.15", + "ifce": "albq-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15123123 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c25/1", - "addr": "134.55.57.48", - "ifce": "bost-cr6:eqxld8-bb-a" + "device": "albq-cr6", + "port": "albq-cr6:1/1/c28/1", + "addr": "134.55.57.246", + "ifce": "denv-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:1/1/c28/1", - "addr": "134.55.57.49", - "ifce": "eqxld8-cr6:bost-bb-a" + "device": "denv-cr6", + "port": "denv-cr6:1/1/c25/1", + "addr": "134.55.57.247", + "ifce": "albq-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15123123 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:2/1/c34/1", - "addr": "134.55.56.110", - "ifce": "fnalfcc-cr6:fnalgcc-bb-a" + "device": "ornl1064-cr6", + "port": "ornl1064-cr6:1/1/c3/1", + "addr": "134.55.56.142", + "ifce": "orau-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:2/1/c34/1", - "addr": "134.55.56.111", - "ifce": "fnalgcc-cr6:fnalfcc-bb-a" + "device": "orau-cr6", + "port": "orau-cr6:1/1/c1/1", + "addr": "134.55.56.143", + "ifce": "ornl1064-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:2/1/c34/1", - "addr": "134.55.56.111", - "ifce": "fnalgcc-cr6:fnalfcc-bb-a" + "device": "anl221-cr6", + "port": "anl221-cr6:1/1/c31/1", + "addr": "134.55.57.236", + "ifce": "fnalfcc-bb-b", + "orchSubscriptionId": null }, "z": { "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:2/1/c34/1", - "addr": "134.55.56.110", - "ifce": "fnalfcc-cr6:fnalgcc-bb-a" + "port": "fnalfcc-cr6:1/1/c31/1", + "addr": "134.55.57.237", + "ifce": "anl221-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "ga-cr6", - "port": "ga-cr6:1/1/c2/1", - "addr": "134.55.56.207", - "ifce": "ga-cr6:losa-bb-a" + "device": "anl221-cr6", + "port": "anl221-cr6:2/1/c31/1", + "addr": "134.55.57.238", + "ifce": "fnalfcc-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c4/1", - "addr": "134.55.56.206", - "ifce": "losa-cr6:ga-bb-a" + "device": "fnalfcc-cr6", + "port": "fnalfcc-cr6:2/1/c31/1", + "addr": "134.55.57.239", + "ifce": "anl221-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c4/1", - "addr": "134.55.56.206", - "ifce": "losa-cr6:ga-bb-a" + "device": "anl221-cr6", + "port": "anl221-cr6:2/1/c28/1", + "addr": "134.55.58.78", + "ifce": "fnalfcc-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "ga-cr6", - "port": "ga-cr6:1/1/c2/1", - "addr": "134.55.56.207", - "ifce": "ga-cr6:losa-bb-a" + "device": "fnalfcc-cr6", + "port": "fnalfcc-cr6:1/1/c28/1", + "addr": "134.55.58.79", + "ifce": "anl221-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 15000000 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c34/1", - "addr": "134.55.56.190", - "ifce": "bnl515-cr6:bnl515b-bb-a" + "device": "anl541b-cr6", + "port": "anl541b-cr6:1/1/c31/1", + "addr": "134.55.57.166", + "ifce": "star-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "bnl515b-cr6", - "port": "bnl515b-cr6:2/1/c34/1", - "addr": "134.55.56.191", - "ifce": "bnl515b-cr6:bnl515-bb-a" + "device": "star-cr6", + "port": "star-cr6:1/1/c34/1", + "addr": "134.55.57.167", + "ifce": "anl541b-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl515b-cr6", - "port": "bnl515b-cr6:2/1/c34/1", - "addr": "134.55.56.191", - "ifce": "bnl515b-cr6:bnl515-bb-a" + "device": "anl541b-cr6", + "port": "anl541b-cr6:2/1/c31/1", + "addr": "134.55.57.168", + "ifce": "star-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c34/1", - "addr": "134.55.56.190", - "ifce": "bnl515-cr6:bnl515b-bb-a" + "device": "star-cr6", + "port": "star-cr6:2/1/c34/1", + "addr": "134.55.57.169", + "ifce": "anl541b-bb-c", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } - }, - { - "a": { - "device": "orau-cr6", - "port": "orau-cr6:1/1/c1/1", - "addr": "134.55.56.143", - "ifce": "orau-cr6:ornl1064-bb-b" - }, - "z": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c3/1", - "addr": "134.55.56.142", - "ifce": "ornl1064-cr6:orau-bb-b" }, - "metrics": { - "MPLS": 1010 - } + "orchSubscriptionId": null }, { "a": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c3/1", - "addr": "134.55.56.142", - "ifce": "ornl1064-cr6:orau-bb-b" + "device": "anl541b-cr6", + "port": "anl541b-cr6:2/1/c28/1", + "addr": "134.55.58.84", + "ifce": "star-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "orau-cr6", - "port": "orau-cr6:1/1/c1/1", - "addr": "134.55.56.143", - "ifce": "orau-cr6:ornl1064-bb-b" + "device": "star-cr6", + "port": "star-cr6:2/1/c22/1", + "addr": "134.55.58.85", + "ifce": "anl541b-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c34/1", - "addr": "134.55.56.127", - "ifce": "chic-cr6:eqxch2-bb-e" + "device": "bois-cr6", + "port": "bois-cr6:2/1/c34/1", + "addr": "134.55.57.202", + "ifce": "salt-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c31/1", - "addr": "134.55.56.126", - "ifce": "eqxch2-cr6:chic-bb-e" + "device": "salt-cr6", + "port": "salt-cr6:2/1/c34/1", + "addr": "134.55.57.203", + "ifce": "bois-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c31/1", - "addr": "134.55.56.126", - "ifce": "eqxch2-cr6:chic-bb-e" + "device": "bois-cr6", + "port": "bois-cr6:1/1/c25/1", + "addr": "134.55.57.24", + "ifce": "salt-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c34/1", - "addr": "134.55.56.127", - "ifce": "chic-cr6:eqxch2-bb-e" + "device": "salt-cr6", + "port": "salt-cr6:1/1/c25/1", + "addr": "134.55.57.25", + "ifce": "bois-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c31/1", - "addr": "134.55.56.174", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-d" + "device": "bois-cr6", + "port": "bois-cr6:1/1/c28/1", + "addr": "134.55.58.80", + "ifce": "salt-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c31/1", - "addr": "134.55.56.175", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-d" + "device": "salt-cr6", + "port": "salt-cr6:2/1/c19/1", + "addr": "134.55.58.81", + "ifce": "bois-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c31/1", - "addr": "134.55.56.175", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-d" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:1/1/c3/1", + "addr": "134.55.56.226", + "ifce": "orau-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c31/1", - "addr": "134.55.56.174", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-d" + "device": "orau-cr6", + "port": "orau-cr6:2/1/c1/1", + "addr": "134.55.56.227", + "ifce": "ornl5600-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c19/1", - "addr": "134.55.56.255", - "ifce": "newy1118th-cr6:bost-bb-d" + "device": "albq-cr6", + "port": "albq-cr6:2/1/c34/1", + "addr": "134.55.57.194", + "ifce": "elpa-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "bost-cr6", - "port": "bost-cr6:1/1/c31/1", - "addr": "134.55.56.254", - "ifce": "bost-cr6:newy1118th-bb-d" + "device": "elpa-cr6", + "port": "elpa-cr6:1/1/c31/1", + "addr": "134.55.57.195", + "ifce": "albq-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 740 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bost-cr6", - "port": "bost-cr6:1/1/c31/1", - "addr": "134.55.56.254", - "ifce": "bost-cr6:newy1118th-bb-d" + "device": "albq-cr6", + "port": "albq-cr6:1/1/c31/1", + "addr": "134.55.56.24", + "ifce": "elpa-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c19/1", - "addr": "134.55.56.255", - "ifce": "newy1118th-cr6:bost-bb-d" + "device": "elpa-cr6", + "port": "elpa-cr6:2/1/c28/1", + "addr": "134.55.56.25", + "ifce": "albq-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 740 + }, + "orchSubscriptionId": null }, { "a": { "device": "albq-cr6", - "port": "albq-cr6:1/1/c34/1", - "addr": "134.55.56.62", - "ifce": "albq-cr6:denv-bb-c" + "port": "albq-cr6:2/1/c28/1", + "addr": "134.55.57.248", + "ifce": "elpa-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c31/1", - "addr": "134.55.56.63", - "ifce": "denv-cr6:albq-bb-c" + "device": "elpa-cr6", + "port": "elpa-cr6:1/1/c22/1", + "addr": "134.55.57.249", + "ifce": "albq-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 740 + }, + "orchSubscriptionId": null }, { "a": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c31/1", - "addr": "134.55.56.63", - "ifce": "denv-cr6:albq-bb-c" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:1/1/c31/1", + "addr": "134.55.56.200", + "ifce": "eqxld8-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "albq-cr6", - "port": "albq-cr6:1/1/c34/1", - "addr": "134.55.56.62", - "ifce": "albq-cr6:denv-bb-c" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:2/1/c31/1", + "addr": "134.55.56.201", + "ifce": "eqxam3-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "osti-cr6", - "port": "osti-cr6:1/1/c1/1", - "addr": "134.55.56.223", - "ifce": "osti-cr6:ornl1064-bb-b" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:2/1/c31/1", + "addr": "134.55.57.120", + "ifce": "eqxld8-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c1/1", - "addr": "134.55.56.222", - "ifce": "ornl1064-cr6:osti-bb-b" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:1/1/c34/1", + "addr": "134.55.57.121", + "ifce": "eqxam3-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c1/1", - "addr": "134.55.56.222", - "ifce": "ornl1064-cr6:osti-bb-b" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:2/1/c25/1", + "addr": "134.55.58.16", + "ifce": "eqxld8-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "osti-cr6", - "port": "osti-cr6:1/1/c1/1", - "addr": "134.55.56.223", - "ifce": "osti-cr6:ornl1064-bb-b" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:2/1/c4/1", + "addr": "134.55.58.17", + "ifce": "eqxam3-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:1/1/c28/1", - "addr": "134.55.56.31", - "ifce": "lbnl50-cr6:sacr-bb-f" + "device": "forrestal-cr6", + "port": "forrestal-cr6:1/1/c13/2", + "addr": "134.55.58.158", + "ifce": "wash-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c28/1", - "addr": "134.55.56.30", - "ifce": "sacr-cr6:lbnl50-bb-f" + "device": "wash-cr6", + "port": "wash-cr6:2/1/c17/2", + "addr": "134.55.58.159", + "ifce": "forrestal-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 100010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c28/1", - "addr": "134.55.56.30", - "ifce": "sacr-cr6:lbnl50-bb-f" + "device": "sand-cr6", + "port": "sand-cr6:1/1/c4/1", + "addr": "134.55.57.8", + "ifce": "ga-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:1/1/c28/1", - "addr": "134.55.56.31", - "ifce": "lbnl50-cr6:sacr-bb-f" + "device": "ga-cr6", + "port": "ga-cr6:2/1/c2/1", + "addr": "134.55.57.9", + "ifce": "sand-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "albq-cr6", - "port": "albq-cr6:2/1/c31/1", - "addr": "134.55.56.14", - "ifce": "albq-cr6:denv-bb-d" + "device": "lbnl59qa-cr6b", + "port": "lbnl59qa-cr6b:2/1/c1/1", + "addr": "134.55.57.86", + "ifce": "lbnl59qa-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c28/1", - "addr": "134.55.56.15", - "ifce": "denv-cr6:albq-bb-d" + "device": "lbnl59qa-cr6a", + "port": "lbnl59qa-cr6a:2/1/c1/1", + "addr": "134.55.57.87", + "ifce": "lbnl59qa-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c28/1", - "addr": "134.55.56.15", - "ifce": "denv-cr6:albq-bb-d" + "device": "lanlta50-cr6", + "port": "lanlta50-cr6:1/1/c8/1", + "addr": "134.55.58.150", + "ifce": "lanlta03-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "albq-cr6", - "port": "albq-cr6:2/1/c31/1", - "addr": "134.55.56.14", - "ifce": "albq-cr6:denv-bb-d" + "device": "lanlta03-cr6", + "port": "lanlta03-cr6:1/1/c8/1", + "addr": "134.55.58.151", + "ifce": "lanlta50-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bois-cr6", - "port": "bois-cr6:1/1/c34/1", - "addr": "134.55.58.117", - "ifce": "bois-cr6:pnnlisb2-bb-b" + "device": "lanlta50-cr6", + "port": "lanlta50-cr6:2/1/c8/1", + "addr": "134.55.58.152", + "ifce": "lanlta03-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:1/1/c31/1", - "addr": "134.55.58.116", - "ifce": "pnnlisb2-cr6:bois-bb-b" + "device": "lanlta03-cr6", + "port": "lanlta03-cr6:2/1/c8/1", + "addr": "134.55.58.153", + "ifce": "lanlta50-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:1/1/c31/1", - "addr": "134.55.58.116", - "ifce": "pnnlisb2-cr6:bois-bb-b" + "device": "cern773-cr6", + "port": "cern773-cr6:1/1/c34/1", + "addr": "134.55.57.0", + "ifce": "cern513-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "bois-cr6", - "port": "bois-cr6:1/1/c34/1", - "addr": "134.55.58.117", - "ifce": "bois-cr6:pnnlisb2-bb-b" + "device": "cern513-cr6", + "port": "cern513-cr6:1/1/c34/1", + "addr": "134.55.57.1", + "ifce": "cern773-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c25/1", - "addr": "134.55.57.2", - "ifce": "chat-cr6:ornl1064-bb-c" + "device": "cern773-cr6", + "port": "cern773-cr6:2/1/c34/1", + "addr": "134.55.57.28", + "ifce": "cern513-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c31/1", - "addr": "134.55.57.3", - "ifce": "ornl1064-cr6:chat-bb-c" + "device": "cern513-cr6", + "port": "cern513-cr6:2/1/c34/1", + "addr": "134.55.57.29", + "ifce": "cern773-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 3550 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c31/1", - "addr": "134.55.57.3", - "ifce": "ornl1064-cr6:chat-bb-c" + "device": "lasv-cr6", + "port": "lasv-cr6:2/1/c31/1", + "addr": "134.55.57.216", + "ifce": "salt-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c25/1", - "addr": "134.55.57.2", - "ifce": "chat-cr6:ornl1064-bb-c" + "device": "salt-cr6", + "port": "salt-cr6:2/1/c31/1", + "addr": "134.55.57.217", + "ifce": "lasv-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 3550 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "llnl-cr6", - "port": "llnl-cr6:1/1/c34/1", - "addr": "134.55.58.164", - "ifce": "llnl-cr6:sunn-bb-e" + "device": "lasv-cr6", + "port": "lasv-cr6:1/1/c34/1", + "addr": "134.55.56.74", + "ifce": "salt-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c22/1", - "addr": "134.55.58.165", - "ifce": "sunn-cr6:llnl-bb-e" + "device": "salt-cr6", + "port": "salt-cr6:2/1/c25/1", + "addr": "134.55.56.75", + "ifce": "lasv-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c22/1", - "addr": "134.55.58.165", - "ifce": "sunn-cr6:llnl-bb-e" + "device": "lasv-cr6", + "port": "lasv-cr6:2/1/c28/1", + "addr": "134.55.58.58", + "ifce": "salt-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "llnl-cr6", - "port": "llnl-cr6:1/1/c34/1", - "addr": "134.55.58.164", - "ifce": "llnl-cr6:sunn-bb-e" + "device": "salt-cr6", + "port": "salt-cr6:1/1/c22/1", + "addr": "134.55.58.59", + "ifce": "lasv-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c31/1", - "addr": "134.55.58.20", - "ifce": "bois-cr6:seat-bb-c" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:1/1/c31/1", + "addr": "134.55.56.178", + "ifce": "cern773-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c28/1", - "addr": "134.55.58.21", - "ifce": "seat-cr6:bois-bb-c" + "device": "cern773-cr6", + "port": "cern773-cr6:1/1/c31/1", + "addr": "134.55.56.179", + "ifce": "eqxld8-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 740 + }, + "orchSubscriptionId": null }, { "a": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c28/1", - "addr": "134.55.58.21", - "ifce": "seat-cr6:bois-bb-c" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:2/1/c34/1", + "addr": "134.55.57.116", + "ifce": "cern773-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c31/1", - "addr": "134.55.58.20", - "ifce": "bois-cr6:seat-bb-c" + "device": "cern773-cr6", + "port": "cern773-cr6:2/1/c31/1", + "addr": "134.55.57.117", + "ifce": "eqxld8-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 740 + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c31/1", - "addr": "134.55.58.5", - "ifce": "newy32aoa-cr6:newy1118th-bb-e" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:1/1/c22/1", + "addr": "134.55.58.14", + "ifce": "cern773-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c34/1", - "addr": "134.55.58.4", - "ifce": "newy1118th-cr6:newy32aoa-bb-e" + "device": "cern773-cr6", + "port": "cern773-cr6:2/1/c28/1", + "addr": "134.55.58.15", + "ifce": "eqxld8-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 740 + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c34/1", - "addr": "134.55.58.4", - "ifce": "newy1118th-cr6:newy32aoa-bb-e" + "device": "inlerob-cr6", + "port": "inlerob-cr6:1/1/c1/1", + "addr": "134.55.56.32", + "ifce": "inleil-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c31/1", - "addr": "134.55.58.5", - "ifce": "newy32aoa-cr6:newy1118th-bb-e" + "device": "inleil-cr6", + "port": "inleil-cr6:1/1/c1/1", + "addr": "134.55.56.33", + "ifce": "inlerob-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "frib-cr6a", - "port": "frib-cr6a:2/1/c1/1", - "addr": "134.55.58.37", - "ifce": "frib-cr6a:frib-bb-b" + "device": "inlerob-cr6", + "port": "inlerob-cr6:2/1/c1/1", + "addr": "134.55.58.28", + "ifce": "inleil-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "frib-cr6b", - "port": "frib-cr6b:2/1/c1/1", - "addr": "134.55.58.36", - "ifce": "frib-cr6b:frib-bb-b" + "device": "inleil-cr6", + "port": "inleil-cr6:2/1/c1/1", + "addr": "134.55.58.29", + "ifce": "inlerob-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 1010 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "frib-cr6b", - "port": "frib-cr6b:2/1/c1/1", - "addr": "134.55.58.36", - "ifce": "frib-cr6b:frib-bb-b" + "device": "bois-cr6", + "port": "bois-cr6:2/1/c17/2", + "addr": "134.55.57.6", + "ifce": "inleil-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "frib-cr6a", - "port": "frib-cr6a:2/1/c1/1", - "addr": "134.55.58.37", - "ifce": "frib-cr6a:frib-bb-b" + "device": "inleil-cr6", + "port": "inleil-cr6:2/1/c13/2", + "addr": "134.55.57.7", + "ifce": "bois-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 100020 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lanlta03-cr6", - "port": "lanlta03-cr6:1/1/c1/1", - "addr": "134.55.58.149", - "ifce": "lanlta03-cr6:albq-bb-a" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c25/1", + "addr": "134.55.56.196", + "ifce": "bnl515-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "albq-cr6", - "port": "albq-cr6:1/1/c3/1", - "addr": "134.55.58.148", - "ifce": "albq-cr6:lanlta03-bb-a" + "device": "bnl515-cr6", + "port": "bnl515-cr6:1/1/c28/1", + "addr": "134.55.56.197", + "ifce": "newy32aoa-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1020 - } + "MPLS": 15000000 + }, + "orchSubscriptionId": null }, { "a": { - "device": "albq-cr6", - "port": "albq-cr6:1/1/c3/1", - "addr": "134.55.58.148", - "ifce": "albq-cr6:lanlta03-bb-a" + "device": "pnnlemsl-cr6", + "port": "pnnlemsl-cr6:2/1/c25/1", + "addr": "134.55.58.94", + "ifce": "seat-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "lanlta03-cr6", - "port": "lanlta03-cr6:1/1/c1/1", - "addr": "134.55.58.149", - "ifce": "lanlta03-cr6:albq-bb-a" + "device": "seat-cr6", + "port": "seat-cr6:1/1/c22/1", + "addr": "134.55.58.95", + "ifce": "pnnlemsl-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1020 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c28/1", - "addr": "134.55.58.84", - "ifce": "anl541b-cr6:star-bb-e" + "device": "pnnlemsl-cr6", + "port": "pnnlemsl-cr6:1/1/c31/1", + "addr": "134.55.58.92", + "ifce": "seat-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "star-cr6", - "port": "star-cr6:2/1/c22/1", - "addr": "134.55.58.85", - "ifce": "star-cr6:anl541b-bb-e" + "device": "seat-cr6", + "port": "seat-cr6:2/1/c31/1", + "addr": "134.55.58.93", + "ifce": "pnnlemsl-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "star-cr6", - "port": "star-cr6:2/1/c22/1", - "addr": "134.55.58.85", - "ifce": "star-cr6:anl541b-bb-e" + "device": "srs702a-cr6", + "port": "srs702a-cr6:1/1/c13/2", + "addr": "134.55.58.44", + "ifce": "nash-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c28/1", - "addr": "134.55.58.84", - "ifce": "anl541b-cr6:star-bb-e" + "device": "nash-cr6", + "port": "nash-cr6:2/1/c17/3", + "addr": "134.55.58.45", + "ifce": "srs702a-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 100100 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c34/1", - "addr": "134.55.57.51", - "ifce": "ornl5600-cr6:ornl1064-bb-b" + "device": "losa-cr6", + "port": "losa-cr6:1/1/c34/1", + "addr": "134.55.57.190", + "ifce": "sand-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c34/1", - "addr": "134.55.57.50", - "ifce": "ornl1064-cr6:ornl5600-bb-b" + "device": "sand-cr6", + "port": "sand-cr6:2/1/c34/1", + "addr": "134.55.57.191", + "ifce": "losa-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c34/1", - "addr": "134.55.57.50", - "ifce": "ornl1064-cr6:ornl5600-bb-b" + "device": "losa-cr6", + "port": "losa-cr6:2/1/c28/1", + "addr": "134.55.56.20", + "ifce": "sand-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c34/1", - "addr": "134.55.57.51", - "ifce": "ornl5600-cr6:ornl1064-bb-b" + "device": "sand-cr6", + "port": "sand-cr6:1/1/c31/1", + "addr": "134.55.56.21", + "ifce": "losa-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:1/1/c1/1", - "addr": "134.55.57.67", - "ifce": "ameshwh-cr6:ameshwhb-bb-b" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c19/1", + "addr": "134.55.56.246", + "ifce": "eqxld8-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:1/1/c1/1", - "addr": "134.55.57.66", - "ifce": "ameshwhb-cr6:ameshwh-bb-b" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:2/1/c19/1", + "addr": "134.55.56.247", + "ifce": "newy32aoa-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15123123 - } + "MPLS": 2028 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:1/1/c1/1", - "addr": "134.55.57.66", - "ifce": "ameshwhb-cr6:ameshwh-bb-b" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c29/1", + "addr": "134.55.57.104", + "ifce": "eqxld8-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:1/1/c1/1", - "addr": "134.55.57.67", - "ifce": "ameshwh-cr6:ameshwhb-bb-b" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:2/1/c28/1", + "addr": "134.55.57.105", + "ifce": "newy32aoa-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15123123 - } + "MPLS": 2028 + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c31/1", - "addr": "134.55.57.131", - "ifce": "wash-cr6:eqxdc4-bb-d" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c35/1", + "addr": "134.55.57.106", + "ifce": "eqxld8-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c31/1", - "addr": "134.55.57.130", - "ifce": "eqxdc4-cr6:wash-bb-d" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:1/1/c25/1", + "addr": "134.55.57.107", + "ifce": "newy32aoa-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 2028 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c31/1", - "addr": "134.55.57.130", - "ifce": "eqxdc4-cr6:wash-bb-d" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c35/1", + "addr": "134.55.57.108", + "ifce": "eqxld8-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c31/1", - "addr": "134.55.57.131", - "ifce": "wash-cr6:eqxdc4-bb-d" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:2/1/c25/1", + "addr": "134.55.57.109", + "ifce": "newy32aoa-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 2028 + }, + "orchSubscriptionId": null }, { "a": { - "device": "losa-cr6", - "port": "losa-cr6:2/1/c34/1", - "addr": "134.55.57.114", - "ifce": "losa-cr6:sunn-bb-b" + "device": "kans-cr6", + "port": "kans-cr6:2/1/c2/1", + "addr": "134.55.57.180", + "ifce": "kcnsc-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c31/1", - "addr": "134.55.57.115", - "ifce": "sunn-cr6:losa-bb-b" + "device": "kcnsc-cr6", + "port": "kcnsc-cr6:2/1/c2/1", + "addr": "134.55.57.181", + "ifce": "kans-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c31/1", - "addr": "134.55.57.115", - "ifce": "sunn-cr6:losa-bb-b" + "device": "sacr-cr6", + "port": "sacr-cr6:1/1/c31/1", + "addr": "134.55.56.230", + "ifce": "lbnl50-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "losa-cr6", - "port": "losa-cr6:2/1/c34/1", - "addr": "134.55.57.114", - "ifce": "losa-cr6:sunn-bb-b" + "device": "lbnl50-cr6", + "port": "lbnl50-cr6:1/1/c31/1", + "addr": "134.55.56.231", + "ifce": "sacr-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 730 + }, + "orchSubscriptionId": null }, { "a": { - "device": "elpa-cr6", - "port": "elpa-cr6:1/1/c31/1", - "addr": "134.55.57.195", - "ifce": "elpa-cr6:albq-bb-c" + "device": "sacr-cr6", + "port": "sacr-cr6:2/1/c31/1", + "addr": "134.55.56.182", + "ifce": "lbnl50-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "albq-cr6", - "port": "albq-cr6:2/1/c34/1", - "addr": "134.55.57.194", - "ifce": "albq-cr6:elpa-bb-c" + "device": "lbnl50-cr6", + "port": "lbnl50-cr6:2/1/c28/1", + "addr": "134.55.56.183", + "ifce": "sacr-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 740 - } + "MPLS": 730 + }, + "orchSubscriptionId": null }, { "a": { - "device": "albq-cr6", - "port": "albq-cr6:2/1/c34/1", - "addr": "134.55.57.194", - "ifce": "albq-cr6:elpa-bb-c" + "device": "sacr-cr6", + "port": "sacr-cr6:2/1/c28/1", + "addr": "134.55.56.30", + "ifce": "lbnl50-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "elpa-cr6", - "port": "elpa-cr6:1/1/c31/1", - "addr": "134.55.57.195", - "ifce": "elpa-cr6:albq-bb-c" + "device": "lbnl50-cr6", + "port": "lbnl50-cr6:1/1/c28/1", + "addr": "134.55.56.31", + "ifce": "sacr-bb-f", + "orchSubscriptionId": null + }, + "metrics": { + "MPLS": 730 }, - "metrics": { - "MPLS": 740 - } + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c34/1", - "addr": "134.55.57.211", - "ifce": "nash-cr6:chat-bb-c" + "device": "sunn-cr6", + "port": "sunn-cr6:1/1/c34/1", + "addr": "134.55.56.100", + "ifce": "eqxsv5-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c34/1", - "addr": "134.55.57.210", - "ifce": "chat-cr6:nash-bb-c" + "device": "eqxsv5-cr6", + "port": "eqxsv5-cr6:1/1/c34/1", + "addr": "134.55.56.101", + "ifce": "sunn-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c34/1", - "addr": "134.55.57.210", - "ifce": "chat-cr6:nash-bb-c" + "device": "sunn-cr6", + "port": "sunn-cr6:2/1/c25/1", + "addr": "134.55.56.248", + "ifce": "eqxsv5-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c34/1", - "addr": "134.55.57.211", - "ifce": "nash-cr6:chat-bb-c" + "device": "eqxsv5-cr6", + "port": "eqxsv5-cr6:2/1/c34/1", + "addr": "134.55.56.249", + "ifce": "sunn-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "losa-cr6", - "port": "losa-cr6:2/1/c31/1", - "addr": "134.55.57.179", - "ifce": "losa-cr6:lasv-bb-b" + "device": "sunn-cr6", + "port": "sunn-cr6:1/1/c25/1", + "addr": "134.55.58.38", + "ifce": "eqxsv5-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "lasv-cr6", - "port": "lasv-cr6:1/1/c31/1", - "addr": "134.55.57.178", - "ifce": "lasv-cr6:losa-bb-b" + "device": "eqxsv5-cr6", + "port": "eqxsv5-cr6:2/1/c31/1", + "addr": "134.55.58.39", + "ifce": "sunn-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 740 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lasv-cr6", - "port": "lasv-cr6:1/1/c31/1", - "addr": "134.55.57.178", - "ifce": "lasv-cr6:losa-bb-b" + "device": "lbnl59qa-cr6a", + "port": "lbnl59qa-cr6a:1/1/c1/1", + "addr": "134.55.56.128", + "ifce": "lbnl59-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "losa-cr6", - "port": "losa-cr6:2/1/c31/1", - "addr": "134.55.57.179", - "ifce": "losa-cr6:lasv-bb-b" + "device": "lbnl59-cr6", + "port": "lbnl59-cr6:1/1/c1/1", + "addr": "134.55.56.129", + "ifce": "lbnl59qa-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 740 - } + "MPLS": 5050 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c34/1", - "addr": "134.55.57.163", - "ifce": "eqxch2-cr6:star-bb-e" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:1/1/c7/1", + "addr": "134.55.57.68", + "ifce": "bost-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "star-cr6", - "port": "star-cr6:2/1/c28/1", - "addr": "134.55.57.162", - "ifce": "star-cr6:eqxch2-bb-e" + "device": "bost-cr6", + "port": "bost-cr6:2/1/c6/1", + "addr": "134.55.57.69", + "ifce": "eqxam3-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 2076 + }, + "orchSubscriptionId": null }, { "a": { - "device": "star-cr6", - "port": "star-cr6:2/1/c28/1", - "addr": "134.55.57.162", - "ifce": "star-cr6:eqxch2-bb-e" + "device": "llnl-cr6", + "port": "llnl-cr6:1/1/c25/1", + "addr": "134.55.58.70", + "ifce": "llnl354-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c34/1", - "addr": "134.55.57.163", - "ifce": "eqxch2-cr6:star-bb-e" + "device": "llnl354-cr6", + "port": "llnl354-cr6:1/1/c25/1", + "addr": "134.55.58.71", + "ifce": "llnl-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 15123123 + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c34/1", - "addr": "134.55.57.227", - "ifce": "wash-cr6:atla-bb-f" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:1/1/c17/4", + "addr": "134.55.58.90", + "ifce": "germantown-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c28/1", - "addr": "134.55.57.226", - "ifce": "atla-cr6:wash-bb-f" + "device": "germantown-cr6", + "port": "germantown-cr6:2/1/c13/2", + "addr": "134.55.58.91", + "ifce": "eqxdc4-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 100030 + }, + "orchSubscriptionId": null }, { "a": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c28/1", - "addr": "134.55.57.226", - "ifce": "atla-cr6:wash-bb-f" + "device": "frib-cr6b", + "port": "frib-cr6b:1/1/c2/1", + "addr": "134.55.57.36", + "ifce": "star-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c34/1", - "addr": "134.55.57.227", - "ifce": "wash-cr6:atla-bb-f" + "device": "star-cr6", + "port": "star-cr6:2/1/c15/1", + "addr": "134.55.57.37", + "ifce": "frib-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "kans-cr6", - "port": "kans-cr6:1/1/c25/1", - "addr": "134.55.57.35", - "ifce": "kans-cr6:denv-bb-c" + "device": "nash-cr6", + "port": "nash-cr6:1/1/c6/1", + "addr": "134.55.57.156", + "ifce": "hous-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c34/1", - "addr": "134.55.57.34", - "ifce": "denv-cr6:kans-bb-c" + "device": "hous-cr6", + "port": "hous-cr6:1/1/c1/1", + "addr": "134.55.57.157", + "ifce": "nash-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15000000 - } + "MPLS": 1070 + }, + "orchSubscriptionId": null }, { "a": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c34/1", - "addr": "134.55.57.34", - "ifce": "denv-cr6:kans-bb-c" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c22/1", + "addr": "134.55.56.120", + "ifce": "chic-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "kans-cr6", - "port": "kans-cr6:1/1/c25/1", - "addr": "134.55.57.35", - "ifce": "kans-cr6:denv-bb-c" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c19/1", + "addr": "134.55.56.121", + "ifce": "eqxch2-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15000000 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:2/1/c31/1", - "addr": "134.55.57.146", - "ifce": "slac50s-cr6:sunn-bb-d" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c31/1", + "addr": "134.55.56.126", + "ifce": "chic-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c28/1", - "addr": "134.55.57.147", - "ifce": "sunn-cr6:slac50s-bb-d" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c34/1", + "addr": "134.55.56.127", + "ifce": "eqxch2-bb-e", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c28/1", - "addr": "134.55.57.147", - "ifce": "sunn-cr6:slac50s-bb-d" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:1/1/c28/1", + "addr": "134.55.57.186", + "ifce": "chic-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:2/1/c31/1", - "addr": "134.55.57.146", - "ifce": "slac50s-cr6:sunn-bb-d" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c34/1", + "addr": "134.55.57.187", + "ifce": "eqxch2-bb-f", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c34/1", - "addr": "134.55.56.97", - "ifce": "salt-cr6:denv-bb-c" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:1/1/c35/1", + "addr": "134.55.58.50", + "ifce": "chic-bb-g", + "orchSubscriptionId": null }, "z": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c28/1", - "addr": "134.55.56.96", - "ifce": "denv-cr6:salt-bb-c" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c35/1", + "addr": "134.55.58.51", + "ifce": "eqxch2-bb-g", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 800 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c28/1", - "addr": "134.55.56.96", - "ifce": "denv-cr6:salt-bb-c" + "device": "jlab205-cr6", + "port": "jlab205-cr6:2/1/c1/1", + "addr": "134.55.56.60", + "ifce": "jlab12-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c34/1", - "addr": "134.55.56.97", - "ifce": "salt-cr6:denv-bb-c" + "device": "jlab12-cr6", + "port": "jlab12-cr6:2/1/c1/1", + "addr": "134.55.56.61", + "ifce": "jlab205-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 800 - } + "MPLS": 1515 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c1/1", - "addr": "134.55.56.129", - "ifce": "lbnl59-cr6:lbnl59qa-bb-a" + "device": "chat-cr6", + "port": "chat-cr6:1/1/c34/1", + "addr": "134.55.57.208", + "ifce": "nash-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "lbnl59qa-cr6a", - "port": "lbnl59qa-cr6a:1/1/c1/1", - "addr": "134.55.56.128", - "ifce": "lbnl59qa-cr6a:lbnl59-bb-a" + "device": "nash-cr6", + "port": "nash-cr6:1/1/c34/1", + "addr": "134.55.57.209", + "ifce": "chat-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 5050 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lbnl59qa-cr6a", - "port": "lbnl59qa-cr6a:1/1/c1/1", - "addr": "134.55.56.128", - "ifce": "lbnl59qa-cr6a:lbnl59-bb-a" + "device": "chat-cr6", + "port": "chat-cr6:2/1/c34/1", + "addr": "134.55.57.210", + "ifce": "nash-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c1/1", - "addr": "134.55.56.129", - "ifce": "lbnl59-cr6:lbnl59qa-bb-a" + "device": "nash-cr6", + "port": "nash-cr6:2/1/c34/1", + "addr": "134.55.57.211", + "ifce": "chat-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 5050 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "frib-cr6a", - "port": "frib-cr6a:1/1/c1/1", - "addr": "134.55.56.145", - "ifce": "frib-cr6a:frib-bb-a" + "device": "chat-cr6", + "port": "chat-cr6:2/1/c28/1", + "addr": "134.55.57.12", + "ifce": "nash-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "frib-cr6b", - "port": "frib-cr6b:1/1/c1/1", - "addr": "134.55.56.144", - "ifce": "frib-cr6b:frib-bb-a" + "device": "nash-cr6", + "port": "nash-cr6:2/1/c25/1", + "addr": "134.55.57.13", + "ifce": "chat-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "frib-cr6b", - "port": "frib-cr6b:1/1/c1/1", - "addr": "134.55.56.144", - "ifce": "frib-cr6b:frib-bb-a" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c28/1", + "addr": "134.55.57.204", + "ifce": "nash-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "frib-cr6a", - "port": "frib-cr6a:1/1/c1/1", - "addr": "134.55.56.145", - "ifce": "frib-cr6a:frib-bb-a" + "device": "nash-cr6", + "port": "nash-cr6:1/1/c31/1", + "addr": "134.55.57.205", + "ifce": "chic-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 760 + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c28/1", - "addr": "134.55.56.209", - "ifce": "wash-cr6:newy32aoa-bb-e" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c28/1", + "addr": "134.55.57.206", + "ifce": "nash-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c34/1", - "addr": "134.55.56.208", - "ifce": "newy32aoa-cr6:wash-bb-e" + "device": "nash-cr6", + "port": "nash-cr6:2/1/c31/1", + "addr": "134.55.57.207", + "ifce": "chic-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 730 - } + "MPLS": 760 + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c34/1", - "addr": "134.55.56.208", - "ifce": "newy32aoa-cr6:wash-bb-e" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c1/1", + "addr": "134.55.57.14", + "ifce": "nash-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c28/1", - "addr": "134.55.56.209", - "ifce": "wash-cr6:newy32aoa-bb-e" + "device": "nash-cr6", + "port": "nash-cr6:1/1/c25/1", + "addr": "134.55.57.15", + "ifce": "chic-bb-f", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 730 - } + "MPLS": 760 + }, + "orchSubscriptionId": null }, { "a": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c17/3", - "addr": "134.55.56.192", - "ifce": "hous-cr6:pantex-bb-a" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:1/1/c19/1", + "addr": "134.55.57.54", + "ifce": "newy32aoa-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "pantex-cr6", - "port": "pantex-cr6:1/1/c13/2", - "addr": "134.55.56.193", - "ifce": "pantex-cr6:hous-bb-a" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c4/1", + "addr": "134.55.57.55", + "ifce": "eqxam3-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 500200 - } + "MPLS": 2268 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pantex-cr6", - "port": "pantex-cr6:1/1/c13/2", - "addr": "134.55.56.193", - "ifce": "pantex-cr6:hous-bb-a" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:2/1/c13/1", + "addr": "134.55.58.104", + "ifce": "osti-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c17/3", - "addr": "134.55.56.192", - "ifce": "hous-cr6:pantex-bb-a" + "device": "osti-cr6", + "port": "osti-cr6:2/1/c1/1", + "addr": "134.55.58.105", + "ifce": "ornl5600-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 500200 - } + "MPLS": 15000000 + }, + "orchSubscriptionId": null }, { "a": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c28/1", - "addr": "134.55.56.225", - "ifce": "salt-cr6:sacr-bb-c" + "device": "lanlta50-cr6", + "port": "lanlta50-cr6:1/1/c1/1", + "addr": "134.55.58.154", + "ifce": "denv-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c25/1", - "addr": "134.55.56.224", - "ifce": "sacr-cr6:salt-bb-c" + "device": "denv-cr6", + "port": "denv-cr6:2/1/c6/1", + "addr": "134.55.58.155", + "ifce": "lanlta50-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 1110 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c25/1", - "addr": "134.55.56.224", - "ifce": "sacr-cr6:salt-bb-c" + "device": "y12-cr6", + "port": "y12-cr6:1/1/c2/1", + "addr": "134.55.58.56", + "ifce": "y12co-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c28/1", - "addr": "134.55.56.225", - "ifce": "salt-cr6:sacr-bb-c" + "device": "y12co-cr6", + "port": "y12co-cr6:1/1/c2/1", + "addr": "134.55.58.57", + "ifce": "y12-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c25/1", - "addr": "134.55.56.160", - "ifce": "bnl515-cr6:newy1118th-bb-e" + "device": "y12-cr6", + "port": "y12-cr6:1/1/c1/1", + "addr": "134.55.58.98", + "ifce": "ornl1064-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c25/1", - "addr": "134.55.56.161", - "ifce": "newy1118th-cr6:bnl515-bb-e" + "device": "ornl1064-cr6", + "port": "ornl1064-cr6:1/1/c7/1", + "addr": "134.55.58.99", + "ifce": "y12-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c25/1", - "addr": "134.55.56.161", - "ifce": "newy1118th-cr6:bnl515-bb-e" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:1/1/c25/1", + "addr": "134.55.57.174", + "ifce": "eqxdc4-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c25/1", - "addr": "134.55.56.160", - "ifce": "bnl515-cr6:newy1118th-bb-e" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:1/1/c28/1", + "addr": "134.55.57.175", + "ifce": "eqxch2-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 840 + }, + "orchSubscriptionId": null }, { "a": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c25/1", - "addr": "134.55.56.176", - "ifce": "seat-cr6:sacr-bb-e" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c25/1", + "addr": "134.55.57.176", + "ifce": "eqxdc4-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c22/1", - "addr": "134.55.56.177", - "ifce": "sacr-cr6:seat-bb-e" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:2/1/c28/1", + "addr": "134.55.57.177", + "ifce": "eqxch2-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 840 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c22/1", - "addr": "134.55.56.177", - "ifce": "sacr-cr6:seat-bb-e" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c28/1", + "addr": "134.55.58.10", + "ifce": "eqxdc4-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c25/1", - "addr": "134.55.56.176", - "ifce": "seat-cr6:sacr-bb-e" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:1/1/c25/1", + "addr": "134.55.58.11", + "ifce": "eqxch2-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 840 + }, + "orchSubscriptionId": null }, { "a": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:1/1/c28/1", - "addr": "134.55.56.65", - "ifce": "snlca902-cr6:llnl-bb-g" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c1/1", + "addr": "134.55.56.68", + "ifce": "eqxdc4-bb-h", + "orchSubscriptionId": null }, "z": { - "device": "llnl-cr6", - "port": "llnl-cr6:1/1/c31/1", - "addr": "134.55.56.64", - "ifce": "llnl-cr6:snlca902-bb-g" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:2/1/c25/1", + "addr": "134.55.56.69", + "ifce": "eqxch2-bb-h", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 840 + }, + "orchSubscriptionId": null }, { "a": { - "device": "llnl-cr6", - "port": "llnl-cr6:1/1/c31/1", - "addr": "134.55.56.64", - "ifce": "llnl-cr6:snlca902-bb-g" + "device": "atla-cr6", + "port": "atla-cr6:2/1/c31/1", + "addr": "134.55.57.224", + "ifce": "wash-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:1/1/c28/1", - "addr": "134.55.56.65", - "ifce": "snlca902-cr6:llnl-bb-g" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c34/1", + "addr": "134.55.57.225", + "ifce": "atla-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c25/1", - "addr": "134.55.56.81", - "ifce": "anl541b-cr6:eqxch2-bb-c" + "device": "atla-cr6", + "port": "atla-cr6:1/1/c28/1", + "addr": "134.55.57.226", + "ifce": "wash-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c19/1", - "addr": "134.55.56.80", - "ifce": "eqxch2-cr6:anl541b-bb-c" + "device": "wash-cr6", + "port": "wash-cr6:2/1/c34/1", + "addr": "134.55.57.227", + "ifce": "atla-bb-f", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c19/1", - "addr": "134.55.56.80", - "ifce": "eqxch2-cr6:anl541b-bb-c" + "device": "atla-cr6", + "port": "atla-cr6:2/1/c28/1", + "addr": "134.55.57.228", + "ifce": "wash-bb-g", + "orchSubscriptionId": null }, "z": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c25/1", - "addr": "134.55.56.81", - "ifce": "anl541b-cr6:eqxch2-bb-c" + "device": "wash-cr6", + "port": "wash-cr6:2/1/c28/1", + "addr": "134.55.57.229", + "ifce": "atla-bb-g", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c34/1", - "addr": "134.55.56.0", - "ifce": "lbnl59-cr6:lbnl50-bb-a" + "device": "atla-cr6", + "port": "atla-cr6:1/1/c25/1", + "addr": "134.55.56.90", + "ifce": "wash-bb-h", + "orchSubscriptionId": null }, "z": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:1/1/c34/1", - "addr": "134.55.56.1", - "ifce": "lbnl50-cr6:lbnl59-bb-a" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c22/1", + "addr": "134.55.56.91", + "ifce": "atla-bb-h", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:1/1/c34/1", - "addr": "134.55.56.1", - "ifce": "lbnl50-cr6:lbnl59-bb-a" + "device": "lasv-cr6", + "port": "lasv-cr6:1/1/c31/1", + "addr": "134.55.57.178", + "ifce": "losa-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c34/1", - "addr": "134.55.56.0", - "ifce": "lbnl59-cr6:lbnl50-bb-a" + "device": "losa-cr6", + "port": "losa-cr6:2/1/c31/1", + "addr": "134.55.57.179", + "ifce": "lasv-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "inleil-cr6", - "port": "inleil-cr6:1/1/c1/1", - "addr": "134.55.56.33", - "ifce": "inleil-cr6:inlerob-bb-a" + "device": "lasv-cr6", + "port": "lasv-cr6:2/1/c34/1", + "addr": "134.55.57.26", + "ifce": "losa-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "inlerob-cr6", - "port": "inlerob-cr6:1/1/c1/1", - "addr": "134.55.56.32", - "ifce": "inlerob-cr6:inleil-bb-a" + "device": "losa-cr6", + "port": "losa-cr6:1/1/c25/1", + "addr": "134.55.57.27", + "ifce": "lasv-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "inlerob-cr6", - "port": "inlerob-cr6:1/1/c1/1", - "addr": "134.55.56.32", - "ifce": "inlerob-cr6:inleil-bb-a" + "device": "lasv-cr6", + "port": "lasv-cr6:1/1/c28/1", + "addr": "134.55.56.54", + "ifce": "losa-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "inleil-cr6", - "port": "inleil-cr6:1/1/c1/1", - "addr": "134.55.56.33", - "ifce": "inleil-cr6:inlerob-bb-a" + "device": "losa-cr6", + "port": "losa-cr6:2/1/c25/1", + "addr": "134.55.56.55", + "ifce": "lasv-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 750 + }, + "orchSubscriptionId": null } ] } \ No newline at end of file diff --git a/backend/pom.xml b/backend/pom.xml index 5e9d6b764..0bde6fcf8 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -14,7 +14,7 @@ net.es.oscars backend backend - 1.2.34 + 1.2.35 OSCARS backend diff --git a/backend/src/main/java/net/es/oscars/app/ScheduledTaskConfig.java b/backend/src/main/java/net/es/oscars/app/ScheduledTaskConfig.java new file mode 100644 index 000000000..3a7d448a3 --- /dev/null +++ b/backend/src/main/java/net/es/oscars/app/ScheduledTaskConfig.java @@ -0,0 +1,16 @@ +package net.es.oscars.app; + +import org.springframework.context.annotation.Bean; +import org.springframework.context.annotation.Configuration; +import org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler; + +@Configuration +public class ScheduledTaskConfig { + + @Bean + public ThreadPoolTaskScheduler taskScheduler (){ + ThreadPoolTaskScheduler taskScheduler = new ThreadPoolTaskScheduler(); + taskScheduler.setPoolSize(10); + return taskScheduler; + } +} \ No newline at end of file diff --git a/backend/src/main/java/net/es/oscars/nsi/ent/NsiConnectionEvent.java b/backend/src/main/java/net/es/oscars/nsi/ent/NsiConnectionEvent.java index adcb7fd13..27c5f91f2 100644 --- a/backend/src/main/java/net/es/oscars/nsi/ent/NsiConnectionEvent.java +++ b/backend/src/main/java/net/es/oscars/nsi/ent/NsiConnectionEvent.java @@ -32,6 +32,7 @@ public class NsiConnectionEvent { @JsonFormat(shape = JsonFormat.Shape.STRING, timezone = "UTC") private Instant timestamp; + @Column(length = 1024) private String message; private int version; diff --git a/backend/src/main/java/net/es/oscars/nsi/svc/NsiAsyncQueue.java b/backend/src/main/java/net/es/oscars/nsi/svc/NsiAsyncQueue.java index 682b0115b..c5358fe24 100644 --- a/backend/src/main/java/net/es/oscars/nsi/svc/NsiAsyncQueue.java +++ b/backend/src/main/java/net/es/oscars/nsi/svc/NsiAsyncQueue.java @@ -1,8 +1,6 @@ package net.es.oscars.nsi.svc; -import lombok.Builder; -import lombok.Data; -import lombok.EqualsAndHashCode; +import lombok.*; import lombok.experimental.SuperBuilder; import lombok.extern.slf4j.Slf4j; import net.es.nsi.lib.soap.gen.nsi_2_0.connection.types.QueryType; @@ -15,6 +13,7 @@ import net.es.oscars.nsi.ent.NsiMapping; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; +import org.springframework.transaction.annotation.Transactional; import java.util.*; import java.util.concurrent.*; @@ -26,8 +25,14 @@ public class NsiAsyncQueue { private final NsiMappingService nsiMappingService; private final Startup startup; + @Getter + @Setter + private boolean disable = false; + + @Getter public ConcurrentLinkedQueue queue = new ConcurrentLinkedQueue<>(); + @Setter public AsyncCallback processQueueHandler; public NsiAsyncQueue(NsiService nsiService, NsiMappingService nsiMappingService, Startup startup) { @@ -59,13 +64,22 @@ public void add(AsyncItem item) { } } - @Scheduled(fixedDelayString = "${nsi.queue-interval-millisec}") + @Scheduled(fixedDelayString = "${nsi.queue-delay}") public void processQueue() { if (startup.isInStartup() || startup.isInShutdown()) { // log.info("application in startup or shutdown; skipping queue processing"); return; } + // when we want to pause the queue processing during testing + if (disable) { + return; + } + // log.info("processing NSI async task queue"); + if (queue.isEmpty()) { + // log.info("returning from empty queue"); + return; + } try (ExecutorService executorService = Executors.newFixedThreadPool(1)) { Future future = asyncProcessQueue(executorService); @@ -77,16 +91,38 @@ public void processQueue() { } } - public Future asyncProcessQueue(ExecutorService executorService ) throws InterruptedException, ExecutionException { + @Scheduled(fixedDelayString = "${nsi.housekeeping-delay}") + @Transactional + public void nsiHousekeeping() { + if (startup.isInStartup() || startup.isInShutdown()) { + return; + } + log.info("NSI housekeeping"); + nsiService.housekeeping(); + } + + public Future asyncProcessQueue(ExecutorService executorService) throws InterruptedException, ExecutionException { + Callable pollTask = () -> { Results results = Results.builder().build(); while (queue.peek() != null) { AsyncItem item = queue.poll(); try { switch (item) { - case Generic generic -> this.processGeneric(generic); - case Query query -> this.processQuery(query); - case Reserve reserve -> this.processReserve(reserve); + case Generic generic -> { + log.info("submitting {} to async task queue for {}",generic.getOperation(),generic.getNsiConnectionId()); + + this.processGeneric(generic); + } + case Query query -> { + log.info("submitting a query to async task queue"); + + this.processQuery(query); + } + case Reserve reserve -> { + log.info("submitting a reserve to async task queue" ); + this.processReserve(reserve); + } default -> {} } results.getSucceeded().add(item); @@ -95,7 +131,9 @@ public Future asyncProcessQueue(ExecutorService executorService ) thro } } catch (NsiException ex) { results.getFailed().add(item); - processQueueHandler.onFailure(ex); + if (processQueueHandler != null) { + processQueueHandler.onFailure(ex); + } } } return results; diff --git a/backend/src/main/java/net/es/oscars/nsi/svc/NsiService.java b/backend/src/main/java/net/es/oscars/nsi/svc/NsiService.java index 0c4f3e51f..e9a1208f1 100644 --- a/backend/src/main/java/net/es/oscars/nsi/svc/NsiService.java +++ b/backend/src/main/java/net/es/oscars/nsi/svc/NsiService.java @@ -502,6 +502,10 @@ public boolean terminate(CommonHeaderType header, NsiMapping mapping) { log.info("starting terminate task for {}", mapping.getNsiConnectionId()); boolean succeeded = false; + // early return if already terminated + if (mapping.getLifecycleState().equals(LifecycleStateEnumType.TERMINATED)) { + return true; + } try { // go from CREATED | PASSED_END_TIME | FAILED to TERMINATING diff --git a/backend/src/main/java/net/es/oscars/resv/svc/ConnService.java b/backend/src/main/java/net/es/oscars/resv/svc/ConnService.java index ea7594040..dd0babd30 100644 --- a/backend/src/main/java/net/es/oscars/resv/svc/ConnService.java +++ b/backend/src/main/java/net/es/oscars/resv/svc/ConnService.java @@ -550,11 +550,12 @@ public Validity verifyModification(Connection c) { @Transactional public ConnChangeResult commit(Connection c) throws NsoResvException, PCEException, ConnException { - log.info("committing " + c.getConnectionId()); + log.info("committing {}", c.getConnectionId()); ReentrantLock connLock = dbAccess.getConnLock(); if (connLock.isLocked()) { - log.debug("connection lock already locked; will need to wait to complete commit"); + log.debug("connection lock already locked; will need to wait to complete commit for {}", c.getConnectionId()); } + log.debug("got connection lock, resuming commit for {}", c.getConnectionId()); connLock.lock(); Held h = c.getHeld(); @@ -578,7 +579,7 @@ public ConnChangeResult commit(Connection c) throws NsoResvException, PCEExcepti try { - log.info("removing from held " + c.getConnectionId()); + log.info("removing from held {}", c.getConnectionId()); held.remove(c.getConnectionId()); // log.debug("got connection lock "); c.setPhase(Phase.RESERVED); @@ -611,6 +612,7 @@ public ConnChangeResult commit(Connection c) throws NsoResvException, PCEExcepti oldScheduleId = existing.get().getReserved().getSchedule().getId(); connRepo.delete(existing.get()); + archivedRepo.delete(existing.get().getArchived()); } reservedFromHeld(c); @@ -1159,30 +1161,34 @@ public Pair holdConnection(SimpleConnection in) th if (connLock.isLocked()) { log.debug("connection lock already locked by another thread; hold {} waiting", in.getConnectionId()); } - connLock.lock(); - log.debug("got connection lock; hold {} resuming", in.getConnectionId()); + try { + connLock.lock(); + log.debug("got connection lock; hold {} resuming", in.getConnectionId()); - // we can hold it, so we do - Instant exp = Instant.now().plus(resvTimeout, ChronoUnit.SECONDS); - long secs = exp.toEpochMilli() / 1000L; - in.setHeldUntil((int) secs); + // we can hold it, so we do + Instant exp = Instant.now().plus(resvTimeout, ChronoUnit.SECONDS); + long secs = exp.toEpochMilli() / 1000L; + in.setHeldUntil((int) secs); - String connectionId = in.getConnectionId(); - Connection c = simpleToHeldConnection(in); - prettyLog(c); + String connectionId = in.getConnectionId(); + Connection c = simpleToHeldConnection(in); + prettyLog(c); - Validity v = this.validate(in, ConnectionMode.NEW); - in.setValidity(v); + Validity v = this.validate(in, ConnectionMode.NEW); + in.setValidity(v); - if (!v.isValid()) { - log.info("{} : not valid because {}", in.getConnectionId(), v.getMessage()); - } + if (!v.isValid()) { + log.info("{} : not valid because {}", in.getConnectionId(), v.getMessage()); + } - this.held.put(connectionId, c); - connLock.unlock(); - log.debug("{} releasing connection lock", in.getConnectionId()); - return Pair.of(in, c); + this.held.put(connectionId, c); + return Pair.of(in, c); + } finally { + // this will execute after the return + log.debug("{} releasing connection lock", in.getConnectionId()); + connLock.unlock(); + } } diff --git a/backend/src/main/java/net/es/oscars/resv/svc/comparisons/ConnServiceVlanToAvailableCompare.java b/backend/src/main/java/net/es/oscars/resv/svc/comparisons/ConnServiceVlanToAvailableCompare.java index 677a9620e..2fd6a9357 100644 --- a/backend/src/main/java/net/es/oscars/resv/svc/comparisons/ConnServiceVlanToAvailableCompare.java +++ b/backend/src/main/java/net/es/oscars/resv/svc/comparisons/ConnServiceVlanToAvailableCompare.java @@ -73,7 +73,7 @@ public void compare() { setValid(true); } else { errorMessage = f.getPort() + " : vlan " + f.getVlan() + " not available"; - errors.rejectValue("vlans", null, errorMessage); + errors.rejectValue("vlan", "VLAN_NOT_AVAILABLE", errorMessage); fv.setMessage(errorMessage); fv.setValid(false); } @@ -84,7 +84,7 @@ public void compare() { fv.setValid(false); fv.setMessage(f.getPort() + " not in topology\n"); - errors.rejectValue("port", null, f.getPort() + " not in topology"); + errors.rejectValue("port", "PORT_NOT_IN_TOPOLOGY", f.getPort() + " not in topology"); isValid = false; } if (errors.hasErrors()) { diff --git a/backend/src/main/java/net/es/oscars/sb/SouthboundPeriodicChecker.java b/backend/src/main/java/net/es/oscars/sb/SouthboundPeriodicChecker.java index 9bd1307ea..c778509d5 100644 --- a/backend/src/main/java/net/es/oscars/sb/SouthboundPeriodicChecker.java +++ b/backend/src/main/java/net/es/oscars/sb/SouthboundPeriodicChecker.java @@ -45,104 +45,119 @@ public class SouthboundPeriodicChecker { * - Any connection's deployment intent does not match its deployment state * */ - @Scheduled(fixedDelay = 3000) + @Scheduled(fixedDelayString = "${sb.trigger-delay}") @Transactional - public void buildOrDismantle() { + public void triggerSouthbound() { if (startup.isInStartup() || startup.isInShutdown()) { // log.info("application in startup or shutdown; skipping state transitions"); return; } +// log.info("triggerSouthbound start"); + ReentrantLock connLock = dbAccess.getConnLock(); boolean gotLock = connLock.tryLock(); if (gotLock) { - Set shouldBeMadeUndeployed = new HashSet<>(); - Set shouldBeFinished = new HashSet<>(); - - Set shouldBeDeployed = new HashSet<>(); - - - // look at all RESERVED connections; - // expired ones need to be made UNDEPLOYED - // ones that just entered their activation schedule need to be made DEPLOYED - List reservedConns = connRepo.findByPhase(Phase.RESERVED); - for (Connection c : reservedConns) { - Schedule s = c.getReserved().getSchedule(); - if (s.getEnding().isBefore(Instant.now())) { - shouldBeMadeUndeployed.add(c); - shouldBeFinished.add(c.getConnectionId()); - } else if (s.getBeginning().isBefore(Instant.now())) { - if (c.getMode().equals(BuildMode.AUTOMATIC)) { - shouldBeDeployed.add(c); + try { + // log.info("triggerSouthbound got connection lock"); + Set shouldBeMadeUndeployed = new HashSet<>(); + Set shouldBeFinished = new HashSet<>(); + Set shouldBeDeployed = new HashSet<>(); + + + // look at all RESERVED connections; + // expired ones need to be made UNDEPLOYED + // ones that just entered their activation schedule need to be made DEPLOYED + List reservedConns = connRepo.findByPhase(Phase.RESERVED); + for (Connection c : reservedConns) { + + if (c.getReserved() == null){ + // this might rarely happen if a commit is currently modifying that connection. + // we skip it to avoid an NPE and catch it next run + continue; + } + Schedule s = c.getReserved().getSchedule(); + if (s.getEnding().isBefore(Instant.now())) { + shouldBeMadeUndeployed.add(c); + shouldBeFinished.add(c.getConnectionId()); + } else if (s.getBeginning().isBefore(Instant.now())) { + if (c.getMode().equals(BuildMode.AUTOMATIC)) { + shouldBeDeployed.add(c); + } } } - } - // modify intents on connections - for (Connection c: shouldBeDeployed) { - if (c.getDeploymentIntent().equals(DeploymentIntent.SHOULD_BE_UNDEPLOYED)) { - log.info("now set to should-be-deployed "+c.getConnectionId()); - c.setDeploymentIntent(DeploymentIntent.SHOULD_BE_DEPLOYED); - connRepo.save(c); + // modify intents on connections + for (Connection c : shouldBeDeployed) { + if (c.getDeploymentIntent().equals(DeploymentIntent.SHOULD_BE_UNDEPLOYED)) { + log.info("now set to should-be-deployed {}", c.getConnectionId()); + c.setDeploymentIntent(DeploymentIntent.SHOULD_BE_DEPLOYED); + connRepo.save(c); + } } - } - for (Connection c: shouldBeMadeUndeployed) { - if (c.getDeploymentIntent().equals(DeploymentIntent.SHOULD_BE_DEPLOYED)) { - log.info("now set to should-be-undeployed "+c.getConnectionId()); - c.setDeploymentIntent(DeploymentIntent.SHOULD_BE_UNDEPLOYED); - connRepo.save(c); + for (Connection c : shouldBeMadeUndeployed) { + if (c.getDeploymentIntent().equals(DeploymentIntent.SHOULD_BE_DEPLOYED)) { + log.info("now set to should-be-undeployed {}", c.getConnectionId()); + c.setDeploymentIntent(DeploymentIntent.SHOULD_BE_UNDEPLOYED); + connRepo.save(c); + } } - } - southboundQueuer.clear(QueueName.DONE); + southboundQueuer.clear(QueueName.DONE); - // these catch any connections that don't have the correct state - List deployThese = connRepo - .findByDeploymentIntentAndDeploymentState(DeploymentIntent.SHOULD_BE_DEPLOYED, DeploymentState.UNDEPLOYED); - List undeployThese = connRepo - .findByDeploymentIntentAndDeploymentState(DeploymentIntent.SHOULD_BE_UNDEPLOYED, DeploymentState.DEPLOYED); + // these catch any connections that don't have the correct state + List deployThese = connRepo + .findByDeploymentIntentAndDeploymentState(DeploymentIntent.SHOULD_BE_DEPLOYED, DeploymentState.UNDEPLOYED); + List undeployThese = connRepo + .findByDeploymentIntentAndDeploymentState(DeploymentIntent.SHOULD_BE_UNDEPLOYED, DeploymentState.DEPLOYED); - List redeployThese = connRepo.findByDeploymentIntent(DeploymentIntent.SHOULD_BE_REDEPLOYED); + List redeployThese = connRepo.findByDeploymentIntent(DeploymentIntent.SHOULD_BE_REDEPLOYED); + // we only allow RESERVED connections that have a start time in the past to ever get deployed + for (Connection c : deployThese) { + if (c.getPhase().equals(Phase.RESERVED) && + c.getReserved() != null && + c.getReserved().getSchedule().getBeginning().isBefore(Instant.now())) { + log.info("it is not-deployed, and should-be - adding a queued job to BUILD: {}", c.getConnectionId()); + c.setDeploymentState(DeploymentState.WAITING_TO_BE_DEPLOYED); + connRepo.save(c); + southboundQueuer.add(CommandType.BUILD, c.getConnectionId(), State.ACTIVE); + } + } - // we only allow RESERVED connections that have a start time in the past to ever get deployed - for (Connection c : deployThese) { - if (c.getPhase().equals(Phase.RESERVED) && - c.getReserved() != null && - c.getReserved().getSchedule().getBeginning().isBefore(Instant.now())) { - log.info("it is not-deployed, and should-be - adding a queued job to BUILD: "+c.getConnectionId()); - c.setDeploymentState(DeploymentState.WAITING_TO_BE_DEPLOYED); + for (Connection c : undeployThese) { + log.info("it is deployed, and should-not-be - adding a queued job to DISMANTLE: {}", c.getConnectionId()); + // we allow connections in any phase to get undeployed + c.setDeploymentState(DeploymentState.WAITING_TO_BE_UNDEPLOYED); connRepo.save(c); - southboundQueuer.add(CommandType.BUILD, c.getConnectionId(), State.ACTIVE); + if (shouldBeFinished.contains(c.getConnectionId())) { + southboundQueuer.add(CommandType.DISMANTLE, c.getConnectionId(), State.WAITING); + } else { + southboundQueuer.add(CommandType.DISMANTLE, c.getConnectionId(), State.FINISHED); + } } - } - for (Connection c : undeployThese) { - log.info("it is deployed, and should-not-be - adding a queued job to DISMANTLE: "+c.getConnectionId()); - // we allow connections in any phase to get undeployed - c.setDeploymentState(DeploymentState.WAITING_TO_BE_UNDEPLOYED); - connRepo.save(c); - if (shouldBeFinished.contains(c.getConnectionId())) { - southboundQueuer.add(CommandType.DISMANTLE, c.getConnectionId(), State.WAITING); - } else { - southboundQueuer.add(CommandType.DISMANTLE, c.getConnectionId(), State.FINISHED); + for (Connection c : redeployThese) { + log.info("needs to be redeployed - adding a queued job to REDEPLOY: {}", c.getConnectionId()); + c.setDeploymentState(DeploymentState.WAITING_TO_BE_REDEPLOYED); + connRepo.save(c); + southboundQueuer.add(CommandType.REDEPLOY, c.getConnectionId(), State.ACTIVE); } - } - for (Connection c : redeployThese) { - log.info("needs to be redeployed - adding a queued job to REDEPLOY: "+c.getConnectionId()); - c.setDeploymentState(DeploymentState.WAITING_TO_BE_REDEPLOYED); - connRepo.save(c); - southboundQueuer.add(CommandType.REDEPLOY, c.getConnectionId(), State.ACTIVE); - } + // run the PSS queue + southboundQueuer.process(); + // log.info("triggerSouthbound releasing connection lock"); + - // run the PSS queue - southboundQueuer.process(); - connLock.unlock(); + } finally { + connLock.unlock(); + } } + +// log.info("triggerSouthbound end"); } diff --git a/backend/src/main/java/net/es/oscars/soap/NsiProvider.java b/backend/src/main/java/net/es/oscars/soap/NsiProvider.java index 6d953ccbc..78403d94f 100644 --- a/backend/src/main/java/net/es/oscars/soap/NsiProvider.java +++ b/backend/src/main/java/net/es/oscars/soap/NsiProvider.java @@ -49,8 +49,8 @@ public ReserveResponseType reserve(ReserveType reserve, Holder ReserveResponseType rrt = new ReserveResponseType(); String nsiConnectionId = reserve.getConnectionId(); if (nsiConnectionId == null || nsiConnectionId.isEmpty()) { - log.info("creating a new connectionId"); nsiConnectionId = UUID.randomUUID().toString(); + log.info("created a new nsiConnectionId {}", nsiConnectionId); } rrt.setConnectionId(nsiConnectionId); @@ -78,6 +78,7 @@ public ReserveResponseType reserve(ReserveType reserve, Holder .reserve(reserve) .build(); queue.add(asyncItem); + log.info("added reserve task to queue for {}", nsiConnectionId); nsiHeaderUtils.makeResponseHeader(header.value); return rrt; diff --git a/backend/src/main/java/net/es/oscars/task/TransitionStates.java b/backend/src/main/java/net/es/oscars/task/TransitionStates.java index 2a96dca81..aad503b40 100644 --- a/backend/src/main/java/net/es/oscars/task/TransitionStates.java +++ b/backend/src/main/java/net/es/oscars/task/TransitionStates.java @@ -47,7 +47,7 @@ public TransitionStates(ConnectionRepository connRepo, Startup startup, this.connService = connService; } - @Scheduled(fixedDelay = 5000) + @Scheduled(fixedDelayString = "${resv.state-delay}") @Transactional public void processingLoop() { if (startup.isInStartup() || startup.isInShutdown()) { @@ -57,8 +57,8 @@ public void processingLoop() { ReentrantLock connLock = dbAccess.getConnLock(); boolean gotLock = connLock.tryLock(); if (gotLock) { +// log.info("TransitionStates got connLock"); try { - List heldConns = new ArrayList<>(connService.getHeld().values()); List reservedConns = connRepo.findByPhase(Phase.RESERVED); @@ -68,10 +68,11 @@ public void processingLoop() { Set pastEndTime = new HashSet<>(); Set timedOut = new HashSet<>(); +// log.info("processing held connections"); for (Connection c : heldConns) { if (c.getHeld() == null || c.getHeld().getExpiration().isBefore(Instant.now())) { - log.info("will un-hold a held connection that expired: " + c.getConnectionId()); + log.info("will un-hold a held connection that expired: {}", c.getConnectionId()); Optional maybeMapping = nsiMappingService.getMappingForOscarsId(c.getConnectionId()); maybeMapping.ifPresent(m -> { log.info("timing out associated NSI mapping: " + m.getNsiConnectionId()); @@ -82,9 +83,10 @@ public void processingLoop() { } } +// log.info("processing reserved connections"); for (Connection c : reservedConns) { if (c.getReserved().getSchedule().getEnding().isBefore(Instant.now())) { - log.info("will archive (and dismantle if needed) a reserved connection that reached its end time: " + c.getConnectionId()); + log.info("will archive (and dismantle if needed) a reserved connection that reached its end time: {}", c.getConnectionId()); Optional maybeMapping = nsiMappingService.getMappingForOscarsId(c.getConnectionId()); maybeMapping.ifPresent(pastEndTime::add); @@ -96,15 +98,16 @@ public void processingLoop() { } } +// log.info("processing timed out NSI connections"); List expiredRequests = nsiRequestManager.timedOut(); for (NsiRequest req : expiredRequests) { nsiRequestManager.remove(req.getNsiConnectionId()); try { NsiMapping mapping = nsiMappingService.getMapping(req.getNsiConnectionId()); timedOut.add(mapping); - log.info("an NSI request timed out " + req.getNsiConnectionId()); + log.info("an NSI request timed out {}", req.getNsiConnectionId()); } catch (NsiMappingException ex) { - log.error("mapping problem: "+req.getNsiConnectionId(), ex); + log.error("mapping problem: {}", req.getNsiConnectionId(), ex); } } @@ -117,9 +120,6 @@ public void processingLoop() { nsiService.resvTimedOut(mapping); } - nsiService.housekeeping(); - - unholdThese.forEach(c -> { log.debug("Un-holding "+c.getConnectionId()); connService.unhold(c.getConnectionId()); @@ -132,14 +132,14 @@ public void processingLoop() { } finally { - // log.debug("unlocking connections"); +// log.info("TransitionStates releasing connLock"); connLock.unlock(); } } else { log.debug("unable to lock; waiting for next run "); } + } - } } \ No newline at end of file diff --git a/backend/src/main/java/net/es/oscars/topo/TopoService.java b/backend/src/main/java/net/es/oscars/topo/TopoService.java index b0f179f12..bc9b54571 100644 --- a/backend/src/main/java/net/es/oscars/topo/TopoService.java +++ b/backend/src/main/java/net/es/oscars/topo/TopoService.java @@ -5,6 +5,7 @@ import net.es.oscars.topo.beans.v2.Bandwidth; import net.es.oscars.topo.beans.v2.EdgePort; import net.es.oscars.topo.beans.v2.VlanAvailability; +import net.es.oscars.topo.enums.Layer; import net.es.oscars.topo.pop.ConsistencyException; import net.es.topo.common.model.oscars1.EthernetEncapsulation; @@ -18,10 +19,6 @@ public static EdgePort mapEdgePort(net.es.oscars.topo.beans.Port p, Map available, Map>> vlanUsageMap) throws ConsistencyException { - EthernetEncapsulation encapsulation = EthernetEncapsulation.DOT1Q; - if (p.getReservableVlans().size() <= 1) { - encapsulation = EthernetEncapsulation.NULL; - } String[] parts = p.getUrn().split(":"); if (parts.length != 2) { @@ -37,6 +34,15 @@ public static EdgePort mapEdgePort(net.es.oscars.topo.beans.Port p, .ranges(pbw.getVlanRanges()) .build(); + EthernetEncapsulation encapsulation; + if (p.getCapabilities().contains(Layer.UNTAGGED)) { + encapsulation = EthernetEncapsulation.NULL; + } else if (p.getCapabilities().contains(Layer.TAGGED)) { + encapsulation = EthernetEncapsulation.DOT1Q; + } else { + throw new ConsistencyException("cannot determine encapsulation for " + p.getUrn()); + } + // get the least of ingress / egress available int bwPhysical = p.getReservableIngressBw(); if (p.getReservableEgressBw() < bwPhysical) { diff --git a/backend/src/main/java/net/es/oscars/web/rest/v2/EseApiController.java b/backend/src/main/java/net/es/oscars/web/rest/v2/EseApiController.java index 8fae32feb..6130e5e9e 100644 --- a/backend/src/main/java/net/es/oscars/web/rest/v2/EseApiController.java +++ b/backend/src/main/java/net/es/oscars/web/rest/v2/EseApiController.java @@ -6,11 +6,8 @@ import net.es.oscars.app.Startup; import net.es.oscars.app.exc.StartupException; import net.es.oscars.app.util.UsernameGetter; -import net.es.oscars.resv.db.ConnectionRepository; import net.es.oscars.resv.enums.ConnectionMode; -import net.es.oscars.resv.svc.ConnService; import net.es.oscars.resv.svc.L2VPNService; -import net.es.oscars.resv.svc.ResvService; import net.es.oscars.topo.pop.ConsistencyException; @@ -20,12 +17,13 @@ import net.es.oscars.web.beans.ConnectionFilter; import net.es.oscars.web.beans.v2.L2VPNList; import net.es.oscars.web.beans.v2.ValidationResponse; -import net.es.oscars.web.simple.SimpleConnection; import org.springframework.http.HttpStatus; import org.springframework.security.core.Authentication; import org.springframework.transaction.annotation.Transactional; import org.springframework.web.bind.annotation.*; +import java.util.NoSuchElementException; + @RestController @Slf4j @@ -45,7 +43,13 @@ public EseApiController(Startup startup, L2VPNService l2VPNService, UsernameGett @ExceptionHandler(ConsistencyException.class) @ResponseStatus(value = HttpStatus.INTERNAL_SERVER_ERROR) public void handleException(ConsistencyException ex) { - log.warn("consistency error " + ex.getMessage()); + log.warn("consistency error {}", ex.getMessage()); + } + + @ExceptionHandler(NoSuchElementException.class) + @ResponseStatus(value = HttpStatus.NOT_FOUND) + public void handleException(NoSuchElementException ex) { + log.warn("Element not found {}", ex.getMessage()); } @ExceptionHandler(StartupException.class) @@ -59,7 +63,7 @@ public void handleException() { @ResponseBody @Transactional @Operation(summary = "Get a L2VPN by connectionId", description = "Returns the L2VPN with the matching connectionId.") - public L2VPN get(@PathVariable String connectionId) throws StartupException, ConnException, ConsistencyException { + public L2VPN get(@PathVariable String connectionId) throws StartupException, ConnException, NoSuchElementException, ConsistencyException { startup.startupCheck(); return l2VPNService.get(connectionId); } diff --git a/backend/src/test/java/net/es/oscars/cuke/NsiProviderSteps.java b/backend/src/test/java/net/es/oscars/cuke/NsiProviderSteps.java index 09c5c73d5..a9936fa37 100644 --- a/backend/src/test/java/net/es/oscars/cuke/NsiProviderSteps.java +++ b/backend/src/test/java/net/es/oscars/cuke/NsiProviderSteps.java @@ -13,9 +13,9 @@ import java.util.Map; import java.util.Optional; +import lombok.RequiredArgsConstructor; import org.apache.commons.text.StringSubstitutor; import org.junit.experimental.categories.Category; -import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.web.client.TestRestTemplate; import org.springframework.core.io.ClassPathResource; @@ -67,6 +67,7 @@ @SpringBootTest( webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = { + Startup.class, TopoService.class, NsiService.class, NsiStateEngine.class, @@ -77,41 +78,30 @@ NsiProvider.class, } ) +@RequiredArgsConstructor public class NsiProviderSteps extends CucumberSteps { - @Autowired - private CucumberWorld world; + private final CucumberWorld world; + private final Startup startup; - @Autowired - private TestRestTemplate restTemplate; + private final TestRestTemplate restTemplate; - @Autowired - private Startup startup; + private final TopologyStore topoService; - @Autowired - private TopologyStore topoService; + private final TopoPopulator topoPopulator; - @Autowired - private TopoPopulator topoPopulator; + private final ConnService connService; - @Autowired - private ConnService connService; + private final NsiService nsiService; - @Autowired - private NsiService nsiService; + private final NsiStateEngine nsiStateEngine; - @Autowired - private NsiStateEngine nsiStateEngine; + private final NsiMappingService nsiMappingService; - @Autowired - private NsiMappingService nsiMappingService; + private final NsiConnectionEventService nsiConnectionEventService; - @Autowired - private NsiConnectionEventService nsiConnectionEventService; + private final NsiConnectionEventRepository nsiConnectionEventRepo; - @Autowired NsiConnectionEventRepository nsiConnectionEventRepo; - - @Autowired - private NsiAsyncQueue queue; + private final NsiAsyncQueue asyncQueue; private ResponseEntity response; @@ -128,7 +118,26 @@ public void before() throws Exception { try { startup.setInStartup(false); - queue.queue.clear(); + + asyncQueue.setDisable(true); + asyncQueue.setProcessQueueHandler(new AsyncCallback<>() { + + @Override + public void onSuccess(String message) { + log.info("NSI queue.processQueueCallback(), onSuccess event: {}", message); + NsiProviderSteps.isProcessingQueue = false; + NsiProviderSteps.isProcessingQueueSuccess = true; + } + + @Override + public void onFailure(Throwable thrown) { + world.add((Exception) thrown); + log.error("NSI queue.processQueueCallback(), onFailure event: {}", thrown.getMessage()); + NsiProviderSteps.isProcessingQueue = false; + + } + }); + topoService.clear(); nsiService.setErrorCount(0); nsiConnectionEventService.getEventRepo().deleteAll(); @@ -143,7 +152,7 @@ public void before() throws Exception { isProcessingQueueSuccess = false; nsiStatesReserve = new ArrayList<>(); - nsiStateEngine.setReserveHandler(new AsyncCallback() { + nsiStateEngine.setReserveHandler(new AsyncCallback<>() { @Override public void onSuccess(NsiMapping mapping) { nsiStatesReserve.add(mapping.getReservationState().toString()); @@ -212,9 +221,9 @@ public void the_NSI_connection_is_queued_for_asynchronous_reservation_while_incl @When("The NSI queue size is {}") public void the_NSI_queue_size_is(int expectedSize) { try { - assert queue.queue != null && !queue.queue.isEmpty(); - log.info("NSI QUEUE size: {}", queue.queue.size()); - assert queue.queue.size() == expectedSize; + assert asyncQueue.getQueue() != null; + log.info("NSI QUEUE size: {}", asyncQueue.getQueue().size()); + assert asyncQueue.getQueue().size() == expectedSize; } catch (Exception e) { world.add(e); log.error("NsiProviderSteps Error - {}", e); @@ -231,35 +240,22 @@ public void the_NSI_queue_is_processed() throws Exception { log.debug("NSI queue is processed - queue.processQueue() called. NOTE, this is a multi-threaded (async) operation! Do we have a callback event handler?"); try { NsiProviderSteps.isProcessingQueue = true; - queue.processQueueHandler = new AsyncCallback() { - @Override - public void onSuccess(String message) { - log.info("NSI queue.processQueueCallback(), onSuccess event: {}", message); - NsiProviderSteps.isProcessingQueue = false; - NsiProviderSteps.isProcessingQueueSuccess = true; - } - - @Override - public void onFailure(Throwable thrown) { - world.add((Exception) thrown); - log.error("NSI queue.processQueueCallback(), onFailure event: {}", thrown); - NsiProviderSteps.isProcessingQueue = false; + asyncQueue.setDisable(false); - } - }; - - queue.processQueue(); + asyncQueue.processQueue(); while (NsiProviderSteps.isProcessingQueue) { - // NO-OP + System.out.println("sleeping while waiting for NSI queue to process"); + Thread.sleep(100); } + asyncQueue.setDisable(true); } catch (Exception ex) { world.add(ex); log.error("The NSI queue is processed: Error - {}", ex.getLocalizedMessage()); NsiProviderSteps.isProcessingQueue = false; } - assert NsiProviderSteps.isProcessingQueueSuccess == true; + assert NsiProviderSteps.isProcessingQueueSuccess; } @When("An NSI connection reserve is requested") @@ -279,6 +275,10 @@ public void An_NSI_connection_reserve_is_requested() throws Exception { // nsiConnectionEventRepo.findAll().forEach((nsiConnEv) -> { // log.info("NSI connection reserve is requested, event repo event is: ", reserveResponse); // }); + assert testConnectionId != null; + assert !testConnectionId.isEmpty(); + + Thread.sleep(100); } catch (Exception e) { world.add(e); @@ -323,7 +323,7 @@ public void An_NSI_connection_commit_is_requested() { @Then("The NSI connection does not have a projectId") public void the_NSI_connection_does_not_have_a_projectId() { try { - queue.queue.forEach(element -> { + asyncQueue.getQueue().forEach(element -> { prettyLog(element); }); } catch (Exception e) { @@ -481,6 +481,7 @@ private String queueNsiConnection(boolean withProjectId, String projectIdValue) assert response.getStatusCode() == HttpStatus.OK; String body = response.getBody(); + Thread.sleep(1000); return body; } @@ -508,4 +509,14 @@ public ReserveResponseType deserializeXmlReserveResponseType(String xml) throws return reserveResponse; } + + @Given("I clear all held reservations") + public void iClearAllHeldReservations() { + this.connService.getHeld().clear(); + } + + @Given("I clear the nsi queue") + public void iClearTheNsiQueue() { + asyncQueue.getQueue().clear(); + } } diff --git a/backend/src/test/resources/net/es/oscars/cuke/nsi_provider.happy.feature b/backend/src/test/resources/net/es/oscars/cuke/nsi_provider.happy.feature index cd56f37cd..b3998c5d2 100644 --- a/backend/src/test/resources/net/es/oscars/cuke/nsi_provider.happy.feature +++ b/backend/src/test/resources/net/es/oscars/cuke/nsi_provider.happy.feature @@ -2,6 +2,8 @@ @NsiProviderStepsHappy Feature: The NSI SOAP API provider endpoints (Happy) Scenario: An NSI connection is reserved without a projectId field + Given I clear the nsi queue + Given I clear all held reservations Given The NSI connection is queued for asynchronous reservation while not including a projectId Given The NSI queue size is 1 When The NSI queue is processed @@ -10,6 +12,8 @@ Feature: The NSI SOAP API provider endpoints (Happy) And The NSI provider encountered 0 errors Scenario: An NSI connection is reserved with a projectId field + Given I clear the nsi queue + Given I clear all held reservations Given The NSI connection is queued for asynchronous reservation while including a projectId Given The NSI queue size is 1 When The NSI queue is processed @@ -18,6 +22,8 @@ Feature: The NSI SOAP API provider endpoints (Happy) And The NSI provider encountered 0 errors Scenario: An NSI connection is reserved with a blank projectId field + Given I clear the nsi queue + Given I clear all held reservations Given The NSI connection is queued for asynchronous reservation while including a blank projectId Given The NSI queue size is 1 When The NSI queue is processed @@ -30,12 +36,13 @@ Feature: The NSI SOAP API provider endpoints (Happy) # Draft NSI CS protocol 2.1 v13 at https://redmine.ogf.org/attachments/286/draft-nsi-cs-protocol-2dot1-v13.pdf # See https://gitlab.es.net/esnet/nsi-soap/-/blob/main/src/main/java/net/es/nsi/lib/soap/gen/nsi_2_0/connection/types/ReservationStateEnumType.java?ref_type=heads - # NSI reserve() hold + Given I clear the nsi queue + Given I clear all held reservations Given The connection is not reserved yet When An NSI connection reserve is requested Then The latest connection event type is "RESERVE_RECEIVED" - Then The NSI queue is processed + When The NSI queue is processed Then The reservation state path was "RESERVE_CHECKING -> RESERVE_HELD" # NSI commit() diff --git a/backend/src/test/resources/testing.properties b/backend/src/test/resources/testing.properties index 919fe10d5..25519e634 100644 --- a/backend/src/test/resources/testing.properties +++ b/backend/src/test/resources/testing.properties @@ -47,6 +47,8 @@ otel.instrumentation.common.default-enabled=false otel.service.name=oscars-backend otel.service.version=1.2 +sb.trigger-delay=100ms + # sync properties for new feature BEGIN (OSCARS to NSO state synchronization) nso.sync=disabled nso.sync-interval-millisec=100 @@ -101,6 +103,9 @@ pss.min-mtu=1500 resv.timeout=900 resv.minimum-duration=15 +resv.state-delay=3s + + slack.enable=false slack.channel=none slack.token=none @@ -115,6 +120,7 @@ sec.default-admin-password=oscars sec.jwt-secret=My Jwt Secret sec.secure=true +nsi.housekeeping-delay=60s nsi.published-endpoint-url=http://localhost:8201/services/provider nsi.provider-nsa=urn:ogf:network:es.net:2013:nsa nsi.allowed-requesters=urn:ogf:network:sense-rm.es.net:2013:esnet diff --git a/backend/src/test/resources/topo/esnet.json b/backend/src/test/resources/topo/esnet.json index 82e8100b2..781a81998 100644 --- a/backend/src/test/resources/topo/esnet.json +++ b/backend/src/test/resources/topo/esnet.json @@ -1,104 +1,62 @@ { "devices": [ { - "urn": "ornl5600-cr6", + "urn": "albq-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.203", + "ipv4Address": "134.55.200.169", "reservableVlans": [], - "location": "ORNL5600", - "locationId": 617, - "latitude": "35.929255", - "longitude": "-84.310415", + "location": "ALBQ", + "locationId": 262, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "ornl5600-cr6:1/1/c31/1", - "tags": [ - "ornl5600-cr6---nash-cr6:bbl-a4e03c02::ESNET-Z13486:na", - "ornl5600-cr6---nash-cr6:ESNET-Z13486::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ornl5600-cr6:nash-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.72/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 14091 - }, - { - "urn": "ornl5600-cr6:lag-20", + "urn": "albq-cr6:1/1/c15/1", "tags": [ - "ornl5600-cr6---ornl5600-mpr1:mgt-340ea6d0:lag-20:ESNET-Z09187:na", - "ornl5600-cr6---ornl5600-mpr1:ESNET-Z09187::show:intracloud", - "ornl5600-cr6---ornl5600-ps:pt-905701f5:owamp::na" + "albq-cr6---albq-bert1:bert-0c497c80:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 4011, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 4009 } ], - "esdbEquipmentInterfaceId": 16851 + "esdbEquipmentInterfaceId": 12085, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c13/1", + "urn": "albq-cr6:1/1/c17/3", "tags": [ - "ornl5600-cr6---osti-cr6:bbl-f09baadf::ESNET-Z12520:na", - "ornl5600-cr6---osti-cr6:ESNET-Z12520::show:intracloud" + "albq-cr6---snlnm-cr6:bbl-77a810bc::ESNET-Z13338:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ornl5600-cr6:osti-bb-a", - "port": "2/1/c13/1", - "ipv4Address": "134.55.58.104/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -109,56 +67,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14105 + "esdbEquipmentInterfaceId": 12089, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c14/1", + "urn": "albq-cr6:1/1/c17/4", "tags": [ - "ornl5600-cr6---ornl5600-ps:pt-905701f5:::na", - "ornl5600-cr6---ornl5600-ps:pt-905701f5:throughput::na" + "albq-cr6---UNM::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1112, + "floor": 1457, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 + "ceiling": 1149 }, { - "floor": 912, - "ceiling": 1110 + "floor": 1151, + "ceiling": 1455 } ], - "esdbEquipmentInterfaceId": 14106 + "esdbEquipmentInterfaceId": 12090, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:1/1/c34/1", + "urn": "albq-cr6:1/1/c18/1", "tags": [ - "ornl5600-cr6---ornl1064-cr6:bbl-6866c2c1::ESNET-Z15912:na", - "ornl5600-cr6---ornl1064-cr6:ESNET-Z15912::show:intracloud" + "albq-cr6---DOENET-ALBQ::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "ornl5600-cr6:ornl1064-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.51/31" + "floor": 0, + "ceiling": 0 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 12091, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "albq-cr6:1/1/c2/1", + "tags": [ + "albq-cr6---snlnm-cr6:bbl-29a8c47f::ESNET-Z18048:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -169,27 +151,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14092 + "esdbEquipmentInterfaceId": 12072, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c31/1", + "urn": "albq-cr6:1/1/c28/1", "tags": [ - "ornl5600-cr6---nash-cr6:bbl-a4e03c02::ESNET-Z13487:na", - "ornl5600-cr6---nash-cr6:ESNET-Z13487::show:intracloud" + "albq-cr6---denv-cr6:bbl-ab203166::ESNET-Z17658:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ornl5600-cr6:nash-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.58.170/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -200,27 +179,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14121 + "esdbEquipmentInterfaceId": 12098, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:1/1/c3/1", + "urn": "albq-cr6:1/1/c3/1", "tags": [ - "ornl5600-cr6---orau-cr6:bbl-b334ccc5::ESNET-Z14079:na", - "ornl5600-cr6---orau-cr6:ESNET-Z14079::show:intracloud" + "albq-cr6---lanlta03-cr6:bbl-7d2ce5fd::ESNET-Z13352:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ornl5600-cr6:orau-bb-b", - "port": "1/1/c3/1", - "ipv4Address": "134.55.56.226/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -231,27 +207,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14065 + "esdbEquipmentInterfaceId": 12073, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c34/1", + "urn": "albq-cr6:1/1/c31/1", "tags": [ - "ornl5600-cr6---ornl1064-cr6:bbl-6866c2c1::ESNET-Z08819:na", - "ornl5600-cr6---ornl1064-cr6:ESNET-Z08819::show:intracloud" + "albq-cr6---elpa-cr6:bbl-b6bef8c1::ESNET-Z12465:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ornl5600-cr6:ornl1064-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.113/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -262,349 +235,356 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14122 + "esdbEquipmentInterfaceId": 12099, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c5/1", + "urn": "albq-cr6:1/1/c34/1", "tags": [ - "ornl5600-cr6---DOE-IN-ORNL::conn-a:show:na", - "ornl5600-cr6---doe-in-ornl(as65530):l3edge-4cd165ca:site_conn-a_base:show:na" + "albq-cr6---denv-cr6:bbl-ab203166::ESNET-Z10697:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1041, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 1039 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14097 + "esdbEquipmentInterfaceId": 12100, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:1/1/c4/1", + "urn": "albq-cr6:1/1/c6/1", "tags": [ - "ornl5600-cr6---nash-cr6:bbl-3bde5ed5::ESNET-Z10935:na", - "ornl5600-cr6---nash-cr6:ESNET-Z10935::show:intracloud" + "albq-cr6---HE::conn-n:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ornl5600-cr6:nash-bb-a", - "port": "1/1/c4/1", - "ipv4Address": "134.55.57.61/31" - } + "EDGE", + "UNTAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14066 + "esdbEquipmentInterfaceId": 12076, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "ornl5600-cr6:2/1/c4/1", + "urn": "albq-cr6:1/1/c8/1", "tags": [ - "ornl5600-cr6---wash-cr6:bbl-7d976214::ESNET-Z12523:na", - "ornl5600-cr6---wash-cr6:ESNET-Z12523::show:intracloud" + "albq-cr6---albq-ht1:ht-bb12c658:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ornl5600-cr6:wash-bb-a", - "port": "2/1/c4/1", - "ipv4Address": "134.55.58.125/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14096 + "esdbEquipmentInterfaceId": 12078, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:1/1/c6/1", + "urn": "albq-cr6:1/1/c9/1", "tags": [ - "ornl5600-cr6---ORNL::conn-j:show:na" + "albq-cr6---albq-ht1:ht-bb12c658:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14068 + "esdbEquipmentInterfaceId": 12079, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c9/1", + "urn": "albq-cr6:2/1/c14/1", "tags": [ - "ornl5600-cr6---ornl5600-ht2:ht-2641987a:::na", - "ornl5600-cr6---ornl5600-ht2:ht-2641987a:service1::na" + "albq-cr6---albq-ps:pt-ff90caa7:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 14101 + "esdbEquipmentInterfaceId": 12114, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c8/1", + "urn": "albq-cr6:2/1/c15/1", "tags": [ - "ornl5600-cr6---ornl5600-ht2:ht-2641987a:::na", - "ornl5600-cr6---ornl5600-ht2:ht-2641987a:service1::na" + "albq-cr6---albq-bert1:bert-0c497c80:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 4011, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 4009 } ], - "esdbEquipmentInterfaceId": 14100 + "esdbEquipmentInterfaceId": 12115, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:1/1/c9/1", + "urn": "albq-cr6:2/1/c17/4", "tags": [ - "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:::na", - "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:service1::na" + "albq-cr6---LANL::conn-r:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 1146 }, { - "floor": 2, - "ceiling": 4088 + "floor": 1148, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14071 + "esdbEquipmentInterfaceId": 12120, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:2/1/c17/3", + "urn": "albq-cr6:2/1/c18/1", "tags": [ - "ornl5600-cr6---ORCC::conn-d:show:na", - "ornl5600-cr6---orcc(as65012):l3edge-2944662e:site_conn-d_base:show:na" + "albq-cr6---DOENET-ALBQ::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1502, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 1500 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14111 + "esdbEquipmentInterfaceId": 12121, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "ornl5600-cr6:2/1/c19/1", + "urn": "albq-cr6:2/1/c18/2", "tags": [ - "ornl5600-cr6---ORNL::conn-h:show:na", - "ornl5600-cr6---ornl(as50):l3edge-1d0d8f68:site_conn-h_base:show:na", - "ornl5600-cr6---ornl(as50):l3edge-1d59de3b:site_conn-h_base:show:na", - "ornl5600-cr6---ornl(as50):l3edge-2d8f4001:site_conn-h_l3vpn-lhcone:show:intercloud", - "ornl5600-cr6---ornl(as50):l3edge-6410839e:site_conn-h_l3vpn-lhcone:show:intercloud" + "albq-cr6---snlnm-cr6:bbl-77a810bc::ESNET-Z16314:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 2164, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 2121 + "ceiling": 5 }, { - "floor": 2124, - "ceiling": 2161 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14117 + "esdbEquipmentInterfaceId": 12122, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:1/1/c10/1", + "urn": "albq-cr6:2/1/c2/1", "tags": [ - "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:::na", - "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:service1::na" + "albq-cr6---snlnm-cr6:bbl-29a8c47f::ESNET-Z18049:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14072 + "esdbEquipmentInterfaceId": 12102, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:lag-401", + "urn": "albq-cr6:2/1/c28/1", "tags": [ - "ornl5600-cr6---ornl5600-ht2:ht-2641987a:capture::na" + "albq-cr6---elpa-cr6:bbl-b6bef8c1::ESNET-Z17659:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25743 + "esdbEquipmentInterfaceId": 12128, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl5600-cr6:lag-400", + "urn": "albq-cr6:2/1/c31/1", "tags": [ - "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:capture::na" + "albq-cr6---denv-cr6:bbl-ab203166::ESNET-Z14014:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25742 - } - ], - "esdbEquipmentId": 1717 - }, - { - "urn": "fnalfcc-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.187", - "reservableVlans": [], - "location": "FNALFCC", - "locationId": 280, - "latitude": "41.841466", - "longitude": "-88.254949", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12129, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "fnalfcc-cr6:1/1/c31/1", + "urn": "albq-cr6:2/1/c34/1", "tags": [ - "fnalfcc-cr6---anl221-cr6:bbl-aba780f0::ESNET-Z10703:na", - "fnalfcc-cr6---anl221-cr6:ESNET-Z10703::show:intracloud" + "albq-cr6---elpa-cr6:bbl-b6bef8c1::ESNET-Z10700:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalfcc-cr6:anl221-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.237/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -615,192 +595,199 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13255 + "esdbEquipmentInterfaceId": 12130, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:lag-2", + "urn": "albq-cr6:2/1/c8/1", "tags": [ - "fnalfcc-cr6---FNAL::conn-ae:show:na", - "fnalfcc-cr6---fnal(as3152):l3edge-c15a9826:site_conn-ae_base:show:na", - "fnalfcc-cr6---fnal(as3152):l3edge-0640e5f5:site_conn-ae_base:show:na", - "fnalfcc-cr6---fnal(as3152):l3edge-80863a54:site_conn-ae_l3vpn-lhcone:show:intercloud" + "albq-cr6---albq-ht2:ht-fe43e3af:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 1600000, - "reservableEgressBw": 1600000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 13, - "ceiling": 13 - }, - { - "floor": 15, - "ceiling": 2202 + "floor": 4090, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 11 - }, - { - "floor": 2204, - "ceiling": 4095 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 27713 + "esdbEquipmentInterfaceId": 12108, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:lag-20", + "urn": "albq-cr6:2/1/c9/1", "tags": [ - "fnalfcc-cr6---fnalfcc-mpr1:mgt-0122310e:lag-20:ESNET-Z08629:na", - "fnalfcc-cr6---fnalfcc-mpr1:ESNET-Z08629::show:intracloud", - "fnalfcc-cr6---doe-sc-fso(as65171):l3edge-ad9eecde:site_conn-b_base:show:na", - "fnalfcc-cr6---fnalfcc-ps:pt-1599bdca:owamp::na" + "albq-cr6---albq-ht2:ht-fe43e3af:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 1802, + "floor": 4090, "ceiling": 4095 }, { - "floor": 967, - "ceiling": 1109 - }, - { - "floor": 1111, - "ceiling": 1800 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14948 + "esdbEquipmentInterfaceId": 12109, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:lag-1", + "urn": "albq-cr6:lag-20", "tags": [ - "fnalfcc-cr6---FNAL::conn-s:show:na", - "fnalfcc-cr6---fnal(as3152):l3edge-98142898:site_conn-s_base:show:na", - "fnalfcc-cr6---fnal(as3152):l3edge-7d5a3aff:site_conn-s_base:show:na", - "fnalfcc-cr6---fnal(as3152):l3edge-a9909719:site_conn-s_l3vpn-lhcone:show:intercloud" + "albq-cr6---albq-mpr1:mgt-833d966c:lag-20:ESNET-Z08593:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2202, + "floor": 31, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 1111, + "ceiling": 1201 + }, + { + "floor": 1203, "ceiling": 4095 }, { - "floor": 12, - "ceiling": 2200 + "floor": 967, + "ceiling": 1109 }, { "floor": 2, - "ceiling": 9 + "ceiling": 29 } ], - "esdbEquipmentInterfaceId": 18157 + "esdbEquipmentInterfaceId": 14936, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:2/1/c14/1", + "urn": "albq-cr6:lag-400", "tags": [ - "fnalfcc-cr6---fnalfcc-ps:pt-1599bdca:::na", - "fnalfcc-cr6---fnalfcc-ps:pt-1599bdca:throughput::na" + "albq-cr6---albq-ht1:ht-bb12c658:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 1112, + "floor": 404, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 13270 + "esdbEquipmentInterfaceId": 25714, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:1/1/c34/1", + "urn": "albq-cr6:lag-401", "tags": [ - "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z10913:na", - "fnalfcc-cr6---fnalgcc-cr6:ESNET-Z10913::show:intracloud" + "albq-cr6---albq-ht2:ht-fe43e3af:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "fnalfcc-cr6:fnalgcc-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.218/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13256 - }, + "esdbEquipmentInterfaceId": 25715, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1670, + "orchSubscriptionId": null + }, + { + "urn": "ameshwh-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.219", + "reservableVlans": [], + "location": "AMESHWH", + "locationId": 622, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "fnalfcc-cr6:1/1/c25/1", + "urn": "ameshwh-cr6:1/1/c1/1", "tags": [ - "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z15714:na", - "fnalfcc-cr6---fnalgcc-cr6:ESNET-Z15714::show:intracloud" + "ameshwh-cr6---ameshwhb-cr6:bbl-3419f725::ESNET-Z16425:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalfcc-cr6:fnalgcc-bb-d", - "port": "1/1/c25/1", - "ipv4Address": "134.55.56.242/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -811,27 +798,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13253 + "esdbEquipmentInterfaceId": 22094, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:2/1/c31/1", + "urn": "ameshwh-cr6:1/1/c2/1", "tags": [ - "fnalfcc-cr6---anl221-cr6:bbl-aba780f0::ESNET-Z10706:na", - "fnalfcc-cr6---anl221-cr6:ESNET-Z10706::show:intracloud" + "ameshwh-cr6---kans-cr6:bbl-9f065c3d::ESNET-Z16496:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalfcc-cr6:anl221-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.239/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -842,53 +826,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13285 + "esdbEquipmentInterfaceId": 22095, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:1/1/c17/3", + "urn": "ameshwh-cr6:1/1/c7/1", "tags": [ - "fnalfcc-cr6---ANL::conn-i:show:na", - "fnalfcc-cr6---anl(as683):l3edge-f99aa2bd:site_conn-i_base:show:na", - "fnalfcc-cr6---anl(as683):l3edge-76d84260:site_conn-i_base:show:na" + "ameshwh-cr6---AMES::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 1798 + "ceiling": 929 }, { - "floor": 1801, + "floor": 931, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13245 + "esdbEquipmentInterfaceId": 22096, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:2/1/c34/1", + "urn": "ameshwh-cr6:2/1/c1/1", "tags": [ - "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z07205:na", - "fnalfcc-cr6---fnalgcc-cr6:ESNET-Z07205::show:intracloud" + "ameshwh-cr6---ameshwhb-cr6:bbl-3419f725::ESNET-Z11518:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalfcc-cr6:fnalgcc-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.110/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -899,158 +882,195 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13286 + "esdbEquipmentInterfaceId": 22106, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:1/1/c28/1", + "urn": "ameshwh-cr6:2/1/c14/1", "tags": [ - "fnalfcc-cr6---anl221-cr6:bbl-aba780f0::ESNET-Z11926:na", - "fnalfcc-cr6---anl221-cr6:ESNET-Z11926::show:intracloud" + "ameshwh-cr6---ameshwh-ps:pt-49affddf:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "fnalfcc-cr6:anl221-bb-d", - "port": "1/1/c28/1", - "ipv4Address": "134.55.58.79/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13254 + "esdbEquipmentInterfaceId": 22114, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:2/1/c9/1", + "urn": "ameshwh-cr6:lag-20", "tags": [ - "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:::na", - "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:service1::na" + "ameshwh-cr6---ameshwh-mpr1:mgt-ac79c908:lag-20:ESNET-Z11264:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 13265 - }, + "esdbEquipmentInterfaceId": 22118, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2018, + "orchSubscriptionId": null + }, + { + "urn": "ameshwhb-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.220", + "reservableVlans": [], + "location": "AMESHWHB", + "locationId": 623, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "fnalfcc-cr6:1/1/c8/1", + "urn": "ameshwhb-cr6:1/1/c1/1", "tags": [ - "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:::na", - "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:service1::na" + "ameshwhb-cr6---ameshwh-cr6:bbl-3419f725::ESNET-Z16425:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13234 + "esdbEquipmentInterfaceId": 22125, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:2/1/c8/1", + "urn": "ameshwhb-cr6:1/1/c2/1", "tags": [ - "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:::na", - "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:service1::na" + "ameshwhb-cr6---chic-cr6:bbl-2dc2d07c::ESNET-Z16426:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13264 + "esdbEquipmentInterfaceId": 22126, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:1/1/c9/1", + "urn": "ameshwhb-cr6:1/1/c7/1", "tags": [ - "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:::na", - "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:service1::na" + "ameshwhb-cr6---AMES::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 930 }, { - "floor": 2, - "ceiling": 4088 + "floor": 932, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13235 + "esdbEquipmentInterfaceId": 22127, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:2/1/c28/1", + "urn": "ameshwhb-cr6:2/1/c1/1", "tags": [ - "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z10916:na", - "fnalfcc-cr6---fnalgcc-cr6:ESNET-Z10916::show:intracloud" + "ameshwhb-cr6---ameshwh-cr6:bbl-3419f725::ESNET-Z11518:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalfcc-cr6:fnalgcc-bb-c", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.220/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -1061,85 +1081,131 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13284 + "esdbEquipmentInterfaceId": 22137, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalfcc-cr6:lag-401", + "urn": "ameshwhb-cr6:lag-20", "tags": [ - "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:capture::na" + "ameshwhb-cr6---ameshwhb-mpr1:mgt-d02e7759:lag-20:ESNET-Z11267:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 2, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 25707 - }, - { - "urn": "fnalfcc-cr6:lag-400", - "tags": [ - "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:capture::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, - "reservableVlans": [ + "ceiling": 965 + }, { - "floor": 2, + "floor": 967, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25706 + "esdbEquipmentInterfaceId": 22149, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1699 + "esdbEquipmentId": 2019, + "orchSubscriptionId": null }, { - "urn": "slac50n-cr6", + "urn": "anl221-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.193", + "ipv4Address": "134.55.200.173", "reservableVlans": [], - "location": "SLAC50N", - "locationId": 487, - "latitude": "37.42801285", - "longitude": "-122.1773605", + "location": "ANL221", + "locationId": 265, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "slac50n-cr6:1/1/c31/1", + "urn": "anl221-cr6:1/1/c17/2", "tags": [ - "slac50n-cr6---lbnl59-cr6:bbl-9eda47aa::ESNET-Z10832:na", - "slac50n-cr6---lbnl59-cr6:ESNET-Z10832::show:intracloud" + "anl221-cr6---ANL::conn-o:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 1799 + }, + { + "floor": 1801, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12282, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "anl221-cr6:1/1/c19/1", + "tags": [ + "anl221-cr6---ANL::conn-m:show:na" ], - "ifces": [ + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ { - "urn": "slac50n-cr6:lbnl59-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.149/31" + "floor": 1841, + "ceiling": 1841 + }, + { + "floor": 1843, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 1839 } ], + "esdbEquipmentInterfaceId": 12289, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "anl221-cr6:1/1/c28/1", + "tags": [ + "anl221-cr6---anl541b-cr6:bbl-50ed9d9e::ESNET-Z10883:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -1150,197 +1216,228 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13641 + "esdbEquipmentInterfaceId": 12292, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:lag-20", + "urn": "anl221-cr6:1/1/c31/1", "tags": [ - "slac50n-cr6---slac50n-mpr1:mgt-1b382c92:lag-20:ESNET-Z08638:na", - "slac50n-cr6---slac50n-mpr1:ESNET-Z08638::show:intracloud", - "slac50n-cr6---slac50n-ps:pt-586dbdac:owamp::na", - "slac50n-cr6---slac50n-ps:pt-lsst-manual:owamp::na", - "slac50n-cr6---doe-sc-sso(as65165):l3edge-268e38e1:site_conn-b_ipt:show:na" + "anl221-cr6---fnalfcc-cr6:bbl-aba780f0::ESNET-Z10703:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 918 + "ceiling": 5 }, { - "floor": 2221, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 1111, - "ceiling": 1136 - }, + } + ], + "esdbEquipmentInterfaceId": 12293, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "anl221-cr6:1/1/c34/1", + "tags": [ + "anl221-cr6---anl541b-cr6:bbl-50ed9d9e::ESNET-Z10880:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ { - "floor": 967, - "ceiling": 1109 + "floor": 2, + "ceiling": 5 }, { - "floor": 1138, - "ceiling": 2219 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14951 + "esdbEquipmentInterfaceId": 12294, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:2/1/c14/1", + "urn": "anl221-cr6:1/1/c8/1", "tags": [ - "slac50n-cr6---slac50n-ps:pt-586dbdac:::na", - "slac50n-cr6---slac50n-ps:pt-586dbdac:throughput::na", - "slac50n-cr6---slac50n-ps:pt-lsst-manual:throughput::na" + "anl221-cr6---anl221-ht1:ht-e579a8d1:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2222, + "floor": 4090, "ceiling": 4095 }, - { - "floor": 1112, - "ceiling": 2220 - }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13656 + "esdbEquipmentInterfaceId": 12272, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:1/1/c34/1", + "urn": "anl221-cr6:1/1/c9/1", "tags": [ - "slac50n-cr6---slac50s-cr6:bbl-8de1a60d::ESNET-Z07207:na", - "slac50n-cr6---slac50s-cr6:ESNET-Z07207::show:intracloud" + "anl221-cr6---anl221-ht1:ht-e579a8d1:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "slac50n-cr6:slac50s-bb-a", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.39/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13642 + "esdbEquipmentInterfaceId": 12273, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:1/1/c2/1", + "urn": "anl221-cr6:2/1/c14/1", "tags": [ - "slac50n-cr6---SLAC::conn-e:show:na", - "slac50n-cr6---slac(as3671):l3edge-3023ebe9:site_conn-e_l3vpn-lhcone:show:intercloud", - "slac50n-cr6---slac(as3671):l3edge-4249e495:site_conn-e_ipt:show:na" + "anl221-cr6---anl221-ps:pt-f5f0c678:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 1123 + "floor": 1112, + "ceiling": 4095 }, { - "floor": 1125, - "ceiling": 2202 + "floor": 2, + "ceiling": 910 }, { - "floor": 2204, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13614 + "esdbEquipmentInterfaceId": 12308, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:2/1/c31/1", + "urn": "anl221-cr6:2/1/c17/2", "tags": [ - "slac50n-cr6---lbnl59-cr6:bbl-9eda47aa::ESNET-Z10835:na", - "slac50n-cr6---lbnl59-cr6:ESNET-Z10835::show:intracloud" + "anl221-cr6---FNAL::conn-q:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "slac50n-cr6:lbnl59-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.151/31" + "floor": 0, + "ceiling": 0 } ], + "esdbEquipmentInterfaceId": 12312, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "anl221-cr6:2/1/c19/1", + "tags": [ + "anl221-cr6---ANL::conn-k:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ + { + "floor": 1947, + "ceiling": 4095 + }, + { + "floor": 1867, + "ceiling": 1875 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 1865 }, { - "floor": 7, - "ceiling": 4095 + "floor": 1877, + "ceiling": 1945 } ], - "esdbEquipmentInterfaceId": 13671 + "esdbEquipmentInterfaceId": 12319, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:2/1/c34/1", + "urn": "anl221-cr6:2/1/c28/1", "tags": [ - "slac50n-cr6---slac50s-cr6:bbl-8de1a60d::ESNET-Z10934:na", - "slac50n-cr6---slac50s-cr6:ESNET-Z10934::show:intracloud" + "anl221-cr6---fnalfcc-cr6:bbl-aba780f0::ESNET-Z11926:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "slac50n-cr6:slac50s-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.143/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -1351,47 +1448,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13672 + "esdbEquipmentInterfaceId": 12322, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:1/1/c17/2", + "urn": "anl221-cr6:2/1/c31/1", "tags": [ - "slac50n-cr6---slac-pt1:throughput:::na" + "anl221-cr6---fnalfcc-cr6:bbl-aba780f0::ESNET-Z10706:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13630 + "esdbEquipmentInterfaceId": 12323, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:1/1/c28/1", + "urn": "anl221-cr6:2/1/c34/1", "tags": [ - "slac50n-cr6---slac50s-cr6:bbl-8de1a60d::ESNET-Z10931:na", - "slac50n-cr6---slac50s-cr6:ESNET-Z10931::show:intracloud" + "anl221-cr6---anl541b-cr6:bbl-50ed9d9e::ESNET-Z07204:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "slac50n-cr6:slac50s-bb-b", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.141/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -1402,21 +1504,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13640 + "esdbEquipmentInterfaceId": 12324, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:2/1/c9/1", + "urn": "anl221-cr6:2/1/c8/1", "tags": [ - "slac50n-cr6---slac50n-ht2:ht-403c2a3e:::na", - "slac50n-cr6---slac50n-ht2:ht-403c2a3e:service1::na" + "anl221-cr6---anl221-ht2:ht-8fec44f8:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -1427,309 +1532,255 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13651 + "esdbEquipmentInterfaceId": 12302, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:1/1/c1/1", + "urn": "anl221-cr6:2/1/c9/1", "tags": [ - "slac50n-cr6---SLAC::conn-g:show:na", - "slac50n-cr6---slac(as3671):l3edge-066e5f6d:site_conn-g_l3vpn-lsst:show:intercloud" + "anl221-cr6---anl221-ht2:ht-8fec44f8:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 314, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 312 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13613 + "esdbEquipmentInterfaceId": 12303, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:1/1/c8/1", + "urn": "anl221-cr6:lag-20", "tags": [ - "slac50n-cr6---slac50n-ht1:ht-7fa55681:::na", - "slac50n-cr6---slac50n-ht1:ht-7fa55681:service1::na" + "anl221-cr6---anl221-mpr1:mgt-a81e8ae5:lag-20:ESNET-Z08587:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 31, + "ceiling": 918 }, { - "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 13620 - }, - { - "urn": "slac50n-cr6:2/1/c8/1", - "tags": [ - "slac50n-cr6---slac50n-ht2:ht-403c2a3e:::na", - "slac50n-cr6---slac50n-ht2:ht-403c2a3e:service1::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { - "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 13650 - }, - { - "urn": "slac50n-cr6:1/1/c9/1", - "tags": [ - "slac50n-cr6---slac50n-ht1:ht-7fa55681:::na", - "slac50n-cr6---slac50n-ht1:ht-7fa55681:service1::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 }, { - "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 13621 - }, - { - "urn": "slac50n-cr6:2/1/c28/1", - "tags": [ - "slac50n-cr6---lbnl59-cr6:bbl-9eda47aa::ESNET-Z13302:na", - "slac50n-cr6---lbnl59-cr6:ESNET-Z13302::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "slac50n-cr6:lbnl59-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.141/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 + "floor": 967, + "ceiling": 1109 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 29 } ], - "esdbEquipmentInterfaceId": 13670 + "esdbEquipmentInterfaceId": 14934, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:lag-401", + "urn": "anl221-cr6:lag-400", "tags": [ - "slac50n-cr6---slac50n-ht2:ht-403c2a3e:capture::na" + "anl221-cr6---anl221-ht1:ht-e579a8d1:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 404, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25749 + "esdbEquipmentInterfaceId": 25702, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50n-cr6:lag-400", + "urn": "anl221-cr6:lag-401", "tags": [ - "slac50n-cr6---slac50n-ht1:ht-7fa55681:capture::na" + "anl221-cr6---anl221-ht2:ht-8fec44f8:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, + "ceiling": 399 + }, + { + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25748 + "esdbEquipmentInterfaceId": 25703, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1708 + "esdbEquipmentId": 1676, + "orchSubscriptionId": null }, { - "urn": "ga-cr6", + "urn": "anl541b-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.205", + "ipv4Address": "134.55.200.174", "reservableVlans": [], - "location": "GA", - "locationId": 602, - "latitude": "32.8938196", - "longitude": "-117.2359445", + "location": "ANL541B", + "locationId": 266, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "ga-cr6:lag-20", + "urn": "anl541b-cr6:1/1/c17/2", "tags": [ - "ga-cr6---ga-mpr1:mgt-caed118a:lag-20:ESNET-Z09142:na", - "ga-cr6---ga-mpr1:ESNET-Z09142::show:intracloud", - "ga-cr6---ga-ps:pt-ae71ef9b:owamp::na" + "anl541b-cr6---ANL::conn-p:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 1800 }, { - "floor": 967, - "ceiling": 1109 + "floor": 1802, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16821 + "esdbEquipmentInterfaceId": 12348, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ga-cr6:2/1/c13/2", + "urn": "anl541b-cr6:1/1/c17/3", "tags": [ - "ga-cr6---GA::conn-f:show:na", - "ga-cr6---ga(as3431):l3edge-6c21c075:site_conn-f_base:show:na", - "ga-cr6---ga(as3431):l3edge-33e4159f:site_conn-f_base:show:na" + "anl541b-cr6---DOE-SC-CH::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1313, + "floor": 1822, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1301 - }, - { - "floor": 1303, - "ceiling": 1311 + "ceiling": 1819 } ], - "esdbEquipmentInterfaceId": 16417 + "esdbEquipmentInterfaceId": 12349, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ga-cr6:2/1/c14/1", + "urn": "anl541b-cr6:1/1/c19/1", "tags": [ - "ga-cr6---ga-ps:pt-ae71ef9b:::na", - "ga-cr6---ga-ps:pt-ae71ef9b:throughput::na" + "anl541b-cr6---ANL::conn-n:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1112, - "ceiling": 4095 + "floor": 1842, + "ceiling": 1842 }, { - "floor": 2, - "ceiling": 910 + "floor": 1844, + "ceiling": 4095 }, { - "floor": 912, - "ceiling": 1110 + "floor": 2, + "ceiling": 1840 } ], - "esdbEquipmentInterfaceId": 16420 + "esdbEquipmentInterfaceId": 12355, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ga-cr6:2/1/c1/1", + "urn": "anl541b-cr6:1/1/c28/1", "tags": [ - "ga-cr6---sand-cr6:bbl-3a6bade9::ESNET-Z11484:na", - "ga-cr6---sand-cr6:ESNET-Z11484::show:intracloud" + "anl541b-cr6---anl221-cr6:bbl-50ed9d9e::ESNET-Z10883:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ga-cr6:sand-bb-a", - "port": "2/1/c1/1", - "ipv4Address": "134.55.57.102/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -1740,27 +1791,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16412 + "esdbEquipmentInterfaceId": 12358, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ga-cr6:1/1/c2/1", + "urn": "anl541b-cr6:1/1/c31/1", "tags": [ - "ga-cr6---losa-cr6:bbl-36acb5c5::ESNET-Z14635:na", - "ga-cr6---losa-cr6:ESNET-Z14635::show:intracloud" + "anl541b-cr6---star-cr6:bbl-acd4c1da::ESNET-Z10709:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ga-cr6:losa-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.56.207/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -1771,27 +1819,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16401 + "esdbEquipmentInterfaceId": 12359, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ga-cr6:2/1/c2/1", + "urn": "anl541b-cr6:1/1/c34/1", "tags": [ - "ga-cr6---sand-cr6:bbl-be0906c1::ESNET-Z14634:na", - "ga-cr6---sand-cr6:ESNET-Z14634::show:intracloud" + "anl541b-cr6---anl221-cr6:bbl-50ed9d9e::ESNET-Z10880:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ga-cr6:sand-bb-b", - "port": "2/1/c2/1", - "ipv4Address": "134.55.57.9/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -1802,191 +1847,176 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16413 - } - ], - "esdbEquipmentId": 1830 - }, - { - "urn": "orau-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.214", - "reservableVlans": [], - "location": "ORAU", - "locationId": 611, - "latitude": "36.01018", - "longitude": "-84.2615", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12360, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "orau-cr6:1/1/c1/1", + "urn": "anl541b-cr6:1/1/c8/1", "tags": [ - "orau-cr6---ornl1064-cr6:bbl-ab2b2335::ESNET-Z14078:na", - "orau-cr6---ornl1064-cr6:ESNET-Z14078::show:intracloud" + "anl541b-cr6---anl541b-ht1:ht-1293fe6b:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "orau-cr6:ornl1064-bb-b", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.143/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16670 + "esdbEquipmentInterfaceId": 12338, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "orau-cr6:1/1/c13/2", + "urn": "anl541b-cr6:1/1/c9/1", "tags": [ - "orau-cr6---ORAU::conn-e:show:na", - "orau-cr6---orau(as65040):l3edge-1bd0b725:site_conn-e_base:show:na", - "orau-cr6---orau(as65040):l3edge-b7c0669c:site_conn-e_base:show:na" + "anl541b-cr6---anl541b-ht1:ht-1293fe6b:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2113, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 2110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16675 + "esdbEquipmentInterfaceId": 12339, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "orau-cr6:lag-20", + "urn": "anl541b-cr6:2/1/c14/1", "tags": [ - "orau-cr6---orau-mpr1:mgt-a96ac163:lag-20:ESNET-Z09169:na", - "orau-cr6---orau-mpr1:ESNET-Z09169::show:intracloud", - "orau-cr6---orau-ps:pt-83fe9ccd:owamp::na" + "anl541b-cr6---anl541b-ps:pt-86f05479:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 910 }, { - "floor": 967, - "ceiling": 1109 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 16839 + "esdbEquipmentInterfaceId": 12374, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "orau-cr6:2/1/c13/2", + "urn": "anl541b-cr6:2/1/c19/1", "tags": [ - "orau-cr6---ORAU::conn-f:show:na", - "orau-cr6---orau(as65040):l3edge-78641589:site_conn-f_base:show:na", - "orau-cr6---orau(as65040):l3edge-73efdf82:site_conn-f_base:show:na" + "anl541b-cr6---ANL::conn-l:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2115, + "floor": 1819, "ceiling": 4095 }, + { + "floor": 1811, + "ceiling": 1817 + }, + { + "floor": 1805, + "ceiling": 1809 + }, { "floor": 2, - "ceiling": 2112 + "ceiling": 1803 } ], - "esdbEquipmentInterfaceId": 16687 + "esdbEquipmentInterfaceId": 12385, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "orau-cr6:2/1/c14/1", + "urn": "anl541b-cr6:2/1/c25/1", "tags": [ - "orau-cr6---orau-ps:pt-83fe9ccd:::na", - "orau-cr6---orau-ps:pt-83fe9ccd:throughput::na" + "anl541b-cr6---eqxch2-cr6:bbl-354e6439::ESNET-Z14072:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16690 + "esdbEquipmentInterfaceId": 12387, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "orau-cr6:2/1/c1/1", + "urn": "anl541b-cr6:2/1/c28/1", "tags": [ - "orau-cr6---ornl5600-cr6:bbl-b334ccc5::ESNET-Z14079:na", - "orau-cr6---ornl5600-cr6:ESNET-Z14079::show:intracloud" + "anl541b-cr6---star-cr6:bbl-acd4c1da::ESNET-Z12165:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "orau-cr6:ornl5600-bb-b", - "port": "2/1/c1/1", - "ipv4Address": "134.55.56.227/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -1997,75 +2027,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16682 - } - ], - "esdbEquipmentId": 1839 - }, - { - "urn": "ameshwh-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.219", - "reservableVlans": [], - "location": "AMESHWH", - "locationId": 622, - "latitude": "42.03028", - "longitude": "-93.64751", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12388, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "ameshwh-cr6:1/1/c13/3", + "urn": "anl541b-cr6:2/1/c31/1", "tags": [ - "ameshwh-cr6---AMES::conn-c:show:na", - "ameshwh-cr6---ames(as2640):l3edge-5458a746:site_conn-c_base:show:na", - "ameshwh-cr6---ames(as2640):l3edge-c4dee7f4:site_conn-c_base:show:na" + "anl541b-cr6---star-cr6:bbl-acd4c1da::ESNET-Z10712:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 923, - "ceiling": 4095 - }, - { - "floor": 921, - "ceiling": 921 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 919 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22100 + "esdbEquipmentInterfaceId": 12389, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwh-cr6:1/1/c1/1", + "urn": "anl541b-cr6:2/1/c34/1", "tags": [ - "ameshwh-cr6---ameshwhb-cr6:bbl-3419f725::ESNET-Z16425:na", - "ameshwh-cr6---ameshwhb-cr6:ESNET-Z16425::show:intracloud" + "anl541b-cr6---anl221-cr6:bbl-50ed9d9e::ESNET-Z07204:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ameshwh-cr6:ameshwhb-bb-b", - "port": "1/1/c1/1", - "ipv4Address": "134.55.57.67/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -2076,418 +2083,399 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22094 + "esdbEquipmentInterfaceId": 12390, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwh-cr6:1/1/c13/2", + "urn": "anl541b-cr6:2/1/c8/1", "tags": [ - "ameshwh-cr6---star-cr6:bbl-af70ec60::ESNET-Z11528:na", - "ameshwh-cr6---star-cr6:ESNET-Z11528::show:intracloud" + "anl541b-cr6---anl541b-ht2:ht-520089b0:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ameshwh-cr6:star-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.57.246/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22099 + "esdbEquipmentInterfaceId": 12368, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwh-cr6:lag-20", + "urn": "anl541b-cr6:2/1/c9/1", "tags": [ - "ameshwh-cr6---ameshwh-mpr1:mgt-ac79c908:lag-20:ESNET-Z11264:na", - "ameshwh-cr6---ameshwh-mpr1:ESNET-Z11264::show:intracloud", - "ameshwh-cr6---ameshwh-ps:pt-49affddf:owamp::na" + "anl541b-cr6---anl541b-ht2:ht-520089b0:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22118 + "esdbEquipmentInterfaceId": 12369, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwh-cr6:2/1/c14/1", + "urn": "anl541b-cr6:lag-20", "tags": [ - "ameshwh-cr6---ameshwh-ps:pt-49affddf:::na", - "ameshwh-cr6---ameshwh-ps:pt-49affddf:throughput::na" + "anl541b-cr6---anl541b-mpr1:mgt-2c7103ff:lag-20:ESNET-Z08590:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 1112, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 + "ceiling": 918 }, { - "floor": 912, - "ceiling": 1110 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 22114 + "esdbEquipmentInterfaceId": 14935, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwh-cr6:2/1/c1/1", + "urn": "anl541b-cr6:lag-400", "tags": [ - "ameshwh-cr6---ameshwhb-cr6:bbl-3419f725::ESNET-Z11518:na", - "ameshwh-cr6---ameshwhb-cr6:ESNET-Z11518::show:intracloud" + "anl541b-cr6---anl541b-ht1:ht-1293fe6b:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ameshwh-cr6:ameshwhb-bb-a", - "port": "2/1/c1/1", - "ipv4Address": "134.55.57.245/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22106 + "esdbEquipmentInterfaceId": 25704, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwh-cr6:1/1/c2/1", + "urn": "anl541b-cr6:lag-401", "tags": [ - "ameshwh-cr6---kans-cr6:bbl-9f065c3d::ESNET-Z16496:na", - "ameshwh-cr6---kans-cr6:ESNET-Z16496::show:intracloud" + "anl541b-cr6---anl541b-ht2:ht-520089b0:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ameshwh-cr6:kans-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.57.71/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22095 + "esdbEquipmentInterfaceId": 25705, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 2018 + "esdbEquipmentId": 1679, + "orchSubscriptionId": null }, { - "urn": "lbnl59-cr6", + "urn": "atla-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.196", + "ipv4Address": "134.55.200.177", "reservableVlans": [], - "location": "LBNL59", - "locationId": 547, - "latitude": "37.8759845", - "longitude": "-122.2500142", + "location": "ATLA", + "locationId": 269, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "lbnl59-cr6:lag-20", + "urn": "atla-cr6:1/1/c17/2", "tags": [ - "lbnl59-cr6---lbnl59-mpr1:mgt-b0172344:lag-20:ESNET-Z08647:na", - "lbnl59-cr6---lbnl59-mpr1:ESNET-Z08647::show:intracloud", - "lbnl59-base--lbnl-gw:gw::na", - "lbnl59-cr6---esnet-services(asNone):l3edge-8ef57a7d:conn-j_base:show:na", - "lbnl59-cr6---esnet-services(asNone):l3edge-18e56113:conn-l_base:show:na", - "lbnl59-cr6---fabric(as4294967290):l3edge-9e1f3354:site_conn-i_base:show:na", - "lbnl59-cr6---lbnl59-ps:pt-670040b8:owamp::na", - "lbnl59--lbnl-gw:gw::na" + "atla-cr6---FABRIC::conn-ad:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 3002, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 122 - }, - { - "floor": 920, - "ceiling": 921 - }, - { - "floor": 967, - "ceiling": 1109 - }, - { - "floor": 125, - "ceiling": 917 - }, - { - "floor": 923, - "ceiling": 923 - }, - { - "floor": 925, - "ceiling": 965 + "ceiling": 1009 }, { - "floor": 1111, - "ceiling": 3000 + "floor": 1011, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14954 + "esdbEquipmentInterfaceId": 12540, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c2/1", + "urn": "atla-cr6:1/1/c17/3", "tags": [ - "lbnl59-cr6---LBNL::conn-g:show:na", - "lbnl59-cr6---lbnl(as16):l3edge-77f37a91:site_conn-g_l3vpn-lhcone:show:intercloud", - "lbnl59-cr6---lbnl(as16):l3edge-afe2a1f6:site_conn-g_l3vpn-lhcone:show:intercloud", - "lbnl59-cr6---lbnl(as16):l3edge-57ab05be:site_conn-g_ipt:show:na", - "lbnl59-cr6---lbnl(as16):l3edge-9015a8b6:site_conn-g_ipt:show:na", - "lbnl59-cr6---lbnl(as63331):l3edge-316dccda:site_conn-g_ipt:show:na", - "lbnl59-cr6---lbnl(as63331):l3edge-701e3787:site_conn-g_ipt:show:na" + "atla-cr6---srs70344a-cr6:bbl-9e92de02::ESNET-Z11677:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 113 + "ceiling": 5 }, { - "floor": 785, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 117, - "ceiling": 764 - }, - { - "floor": 767, - "ceiling": 782 - }, - { - "floor": 115, - "ceiling": 115 } ], - "esdbEquipmentInterfaceId": 13836 + "esdbEquipmentInterfaceId": 12541, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c17/3", + "urn": "atla-cr6:1/1/c19/1", "tags": [ - "lbnl59-cr6---ESNET::conn-ae:show:na", - "lbnl59-cr6---esnet-services(as65292):manual:conn-ae_base:show:na", - "lbnl59-cr6---esnet(as65292):l3edge-4066a4e3:site_conn-ae_ipt:show:na" + "atla-cr6---hous-cr6:bbl-38f1debd::ESNET-Z17823:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 49, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 46 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13823 + "esdbEquipmentInterfaceId": 12547, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c19/1", + "urn": "atla-cr6:1/1/c25/1", "tags": [ - "lbnl59-cr6---LBNL::conn-h:show:na", - "lbnl59-cr6---lbnl(as16):l3edge-d6882300:site_conn-h_l3vpn-lhcone:show:intercloud", - "lbnl59-cr6---lbnl(as16):l3edge-faf8357b:site_conn-h_l3vpn-lhcone:show:intercloud", - "lbnl59-cr6---lbnl(as16):l3edge-4737dbd0:site_conn-h_ipt:show:na", - "lbnl59-cr6---lbnl(as16):l3edge-f14bb649:site_conn-h_ipt:show:na" + "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z15048:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 97, - "ceiling": 143 - }, - { - "floor": 145, - "ceiling": 145 - }, - { - "floor": 147, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 93 + "ceiling": 5 }, { - "floor": 95, - "ceiling": 95 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13829 + "esdbEquipmentInterfaceId": 12549, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c3/1", + "urn": "atla-cr6:1/1/c28/1", "tags": [ - "lbnl59-cr6---EJFAT::conn-b:show:na", - "lbnl59-cr6---ejfat(as65301):l3edge-d04c4304:site_conn-b_base:show:na", - "lbnl59-cr6---ejfat(as65301):l3edge-595ad8b6:site_conn-b_l3vpn-ejfat:show:intercloud" + "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z10727:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 199 + "ceiling": 5 }, { - "floor": 211, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 201, - "ceiling": 209 } ], - "esdbEquipmentInterfaceId": 13807 + "esdbEquipmentInterfaceId": 12550, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c17/2", + "urn": "atla-cr6:1/1/c3/1", "tags": [ - "lbnl59-cr6---lbnl59-doenet-pt1:throughput:::na" + "atla-cr6---SOX::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 912, - "ceiling": 4095 + "floor": 581, + "ceiling": 1250 + }, + { + "floor": 1252, + "ceiling": 1261 + }, + { + "floor": 526, + "ceiling": 579 }, { "floor": 2, - "ceiling": 910 + "ceiling": 524 + }, + { + "floor": 1263, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13822 + "esdbEquipmentInterfaceId": 12525, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c28/1", + "urn": "atla-cr6:1/1/c31/1", "tags": [ - "lbnl59-cr6---slac50n-cr6:bbl-9eda47aa::ESNET-Z13302:na", - "lbnl59-cr6---slac50n-cr6:ESNET-Z13302::show:intracloud" + "atla-cr6---hous-cr6:bbl-38f1debd::ESNET-Z10721:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, { - "urn": "lbnl59-cr6:slac50n-bb-d", - "port": "1/1/c28/1", - "ipv4Address": "134.55.58.140/31" + "floor": 7, + "ceiling": 4095 } ], + "esdbEquipmentInterfaceId": 12551, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "atla-cr6:1/1/c34/1", + "tags": [ + "atla-cr6---chat-cr6:bbl-5ee48ffe::ESNET-Z10715:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -2498,71 +2486,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13832 + "esdbEquipmentInterfaceId": 12552, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c4/1", + "urn": "atla-cr6:1/1/c4/1", "tags": [ - "lbnl59-cr6---ESNET-SERVICES::conn-p:show:na", - "lbnl59-cr6---esnet-services(as65294):manual:conn-p_base:show:na", - "lbnl59-cr6---esnet-services(as65294):l3edge-8ba23a4a:site_conn-p_ipt:show:na" + "atla-cr6---LSST::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 50, - "ceiling": 50 - }, - { - "floor": 52, + "floor": 317, "ceiling": 4095 }, { "floor": 2, - "ceiling": 48 + "ceiling": 315 } ], - "esdbEquipmentInterfaceId": 13808 + "esdbEquipmentInterfaceId": 12526, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c6/1", + "urn": "atla-cr6:1/1/c5/1", "tags": [ - "lbnl59-cr6---FABRIC::conn-n:show:na" + "atla-cr6---jlab12-cr6:bbl-73bcce9c::ESNET-Z16334:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13840 + "esdbEquipmentInterfaceId": 12527, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c9/1", + "urn": "atla-cr6:1/1/c8/1", "tags": [ - "lbnl59-cr6---lbnl59-ht2:ht-0552f5df:::na", - "lbnl59-cr6---lbnl59-ht2:ht-0552f5df:service1::na" + "atla-cr6---atla-ht1:ht-185e2a94:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -2573,133 +2570,156 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13843 + "esdbEquipmentInterfaceId": 12530, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c14/1", + "urn": "atla-cr6:1/1/c9/1", "tags": [ - "lbnl59-cr6---NERSC::conn-h:show:na", - "lbnl59-cr6---nersc(as2936):l3edge-2b5b44a9:site_conn-h_base:show:na", - "lbnl59-cr6---nersc(as2936):l3edge-c7c8df9a:site_conn-h_base:show:na", - "lbnl59-cr6---nersc(as2936):l3edge-2cf6242d:site_conn-h_base:show:na" + "atla-cr6---atla-ht1:ht-185e2a94:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 654, - "ceiling": 1121 - }, - { - "floor": 1124, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 652 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13818 + "esdbEquipmentInterfaceId": 12531, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c8/1", + "urn": "atla-cr6:2/1/c14/1", "tags": [ - "lbnl59-cr6---lbnl59-ht1:ht-0f9226a9:::na", - "lbnl59-cr6---lbnl59-ht1:ht-0f9226a9:service1::na" + "atla-cr6---atla-ps:pt-0fa35d1c:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 2222, "ceiling": 4095 }, + { + "floor": 1112, + "ceiling": 2220 + }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13812 + "esdbEquipmentInterfaceId": 12566, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c8/1", + "urn": "atla-cr6:2/1/c2/1", "tags": [ - "lbnl59-cr6---lbnl59-ht2:ht-0552f5df:::na", - "lbnl59-cr6---lbnl59-ht2:ht-0552f5df:service1::na" + "atla-cr6---AMPATH::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 449 }, { - "floor": 2, - "ceiling": 4088 + "floor": 474, + "ceiling": 496 + }, + { + "floor": 451, + "ceiling": 465 + }, + { + "floor": 468, + "ceiling": 472 + }, + { + "floor": 498, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13842 + "esdbEquipmentInterfaceId": 12554, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c9/1", + "urn": "atla-cr6:2/1/c22/1", "tags": [ - "lbnl59-cr6---lbnl59-ht1:ht-0f9226a9:::na", - "lbnl59-cr6---lbnl59-ht1:ht-0f9226a9:service1::na" + "atla-cr6---chat-cr6:bbl-5ee48ffe::ESNET-Z15063:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13813 + "esdbEquipmentInterfaceId": 12578, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c28/1", + "urn": "atla-cr6:2/1/c25/1", "tags": [ - "lbnl59-cr6---lbnl50-cr6:bbl-5425369c::ESNET-Z10922:na", - "lbnl59-cr6---lbnl50-cr6:ESNET-Z10922::show:intracloud" + "atla-cr6---hous-cr6:bbl-38f1debd::ESNET-Z14978:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lbnl59-cr6:lbnl50-bb-c", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.166/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -2710,67 +2730,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13862 + "esdbEquipmentInterfaceId": 12579, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:lag-401", + "urn": "atla-cr6:2/1/c28/1", "tags": [ - "lbnl59-cr6---lbnl59-ht2:ht-0552f5df:capture::na" + "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z10886:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25764 + "esdbEquipmentInterfaceId": 12580, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:lag-400", + "urn": "atla-cr6:2/1/c31/1", "tags": [ - "lbnl59-cr6---lbnl59-ht1:ht-0f9226a9:capture::na" + "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z10724:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 24180 + "esdbEquipmentInterfaceId": 12581, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c31/1", + "urn": "atla-cr6:2/1/c34/1", "tags": [ - "lbnl59-cr6---slac50n-cr6:bbl-9eda47aa::ESNET-Z10832:na", - "lbnl59-cr6---slac50n-cr6:ESNET-Z10832::show:intracloud" + "atla-cr6---chat-cr6:bbl-5ee48ffe::ESNET-Z10718:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lbnl59-cr6:slac50n-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.148/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -2781,178 +2814,255 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13833 + "esdbEquipmentInterfaceId": 12582, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c14/1", + "urn": "atla-cr6:2/1/c8/1", "tags": [ - "lbnl59-cr6---lbnl59-ps:pt-670040b8:::na", - "lbnl59-cr6---lbnl59-ps:pt-670040b8:throughput::na" + "atla-cr6---atla-ht2:ht-af7bbea9:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13848 + "esdbEquipmentInterfaceId": 12560, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c34/1", + "urn": "atla-cr6:2/1/c9/1", "tags": [ - "lbnl59-cr6---lbnl50-cr6:bbl-5425369c::ESNET-Z07206:na", - "lbnl59-cr6---lbnl50-cr6:ESNET-Z07206::show:intracloud" + "atla-cr6---atla-ht2:ht-af7bbea9:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lbnl59-cr6:lbnl50-bb-a", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.0/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13834 + "esdbEquipmentInterfaceId": 12561, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c15/1", + "urn": "atla-cr6:lag-20", "tags": [ - "lbnl59-cr6---lbl-dev-dtn:dtn-f6da45de:::na", - "lbnl59-cr6---lbl-dev-dtn:dtn-f6da45de:throughput::na" + "atla-cr6---atla-mpr1:mgt-f26ca7b5:lag-20:ESNET-Z08608:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 913, - "ceiling": 915 + "floor": 1111, + "ceiling": 2219 + }, + { + "floor": 967, + "ceiling": 1019 }, { "floor": 2, - "ceiling": 911 + "ceiling": 918 }, { - "floor": 917, + "floor": 2221, "ceiling": 4095 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 1021, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 13849 + "esdbEquipmentInterfaceId": 14941, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c31/1", + "urn": "atla-cr6:lag-400", "tags": [ - "lbnl59-cr6---slac50n-cr6:bbl-9eda47aa::ESNET-Z10835:na", - "lbnl59-cr6---slac50n-cr6:ESNET-Z10835::show:intracloud" + "atla-cr6---atla-ht1:ht-185e2a94:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lbnl59-cr6:slac50n-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.150/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 408, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 13863 + "esdbEquipmentInterfaceId": 25734, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c34/1", + "urn": "atla-cr6:lag-401", "tags": [ - "lbnl59-cr6---lbnl50-cr6:bbl-5425369c::ESNET-Z10919:na", - "lbnl59-cr6---lbnl50-cr6:ESNET-Z10919::show:intracloud" + "atla-cr6---atla-ht2:ht-af7bbea9:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ - { - "urn": "lbnl59-cr6:lbnl50-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.164/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 25735, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1683, + "orchSubscriptionId": null + }, + { + "urn": "bnl515-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.200", + "reservableVlans": [], + "location": "BNL515", + "locationId": 597, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "bnl515-cr6:1/1/c17/2", + "tags": [ + "bnl515-cr6---ESNET::conn-ap:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2635, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 2633 } ], - "esdbEquipmentInterfaceId": 13864 + "esdbEquipmentInterfaceId": 14272, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:1/1/c1/1", + "urn": "bnl515-cr6:1/1/c22/1", "tags": [ - "lbnl59-cr6---lbnl59qa-cr6a:bbl-ddac996f::ESNET-Z11396:na", - "lbnl59-cr6---lbnl59qa-cr6a:ESNET-Z11396::show:intracloud" + "bnl515-cr6---bnl515-bert1:bert-e40a35c9:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 4011, + "ceiling": 4095 + }, { - "urn": "lbnl59-cr6:lbnl59qa-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.129/31" + "floor": 2, + "ceiling": 4009 } ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "esdbEquipmentInterfaceId": 14280, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "bnl515-cr6:1/1/c25/1", + "tags": [ + "bnl515-cr6---bnl725-cr6:bbl-218574b2::ESNET-Z15047:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -2963,185 +3073,164 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13805 + "esdbEquipmentInterfaceId": 14281, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c17/2", + "urn": "bnl515-cr6:1/1/c28/1", "tags": [ - "lbnl59-cr6---routemon1:montoring:::na" + "bnl515-cr6---newy32aoa-cr6:bbl-cbc626b5::ESNET-Z14549:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13852 + "esdbEquipmentInterfaceId": 14282, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c17/3", + "urn": "bnl515-cr6:1/1/c31/1", "tags": [ - "lbnl59-cr6---FABRIC::conn-o:show:na", - "lbnl59-cr6---fabric(as4294967290):l3edge-e9e158bd:site_conn-o_base:show:na" + "bnl515-cr6---newy325hudson-cr6:bbl-87a93e33::ESNET-Z17682:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 901 + "ceiling": 5 }, { - "floor": 903, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13853 + "esdbEquipmentInterfaceId": 14283, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59-cr6:2/1/c19/1", + "urn": "bnl515-cr6:1/1/c34/1", "tags": [ - "lbnl59-cr6---NERSC::conn-k:show:na", - "lbnl59-cr6---nersc(as2936):l3edge-b55d8a21:site_conn-k_base:show:na", - "lbnl59-cr6---nersc(as2936):l3edge-b0d384f6:site_conn-k_base:show:na" + "bnl515-cr6---bnl725-cr6:bbl-218574b2::ESNET-Z15856:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1128, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 1125 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13859 - } - ], - "esdbEquipmentId": 1711 - }, - { - "urn": "kans-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.180", - "reservableVlans": [], - "location": "KANS", - "locationId": 272, - "latitude": "39.100855", - "longitude": "-94.58238", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 14284, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "kans-cr6:lag-20", + "urn": "bnl515-cr6:1/1/c8/1", "tags": [ - "kans-cr6---kans-mpr1:mgt-206e5101:lag-20:ESNET-Z08578:na", - "kans-cr6---kans-mpr1:ESNET-Z08578::show:intracloud", - "kans-cr6---doenet-swpa-ok(as65051):l3edge-6fa00bd6:site_conn-b_base:show:na", - "kans-cr6---fabric(as4294967287):l3edge-738b1019:site_conn-ag_base:show:na", - "kans-cr6---kans-ps:pt-1463a27d:owamp::na" + "bnl515-cr6---bnl515-ht1:ht-a1472315:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 31, - "ceiling": 918 - }, - { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, - { - "floor": 920, - "ceiling": 965 - }, { "floor": 2, - "ceiling": 29 - }, - { - "floor": 1021, - "ceiling": 1109 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14931 + "esdbEquipmentInterfaceId": 14262, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c13/1", + "urn": "bnl515-cr6:1/1/c9/1", "tags": [ - "kans-cr6---ameshwh-cr6:bbl-9f065c3d::ESNET-Z16496:na", - "kans-cr6---ameshwh-cr6:ESNET-Z16496::show:intracloud" + "bnl515-cr6---bnl515-ht1:ht-a1472315:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "kans-cr6:ameshwh-bb-a", - "port": "2/1/c13/1", - "ipv4Address": "134.55.57.70/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12757 + "esdbEquipmentInterfaceId": 14263, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c14/1", + "urn": "bnl515-cr6:2/1/c14/1", "tags": [ - "kans-cr6---kans-ps:pt-1463a27d:::na", - "kans-cr6---kans-ps:pt-1463a27d:throughput::na" + "bnl515-cr6---bnl515-ps:pt-fcc56825:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -3156,27 +3245,24 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12758 + "esdbEquipmentInterfaceId": 14298, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c25/1", + "urn": "bnl515-cr6:2/1/c25/1", "tags": [ - "kans-cr6---eqxda3-cr6:bbl-033bd142::ESNET-Z13648:na", - "kans-cr6---eqxda3-cr6:ESNET-Z13648::show:intracloud" + "bnl515-cr6---newy325hudson-cr6:bbl-87a93e33::ESNET-Z17681:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "kans-cr6:eqxda3-bb-c", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.35/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3187,27 +3273,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12771 + "esdbEquipmentInterfaceId": 14311, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:1/1/c25/1", + "urn": "bnl515-cr6:2/1/c28/1", "tags": [ - "kans-cr6---denv-cr6:bbl-9e99b61a::ESNET-Z10787:na", - "kans-cr6---denv-cr6:ESNET-Z10787::show:intracloud" + "bnl515-cr6---bnl725-cr6:bbl-218574b2::ESNET-Z15857:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "kans-cr6:denv-bb-c", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.35/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3218,27 +3301,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12741 + "esdbEquipmentInterfaceId": 14312, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c31/1", + "urn": "bnl515-cr6:2/1/c34/1", "tags": [ - "kans-cr6---denv-cr6:bbl-9e99b61a::ESNET-Z10904:na", - "kans-cr6---denv-cr6:ESNET-Z10904::show:intracloud" + "bnl515-cr6---bnl515b-cr6:bbl-18d52e9d::ESNET-Z08767:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "kans-cr6:denv-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.173/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3249,207 +3329,255 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12773 + "esdbEquipmentInterfaceId": 14314, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:1/1/c17/3", + "urn": "bnl515-cr6:2/1/c8/1", "tags": [ - "kans-cr6---557WW::conn-e:show:na", - "kans-cr6---ww557(as65066):l3edge-827c6192:site_conn-e_base:show:na" + "bnl515-cr6---bnl515-ht2:ht-129e3557:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 3002, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 3000 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12733 + "esdbEquipmentInterfaceId": 14292, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:1/1/c19/1", + "urn": "bnl515-cr6:2/1/c9/1", "tags": [ - "kans-cr6---chic-cr6:bbl-70585dea::ESNET-Z10766:na", - "kans-cr6---chic-cr6:ESNET-Z10766::show:intracloud" + "bnl515-cr6---bnl515-ht2:ht-129e3557:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "kans-cr6:chic-bb-c", - "port": "1/1/c19/1", - "ipv4Address": "134.55.57.41/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12739 + "esdbEquipmentInterfaceId": 14293, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c22/1", + "urn": "bnl515-cr6:lag-20", "tags": [ - "kans-cr6---GPN::conn-e:show:na", - "kans-cr6---gpn(as11317):l3edge-0df2bda6:conn-e_base:show:na", - "kans-cr6---onenet(as5078):l3edge-346f3304:conn-e_base:show:na", - "kans-cr6---onenet(as5078):l3edge-b12737f9:site_conn-e_l3vpn-lhcone:show:intercloud", - "kans-cr6---ou(as25776):l3edge-bb41f252:site_conn-e_l3vpn-lhcone:show:intercloud", - "kans-cr6---unl(as7896):l3edge-d9cac7f3:site_conn-e_l3vpn-lhcone:show:intercloud" + "bnl515-cr6---bnl515-mpr1:mgt-a7a7bbbe:lag-20:ESNET-Z08557:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 1899, - "ceiling": 3550 + "floor": 1111, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 712 + "ceiling": 918 }, { - "floor": 715, - "ceiling": 1896 + "floor": 920, + "ceiling": 965 }, { - "floor": 3552, - "ceiling": 4095 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12770 + "esdbEquipmentInterfaceId": 14923, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c34/1", + "urn": "bnl515-cr6:lag-400", "tags": [ - "kans-cr6---eqxda3-cr6:bbl-033bd142::ESNET-Z10784:na", - "kans-cr6---eqxda3-cr6:ESNET-Z10784::show:intracloud" + "bnl515-cr6---bnl515-ht1:ht-a1472315:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "kans-cr6:eqxda3-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.159/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 406, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 12774 + "esdbEquipmentInterfaceId": 25726, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c5/1", + "urn": "bnl515-cr6:lag-401", "tags": [ - "kans-cr6---kcnsc-cr6:bbl-006e37e8::ESNET-Z13390:na", - "kans-cr6---kcnsc-cr6:ESNET-Z13390::show:intracloud" + "bnl515-cr6---bnl515-ht2:ht-129e3557:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 399 + }, { - "urn": "kans-cr6:kcnsc-bb-a", - "port": "2/1/c5/1", - "ipv4Address": "134.55.58.157/31" + "floor": 402, + "ceiling": 4095 } ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "esdbEquipmentInterfaceId": 25727, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "bnl515-cr6:lag-50", + "tags": [ + "bnl515-cr6---BNL::conn-y:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ + { + "floor": 7, + "ceiling": 3899 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 3 }, { - "floor": 7, + "floor": 3901, "ceiling": 4095 + }, + { + "floor": 5, + "ceiling": 5 } ], - "esdbEquipmentInterfaceId": 12749 - }, + "esdbEquipmentInterfaceId": 27669, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1720, + "orchSubscriptionId": null + }, + { + "urn": "bnl515b-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.201", + "reservableVlans": [], + "location": "BNL515B", + "locationId": 598, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "kans-cr6:1/1/c17/2", + "urn": "bnl515b-cr6:1/1/c17/2", "tags": [ - "kans-cr6---FABRIC::conn-ah:show:na", - "kans-cr6---fabric(as4294967287):l3edge-a60756ec:site_conn-ah_base:show:na" + "bnl515b-cr6---ESNET::conn-aq:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 1009 + "ceiling": 2613 }, { - "floor": 1011, + "floor": 2615, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12732 + "esdbEquipmentInterfaceId": 14336, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c28/1", + "urn": "bnl515b-cr6:2/1/c34/1", "tags": [ - "kans-cr6---denv-cr6:bbl-9e99b61a::ESNET-Z14012:na", - "kans-cr6---denv-cr6:ESNET-Z14012::show:intracloud" + "bnl515b-cr6---bnl515-cr6:bbl-18d52e9d::ESNET-Z08767:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "kans-cr6:denv-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.107/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3460,140 +3588,99 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12772 + "esdbEquipmentInterfaceId": 14378, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kans-cr6:2/1/c19/1", + "urn": "bnl515b-cr6:lag-20", "tags": [ - "kans-cr6---chic-cr6:bbl-70585dea::ESNET-Z14075:na", - "kans-cr6---chic-cr6:ESNET-Z14075::show:intracloud" + "bnl515b-cr6---bnl515b-mpr1:mgt-03a68be8:lag-20:ESNET-Z08560:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "kans-cr6:chic-bb-d", - "port": "2/1/c19/1", - "ipv4Address": "134.55.56.245/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 965 }, { - "floor": 7, + "floor": 967, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12769 + "esdbEquipmentInterfaceId": 14925, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1688 + "esdbEquipmentId": 1721, + "orchSubscriptionId": null }, { - "urn": "wash-cr6", + "urn": "bnl725-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.175", + "ipv4Address": "134.55.200.239", "reservableVlans": [], - "location": "WASH", - "locationId": 267, - "latitude": "38.920047", - "longitude": "-77.211598", + "location": "BNL725", + "locationId": 653, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "wash-cr6:lag-20", + "urn": "bnl725-cr6:1/1/c1/1", "tags": [ - "wash-cr6---wash-mpr1:mgt-5609819e:lag-20:ESNET-Z08602:na", - "wash-cr6---llnldc-mpr1:ESNET-Z13467::show:intracloud", - "wash-cr6->llnl-dc:1ge:ip-a:show:intracloud", - "wash-cr6---wash-mpr1:ESNET-Z08602::show:intracloud", - "wash-cr6---lanl-dc(as65175):l3edge-6bc8b610:site_conn-c_base:show:na", - "wash-cr6---llnl-dc(as65180):l3edge-0fc26fff:site_conn-b_base:show:na", - "wash-cr6---nrel-dc(as65050):l3edge-8f4dc6b0:site_conn-b_base:show:na", - "wash-cr6---snl-dc(as65042):l3edge-3eb3c83c:site_conn-b_base:show:na", - "wash-cr6---fabric(as4294967291):l3edge-39b785ee:site_conn-d_base:show:na", - "wash-cr6---wash-ps:pt-2d41a602:owamp::na" + "bnl725-cr6---east-test-ps:pt:::na" ], "capabilities": [ "ETHERNET", "EDGE", - "MPLS" + "TAGGED" ], - "ifces": [ - { - "urn": "wash-cr6:to_llnl-dc_ip-a", - "port": "lag-20", - "ipv4Address": "134.55.219.13/30" - } - ], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2321, + "floor": 912, "ceiling": 4095 }, - { - "floor": 1111, - "ceiling": 2300 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 2311, - "ceiling": 2319 - }, - { - "floor": 968, - "ceiling": 1019 - }, - { - "floor": 2304, - "ceiling": 2309 - }, - { - "floor": 1021, - "ceiling": 1109 + "ceiling": 910 } ], - "esdbEquipmentInterfaceId": 14939 + "esdbEquipmentInterfaceId": 27229, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c22/1", + "urn": "bnl725-cr6:1/1/c25/1", "tags": [ - "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z15048:na", - "wash-cr6---atla-cr6:ESNET-Z15048::show:intracloud" + "bnl725-cr6---bnl515-cr6:bbl-218574b2::ESNET-Z15047:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:atla-bb-h", - "port": "1/1/c22/1", - "ipv4Address": "134.55.56.91/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3604,27 +3691,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12420 + "esdbEquipmentInterfaceId": 27251, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c25/1", + "urn": "bnl725-cr6:1/1/c28/1", "tags": [ - "wash-cr6---newy32aoa-cr6:bbl-324fb434::ESNET-Z14060:na", - "wash-cr6---newy32aoa-cr6:ESNET-Z14060::show:intracloud" + "bnl725-cr6---newy32aoa-cr6:bbl-5f8cdde4::ESNET-Z15858:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:newy32aoa-bb-f", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.215/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3635,27 +3719,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12451 + "esdbEquipmentInterfaceId": 27252, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c25/1", + "urn": "bnl725-cr6:1/1/c31/1", "tags": [ - "wash-cr6---eqxdc4-cr6:bbl-a7031f25::ESNET-Z13638:na", - "wash-cr6---eqxdc4-cr6:ESNET-Z13638::show:intracloud" + "bnl725-cr6---bnl515-cr6:bbl-218574b2::ESNET-Z15856:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:eqxdc4-bb-e", - "port": "1/1/c25/1", - "ipv4Address": "134.55.56.19/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3666,134 +3747,112 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12421 + "esdbEquipmentInterfaceId": 27253, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c17/4", + "urn": "bnl725-cr6:1/1/c8/1", "tags": [ - "wash-cr6---lhcone-wash-opt1:throughput:::na", - "wash-cr6---lhcone-wash-opt1:pt:throughput::intercloud" + "bnl725-cr6---bnl725-ht1:ht-5d25c72f:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 3002, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 3000 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12414 + "esdbEquipmentInterfaceId": 27236, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c2/1", + "urn": "bnl725-cr6:1/1/c9/1", "tags": [ - "wash-cr6---pppl-cr6:bbl-8c7c2df9::ESNET-Z12583:na", - "wash-cr6---pppl-cr6:ESNET-Z12583::show:intracloud" + "bnl725-cr6---bnl725-ht1:ht-5d25c72f:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "wash-cr6:pppl-bb-b", - "port": "1/1/c2/1", - "ipv4Address": "134.55.58.126/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, + "floor": 4090, "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12396 - }, - { - "urn": "wash-cr6:1/1/c28/1", - "tags": [ - "wash-cr6---newy32aoa-cr6:bbl-324fb434::ESNET-Z10862:na", - "wash-cr6---newy32aoa-cr6:ESNET-Z10862::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "wash-cr6:newy32aoa-bb-e", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.209/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12422 + "esdbEquipmentInterfaceId": 27237, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c4/1", + "urn": "bnl725-cr6:2/1/c14/1", "tags": [ - "wash-cr6---PacketFabric::conn-b:show:na" + "bnl725-cr6---bnl725-ps:pt-f3894884:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 1112, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12428 + "esdbEquipmentInterfaceId": 27268, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c5/1", + "urn": "bnl725-cr6:2/1/c28/1", "tags": [ - "wash-cr6---cern513-cr6:bbl-087d55e0::ESNET-Z11848:na", - "wash-cr6---cern513-cr6:ESNET-Z11848::show:intracloud" + "bnl725-cr6---newy32aoa-cr6:bbl-5f8cdde4::ESNET-Z15859:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:cern513-bb-a", - "port": "1/1/c5/1", - "ipv4Address": "134.55.58.146/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -3804,75 +3863,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12399 + "esdbEquipmentInterfaceId": 27278, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c6/1", + "urn": "bnl725-cr6:2/1/c31/1", "tags": [ - "wash-cr6---wash-dtn1:dtn-361401ea:::na", - "wash-cr6---wash-dtn1:dtn-361401ea:throughput::na" + "bnl725-cr6---bnl515-cr6:bbl-218574b2::ESNET-Z15857:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 913, - "ceiling": 915 - }, { "floor": 2, - "ceiling": 911 + "ceiling": 5 }, { - "floor": 917, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12430 + "esdbEquipmentInterfaceId": 27279, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c15/1", + "urn": "bnl725-cr6:2/1/c8/1", "tags": [ - "wash-cr6---wash-bert1:bert-bf17541c:::na", - "wash-cr6---wash-bert1:bert-bf17541c:throughput::na" + "bnl725-cr6---bnl725-ht2:ht-b38e94cd:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4011, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4009 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12409 + "esdbEquipmentInterfaceId": 27262, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c9/1", + "urn": "bnl725-cr6:2/1/c9/1", "tags": [ - "wash-cr6---wash-ht2:ht-c703e45a:::na", - "wash-cr6---wash-ht2:ht-c703e45a:service1::na" + "bnl725-cr6---bnl725-ht2:ht-b38e94cd:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -3883,268 +3947,255 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12433 + "esdbEquipmentInterfaceId": 27263, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c8/1", + "urn": "bnl725-cr6:lag-20", "tags": [ - "wash-cr6---wash-ht1:ht-66244c7a:::na", - "wash-cr6---wash-ht1:ht-66244c7a:service1::na" + "bnl725-cr6---bnl725-mpr1:mgt-24587350:lag-20:ESNET-Z15162:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 2, + "ceiling": 917 + }, + { + "floor": 1111, "ceiling": 4095 }, { - "floor": 2, - "ceiling": 4088 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12402 + "esdbEquipmentInterfaceId": 27281, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c8/1", + "urn": "bnl725-cr6:lag-400", "tags": [ - "wash-cr6---wash-ht2:ht-c703e45a:::na", - "wash-cr6---wash-ht2:ht-c703e45a:service1::na" + "bnl725-cr6---bnl725-ht1:ht-5d25c72f:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 4090, + "floor": 404, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 12432 + "esdbEquipmentInterfaceId": 27741, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c9/1", + "urn": "bnl725-cr6:lag-401", "tags": [ - "wash-cr6---wash-ht1:ht-66244c7a:::na", - "wash-cr6---wash-ht1:ht-66244c7a:service1::na" + "bnl725-cr6---bnl725-ht2:ht-b38e94cd:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 }, { - "floor": 2, - "ceiling": 4088 + "floor": 402, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12403 + "esdbEquipmentInterfaceId": 27742, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c28/1", + "urn": "bnl725-cr6:lag-50", "tags": [ - "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z10886:na", - "wash-cr6---atla-cr6:ESNET-Z10886::show:intracloud" + "bnl725-cr6---BNL::conn-v:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "wash-cr6:atla-bb-g", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.229/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ { "floor": 2, + "ceiling": 3 + }, + { + "floor": 5, "ceiling": 5 }, { - "floor": 7, + "floor": 2201, "ceiling": 4095 + }, + { + "floor": 7, + "ceiling": 2199 } ], - "esdbEquipmentInterfaceId": 12452 - }, + "esdbEquipmentInterfaceId": 27670, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2455, + "orchSubscriptionId": null + }, + { + "urn": "bois-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.185", + "reservableVlans": [], + "location": "BOIS", + "locationId": 278, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "wash-cr6:lag-401", + "urn": "bois-cr6:1/1/c25/1", "tags": [ - "wash-cr6---wash-ht2:ht-c703e45a:capture::na" + "bois-cr6---salt-cr6:bbl-b00f50e6::ESNET-Z14700:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25733 + "esdbEquipmentInterfaceId": 13125, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:lag-400", + "urn": "bois-cr6:1/1/c28/1", "tags": [ - "wash-cr6---wash-ht1:ht-66244c7a:capture::na" + "bois-cr6---salt-cr6:bbl-b00f50e6::ESNET-Z18140:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25732 + "esdbEquipmentInterfaceId": 13126, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:lag-50", + "urn": "bois-cr6:1/1/c31/1", "tags": [ - "wash-cr6---WIX::conn-d:show:na", - "wash-cr6---ampath(as20080):l3edge-118f0c29:conn-d_base:show:na", - "wash-cr6---ampath(as20080):l3edge-a18f9cfd:conn-d_base:show:na", - "wash-cr6---clara(as27750):l3edge-7384259e:conn-d_base:show:na", - "wash-cr6---fabric(as398900):l3edge-a3a6540c:site_conn-d_base:show:na", - "wash-cr6---geant(as20965):l3edge-bd8bd210:conn-d_base:show:na", - "wash-cr6---internet2(as11537):l3edge-c7b5ce82:conn-d_base:show:na", - "wash-cr6---internet2(as11537):l3edge-bd7f3ba3:conn-d_base:show:na", - "wash-cr6---max-gigapop(as10886):l3edge-56a31bb6:conn-d_base:show:na", - "wash-cr6---max-gigapop(as10886):l3edge-03171646:conn-d_base:show:na", - "wash-cr6---nasa-ames(as297):l3edge-4f3df399:conn-d_base:show:na", - "wash-cr6---nordunet(as2603):l3edge-ec36da4d:conn-d_base:show:na", - "wash-cr6---psc-3rox(as5050):l3edge-e4dadefc:conn-d_base:show:na", - "wash-cr6---psc-3rox(as5050):l3edge-5c6694d6:conn-d_base:show:na", - "wash-cr6---ansp(as1251):l3edge-45c4a124:conn-d_l3vpn-lhcone:show:intercloud", - "wash-cr6---duke(as13371):l3edge-b7fcf3e2:site_conn-d_l3vpn-lhcone:show:intercloud", - "wash-cr6---geant(as20965):l3edge-7d09c33a:conn-d_l3vpn-lhcone:show:intercloud", - "wash-cr6---internet2(as11537):l3edge-390662eb:conn-d_l3vpn-lhcone:show:intercloud", - "wash-cr6---nordunet(as2603):l3edge-74f2dd4c:conn-d_l3vpn-lhcone:show:intercloud", - "wash-cr6---rnp(as1916):l3edge-5164d24e:conn-d_l3vpn-lhcone:show:intercloud" + "bois-cr6---seat-cr6:bbl-80877151::ESNET-Z10742:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 474, - "ceiling": 496 - }, { "floor": 2, - "ceiling": 89 - }, - { - "floor": 2014, - "ceiling": 2309 - }, - { - "floor": 92, - "ceiling": 93 - }, - { - "floor": 197, - "ceiling": 202 - }, - { - "floor": 124, - "ceiling": 193 - }, - { - "floor": 498, - "ceiling": 1199 - }, - { - "floor": 2011, - "ceiling": 2012 - }, - { - "floor": 1202, - "ceiling": 2001 - }, - { - "floor": 2003, - "ceiling": 2009 - }, - { - "floor": 204, - "ceiling": 472 - }, - { - "floor": 95, - "ceiling": 122 + "ceiling": 5 }, { - "floor": 3731, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 2312, - "ceiling": 3629 - }, - { - "floor": 3631, - "ceiling": 3729 } ], - "esdbEquipmentInterfaceId": 27723 + "esdbEquipmentInterfaceId": 13127, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c31/1", + "urn": "bois-cr6:1/1/c34/1", "tags": [ - "wash-cr6---eqxdc4-cr6:bbl-a7031f25::ESNET-Z10811:na", - "wash-cr6---eqxdc4-cr6:ESNET-Z10811::show:intracloud" + "bois-cr6---pnnlisb2-cr6:bbl-6fe9ebad::ESNET-Z12475:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:eqxdc4-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.133/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4155,112 +4206,112 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12423 + "esdbEquipmentInterfaceId": 13128, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c14/1", + "urn": "bois-cr6:1/1/c8/1", "tags": [ - "wash-cr6---wash-ps:pt-2d41a602:::na", - "wash-cr6---wash-ps:pt-2d41a602:throughput::na" + "bois-cr6---bois-ht1:ht-4b104ed6:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12438 + "esdbEquipmentInterfaceId": 13106, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c34/1", + "urn": "bois-cr6:1/1/c9/1", "tags": [ - "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z10724:na", - "wash-cr6---atla-cr6:ESNET-Z10724::show:intracloud" + "bois-cr6---bois-ht1:ht-4b104ed6:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "wash-cr6:atla-bb-e", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.225/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12424 + "esdbEquipmentInterfaceId": 13107, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c15/1", + "urn": "bois-cr6:2/1/c14/1", "tags": [ - "wash-cr6---wash-bert1:bert-bf17541c:::na", - "wash-cr6---wash-bert1:bert-bf17541c:throughput::na" + "bois-cr6---bois-ps:pt-c714c649:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4011, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4009 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12439 + "esdbEquipmentInterfaceId": 13142, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c31/1", + "urn": "bois-cr6:2/1/c17/2", "tags": [ - "wash-cr6---eqxdc4-cr6:bbl-a7031f25::ESNET-Z10814:na", - "wash-cr6---eqxdc4-cr6:ESNET-Z10814::show:intracloud" + "bois-cr6---inleil-cr6:bbl-c568431e::ESNET-Z13484:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:eqxdc4-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.131/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -4271,27 +4322,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12453 + "esdbEquipmentInterfaceId": 13146, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c34/1", + "urn": "bois-cr6:2/1/c25/1", "tags": [ - "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z10727:na", - "wash-cr6---atla-cr6:ESNET-Z10727::show:intracloud" + "bois-cr6---pnnlisb2-cr6:bbl-6fe9ebad::ESNET-Z11740:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:atla-bb-f", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.227/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4302,27 +4350,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12454 + "esdbEquipmentInterfaceId": 13155, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:1/1/c1/1", + "urn": "bois-cr6:2/1/c28/1", "tags": [ - "wash-cr6---ornl5600-cr6:bbl-7d976214::ESNET-Z12523:na", - "wash-cr6---ornl5600-cr6:ESNET-Z12523::show:intracloud" + "bois-cr6---seat-cr6:bbl-80877151::ESNET-Z14704:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:ornl5600-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.124/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4333,27 +4378,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12395 + "esdbEquipmentInterfaceId": 13156, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c17/2", + "urn": "bois-cr6:2/1/c31/1", "tags": [ - "wash-cr6---forrestal-cr6:bbl-bcd15892::ESNET-Z13460:na", - "wash-cr6---forrestal-cr6:ESNET-Z13460::show:intracloud" + "bois-cr6---seat-cr6:bbl-80877151::ESNET-Z10895:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "wash-cr6:forrestal-bb-a", - "port": "2/1/c17/2", - "ipv4Address": "134.55.58.159/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4364,121 +4406,108 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12442 + "esdbEquipmentInterfaceId": 13157, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c17/3", + "urn": "bois-cr6:2/1/c34/1", "tags": [ - "wash-cr6---FABRIC::conn-c:show:na", - "wash-cr6---fabric(as4294967291):l3edge-61083d31:site_conn-c_base:show:na" + "bois-cr6---salt-cr6:bbl-b00f50e6::ESNET-Z10739:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 1009 + "ceiling": 5 }, { - "floor": 1011, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12443 + "esdbEquipmentInterfaceId": 13158, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "wash-cr6:2/1/c17/4", + "urn": "bois-cr6:2/1/c8/1", "tags": [ - "wash-cr6---VA::conn-b:show:na", - "wash-cr6---va(as65049):l3edge-efa45b45:site_conn-b_base:show:na" + "bois-cr6---bois-ht2:ht-f406c200:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1000, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 998 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12444 - } - ], - "esdbEquipmentId": 1680 - }, - { - "urn": "bois-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.185", - "reservableVlans": [], - "location": "BOIS", - "locationId": 278, - "latitude": "44.00483", - "longitude": "-116.96587", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13136, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "bois-cr6:1/1/c31/1", + "urn": "bois-cr6:2/1/c9/1", "tags": [ - "bois-cr6---seat-cr6:bbl-80877151::ESNET-Z10742:na", - "bois-cr6---seat-cr6:ESNET-Z10742::show:intracloud" + "bois-cr6---bois-ht2:ht-f406c200:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "bois-cr6:seat-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.131/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13127 + "esdbEquipmentInterfaceId": 13137, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { "urn": "bois-cr6:lag-20", "tags": [ - "bois-cr6---bois-mpr1:mgt-ba8a3cca:lag-20:ESNET-Z08644:na", - "bois-cr6---bois-mpr1:ESNET-Z08644::show:intracloud", - "bois-cr6---bois-ps:pt-c714c649:owamp::na" + "bois-cr6---bois-mpr1:mgt-ba8a3cca:lag-20:ESNET-Z08644:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 1111, @@ -4497,118 +4526,187 @@ "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14953 + "esdbEquipmentInterfaceId": 14953, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c14/1", + "urn": "bois-cr6:lag-400", "tags": [ - "bois-cr6---bois-ps:pt-c714c649:::na", - "bois-cr6---bois-ps:pt-c714c649:throughput::na" + "bois-cr6---bois-ht1:ht-4b104ed6:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13142 + "esdbEquipmentInterfaceId": 25688, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c25/1", + "urn": "bois-cr6:lag-401", "tags": [ - "bois-cr6---pnnlisb2-cr6:bbl-6fe9ebad::ESNET-Z11740:na", - "bois-cr6---pnnlisb2-cr6:ESNET-Z11740::show:intracloud" + "bois-cr6---bois-ht2:ht-f406c200:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 399 + }, { - "urn": "bois-cr6:pnnlisb2-bb-c", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.31/31" + "floor": 402, + "ceiling": 4095 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 25689, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1697, + "orchSubscriptionId": null + }, + { + "urn": "bost-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.178", + "reservableVlans": [], + "location": "BOST", + "locationId": 270, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "bost-cr6:1/1/c1/1", + "tags": [ + "bost-cr6---NOX::conn-c:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 2995 }, { - "floor": 7, + "floor": 2997, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13155 + "esdbEquipmentInterfaceId": 12587, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:1/1/c34/1", + "urn": "bost-cr6:1/1/c19/1", "tags": [ - "bois-cr6---pnnlisb2-cr6:bbl-6fe9ebad::ESNET-Z12475:na", - "bois-cr6---pnnlisb2-cr6:ESNET-Z12475::show:intracloud" + "bost-cr6---MIT::conn-f:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2619, + "ceiling": 4095 + }, { - "urn": "bois-cr6:pnnlisb2-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.58.117/31" + "floor": 2612, + "ceiling": 2617 + }, + { + "floor": 2, + "ceiling": 2607 } ], + "esdbEquipmentInterfaceId": 12611, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "bost-cr6:1/1/c22/1", + "tags": [ + "bost-cr6---NET2::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ + { + "floor": 3022, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 1132 }, { - "floor": 7, - "ceiling": 4095 + "floor": 1134, + "ceiling": 3020 } ], - "esdbEquipmentInterfaceId": 13128 + "esdbEquipmentInterfaceId": 12612, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:1/1/c25/1", + "urn": "bost-cr6:1/1/c25/1", "tags": [ - "bois-cr6---salt-cr6:bbl-244e04fa::ESNET-Z14700:na", - "bois-cr6---salt-cr6:ESNET-Z14700::show:intracloud" + "bost-cr6---cern513-cr6:bbl-28c523ce::ESNET-Z15698:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bois-cr6:salt-bb-c", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.24/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4619,27 +4717,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13125 + "esdbEquipmentInterfaceId": 12613, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c31/1", + "urn": "bost-cr6:1/1/c31/1", "tags": [ - "bois-cr6---seat-cr6:bbl-80877151::ESNET-Z10895:na", - "bois-cr6---seat-cr6:ESNET-Z10895::show:intracloud" + "bost-cr6---newy325hudson-cr6:bbl-00e9d6c6::ESNET-Z17693:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bois-cr6:seat-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.58.20/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4650,27 +4745,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13157 + "esdbEquipmentInterfaceId": 12615, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c34/1", + "urn": "bost-cr6:1/1/c34/1", "tags": [ - "bois-cr6---salt-cr6:bbl-b00f50e6::ESNET-Z10739:na", - "bois-cr6---salt-cr6:ESNET-Z10739::show:intracloud" + "bost-cr6---eqxch2-cr6:bbl-16769fcc::ESNET-Z10745:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bois-cr6:salt-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.202/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4681,21 +4773,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13158 + "esdbEquipmentInterfaceId": 12616, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c9/1", + "urn": "bost-cr6:1/1/c8/1", "tags": [ - "bois-cr6---bois-ht2:ht-f406c200:::na", - "bois-cr6---bois-ht2:ht-f406c200:service1::na" + "bost-cr6---bost-ht1:ht-c41c33ee:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -4706,21 +4801,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13137 + "esdbEquipmentInterfaceId": 12594, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:1/1/c8/1", + "urn": "bost-cr6:1/1/c9/1", "tags": [ - "bois-cr6---bois-ht1:ht-4b104ed6:::na", - "bois-cr6---bois-ht1:ht-4b104ed6:service1::na" + "bost-cr6---bost-ht1:ht-c41c33ee:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -4731,77 +4829,80 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13106 + "esdbEquipmentInterfaceId": 12595, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c8/1", + "urn": "bost-cr6:2/1/c14/1", "tags": [ - "bois-cr6---bois-ht2:ht-f406c200:::na", - "bois-cr6---bois-ht2:ht-f406c200:service1::na" + "bost-cr6---bost-ps:pt-4a8cdc6c:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13136 + "esdbEquipmentInterfaceId": 12630, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:1/1/c9/1", + "urn": "bost-cr6:2/1/c19/1", "tags": [ - "bois-cr6---bois-ht1:ht-4b104ed6:::na", - "bois-cr6---bois-ht1:ht-4b104ed6:service1::na" + "bost-cr6---SCinet::conn-f:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 4088 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13107 + "esdbEquipmentInterfaceId": 12641, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c28/1", + "urn": "bost-cr6:2/1/c22/1", "tags": [ - "bois-cr6---seat-cr6:bbl-cf42814f::ESNET-Z14704:na", - "bois-cr6---seat-cr6:ESNET-Z14704::show:intracloud" + "bost-cr6---newy325hudson-cr6:bbl-00e9d6c6::ESNET-Z18185:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bois-cr6:seat-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.22/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4812,27 +4913,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13156 + "esdbEquipmentInterfaceId": 12642, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:2/1/c17/2", + "urn": "bost-cr6:2/1/c25/1", "tags": [ - "bois-cr6---inleil-cr6:bbl-c568431e::ESNET-Z13484:na", - "bois-cr6---inleil-cr6:ESNET-Z13484::show:intracloud" + "bost-cr6---eqxld8-cr6:bbl-9c8a3291::ESNET-Z15699:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bois-cr6:inleil-bb-a", - "port": "2/1/c17/2", - "ipv4Address": "134.55.57.6/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4843,85 +4941,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13146 + "esdbEquipmentInterfaceId": 12643, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:lag-401", + "urn": "bost-cr6:2/1/c28/1", "tags": [ - "bois-cr6---bois-ht2:ht-f406c200:capture::na" + "bost-cr6---eqxch2-cr6:bbl-16769fcc::ESNET-Z17190:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25689 + "esdbEquipmentInterfaceId": 12644, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bois-cr6:lag-400", + "urn": "bost-cr6:2/1/c31/1", "tags": [ - "bois-cr6---bois-ht1:ht-4b104ed6:capture::na" + "bost-cr6---eqxch2-cr6:bbl-16769fcc::ESNET-Z14521:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25688 - } - ], - "esdbEquipmentId": 1697 - }, - { - "urn": "lbnl50-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.192", - "reservableVlans": [], - "location": "LBNL50", - "locationId": 287, - "latitude": "37.8759845", - "longitude": "-122.2500142", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12645, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "lbnl50-cr6:1/1/c31/1", + "urn": "bost-cr6:2/1/c34/1", "tags": [ - "lbnl50-cr6---sacr-cr6:bbl-d534f139::ESNET-Z10829:na", - "lbnl50-cr6---sacr-cr6:ESNET-Z10829::show:intracloud" + "bost-cr6---newy325hudson-cr6:bbl-00e9d6c6::ESNET-Z17694:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lbnl50-cr6:sacr-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.231/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -4932,307 +5025,271 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13577 + "esdbEquipmentInterfaceId": 12646, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:lag-20", + "urn": "bost-cr6:2/1/c6/1", "tags": [ - "lbnl50-cr6---lbnl50-mpr1:mgt-35c1c1fd:lag-20:ESNET-Z08554:na", - "lbnl50-cr6---lbnl50-mpr1:ESNET-Z08554::show:intracloud", - "lbnl50-cr6---doe-sc-bso(as65151):l3edge-47ed08b6:site_conn-b_base:show:na", - "lbnl50-cr6---lbnl50-ps:pt-ef42bc7a:owamp::na" + "bost-cr6---eqxam3-cr6:bbl-de4f9dc8::ESNET-Z13409:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 89 - }, - { - "floor": 91, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 952 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 5 }, { - "floor": 954, - "ceiling": 965 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14921 + "esdbEquipmentInterfaceId": 12622, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:2/1/c14/1", + "urn": "bost-cr6:2/1/c8/1", "tags": [ - "lbnl50-cr6---lbnl50-ps:pt-ef42bc7a:::na", - "lbnl50-cr6---lbnl50-ps:pt-ef42bc7a:throughput::na" + "bost-cr6---bost-ht2:ht-f54c5219:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13592 + "esdbEquipmentInterfaceId": 12624, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c34/1", + "urn": "bost-cr6:2/1/c9/1", "tags": [ - "lbnl50-cr6---lbnl59-cr6:bbl-5425369c::ESNET-Z07206:na", - "lbnl50-cr6---lbnl59-cr6:ESNET-Z07206::show:intracloud" + "bost-cr6---bost-ht2:ht-f54c5219:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lbnl50-cr6:lbnl59-bb-a", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.1/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13578 + "esdbEquipmentInterfaceId": 12625, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c2/1", + "urn": "bost-cr6:lag-10", "tags": [ - "lbnl50-cr6---LBNL::conn-f:show:na", - "lbnl50-cr6---lbnl(as16):l3edge-b272b850:site_conn-f_l3vpn-lhcone:show:intercloud", - "lbnl50-cr6---lbnl(as16):l3edge-dd45ab1c:site_conn-f_l3vpn-lhcone:show:intercloud", - "lbnl50-cr6---lbnl(as16):l3edge-3b26b116:site_conn-f_ipt:show:na", - "lbnl50-cr6---lbnl(as63331):l3edge-c8a3342c:site_conn-f_ipt:show:na", - "lbnl50-cr6---lbnl(as16):l3edge-b99228a4:site_conn-f_ipt:show:na", - "lbnl50-cr6---lbnl(as63331):l3edge-8322a692:site_conn-f_ipt:show:na" + "bost-cr6---MASS-IX::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1447, - "ceiling": 1610 - }, - { - "floor": 107, - "ceiling": 1410 - }, - { - "floor": 1445, - "ceiling": 1445 - }, - { - "floor": 105, - "ceiling": 105 - }, - { - "floor": 2, - "ceiling": 103 - }, - { - "floor": 1412, - "ceiling": 1443 - }, - { - "floor": 1612, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 13550 + "esdbEquipmentInterfaceId": 28755, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "lbnl50-cr6:2/1/c31/1", + "urn": "bost-cr6:lag-20", "tags": [ - "lbnl50-cr6---lbnl59-cr6:bbl-5425369c::ESNET-Z10919:na", - "lbnl50-cr6---lbnl59-cr6:ESNET-Z10919::show:intracloud" + "bost-cr6---bost-mpr1:mgt-9cc5cb0a:lag-20:ESNET-Z08566:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lbnl50-cr6:lbnl59-bb-b", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.165/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 13607 + "esdbEquipmentInterfaceId": 14927, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c17/3", + "urn": "bost-cr6:lag-400", "tags": [ - "lbnl50-cr6---ESNET::conn-al:show:na", - "lbnl50-cr6---esnet-services(as65292):manual:conn-al_base:show:na", - "lbnl50-cr6---esnet(as65292):l3edge-add50462:site_conn-al_ipt:show:na" + "bost-cr6---bost-ht1:ht-c41c33ee:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 33 + "floor": 404, + "ceiling": 4095 }, { - "floor": 36, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 13567 + "esdbEquipmentInterfaceId": 25724, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c19/1", + "urn": "bost-cr6:lag-401", "tags": [ - "lbnl50-cr6---LBNL::conn-i:show:na", - "lbnl50-cr6---lbnl(as16):l3edge-9429e4ba:site_conn-i_l3vpn-lhcone:show:intercloud", - "lbnl50-cr6---lbnl(as16):l3edge-0f16d5a3:site_conn-i_l3vpn-lhcone:show:intercloud", - "lbnl50-cr6---lbnl(as16):l3edge-a6bf0838:site_conn-i_ipt:show:na", - "lbnl50-cr6---lbnl(as16):l3edge-0f3ebae3:site_conn-i_ipt:show:na" + "bost-cr6---bost-ht2:ht-f54c5219:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 83 - }, - { - "floor": 85, - "ceiling": 85 - }, - { - "floor": 87, - "ceiling": 133 - }, - { - "floor": 137, + "floor": 406, "ceiling": 4095 }, { - "floor": 135, - "ceiling": 135 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 13573 - }, + "esdbEquipmentInterfaceId": 25725, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1685, + "orchSubscriptionId": null + }, + { + "urn": "cern513-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.233", + "reservableVlans": [], + "location": "CERN513", + "locationId": 644, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "lbnl50-cr6:1/1/c3/1", + "urn": "cern513-cr6:1/1/c28/1", "tags": [ - "lbnl50-cr6---EJFAT::conn-a:show:na", - "lbnl50-cr6---ejfat(as65301):l3edge-002ab379:site_conn-a_base:show:na", - "lbnl50-cr6---ejfat(as65301):l3edge-b3563f19:site_conn-a_l3vpn-ejfat:show:intercloud" + "cern513-cr6---bost-cr6:bbl-28c523ce::ESNET-Z15698:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 99 - }, - { - "floor": 101, - "ceiling": 109 + "ceiling": 5 }, { - "floor": 111, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13551 + "esdbEquipmentInterfaceId": 23943, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:2/1/c34/1", + "urn": "cern513-cr6:1/1/c31/1", "tags": [ - "lbnl50-cr6---lbnl59-cr6:bbl-5425369c::ESNET-Z10922:na", - "lbnl50-cr6---lbnl59-cr6:ESNET-Z10922::show:intracloud" + "cern513-cr6---eqxam3-cr6:bbl-2e679375::ESNET-Z17068:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lbnl50-cr6:lbnl59-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.167/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -5243,27 +5300,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13608 + "esdbEquipmentInterfaceId": 23944, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c28/1", + "urn": "cern513-cr6:1/1/c34/1", "tags": [ - "lbnl50-cr6---sacr-cr6:bbl-d534f139::ESNET-Z14017:na", - "lbnl50-cr6---sacr-cr6:ESNET-Z14017::show:intracloud" + "cern513-cr6---cern773-cr6:bbl-bfe8ca08::ESNET-Z14956:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lbnl50-cr6:sacr-bb-f", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.31/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -5274,76 +5328,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13576 + "esdbEquipmentInterfaceId": 23945, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c4/1", + "urn": "cern513-cr6:1/1/c4/1", "tags": [ - "lbnl50-cr6---ESNET-SERVICES::conn-o:show:na", - "lbnl50-cr6---esnet-services(as65294):manual:conn-o_base:show:na", - "lbnl50-cr6---esnet-services(as65294):l3edge-b357495f:site_conn-o_ipt:show:na" + "cern513-cr6---wash-cr6:bbl-087d55e0::ESNET-Z11848:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 49, - "ceiling": 49 + "floor": 2, + "ceiling": 5 }, { - "floor": 51, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 47 } ], - "esdbEquipmentInterfaceId": 13552 + "esdbEquipmentInterfaceId": 23929, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c15/1", + "urn": "cern513-cr6:1/1/c7/1", "tags": [ - "lbnl50-cr6---lbnl50-bert1:bert-a99db6a0:::na", - "lbnl50-cr6---lbnl50-bert1:bert-a99db6a0:throughput::na" + "cern513-cr6---cern773-cr6:bbl-a350e1d0::ESNET-Z11814:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4011, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4009 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13563 + "esdbEquipmentInterfaceId": 23337, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:2/1/c9/1", + "urn": "cern513-cr6:1/1/c8/1", "tags": [ - "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:::na", - "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:service1::na" + "cern513-cr6---cern513-ht1:ht-6ce44c4a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -5354,249 +5412,248 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13587 + "esdbEquipmentInterfaceId": 23338, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c14/1", + "urn": "cern513-cr6:1/1/c9/1", "tags": [ - "lbnl50-cr6---NERSC::conn-i:show:na", - "lbnl50-cr6---nersc(as2936):l3edge-f0286b56:site_conn-i_base:show:na", - "lbnl50-cr6---nersc(as2936):l3edge-1bea7938:site_conn-i_base:show:na", - "lbnl50-cr6---nersc(as2936):l3edge-8cee998b:site_conn-i_l3vpn-ejfat:show:intercloud", - "lbnl50-cr6---nersc(as2936):l3edge-7593a3a2:site_conn-i_l3vpn-ejfat:show:intercloud" + "cern513-cr6---cern513-ht1:ht-6ce44c4a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 1123 - }, - { - "floor": 1126, - "ceiling": 1129 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 1132, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13562 + "esdbEquipmentInterfaceId": 23932, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c8/1", + "urn": "cern513-cr6:2/1/c14/1", "tags": [ - "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:::na", - "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:service1::na" + "cern513-cr6---cern513-ps:pt-ee8333fd:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13556 + "esdbEquipmentInterfaceId": 23955, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:2/1/c8/1", + "urn": "cern513-cr6:2/1/c15/1", "tags": [ - "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:::na", - "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:service1::na" + "cern513-cr6---cern513-bert1:bert-f1e3d702:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 4011, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 4009 } ], - "esdbEquipmentInterfaceId": 13586 + "esdbEquipmentInterfaceId": 23956, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:1/1/c9/1", + "urn": "cern513-cr6:2/1/c17/2", "tags": [ - "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:::na", - "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:service1::na" + "cern513-cr6---FABRIC::conn-ab:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 1009 }, { - "floor": 2, - "ceiling": 4088 + "floor": 1011, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13557 + "esdbEquipmentInterfaceId": 23352, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:2/1/c28/1", + "urn": "cern513-cr6:2/1/c22/1", "tags": [ - "lbnl50-cr6---sacr-cr6:bbl-d534f139::ESNET-Z12403:na", - "lbnl50-cr6---sacr-cr6:ESNET-Z12403::show:intracloud" + "cern513-cr6---FABRIC::conn-al:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lbnl50-cr6:sacr-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.183/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13606 + "esdbEquipmentInterfaceId": 23959, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:2/1/c19/1", + "urn": "cern513-cr6:2/1/c28/1", "tags": [ - "lbnl50-cr6---NERSC::conn-j:show:na", - "lbnl50-cr6---nersc(as2936):l3edge-17ec16a1:site_conn-j_base:show:na", - "lbnl50-cr6---nersc(as2936):l3edge-10ff079d:site_conn-j_base:show:na" + "cern513-cr6---eqxam3-cr6:bbl-2e679375::ESNET-Z17902:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 1127 + "ceiling": 5 }, { - "floor": 1130, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13603 + "esdbEquipmentInterfaceId": 23961, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:lag-401", + "urn": "cern513-cr6:2/1/c31/1", "tags": [ - "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:capture::na" + "cern513-cr6---eqxam3-cr6:bbl-2e679375::ESNET-Z15710:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25784 + "esdbEquipmentInterfaceId": 23962, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl50-cr6:lag-400", + "urn": "cern513-cr6:2/1/c34/1", "tags": [ - "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:capture::na" + "cern513-cr6---cern773-cr6:bbl-bfe8ca08::ESNET-Z14957:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25783 - } - ], - "esdbEquipmentId": 1707 - }, - { - "urn": "cern773-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.234", - "reservableVlans": [], - "location": "CERN773", - "locationId": 645, - "latitude": "46.25599495", - "longitude": "6.05502192", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 23963, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "cern773-cr6:2/1/c7/1", + "urn": "cern513-cr6:2/1/c7/1", "tags": [ - "cern773-cr6---cern513-cr6:bbl-a350e1d0::ESNET-Z11815:na", - "cern773-cr6---cern513-cr6:ESNET-Z11815::show:intracloud" + "cern513-cr6---cern773-cr6:bbl-a350e1d0::ESNET-Z11815:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "cern773-cr6:cern513-bb-b", - "port": "2/1/c7/1", - "ipv4Address": "134.55.58.62/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -5607,139 +5664,149 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23380 + "esdbEquipmentInterfaceId": 23349, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:1/1/c6/1", + "urn": "cern513-cr6:2/1/c8/1", "tags": [ - "cern773-cr6---cern773-dtn1:dtn-35cd80cb:::na", - "cern773-cr6---cern773-dtn1:dtn-35cd80cb:throughput::na" + "cern513-cr6---cern513-ht2:ht-4b93c1d6:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 913, - "ceiling": 915 + "floor": 4090, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 911 - }, - { - "floor": 917, - "ceiling": 4095 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23895 + "esdbEquipmentInterfaceId": 23350, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:1/1/c7/1", + "urn": "cern513-cr6:2/1/c9/1", "tags": [ - "cern773-cr6---cern513-cr6:bbl-a350e1d0::ESNET-Z11814:na", - "cern773-cr6---cern513-cr6:ESNET-Z11814::show:intracloud" + "cern513-cr6---cern513-ht2:ht-4b93c1d6:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "cern773-cr6:cern513-bb-a", - "port": "1/1/c7/1", - "ipv4Address": "134.55.58.60/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23368 + "esdbEquipmentInterfaceId": 23950, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:lag-3", + "urn": "cern513-cr6:lag-1", "tags": [ - "cern773-cr6---CERN::conn-x:show:na", - "cern773-cr6---cern(as513):l3edge-4686bd94:site_conn-x_l3vpn-lhcone:show:intercloud" + "cern513-cr6---CERN::conn-p:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 523, + "floor": 2027, "ceiling": 4095 }, { "floor": 2, - "ceiling": 521 + "ceiling": 2025 } ], - "esdbEquipmentInterfaceId": 27219 + "esdbEquipmentInterfaceId": 23999, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:1/1/c31/1", + "urn": "cern513-cr6:lag-10", "tags": [ - "cern773-cr6---eqxld8-cr6:bbl-c25530c5::ESNET-Z15709:na", - "cern773-cr6---eqxld8-cr6:ESNET-Z15709::show:intracloud" + "cern513-cr6---GEANT::conn-q:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "cern773-cr6:eqxld8-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.179/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ + { + "floor": 107, + "ceiling": 110 + }, + { + "floor": 105, + "ceiling": 105 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 103 }, { - "floor": 7, + "floor": 112, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23908 + "esdbEquipmentInterfaceId": 27644, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:lag-20", + "urn": "cern513-cr6:lag-20", "tags": [ - "cern773-cr6---cern773-mpr1:mgt-5ab45a54:lag-20:ESNET-Z11626:na", - "cern773-cr6---cern773-mpr1:ESNET-Z11626::show:intracloud", - "cern773-cr6---cern773-ps:pt-b0a70c94:owamp::na" + "cern513-cr6---cern513-mpr1:mgt-d0de790d:lag-20:ESNET-Z11623:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 967, + "ceiling": 1019 + }, { "floor": 1111, "ceiling": 4095 @@ -5753,165 +5820,131 @@ "ceiling": 965 }, { - "floor": 967, + "floor": 1021, "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 23390 + "esdbEquipmentInterfaceId": 23359, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:lag-1", + "urn": "cern513-cr6:lag-3", "tags": [ - "cern773-cr6---CERN::conn-u:show:na", - "cern773-cr6---cern(as513):l3edge-b5018422:site_conn-u_base:show:na" + "cern513-cr6---CERN::conn-y:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ { - "floor": 2029, - "ceiling": 4095 + "floor": 522, + "ceiling": 2010 }, { "floor": 2, - "ceiling": 2027 + "ceiling": 520 + }, + { + "floor": 2012, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 24001 + "esdbEquipmentInterfaceId": 27218, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:2/1/c14/1", + "urn": "cern513-cr6:lag-400", "tags": [ - "cern773-cr6---cern773-ps:pt-b0a70c94:::na", - "cern773-cr6---cern773-ps:pt-b0a70c94:throughput::na" + "cern513-cr6---cern513-ht1:ht-6ce44c4a:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 1112, + "floor": 414, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 - } - ], - "esdbEquipmentInterfaceId": 23919 - }, - { - "urn": "cern773-cr6:1/1/c34/1", - "tags": [ - "cern773-cr6---cern513-cr6:bbl-bfe8ca08::ESNET-Z14956:na", - "cern773-cr6---cern513-cr6:ESNET-Z14956::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "cern773-cr6:cern513-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.0/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 23909 + "esdbEquipmentInterfaceId": 29188, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern773-cr6:2/1/c34/1", + "urn": "cern513-cr6:lag-401", "tags": [ - "cern773-cr6---cern513-cr6:bbl-bfe8ca08::ESNET-Z14957:na", - "cern773-cr6---cern513-cr6:ESNET-Z14957::show:intracloud" + "cern513-cr6---cern513-ht2:ht-4b93c1d6:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "cern773-cr6:cern513-bb-d", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.28/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23927 + "esdbEquipmentInterfaceId": 29189, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 2083 + "esdbEquipmentId": 2082, + "orchSubscriptionId": null }, { - "urn": "pnnlisb2-cr6", + "urn": "cern773-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.238", + "ipv4Address": "134.55.200.234", "reservableVlans": [], - "location": "PNNLISB2", - "locationId": 619, - "latitude": "46.348854", - "longitude": "-119.274586", + "location": "CERN773", + "locationId": 645, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "pnnlisb2-cr6:1/1/c31/1", + "urn": "cern773-cr6:1/1/c31/1", "tags": [ - "pnnlisb2-cr6---bois-cr6:bbl-6fe9ebad::ESNET-Z12475:na", - "pnnlisb2-cr6---bois-cr6:ESNET-Z12475::show:intracloud" + "cern773-cr6---eqxld8-cr6:bbl-c25530c5::ESNET-Z15709:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlisb2-cr6:bois-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.116/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -5922,83 +5955,84 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23677 + "esdbEquipmentInterfaceId": 23908, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:lag-20", + "urn": "cern773-cr6:1/1/c34/1", "tags": [ - "pnnlisb2-cr6---pnnlisb2-mpr1:mgt-77ee082b:lag-20:ESNET-Z11675:na", - "pnnlisb2-cr6---pnnlisb2-mpr1:ESNET-Z11675::show:intracloud" + "cern773-cr6---cern513-cr6:bbl-bfe8ca08::ESNET-Z14956:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23709 + "esdbEquipmentInterfaceId": 23909, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:2/1/c25/1", + "urn": "cern773-cr6:1/1/c6/1", "tags": [ - "pnnlisb2-cr6---bois-cr6:bbl-6fe9ebad::ESNET-Z11740:na", - "pnnlisb2-cr6---bois-cr6:ESNET-Z11740::show:intracloud" + "cern773-cr6---cern773-dtn1:dtn-35cd80cb:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "pnnlisb2-cr6:bois-bb-c", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.30/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 913, + "ceiling": 915 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 911 }, { - "floor": 7, + "floor": 917, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23705 + "esdbEquipmentInterfaceId": 23895, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:1/1/c34/1", + "urn": "cern773-cr6:1/1/c7/1", "tags": [ - "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12466:na", - "pnnlisb2-cr6---pnnlemsl-cr6:ESNET-Z12466::show:intracloud" + "cern773-cr6---cern513-cr6:bbl-a350e1d0::ESNET-Z11814:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlisb2-cr6:pnnlemsl-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.104/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -6009,108 +6043,112 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23678 + "esdbEquipmentInterfaceId": 23368, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:1/1/c2/1", + "urn": "cern773-cr6:1/1/c8/1", "tags": [ - "pnnlisb2-cr6---PNNL::conn-v:show:na" + "cern773-cr6---cern773-ht1:ht-2429d265:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23650 + "esdbEquipmentInterfaceId": 23369, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:2/1/c31/1", + "urn": "cern773-cr6:1/1/c9/1", "tags": [ - "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12477:na", - "pnnlisb2-cr6---pnnlemsl-cr6:ESNET-Z12477::show:intracloud" + "cern773-cr6---cern773-ht1:ht-2429d265:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "pnnlisb2-cr6:pnnlemsl-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.174/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23707 + "esdbEquipmentInterfaceId": 23896, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:1/1/c19/1", + "urn": "cern773-cr6:2/1/c14/1", "tags": [ - "pnnlisb2-cr6---PNNL::conn-x:show:na", - "pnnlisb2-cr6---pnnl(as3428):l3edge-35abc7a1:site_conn-x_base:show:na", - "pnnlisb2-cr6---pnnl(as3428):l3edge-c83487fd:site_conn-x_base:show:na" + "cern773-cr6---cern773-ps:pt-b0a70c94:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 965, - "ceiling": 993 + "floor": 1112, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 963 + "ceiling": 910 }, { - "floor": 995, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 23673 + "esdbEquipmentInterfaceId": 23919, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:2/1/c34/1", + "urn": "cern773-cr6:2/1/c28/1", "tags": [ - "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12467:na", - "pnnlisb2-cr6---pnnlemsl-cr6:ESNET-Z12467::show:intracloud" + "cern773-cr6---eqxld8-cr6:bbl-c25530c5::ESNET-Z17903:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlisb2-cr6:pnnlemsl-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.136/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -6121,27 +6159,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23708 + "esdbEquipmentInterfaceId": 23925, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:1/1/c28/1", + "urn": "cern773-cr6:2/1/c31/1", "tags": [ - "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12478:na", - "pnnlisb2-cr6---pnnlemsl-cr6:ESNET-Z12478::show:intracloud" + "cern773-cr6---eqxld8-cr6:bbl-c25530c5::ESNET-Z17064:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlisb2-cr6:pnnlemsl-bb-a", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.138/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -6152,66 +6187,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23676 + "esdbEquipmentInterfaceId": 23926, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:2/1/c9/1", + "urn": "cern773-cr6:2/1/c34/1", "tags": [ - "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:::na", - "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:service1::na" + "cern773-cr6---cern513-cr6:bbl-bfe8ca08::ESNET-Z14957:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23687 + "esdbEquipmentInterfaceId": 23927, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:1/1/c1/1", + "urn": "cern773-cr6:2/1/c7/1", "tags": [ - "pnnlisb2-cr6---PNNL::conn-s:show:na" + "cern773-cr6---cern513-cr6:bbl-a350e1d0::ESNET-Z11815:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23649 + "esdbEquipmentInterfaceId": 23380, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:1/1/c8/1", + "urn": "cern773-cr6:2/1/c8/1", "tags": [ - "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:::na", - "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:service1::na" + "cern773-cr6---cern773-ht2:ht-009a0bdd:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -6222,21 +6271,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23656 + "esdbEquipmentInterfaceId": 23381, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:2/1/c8/1", + "urn": "cern773-cr6:2/1/c9/1", "tags": [ - "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:::na", - "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:service1::na" + "cern773-cr6---cern773-ht2:ht-009a0bdd:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -6247,141 +6299,191 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23686 + "esdbEquipmentInterfaceId": 23914, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:1/1/c9/1", + "urn": "cern773-cr6:lag-1", "tags": [ - "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:::na", - "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:service1::na" + "cern773-cr6---CERN::conn-u:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 4090, + "floor": 2029, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 2027 } ], - "esdbEquipmentInterfaceId": 23657 + "esdbEquipmentInterfaceId": 24001, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:2/1/c28/1", + "urn": "cern773-cr6:lag-20", "tags": [ - "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12489:na", - "pnnlisb2-cr6---pnnlemsl-cr6:ESNET-Z12489::show:intracloud" + "cern773-cr6---cern773-mpr1:mgt-5ab45a54:lag-20:ESNET-Z11626:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, { - "urn": "pnnlisb2-cr6:pnnlemsl-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.194/31" + "floor": 967, + "ceiling": 1109 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 23390, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "cern773-cr6:lag-3", + "tags": [ + "cern773-cr6---CERN::conn-x:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 523, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 521 } ], - "esdbEquipmentInterfaceId": 23706 + "esdbEquipmentInterfaceId": 27219, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:lag-401", + "urn": "cern773-cr6:lag-400", "tags": [ - "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:capture::na" + "cern773-cr6---cern773-ht1:ht-2429d265:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 406, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25966 + "esdbEquipmentInterfaceId": 29190, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlisb2-cr6:lag-400", + "urn": "cern773-cr6:lag-401", "tags": [ - "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:capture::na" + "cern773-cr6---cern773-ht2:ht-009a0bdd:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 406, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25965 + "esdbEquipmentInterfaceId": 29191, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 2084 + "esdbEquipmentId": 2083, + "orchSubscriptionId": null }, { - "urn": "losa-cr6", + "urn": "chat-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.189", + "ipv4Address": "134.55.200.179", "reservableVlans": [], - "location": "LOSA", - "locationId": 283, - "latitude": "34.049021", - "longitude": "-118.259747", + "location": "CHAT", + "locationId": 271, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "losa-cr6:1/1/c31/1", + "urn": "chat-cr6:1/1/c25/1", "tags": [ - "losa-cr6---eqxsv5-cr6:bbl-73bba71b::ESNET-Z11821:na", - "losa-cr6---eqxsv5-cr6:ESNET-Z11821::show:intracloud" + "chat-cr6---ornl1064-cr6:bbl-a84fc3a5::ESNET-Z14554:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "losa-cr6:eqxsv5-bb-a", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.43/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -6392,195 +6494,172 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13385 + "esdbEquipmentInterfaceId": 12677, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:lag-20", + "urn": "chat-cr6:1/1/c28/1", "tags": [ - "losa-cr6---losa-mpr1:mgt-aab5414f:lag-20:ESNET-Z08551:na", - "losa-cr6---losa-mpr1:ESNET-Z08551::show:intracloud", - "losa-cr6---fabric(as4294967286):l3edge-9d4729ab:site_conn-z_base:show:na", - "losa-cr6---losa-ps:pt-bc3a8404:owamp::na" + "chat-cr6---atla-cr6:bbl-5ee48ffe::ESNET-Z15063:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 1021, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14920 + "esdbEquipmentInterfaceId": 12678, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:lag-1", + "urn": "chat-cr6:1/1/c31/1", "tags": [ - "losa-cr6---CENIC::conn-e:show:na", - "losa-cr6---cenic(as2153):l3edge-4d083847:conn-e_base:show:na", - "losa-cr6---sdsc(as195):l3edge-3bcc9a73:conn-e_base:show:na", - "losa-cr6---caltech(as32361):l3edge-9330de6b:site_conn-e_l3vpn-lhcone:show:intercloud", - "losa-cr6---ucsb(as131):l3edge-3f0fa946:site_conn-e_l3vpn-lhcone:show:intercloud", - "losa-cr6---ucsd(as26397):l3edge-fd1a4367:site_conn-e_l3vpn-lhcone:show:intercloud" + "chat-cr6---atla-cr6:bbl-5ee48ffe::ESNET-Z10715:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1901, - "ceiling": 3080 - }, - { - "floor": 330, - "ceiling": 1899 - }, { "floor": 2, - "ceiling": 328 + "ceiling": 5 }, { - "floor": 3084, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27727 + "esdbEquipmentInterfaceId": 12679, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:2/1/c14/1", + "urn": "chat-cr6:1/1/c34/1", "tags": [ - "losa-cr6---losa-ps:pt-bc3a8404:::na", - "losa-cr6---losa-ps:pt-bc3a8404:throughput::na" + "chat-cr6---nash-cr6:bbl-eccd186d::ESNET-Z10751:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13400 + "esdbEquipmentInterfaceId": 12680, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:1/1/c34/1", + "urn": "chat-cr6:1/1/c4/1", "tags": [ - "losa-cr6---sand-cr6:bbl-d030958d::ESNET-Z10850:na", - "losa-cr6---sand-cr6:ESNET-Z10850::show:intracloud" + "chat-cr6---LSST::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "losa-cr6:sand-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.190/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 314 }, { - "floor": 7, + "floor": 316, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13386 + "esdbEquipmentInterfaceId": 12654, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:2/1/c1/1", + "urn": "chat-cr6:2/1/c14/1", "tags": [ - "losa-cr6---PWAVE-LOSA::conn-a:show:na", - "losa-cr6---pwave-losa:l3edge-51ea1c64:pwave-losa_conn-a_base:show:na", - "losa-cr6---pwave-losa(asNone):l3edge-7ec5c172:conn-a_base:show:na", - "losa-cr6---sinet(as2907):l3edge-bb681782:conn-a_base:show:na", - "losa-cr6---sinet(as2907):l3edge-f2c87391:conn-a_l3vpn-lhcone:show:intercloud" + "chat-cr6---chat-ps:pt-0706c1b9:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 888, + "floor": 2222, "ceiling": 4095 }, + { + "floor": 1112, + "ceiling": 2220 + }, { "floor": 2, - "ceiling": 701 + "ceiling": 910 }, { - "floor": 704, - "ceiling": 885 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13387 + "esdbEquipmentInterfaceId": 12694, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:1/1/c25/1", + "urn": "chat-cr6:2/1/c25/1", "tags": [ - "losa-cr6---lasv-cr6:bbl-89167da2::ESNET-Z14708:na", - "losa-cr6---lasv-cr6:ESNET-Z14708::show:intracloud" + "chat-cr6---ornl1064-cr6:bbl-a84fc3a5::ESNET-Z14555:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "losa-cr6:lasv-bb-c", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.27/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -6591,47 +6670,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13383 + "esdbEquipmentInterfaceId": 12707, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:1/1/c2/1", + "urn": "chat-cr6:2/1/c28/1", "tags": [ - "losa-cr6---FABRIC::conn-aj:show:na" + "chat-cr6---nash-cr6:bbl-eccd186d::ESNET-Z15052:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13358 + "esdbEquipmentInterfaceId": 12708, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:2/1/c31/1", + "urn": "chat-cr6:2/1/c31/1", "tags": [ - "losa-cr6---lasv-cr6:bbl-fc13de87::ESNET-Z10823:na", - "losa-cr6---lasv-cr6:ESNET-Z10823::show:intracloud" + "chat-cr6---atla-cr6:bbl-5ee48ffe::ESNET-Z10718:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "losa-cr6:lasv-bb-b", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.179/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -6642,27 +6726,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13415 + "esdbEquipmentInterfaceId": 12709, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:2/1/c34/1", + "urn": "chat-cr6:2/1/c34/1", "tags": [ - "losa-cr6---sunn-cr6:bbl-025391c0::ESNET-Z10853:na", - "losa-cr6---sunn-cr6:ESNET-Z10853::show:intracloud" + "chat-cr6---nash-cr6:bbl-eccd186d::ESNET-Z10754:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "losa-cr6:sunn-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.114/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -6673,83 +6754,83 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13416 + "esdbEquipmentInterfaceId": 12710, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:1/1/c17/2", + "urn": "chat-cr6:lag-20", "tags": [ - "losa-cr6---FABRIC::conn-aa:show:na", - "losa-cr6---fabric(as4294967286):l3edge-85acad8c:site_conn-aa_base:show:na" + "chat-cr6---chat-mpr1:mgt-dd56ef68:lag-20:ESNET-Z08641:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 2219 + }, { "floor": 2, - "ceiling": 1009 + "ceiling": 918 }, { - "floor": 1011, + "floor": 2221, "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 13374 - }, - { - "urn": "losa-cr6:1/1/c28/1", - "tags": [ - "losa-cr6---sunn-cr6:bbl-025391c0::ESNET-Z13640:na", - "losa-cr6---sunn-cr6:ESNET-Z13640::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "losa-cr6:sunn-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.22/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ + }, { - "floor": 2, - "ceiling": 5 + "floor": 920, + "ceiling": 965 }, { - "floor": 7, - "ceiling": 4095 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 13384 - }, + "esdbEquipmentInterfaceId": 14952, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1686, + "orchSubscriptionId": null + }, + { + "urn": "chic-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.199", + "reservableVlans": [], + "location": "CHIC", + "locationId": 596, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "losa-cr6:1/1/c4/1", + "urn": "chic-cr6:1/1/c1/1", "tags": [ - "losa-cr6---ga-cr6:bbl-36acb5c5::ESNET-Z14635:na", - "losa-cr6---ga-cr6:ESNET-Z14635::show:intracloud" + "chic-cr6---frib-cr6a:bbl-1ff91e33::ESNET-Z10945:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "losa-cr6:ga-bb-a", - "port": "1/1/c4/1", - "ipv4Address": "134.55.56.206/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -6760,147 +6841,160 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13360 + "esdbEquipmentInterfaceId": 13999, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:2/1/c4/1", + "urn": "chic-cr6:1/1/c10/1", "tags": [ - "losa-cr6---CENIC::conn-b:show:na" + "chic-cr6---chic-ht1:ht-d740d94c:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13390 + "esdbEquipmentInterfaceId": 14008, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:2/1/c9/1", + "urn": "chic-cr6:1/1/c13/1", "tags": [ - "losa-cr6---losa-ht2:ht-97e2a4a1:::na", - "losa-cr6---losa-ht2:ht-97e2a4a1:service1::na" + "chic-cr6---ameshwhb-cr6:bbl-2dc2d07c::ESNET-Z16426:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13395 + "esdbEquipmentInterfaceId": 14011, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:1/1/c8/1", + "urn": "chic-cr6:1/1/c14/1", "tags": [ - "losa-cr6---losa-ht1:ht-2121798e:::na", - "losa-cr6---losa-ht1:ht-2121798e:service1::na" + "chic-cr6---star-cr6:bbl-35f4b07b::ESNET-Z09682:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13364 + "esdbEquipmentInterfaceId": 14012, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:2/1/c8/1", + "urn": "chic-cr6:1/1/c19/1", "tags": [ - "losa-cr6---losa-ht2:ht-97e2a4a1:::na", - "losa-cr6---losa-ht2:ht-97e2a4a1:service1::na" + "chic-cr6---kans-cr6:bbl-70585dea::ESNET-Z14075:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13394 + "esdbEquipmentInterfaceId": 14023, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:1/1/c9/1", + "urn": "chic-cr6:1/1/c2/1", "tags": [ - "losa-cr6---losa-ht1:ht-2121798e:::na", - "losa-cr6---losa-ht1:ht-2121798e:service1::na" + "chic-cr6---LUMEN::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 4088 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 13365 + "esdbEquipmentInterfaceId": 14000, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "losa-cr6:2/1/c28/1", + "urn": "chic-cr6:1/1/c22/1", "tags": [ - "losa-cr6---sand-cr6:bbl-d030958d::ESNET-Z13696:na", - "losa-cr6---sand-cr6:ESNET-Z13696::show:intracloud" + "chic-cr6---star-cr6:bbl-52330e01::ESNET-Z11681:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "losa-cr6:sand-bb-c", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.20/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -6911,85 +7005,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13414 + "esdbEquipmentInterfaceId": 14024, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "losa-cr6:lag-401", + "urn": "chic-cr6:1/1/c23/1", "tags": [ - "losa-cr6---losa-ht2:ht-97e2a4a1:capture::na" + "chic-cr6---fnalgcc-cr6:bbl-0dce69e5::ESNET-Z16987:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 25687 - }, - { - "urn": "losa-cr6:lag-400", - "tags": [ - "losa-cr6---losa-ht1:ht-2121798e:capture::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, - "reservableVlans": [ + "ceiling": 5 + }, { - "floor": 2, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25686 - } - ], - "esdbEquipmentId": 1704 - }, - { - "urn": "salt-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.190", - "reservableVlans": [], - "location": "SALT", - "locationId": 284, - "latitude": "40.75629", - "longitude": "-111.954816", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 29053, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "salt-cr6:1/1/c31/1", + "urn": "chic-cr6:1/1/c25/1", "tags": [ - "salt-cr6---denv-cr6:bbl-32fd0ab8::ESNET-Z10790:na", - "salt-cr6---denv-cr6:ESNET-Z10790::show:intracloud" + "chic-cr6---star-cr6:bbl-52330e01::ESNET-Z10775:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "salt-cr6:denv-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.201/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7000,95 +7061,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13449 + "esdbEquipmentInterfaceId": 14025, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:lag-20", + "urn": "chic-cr6:1/1/c28/1", "tags": [ - "salt-cr6---salt-mpr1:mgt-71a041c5:lag-20:ESNET-Z08620:na", - "salt-cr6---salt-mpr1:ESNET-Z08620::show:intracloud", - "salt-cr6---fabric(as4294967292):l3edge-2dc3f24a:site_conn-f_base:show:na", - "salt-cr6---salt-ps:pt-147cc775:owamp::na" + "chic-cr6---nash-cr6:bbl-ef7ff668::ESNET-Z10769:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 1021, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14945 + "esdbEquipmentInterfaceId": 14026, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c14/1", + "urn": "chic-cr6:1/1/c3/1", "tags": [ - "salt-cr6---salt-ps:pt-147cc775:::na", - "salt-cr6---salt-ps:pt-147cc775:throughput::na" + "chic-cr6---NCSA::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 349 }, { - "floor": 912, - "ceiling": 1110 + "floor": 351, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13464 + "esdbEquipmentInterfaceId": 14001, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c25/1", + "urn": "chic-cr6:1/1/c31/1", "tags": [ - "salt-cr6---lasv-cr6:bbl-35e9a968::ESNET-Z14706:na", - "salt-cr6---lasv-cr6:ESNET-Z14706::show:intracloud" + "chic-cr6---fnalgcc-cr6:bbl-0dce69e5::ESNET-Z10763:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "salt-cr6:lasv-bb-c", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.75/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7099,27 +7145,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13477 + "esdbEquipmentInterfaceId": 14027, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:1/1/c34/1", + "urn": "chic-cr6:1/1/c34/1", "tags": [ - "salt-cr6---denv-cr6:bbl-32fd0ab8::ESNET-Z14030:na", - "salt-cr6---denv-cr6:ESNET-Z14030::show:intracloud" + "chic-cr6---eqxch2-cr6:bbl-ea29f2eb::ESNET-Z10757:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "salt-cr6:denv-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.97/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7130,27 +7173,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13450 + "esdbEquipmentInterfaceId": 14028, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:1/1/c25/1", + "urn": "chic-cr6:1/1/c35/1", "tags": [ - "salt-cr6---bois-cr6:bbl-244e04fa::ESNET-Z14700:na", - "salt-cr6---bois-cr6:ESNET-Z14700::show:intracloud" + "chic-cr6---eqxch2-cr6:bbl-ea29f2eb::ESNET-Z17934:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "salt-cr6:bois-bb-c", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.25/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7161,120 +7201,84 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13447 + "esdbEquipmentInterfaceId": 29057, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c31/1", + "urn": "chic-cr6:1/1/c7/1", "tags": [ - "salt-cr6---lasv-cr6:bbl-c133c652::ESNET-Z10826:na", - "salt-cr6---lasv-cr6:ESNET-Z10826::show:intracloud" + "chic-cr6---PacketFabric::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "salt-cr6:lasv-bb-b", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.217/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13479 + "esdbEquipmentInterfaceId": 14005, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c34/1", + "urn": "chic-cr6:1/1/c8/1", "tags": [ - "salt-cr6---bois-cr6:bbl-b00f50e6::ESNET-Z10739:na", - "salt-cr6---bois-cr6:ESNET-Z10739::show:intracloud" + "chic-cr6---Internet2::conn-f:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "salt-cr6:bois-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.203/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 1237, + "ceiling": 2001 }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 13480 - }, - { - "urn": "salt-cr6:1/1/c28/1", - "tags": [ - "salt-cr6---sacr-cr6:bbl-a75a952a::ESNET-Z10871:na", - "salt-cr6---sacr-cr6:ESNET-Z10871::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "salt-cr6:sacr-bb-b", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.215/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1234 }, { - "floor": 7, + "floor": 2033, "ceiling": 4095 + }, + { + "floor": 2003, + "ceiling": 2031 } ], - "esdbEquipmentInterfaceId": 13448 + "esdbEquipmentInterfaceId": 14006, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c7/1", + "urn": "chic-cr6:2/1/c1/1", "tags": [ - "salt-cr6---inlerob-cr6:bbl-256aab3b::ESNET-Z14440:na", - "salt-cr6---inlerob-cr6:ESNET-Z14440::show:intracloud" + "chic-cr6---nash-cr6:bbl-ef7ff668::ESNET-Z15056:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "salt-cr6:inlerob-bb-a", - "port": "2/1/c7/1", - "ipv4Address": "134.55.56.82/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7285,127 +7289,84 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13457 + "esdbEquipmentInterfaceId": 14029, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c9/1", + "urn": "chic-cr6:2/1/c14/1", "tags": [ - "salt-cr6---salt-ht2:ht-934216a7:::na", - "salt-cr6---salt-ht2:ht-934216a7:service1::na" + "chic-cr6---chic-ps:pt-c80f114e:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 13459 - }, - { - "urn": "salt-cr6:1/1/c8/1", - "tags": [ - "salt-cr6---salt-ht1:ht-feb93224:::na", - "salt-cr6---salt-ht1:ht-feb93224:service1::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 + "ceiling": 910 }, { - "floor": 2, - "ceiling": 4088 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13428 + "esdbEquipmentInterfaceId": 14042, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c8/1", + "urn": "chic-cr6:2/1/c19/1", "tags": [ - "salt-cr6---salt-ht2:ht-934216a7:::na", - "salt-cr6---salt-ht2:ht-934216a7:service1::na" + "chic-cr6---eqxch2-cr6:bbl-ea29f2eb::ESNET-Z10290:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 13458 - }, - { - "urn": "salt-cr6:1/1/c9/1", - "tags": [ - "salt-cr6---salt-ht1:ht-feb93224:::na", - "salt-cr6---salt-ht1:ht-feb93224:service1::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13429 + "esdbEquipmentInterfaceId": 14053, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c28/1", + "urn": "chic-cr6:2/1/c22/1", "tags": [ - "salt-cr6---sacr-cr6:bbl-a75a952a::ESNET-Z14067:na", - "salt-cr6---sacr-cr6:ESNET-Z14067::show:intracloud" + "chic-cr6---fnalgcc-cr6:bbl-0dce69e5::ESNET-Z11690:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "salt-cr6:sacr-bb-c", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.225/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7416,110 +7377,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13478 + "esdbEquipmentInterfaceId": 14054, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:2/1/c17/2", + "urn": "chic-cr6:2/1/c23/1", "tags": [ - "salt-cr6---FABRIC::conn-e:show:na", - "salt-cr6---fabric(as4294967292):l3edge-4a586d4e:site_conn-e_base:show:na" + "chic-cr6---kans-cr6:bbl-70585dea::ESNET-Z17175:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 1009 + "ceiling": 5 }, { - "floor": 1011, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13468 + "esdbEquipmentInterfaceId": 29059, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "salt-cr6:lag-401", + "urn": "chic-cr6:2/1/c25/1", "tags": [ - "salt-cr6---salt-ht2:ht-934216a7:capture::na" + "chic-cr6---star-cr6:bbl-52330e01::ESNET-Z10778:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 25693 - }, - { - "urn": "salt-cr6:lag-400", - "tags": [ - "salt-cr6---salt-ht1:ht-feb93224:capture::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, - "reservableVlans": [ + "ceiling": 5 + }, { - "floor": 2, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25692 - } - ], - "esdbEquipmentId": 1705 - }, - { - "urn": "pnnlemsl-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.237", - "reservableVlans": [], - "location": "PNNLEMSL", - "locationId": 618, - "latitude": "46.348305", - "longitude": "-119.278361", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 14055, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "pnnlemsl-cr6:1/1/c31/1", + "urn": "chic-cr6:2/1/c28/1", "tags": [ - "pnnlemsl-cr6---seat-cr6:bbl-ce0033d0::ESNET-Z12476:na", - "pnnlemsl-cr6---seat-cr6:ESNET-Z12476::show:intracloud" + "chic-cr6---nash-cr6:bbl-ef7ff668::ESNET-Z10772:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlemsl-cr6:seat-bb-a", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.92/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7530,52 +7461,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14219 + "esdbEquipmentInterfaceId": 14056, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:lag-20", + "urn": "chic-cr6:2/1/c31/1", "tags": [ - "pnnlemsl-cr6---pnnlemsl-mpr1:mgt-163a30ad:lag-20:ESNET-Z11672:na", - "pnnlemsl-cr6---pnnlemsl-mpr1:ESNET-Z11672::show:intracloud" + "chic-cr6---kans-cr6:bbl-70585dea::ESNET-Z10766:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23743 + "esdbEquipmentInterfaceId": 14057, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:2/1/c25/1", + "urn": "chic-cr6:2/1/c34/1", "tags": [ - "pnnlemsl-cr6---seat-cr6:bbl-ce0033d0::ESNET-Z11749:na", - "pnnlemsl-cr6---seat-cr6:ESNET-Z11749::show:intracloud" + "chic-cr6---eqxch2-cr6:bbl-ea29f2eb::ESNET-Z10760:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlemsl-cr6:seat-bb-b", - "port": "2/1/c25/1", - "ipv4Address": "134.55.58.94/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7586,27 +7517,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14247 + "esdbEquipmentInterfaceId": 14058, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:1/1/c34/1", + "urn": "chic-cr6:2/1/c35/1", "tags": [ - "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12466:na", - "pnnlemsl-cr6---pnnlisb2-cr6:ESNET-Z12466::show:intracloud" + "chic-cr6---star-cr6:bbl-52330e01::ESNET-Z17936:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlemsl-cr6:pnnlisb2-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.105/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7617,290 +7545,331 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14220 + "esdbEquipmentInterfaceId": 29063, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:1/1/c2/1", + "urn": "chic-cr6:2/1/c8/1", "tags": [ - "pnnlemsl-cr6---PNNL::conn-u:show:na" + "chic-cr6---chic-ht2:ht-c90c2950:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14192 + "esdbEquipmentInterfaceId": 14036, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:2/1/c31/1", + "urn": "chic-cr6:lag-10", "tags": [ - "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12477:na", - "pnnlemsl-cr6---pnnlisb2-cr6:ESNET-Z12477::show:intracloud" + "chic-cr6---BTAA::conn-v:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "pnnlemsl-cr6:pnnlisb2-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.175/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 3214, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 14249 - }, - { - "urn": "pnnlemsl-cr6:1/1/c19/1", - "tags": [ - "pnnlemsl-cr6---PNNL::conn-w:show:na", - "pnnlemsl-cr6---pnnl(as3428):l3edge-d1076a07:site_conn-w_base:show:na", - "pnnlemsl-cr6---pnnl(as3428):l3edge-a825bd6f:site_conn-w_base:show:na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ + "floor": 2307, + "ceiling": 2311 + }, { - "floor": 992, - "ceiling": 4095 + "floor": 2301, + "ceiling": 2301 }, { - "floor": 962, - "ceiling": 990 + "floor": 2313, + "ceiling": 2313 + }, + { + "floor": 2315, + "ceiling": 3203 + }, + { + "floor": 2162, + "ceiling": 2299 + }, + { + "floor": 3208, + "ceiling": 3210 + }, + { + "floor": 3212, + "ceiling": 3212 + }, + { + "floor": 2303, + "ceiling": 2305 }, { "floor": 2, - "ceiling": 960 + "ceiling": 2159 } ], - "esdbEquipmentInterfaceId": 14215 + "esdbEquipmentInterfaceId": 29125, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:2/1/c34/1", + "urn": "chic-cr6:lag-20", "tags": [ - "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12467:na", - "pnnlemsl-cr6---pnnlisb2-cr6:ESNET-Z12467::show:intracloud" + "chic-cr6---chic-mpr1:mgt-d9aa8c1b:lag-20:ESNET-Z08572:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "pnnlemsl-cr6:pnnlisb2-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.137/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14250 + "esdbEquipmentInterfaceId": 14929, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:1/1/c28/1", + "urn": "chic-cr6:lag-400", "tags": [ - "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12478:na", - "pnnlemsl-cr6---pnnlisb2-cr6:ESNET-Z12478::show:intracloud" + "chic-cr6---chic-ht1:ht-d740d94c:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "pnnlemsl-cr6:pnnlisb2-bb-a", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.139/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 406, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 14218 + "esdbEquipmentInterfaceId": 25698, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:2/1/c9/1", + "urn": "chic-cr6:lag-401", "tags": [ - "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:::na", - "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:service1::na" + "chic-cr6---chic-ht2:ht-c90c2950:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 4090, + "floor": 406, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 14229 - }, + "esdbEquipmentInterfaceId": 25699, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1716, + "orchSubscriptionId": null + }, + { + "urn": "denv-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.170", + "reservableVlans": [], + "location": "DENV", + "locationId": 273, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "pnnlemsl-cr6:1/1/c1/1", + "urn": "denv-cr6:1/1/c1/1", "tags": [ - "pnnlemsl-cr6---PNNL::conn-r:show:na" + "denv-cr6---LUMEN::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14191 + "esdbEquipmentInterfaceId": 12779, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "pnnlemsl-cr6:1/1/c8/1", + "urn": "denv-cr6:1/1/c17/3", "tags": [ - "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:::na", - "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:service1::na" + "denv-cr6---557WW::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 2999 }, { - "floor": 2, - "ceiling": 4088 + "floor": 3001, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14198 + "esdbEquipmentInterfaceId": 12797, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:2/1/c8/1", + "urn": "denv-cr6:1/1/c22/1", "tags": [ - "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:::na", - "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:service1::na" + "denv-cr6---salt-cr6:bbl-32fd0ab8::ESNET-Z18141:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14228 + "esdbEquipmentInterfaceId": 12804, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:1/1/c9/1", + "urn": "denv-cr6:1/1/c25/1", "tags": [ - "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:::na", - "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:service1::na" + "denv-cr6---albq-cr6:bbl-ab203166::ESNET-Z17658:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14199 + "esdbEquipmentInterfaceId": 12805, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:2/1/c28/1", + "urn": "denv-cr6:1/1/c28/1", "tags": [ - "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12489:na", - "pnnlemsl-cr6---pnnlisb2-cr6:ESNET-Z12489::show:intracloud" + "denv-cr6---salt-cr6:bbl-32fd0ab8::ESNET-Z14030:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pnnlemsl-cr6:pnnlisb2-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.195/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -7911,85 +7880,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14248 + "esdbEquipmentInterfaceId": 12806, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:lag-401", + "urn": "denv-cr6:1/1/c3/1", "tags": [ - "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:capture::na" + "denv-cr6---nrelrsf-cr6:bbl-17115f47::ESNET-Z12560:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25968 + "esdbEquipmentInterfaceId": 12781, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pnnlemsl-cr6:lag-400", + "urn": "denv-cr6:1/1/c31/1", "tags": [ - "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:capture::na" + "denv-cr6---albq-cr6:bbl-ab203166::ESNET-Z10697:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25967 - } - ], - "esdbEquipmentId": 1719 - }, - { - "urn": "atla-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.177", - "reservableVlans": [], - "location": "ATLA", - "locationId": 269, - "latitude": "33.7587059", - "longitude": "-84.3879707", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12807, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "atla-cr6:1/1/c31/1", + "urn": "denv-cr6:1/1/c34/1", "tags": [ - "atla-cr6---hous-cr6:bbl-38f1debd::ESNET-Z10721:na", - "atla-cr6---hous-cr6:ESNET-Z10721::show:intracloud" + "denv-cr6---kans-cr6:bbl-9e99b61a::ESNET-Z10787:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "atla-cr6:hous-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.234/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8000,229 +7964,196 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12551 + "esdbEquipmentInterfaceId": 12808, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:lag-20", + "urn": "denv-cr6:1/1/c5/1", "tags": [ - "atla-cr6---atla-mpr1:mgt-f26ca7b5:lag-20:ESNET-Z08608:na", - "atla-cr6---atla-mpr1:ESNET-Z08608::show:intracloud", - "atla-cr6---fabric(as4294967288):l3edge-6af80779:site_conn-ac_base:show:na", - "atla-cr6---atla-ps:pt-0fa35d1c:owamp::na", - "atla-cr6---atla-ps:pt-lsst-manual:owamp::na" + "denv-cr6---FRGP::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 2219 - }, - { - "floor": 967, - "ceiling": 1019 - }, { "floor": 2, - "ceiling": 918 + "ceiling": 898 }, { - "floor": 2221, + "floor": 901, "ceiling": 4095 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 1021, - "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14941 + "esdbEquipmentInterfaceId": 12783, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c14/1", + "urn": "denv-cr6:1/1/c6/1", "tags": [ - "atla-cr6---atla-ps:pt-0fa35d1c:::na", - "atla-cr6---atla-ps:pt-0fa35d1c:throughput::na", - "atla-cr6---atla-ps:pt-lsst-manual:throughput::na" + "denv-cr6---denv-dtn1:dtn-ab927292:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2222, - "ceiling": 4095 - }, - { - "floor": 1112, - "ceiling": 2220 + "floor": 913, + "ceiling": 915 }, { "floor": 2, - "ceiling": 910 + "ceiling": 911 }, { - "floor": 912, - "ceiling": 1110 + "floor": 917, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12566 + "esdbEquipmentInterfaceId": 12784, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c25/1", + "urn": "denv-cr6:1/1/c8/1", "tags": [ - "atla-cr6---hous-cr6:bbl-38f1debd::ESNET-Z14978:na", - "atla-cr6---hous-cr6:ESNET-Z14978::show:intracloud" + "denv-cr6---denv-ht1:ht-2460d1fa:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ - { - "urn": "atla-cr6:hous-bb-d", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.172/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12579 + "esdbEquipmentInterfaceId": 12786, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c34/1", + "urn": "denv-cr6:1/1/c9/1", "tags": [ - "atla-cr6---chat-cr6:bbl-5ee48ffe::ESNET-Z10715:na", - "atla-cr6---chat-cr6:ESNET-Z10715::show:intracloud" + "denv-cr6---denv-ht1:ht-2460d1fa:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "atla-cr6:chat-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.230/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12552 + "esdbEquipmentInterfaceId": 12787, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c25/1", + "urn": "denv-cr6:2/1/c14/1", "tags": [ - "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z15048:na", - "atla-cr6---wash-cr6:ESNET-Z15048::show:intracloud" + "denv-cr6---denv-ps:pt-f5a8fee7:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "atla-cr6:wash-bb-h", - "port": "1/1/c25/1", - "ipv4Address": "134.55.56.90/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12549 + "esdbEquipmentInterfaceId": 12822, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c31/1", + "urn": "denv-cr6:2/1/c17/3", "tags": [ - "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z10724:na", - "atla-cr6---wash-cr6:ESNET-Z10724::show:intracloud" + "denv-cr6---DOE-IN-DTCC::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "atla-cr6:wash-bb-e", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.224/31" - } + "EDGE", + "UNTAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12581 + "esdbEquipmentInterfaceId": 12827, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "atla-cr6:1/1/c17/3", + "urn": "denv-cr6:2/1/c17/4", "tags": [ - "atla-cr6---srs70344a-cr6:bbl-9e92de02::ESNET-Z11677:na", - "atla-cr6---srs70344a-cr6:ESNET-Z11677::show:intracloud" + "denv-cr6---nrelesif-cr6:bbl-0ee6558c::ESNET-Z12558:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "atla-cr6:srs70344a-bb-b", - "port": "1/1/c17/3", - "ipv4Address": "134.55.57.21/31" - } - ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -8233,72 +8164,48 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12541 + "esdbEquipmentInterfaceId": 12828, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c3/1", + "urn": "denv-cr6:2/1/c2/1", "tags": [ - "atla-cr6---SOX::conn-b:show:na", - "atla-cr6---flr(as11096):l3edge-bc24ecb2:conn-b_base:show:na", - "atla-cr6---sox(as10490):l3edge-21c114a7:conn-b_base:show:na", - "atla-cr6---flr(as11096):l3edge-8424202f:site_conn-b_l3vpn-lhcone:show:intercloud", - "atla-cr6---vanderbilt(as7212):l3edge-73ff7822:site_conn-b_l3vpn-lhcone:show:intercloud", - "atla-cr6---lsst(as20080):l3edge-9eb156fe:site_conn-b_l3vpn-lsst:show:intercloud" + "denv-cr6---DOE-IN-DENV::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 581, - "ceiling": 1250 - }, - { - "floor": 1252, - "ceiling": 1261 - }, { "floor": 2, - "ceiling": 311 - }, - { - "floor": 526, - "ceiling": 579 - }, - { - "floor": 313, - "ceiling": 524 - }, - { - "floor": 1263, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12525 + "esdbEquipmentInterfaceId": 12810, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c22/1", + "urn": "denv-cr6:2/1/c25/1", "tags": [ - "atla-cr6---chat-cr6:bbl-5ee48ffe::ESNET-Z15063:na", - "atla-cr6---chat-cr6:ESNET-Z15063::show:intracloud" + "denv-cr6---kans-cr6:bbl-9e99b61a::ESNET-Z14012:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "atla-cr6:chat-bb-e", - "port": "2/1/c22/1", - "ipv4Address": "134.55.56.66/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8309,27 +8216,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12578 + "esdbEquipmentInterfaceId": 12835, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c34/1", + "urn": "denv-cr6:2/1/c28/1", "tags": [ - "atla-cr6---chat-cr6:bbl-5ee48ffe::ESNET-Z10718:na", - "atla-cr6---chat-cr6:ESNET-Z10718::show:intracloud" + "denv-cr6---albq-cr6:bbl-ab203166::ESNET-Z14014:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "atla-cr6:chat-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.232/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8340,52 +8244,75 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12582 + "esdbEquipmentInterfaceId": 12836, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c17/2", + "urn": "denv-cr6:2/1/c3/1", "tags": [ - "atla-cr6---FABRIC::conn-ad:show:na", - "atla-cr6---fabric(as4294967288):l3edge-6b672c35:site_conn-ad_base:show:na" + "denv-cr6---nrelrsf-cr6:bbl-17115f47::ESNET-Z12560:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 1009 - }, - { - "floor": 1011, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12540 + "esdbEquipmentInterfaceId": 12811, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c28/1", + "urn": "denv-cr6:2/1/c31/1", "tags": [ - "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z10727:na", - "atla-cr6---wash-cr6:ESNET-Z10727::show:intracloud" + "denv-cr6---kans-cr6:bbl-9e99b61a::ESNET-Z10904:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ { - "urn": "atla-cr6:wash-bb-f", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.226/31" + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 } ], + "esdbEquipmentInterfaceId": 12837, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "denv-cr6:2/1/c34/1", + "tags": [ + "denv-cr6---salt-cr6:bbl-32fd0ab8::ESNET-Z10790:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8396,52 +8323,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12550 + "esdbEquipmentInterfaceId": 12838, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c4/1", + "urn": "denv-cr6:2/1/c5/1", "tags": [ - "atla-cr6---LSST::conn-b:show:na", - "atla-cr6---lsst(as20080):l3edge-dcbe7d2a:site_conn-b_l3vpn-lsst:show:intercloud" + "denv-cr6---NOAA::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 317, - "ceiling": 4095 + "floor": 2, + "ceiling": 1299 }, { - "floor": 2, - "ceiling": 315 + "floor": 1301, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12526 + "esdbEquipmentInterfaceId": 12813, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c5/1", + "urn": "denv-cr6:2/1/c6/1", "tags": [ - "atla-cr6---jlab12-cr6:bbl-73bcce9c::ESNET-Z16334:na", - "atla-cr6---jlab12-cr6:ESNET-Z16334::show:intracloud" + "denv-cr6---lanlta50-cr6:bbl-f2ccbf4a::ESNET-Z13372:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "atla-cr6:jlab12-bb-a", - "port": "1/1/c5/1", - "ipv4Address": "134.55.57.58/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -8452,21 +8379,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12527 + "esdbEquipmentInterfaceId": 12814, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c9/1", + "urn": "denv-cr6:2/1/c8/1", "tags": [ - "atla-cr6---atla-ht2:ht-af7bbea9:::na", - "atla-cr6---atla-ht2:ht-af7bbea9:service1::na" + "denv-cr6---denv-ht2:ht-724df73a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -8477,21 +8407,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12561 + "esdbEquipmentInterfaceId": 12816, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c8/1", + "urn": "denv-cr6:2/1/c9/1", "tags": [ - "atla-cr6---atla-ht1:ht-185e2a94:::na", - "atla-cr6---atla-ht1:ht-185e2a94:service1::na" + "denv-cr6---denv-ht2:ht-724df73a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -8502,77 +8435,143 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12530 + "esdbEquipmentInterfaceId": 12817, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c8/1", + "urn": "denv-cr6:lag-20", "tags": [ - "atla-cr6---atla-ht2:ht-af7bbea9:::na", - "atla-cr6---atla-ht2:ht-af7bbea9:service1::na" + "denv-cr6---denv-mpr1:mgt-3b95f415:lag-20:ESNET-Z08611:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, + { + "floor": 34, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + }, { "floor": 2, - "ceiling": 4088 + "ceiling": 30 } ], - "esdbEquipmentInterfaceId": 12560 + "esdbEquipmentInterfaceId": 14942, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:1/1/c9/1", + "urn": "denv-cr6:lag-400", "tags": [ - "atla-cr6---atla-ht1:ht-185e2a94:::na", - "atla-cr6---atla-ht1:ht-185e2a94:service1::na" + "denv-cr6---denv-ht1:ht-2460d1fa:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 4090, + "floor": 406, + "ceiling": 407 + }, + { + "floor": 410, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 12531 + "esdbEquipmentInterfaceId": 25752, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c28/1", + "urn": "denv-cr6:lag-401", "tags": [ - "atla-cr6---wash-cr6:bbl-fb50a6d0::ESNET-Z10886:na", - "atla-cr6---wash-cr6:ESNET-Z10886::show:intracloud" + "denv-cr6---denv-ht2:ht-724df73a:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 399 + }, { - "urn": "atla-cr6:wash-bb-g", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.228/31" + "floor": 402, + "ceiling": 4095 } ], + "esdbEquipmentInterfaceId": 25753, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1690, + "orchSubscriptionId": null + }, + { + "urn": "elpa-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.182", + "reservableVlans": [], + "location": "ELPA", + "locationId": 275, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "elpa-cr6:1/1/c22/1", + "tags": [ + "elpa-cr6---albq-cr6:bbl-b6bef8c1::ESNET-Z17659:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8583,171 +8582,108 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12580 + "esdbEquipmentInterfaceId": 12932, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:2/1/c17/2", + "urn": "elpa-cr6:1/1/c25/1", "tags": [ - "jlab205-cr6---atla-cr6::manual-bbl:ESNET-Z11337:na", - "atla-cr6---jlab205-cr6:ESNET-Z11337::show:intracloud" + "elpa-cr6---sand-cr6:bbl-29b7785e::ESNET-Z17644:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "atla-cr6:jlab205-bb-a", - "port": "2/1/c17/2", - "ipv4Address": "134.55.58.82/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 2451 + "ceiling": 5 }, { - "floor": 2453, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12570 + "esdbEquipmentInterfaceId": 12933, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "atla-cr6:lag-401", + "urn": "elpa-cr6:1/1/c28/1", "tags": [ - "atla-cr6---atla-ht2:ht-af7bbea9:capture::na" + "elpa-cr6---sand-cr6:bbl-29b7785e::ESNET-Z14009:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 25735 - }, - { - "urn": "atla-cr6:lag-400", - "tags": [ - "atla-cr6---atla-ht1:ht-185e2a94:capture::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 25734 - } - ], - "esdbEquipmentId": 1683 - }, - { - "urn": "bnl515-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.200", - "reservableVlans": [], - "location": "BNL515", - "locationId": 597, - "latitude": "40.8661116", - "longitude": "-72.8709471", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ - { - "urn": "bnl515-cr6:lag-40", - "tags": [ - "bnl515-cr6---BNL::conn-m:show:na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, - "reservableVlans": [ + "ceiling": 5 + }, { - "floor": 2, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 17168 + "esdbEquipmentInterfaceId": 12934, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:lag-50", + "urn": "elpa-cr6:1/1/c31/1", "tags": [ - "bnl515-cr6---BNL::conn-y:show:na", - "bnl515-cr6---bnl(as43):l3edge-f8844540:site_conn-y_base:show:na", - "bnl515-cr6---bnl(as43):l3edge-5334ff8f:site_conn-y_base:show:na", - "bnl515-cr6---bnl(as43):l3edge-40720f8e:site_conn-y_l3vpn-lhcone:show:intercloud" + "elpa-cr6---albq-cr6:bbl-b6bef8c1::ESNET-Z10700:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 800000, - "reservableEgressBw": 800000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 7, - "ceiling": 3899 - }, { "floor": 2, - "ceiling": 3 + "ceiling": 5 }, { - "floor": 3901, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 5, - "ceiling": 5 } ], - "esdbEquipmentInterfaceId": 27669 + "esdbEquipmentInterfaceId": 12935, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:1/1/c31/1", + "urn": "elpa-cr6:1/1/c34/1", "tags": [ - "bnl515-cr6---newy1118th-cr6:bbl-61784666::ESNET-Z10730:na", - "bnl515-cr6---newy1118th-cr6:ESNET-Z10730::show:intracloud" + "elpa-cr6---hous-cr6:bbl-5995bced::ESNET-Z10793:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bnl515-cr6:newy1118th-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.16/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8758,80 +8694,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14283 + "esdbEquipmentInterfaceId": 12936, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:lag-20", + "urn": "elpa-cr6:1/1/c8/1", "tags": [ - "bnl515-cr6---bnl515-mpr1:mgt-a7a7bbbe:lag-20:ESNET-Z08557:na", - "bnl515-cr6---bnl515-mpr1:ESNET-Z08557::show:intracloud", - "bnl515-cr6---bnl515-ps:pt-fcc56825:owamp::na" + "elpa-cr6---elpa-ht1:ht-89180159:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14923 + "esdbEquipmentInterfaceId": 12914, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:1/1/c22/1", + "urn": "elpa-cr6:1/1/c9/1", "tags": [ - "bnl515-cr6---bnl515-bert1:bert-e40a35c9:::na", - "bnl515-cr6---bnl515-bert1:bert-e40a35c9:throughput::na" + "elpa-cr6---elpa-ht1:ht-89180159:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4011, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4009 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14280 + "esdbEquipmentInterfaceId": 12915, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:2/1/c14/1", + "urn": "elpa-cr6:2/1/c14/1", "tags": [ - "bnl515-cr6---bnl515-ps:pt-fcc56825:::na", - "bnl515-cr6---bnl515-ps:pt-fcc56825:throughput::na" + "elpa-cr6---elpa-ps:pt-fad3ff8f:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -8846,58 +8782,24 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 14298 - }, - { - "urn": "bnl515-cr6:2/1/c25/1", - "tags": [ - "bnl515-cr6---newy1118th-cr6:bbl-61784666::ESNET-Z14571:na", - "bnl515-cr6---newy1118th-cr6:ESNET-Z14571::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "bnl515-cr6:newy1118th-bb-e", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.160/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 14311 + "esdbEquipmentInterfaceId": 12950, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:1/1/c34/1", + "urn": "elpa-cr6:2/1/c25/1", "tags": [ - "bnl515-cr6---bnl725-cr6:bbl-218574b2::ESNET-Z15856:na", - "bnl515-cr6---bnl725-cr6:ESNET-Z15856::show:intracloud" + "elpa-cr6---hous-cr6:bbl-5995bced::ESNET-Z14974:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bnl515-cr6:bnl725-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.44/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8908,27 +8810,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14284 + "esdbEquipmentInterfaceId": 12963, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:1/1/c25/1", + "urn": "elpa-cr6:2/1/c28/1", "tags": [ - "bnl515-cr6---bnl725-cr6:bbl-218574b2::ESNET-Z15047:na", - "bnl515-cr6---bnl725-cr6:ESNET-Z15047::show:intracloud" + "elpa-cr6---albq-cr6:bbl-b6bef8c1::ESNET-Z12465:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bnl515-cr6:bnl725-bb-a", - "port": "1/1/c25/1", - "ipv4Address": "134.55.56.210/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8939,27 +8838,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14281 + "esdbEquipmentInterfaceId": 12964, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:2/1/c31/1", + "urn": "elpa-cr6:2/1/c31/1", "tags": [ - "bnl515-cr6---newy1118th-cr6:bbl-61784666::ESNET-Z10733:na", - "bnl515-cr6---newy1118th-cr6:ESNET-Z10733::show:intracloud" + "elpa-cr6---hous-cr6:bbl-5995bced::ESNET-Z10907:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bnl515-cr6:newy1118th-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.58.18/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -8970,84 +8866,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14313 + "esdbEquipmentInterfaceId": 12965, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:2/1/c34/1", + "urn": "elpa-cr6:2/1/c34/1", "tags": [ - "bnl515-cr6---bnl515b-cr6:bbl-18d52e9d::ESNET-Z08767:na", - "bnl515-cr6---bnl515b-cr6:ESNET-Z08767::show:intracloud" + "elpa-cr6---sand-cr6:bbl-29b7785e::ESNET-Z10796:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bnl515-cr6:bnl515b-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.190/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 14314 - }, - { - "urn": "bnl515-cr6:1/1/c17/2", - "tags": [ - "bnl515-cr6---ESNET::conn-ap:show:na", - "bnl515-cr6---esnet-services(as65291):manual:conn-ap_base:show:na", - "bnl515-cr6---esnet(as65291):l3edge-1a6d04cf:site_conn-ap_ipt:show:na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 2633 - }, - { - "floor": 2636, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 14272 - }, - { - "urn": "bnl515-cr6:1/1/c28/1", - "tags": [ - "bnl515-cr6---newy32aoa-cr6:bbl-cbc626b5::ESNET-Z14549:na", - "bnl515-cr6---newy32aoa-cr6:ESNET-Z14549::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "bnl515-cr6:newy32aoa-bb-e", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.197/31" - } - ], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -9058,21 +8894,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14282 + "esdbEquipmentInterfaceId": 12966, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:2/1/c9/1", + "urn": "elpa-cr6:2/1/c8/1", "tags": [ - "bnl515-cr6---bnl515-ht2:ht-129e3557:::na", - "bnl515-cr6---bnl515-ht2:ht-129e3557:service1::na" + "elpa-cr6---elpa-ht2:ht-46d8c921:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -9083,21 +8922,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14293 + "esdbEquipmentInterfaceId": 12944, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:1/1/c8/1", + "urn": "elpa-cr6:2/1/c9/1", "tags": [ - "bnl515-cr6---bnl515-ht1:ht-a1472315:::na", - "bnl515-cr6---bnl515-ht1:ht-a1472315:service1::na" + "elpa-cr6---elpa-ht2:ht-46d8c921:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -9108,191 +8950,260 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14262 + "esdbEquipmentInterfaceId": 12945, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:2/1/c8/1", + "urn": "elpa-cr6:lag-20", "tags": [ - "bnl515-cr6---bnl515-ht2:ht-129e3557:::na", - "bnl515-cr6---bnl515-ht2:ht-129e3557:service1::na" + "elpa-cr6---elpa-mpr1:mgt-b9c4e4eb:lag-20:ESNET-Z08617:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14292 + "esdbEquipmentInterfaceId": 14944, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:1/1/c9/1", + "urn": "elpa-cr6:lag-400", "tags": [ - "bnl515-cr6---bnl515-ht1:ht-a1472315:::na", - "bnl515-cr6---bnl515-ht1:ht-a1472315:service1::na" + "elpa-cr6---elpa-ht1:ht-89180159:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 4088 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14263 + "esdbEquipmentInterfaceId": 25712, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:2/1/c28/1", + "urn": "elpa-cr6:lag-401", "tags": [ - "bnl515-cr6---bnl725-cr6:bbl-218574b2::ESNET-Z15857:na", - "bnl515-cr6---bnl725-cr6:ESNET-Z15857::show:intracloud" + "elpa-cr6---elpa-ht2:ht-46d8c921:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "bnl515-cr6:bnl725-bb-c", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.46/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14312 - }, + "esdbEquipmentInterfaceId": 25713, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1692, + "orchSubscriptionId": null + }, + { + "urn": "eqxam3-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.236", + "reservableVlans": [], + "location": "EQXAM3", + "locationId": 640, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "bnl515-cr6:lag-401", + "urn": "eqxam3-cr6:1/1/c19/1", "tags": [ - "bnl515-cr6---bnl515-ht2:ht-129e3557:capture::na" + "eqxam3-cr6---SURFNET::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2, + "floor": 7, + "ceiling": 122 + }, + { + "floor": 124, + "ceiling": 212 + }, + { + "floor": 2011, + "ceiling": 2014 + }, + { + "floor": 2017, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 215, + "ceiling": 2009 } ], - "esdbEquipmentInterfaceId": 25727 + "esdbEquipmentInterfaceId": 23225, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515-cr6:lag-400", + "urn": "eqxam3-cr6:1/1/c25/1", "tags": [ - "bnl515-cr6---bnl515-ht1:ht-a1472315:capture::na" + "eqxam3-cr6---cern513-cr6:bbl-2e679375::ESNET-Z17902:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25726 - } - ], - "esdbEquipmentId": 1720 - }, - { - "urn": "snlnm-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.228", - "reservableVlans": [], - "location": "SNLNM", - "locationId": 631, - "latitude": "35.0606233", - "longitude": "-106.5346377", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 23227, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "snlnm-cr6:1/1/c13/4", + "urn": "eqxam3-cr6:1/1/c28/1", "tags": [ - "snlnm-cr6---DOE-NNSA-ALBQ::conn-b:show:na", - "snlnm-cr6---doenet-albq(as46846):l3edge-f8d29f4b:site_conn-b_base:show:na" + "eqxam3-cr6---cern513-cr6:bbl-2e679375::ESNET-Z17068:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 29 + "ceiling": 5 }, { - "floor": 31, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22380 + "esdbEquipmentInterfaceId": 23228, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlnm-cr6:1/1/c7/1", + "urn": "eqxam3-cr6:1/1/c31/1", "tags": [ - "snlnm-cr6---albq-cr6:bbl-77a810bc::ESNET-Z16314:na", - "snlnm-cr6---albq-cr6:ESNET-Z16314::show:intracloud" + "eqxam3-cr6---eqxld8-cr6:bbl-b8bcd6ed::ESNET-Z15723:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, { - "urn": "snlnm-cr6:albq-bb-c", - "port": "1/1/c7/1", - "ipv4Address": "134.55.56.146/31" + "floor": 7, + "ceiling": 4095 } ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "esdbEquipmentInterfaceId": 23229, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxam3-cr6:1/1/c7/1", + "tags": [ + "eqxam3-cr6---bost-cr6:bbl-de4f9dc8::ESNET-Z13409:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -9303,127 +9214,112 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22375 + "esdbEquipmentInterfaceId": 23207, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlnm-cr6:1/1/c8/1", + "urn": "eqxam3-cr6:1/1/c8/1", "tags": [ - "snlnm-cr6---DOE-IN-SNLNM::conn-a:show:na", - "snlnm-cr6---doe-in-snlnm(as65532):l3edge-87008ef5:site_conn-a_base:show:na" + "eqxam3-cr6---eqxam3-ht1:ht-651223db:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1041, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1039 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22376 + "esdbEquipmentInterfaceId": 23208, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlnm-cr6:lag-20", + "urn": "eqxam3-cr6:1/1/c9/1", "tags": [ - "snlnm-cr6---snlnm-mpr1:mgt-7031e838:lag-20:ESNET-Z11291:na", - "snlnm-cr6---snlnm-mpr1:ESNET-Z11291::show:intracloud", - "snlnm-cr6---nga-snla(as65024):l3edge-44babf3a:site_conn-c_base:show:na", - "snlnm-cr6---nga-snla(as65024):l3edge-2713eacf:site_conn-d_base:show:na", - "snlnm-cr6---snlnm-ps:pt-daf5227c:owamp::na" + "eqxam3-cr6---eqxam3-ht1:ht-651223db:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, - "ceiling": 1997 - }, - { - "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 2000, + "floor": 4090, "ceiling": 4095 }, { - "floor": 967, - "ceiling": 1109 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22397 + "esdbEquipmentInterfaceId": 23209, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlnm-cr6:lag-1", + "urn": "eqxam3-cr6:2/1/c14/1", "tags": [ - "snlnm-cr6---SNLA::conn-f:show:na", - "snlnm-cr6---snla(as377):l3edge-ab66feda:site_conn-f_base:show:na", - "snlnm-cr6---snla(as377):l3edge-0bcbc110:site_conn-f_base:show:na", - "snlnm-cr6---snll(as3562):l3edge-f67d384b:site_conn-f_base:show:na" + "eqxam3-cr6---eqxam3-ps:pt-99e9e539:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1160, + "floor": 1112, "ceiling": 4095 }, { - "floor": 1152, - "ceiling": 1154 - }, - { - "floor": 1156, - "ceiling": 1158 + "floor": 2, + "ceiling": 910 }, { - "floor": 2, - "ceiling": 1150 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 25860 + "esdbEquipmentInterfaceId": 23244, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlnm-cr6:2/1/c13/2", + "urn": "eqxam3-cr6:2/1/c25/1", "tags": [ - "snlnm-cr6---albq-cr6:bbl-77a810bc::ESNET-Z13338:na", - "snlnm-cr6---albq-cr6:ESNET-Z13338::show:intracloud" + "eqxam3-cr6---eqxld8-cr6:bbl-b8bcd6ed::ESNET-Z17904:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "snlnm-cr6:albq-bb-b", - "port": "2/1/c13/2", - "ipv4Address": "134.55.58.138/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -9434,74 +9330,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22390 + "esdbEquipmentInterfaceId": 23257, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlnm-cr6:2/1/c14/1", + "urn": "eqxam3-cr6:2/1/c31/1", "tags": [ - "snlnm-cr6---snlnm-ps:pt-daf5227c:::na", - "snlnm-cr6---snlnm-ps:pt-daf5227c:throughput::na" + "eqxam3-cr6---eqxld8-cr6:bbl-b8bcd6ed::ESNET-Z17069:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22393 - } - ], - "esdbEquipmentId": 2027 - }, - { - "urn": "kcnsc-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.210", - "reservableVlans": [], - "location": "KCNSC", - "locationId": 607, - "latitude": "38.86287", - "longitude": "-94.54657", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 23259, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "kcnsc-cr6:1/1/c1/1", + "urn": "eqxam3-cr6:2/1/c34/1", "tags": [ - "kcnsc-cr6---kans-cr6:bbl-006e37e8::ESNET-Z13390:na", - "kcnsc-cr6---kans-cr6:ESNET-Z13390::show:intracloud" + "eqxam3-cr6---cern513-cr6:bbl-2e679375::ESNET-Z15710:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "kcnsc-cr6:kans-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.156/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -9512,416 +9386,359 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16550 + "esdbEquipmentInterfaceId": 23260, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kcnsc-cr6:lag-20", + "urn": "eqxam3-cr6:2/1/c5/1", "tags": [ - "kcnsc-cr6---kcnsc-mpr1:mgt-3f0f2763:lag-20:ESNET-Z09157:na", - "kcnsc-cr6---kcnsc-mpr1:ESNET-Z09157::show:intracloud", - "kcnsc-cr6---kcnsc-ps:pt-730c1b18:owamp::na" + "eqxam3-cr6---AMS-IX::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 98 }, { - "floor": 967, - "ceiling": 1109 + "floor": 100, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16831 + "esdbEquipmentInterfaceId": 23235, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kcnsc-cr6:2/1/c13/2", + "urn": "eqxam3-cr6:2/1/c8/1", "tags": [ - "kcnsc-cr6---KCNSC::conn-f:show:na", - "kcnsc-cr6---doenet-kcnsc(as65020):l3edge-04ee3635:site_conn-f_base:show:na", - "kcnsc-cr6---kcnsc(as3424):l3edge-5a05fa51:site_conn-f_base:show:na", - "kcnsc-cr6---kcnsc(as3424):l3edge-54714bc9:site_conn-f_base:show:na" + "eqxam3-cr6---eqxam3-ht2:ht-f61be643:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2209, + "floor": 4090, "ceiling": 4095 }, - { - "floor": 2206, - "ceiling": 2206 - }, { "floor": 2, - "ceiling": 2204 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16567 + "esdbEquipmentInterfaceId": 23238, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "kcnsc-cr6:2/1/c14/1", + "urn": "eqxam3-cr6:2/1/c9/1", "tags": [ - "kcnsc-cr6---kcnsc-ps:pt-730c1b18:::na", - "kcnsc-cr6---kcnsc-ps:pt-730c1b18:throughput::na" + "eqxam3-cr6---eqxam3-ht2:ht-f61be643:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16570 - } - ], - "esdbEquipmentId": 1835 - }, - { - "urn": "ameshwhb-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.220", - "reservableVlans": [], - "location": "AMESHWHB", - "locationId": 623, - "latitude": "42.03028", - "longitude": "-93.64751", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 23239, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "ameshwhb-cr6:1/1/c13/3", + "urn": "eqxam3-cr6:lag-10", "tags": [ - "ameshwhb-cr6---AMES::conn-d:show:na", - "ameshwhb-cr6---ames(as2640):l3edge-04fcab0b:site_conn-d_base:show:na", - "ameshwhb-cr6---ames(as2640):l3edge-031d46b8:site_conn-d_base:show:na" + "eqxam3-cr6---GEANT::conn-s:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 913, - "ceiling": 4095 + "floor": 107, + "ceiling": 110 }, { "floor": 2, - "ceiling": 901 + "ceiling": 105 }, { - "floor": 903, - "ceiling": 911 + "floor": 112, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22131 + "esdbEquipmentInterfaceId": 28753, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwhb-cr6:1/1/c1/1", + "urn": "eqxam3-cr6:lag-20", "tags": [ - "ameshwhb-cr6---ameshwh-cr6:bbl-3419f725::ESNET-Z16425:na", - "ameshwhb-cr6---ameshwh-cr6:ESNET-Z16425::show:intracloud" + "eqxam3-cr6---eqxam3-mpr1:mgt-b8e5c075:lag-20:ESNET-Z11617:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ameshwhb-cr6:ameshwh-bb-b", - "port": "1/1/c1/1", - "ipv4Address": "134.55.57.66/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 22125 + "esdbEquipmentInterfaceId": 23261, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwhb-cr6:1/1/c13/2", + "urn": "eqxam3-cr6:lag-400", "tags": [ - "ameshwhb-cr6---chic-cr6:bbl-06c8a6d8::ESNET-Z11529:na", - "ameshwhb-cr6---chic-cr6:ESNET-Z11529::show:intracloud" + "eqxam3-cr6---eqxam3-ht1:ht-651223db:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ameshwhb-cr6:chic-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.57.248/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 408, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 22130 + "esdbEquipmentInterfaceId": 29184, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwhb-cr6:lag-20", + "urn": "eqxam3-cr6:lag-401", "tags": [ - "ameshwhb-cr6---ameshwhb-mpr1:mgt-d02e7759:lag-20:ESNET-Z11267:na", - "ameshwhb-cr6---ameshwhb-mpr1:ESNET-Z11267::show:intracloud" + "eqxam3-cr6---eqxam3-ht2:ht-f61be643:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 965 + "floor": 404, + "ceiling": 4095 }, { - "floor": 967, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 22149 - }, + "esdbEquipmentInterfaceId": 29187, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2080, + "orchSubscriptionId": null + }, + { + "urn": "eqxch2-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.167", + "reservableVlans": [], + "location": "EQXCH2", + "locationId": 260, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "ameshwhb-cr6:2/1/c1/1", + "urn": "eqxch2-cr6:1/1/c1/1", "tags": [ - "ameshwhb-cr6---ameshwh-cr6:bbl-3419f725::ESNET-Z11518:na", - "ameshwhb-cr6---ameshwh-cr6:ESNET-Z11518::show:intracloud" + "eqxch2-cr6---PacketFabric::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ameshwhb-cr6:ameshwh-bb-a", - "port": "2/1/c1/1", - "ipv4Address": "134.55.57.244/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22137 + "esdbEquipmentInterfaceId": 11943, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ameshwhb-cr6:1/1/c2/1", + "urn": "eqxch2-cr6:1/1/c15/1", "tags": [ - "ameshwhb-cr6---chic-cr6:bbl-2dc2d07c::ESNET-Z16426:na", - "ameshwhb-cr6---chic-cr6:ESNET-Z16426::show:intracloud" + "eqxch2-cr6---eqxch2-bert1:bert-b9566989:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ameshwhb-cr6:chic-bb-b", - "port": "1/1/c2/1", - "ipv4Address": "134.55.57.65/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4011, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4009 } ], - "esdbEquipmentInterfaceId": 22126 - } - ], - "esdbEquipmentId": 2019 - }, - { - "urn": "seat-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.191", - "reservableVlans": [], - "location": "SEAT", - "locationId": 286, - "latitude": "47.654477", - "longitude": "-122.3225138", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 11957, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "seat-cr6:1/1/c31/1", + "urn": "eqxch2-cr6:1/1/c17/3", "tags": [ - "seat-cr6---sacr-cr6:bbl-09c50b02::ESNET-Z10865:na", - "seat-cr6---sacr-cr6:ESNET-Z10865::show:intracloud" + "eqxch2-cr6---DOENET-EQX-CH1::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "seat-cr6:sacr-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.122/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 29 }, { - "floor": 7, + "floor": 31, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13513 + "esdbEquipmentInterfaceId": 11961, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:lag-20", + "urn": "eqxch2-cr6:1/1/c19/1", "tags": [ - "seat-cr6---seat-mpr1:mgt-010eef26:lag-20:ESNET-Z08569:na", - "seat-cr6---seat-mpr1:ESNET-Z08569::show:intracloud", - "seat-cr6-base--pnwg-gw:gw::na", - "seat-cr6---fabric(as4294967285):l3edge-3293dac4:site_conn-ae_base:show:na", - "seat-cr6---seat-ps:pt-fcaf994e:owamp::na", - "seat-cr6--pnwg-gw:gw::na" + "eqxch2-cr6---bost-cr6:bbl-16769fcc::ESNET-Z14521:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 921 - }, - { - "floor": 923, - "ceiling": 923 - }, - { - "floor": 925, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 1021, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14928 + "esdbEquipmentInterfaceId": 11967, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c22/1", + "urn": "eqxch2-cr6:1/1/c22/1", "tags": [ - "seat-cr6---pnnlemsl-cr6:bbl-ce0033d0::ESNET-Z11749:na", - "seat-cr6---pnnlemsl-cr6:ESNET-Z11749::show:intracloud" + "eqxch2-cr6---star-cr6:bbl-15248511::ESNET-Z10284:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "seat-cr6:pnnlemsl-bb-b", - "port": "1/1/c22/1", - "ipv4Address": "134.55.58.95/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -9932,56 +9749,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13510 + "esdbEquipmentInterfaceId": 11968, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c14/1", + "urn": "eqxch2-cr6:1/1/c25/1", "tags": [ - "seat-cr6---seat-ps:pt-fcaf994e:::na", - "seat-cr6---seat-ps:pt-fcaf994e:throughput::na" + "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z10805:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13528 + "esdbEquipmentInterfaceId": 11969, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c25/1", + "urn": "eqxch2-cr6:1/1/c28/1", "tags": [ - "seat-cr6---bois-cr6:bbl-cf42814f::ESNET-Z14704:na", - "seat-cr6---bois-cr6:ESNET-Z14704::show:intracloud" + "eqxch2-cr6---chic-cr6:bbl-ea29f2eb::ESNET-Z10760:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "seat-cr6:bois-bb-d", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.23/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -9992,47 +9805,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13541 + "esdbEquipmentInterfaceId": 11970, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c1/1", + "urn": "eqxch2-cr6:1/1/c3/1", "tags": [ - "seat-cr6---PacketFabric::conn-d:show:na" + "eqxch2-cr6---Equinix::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 98 + }, + { + "floor": 100, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13515 + "esdbEquipmentInterfaceId": 11945, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c25/1", + "urn": "eqxch2-cr6:1/1/c31/1", "tags": [ - "seat-cr6---sacr-cr6:bbl-09c50b02::ESNET-Z14153:na", - "seat-cr6---sacr-cr6:ESNET-Z14153::show:intracloud" + "eqxch2-cr6---bost-cr6:bbl-16769fcc::ESNET-Z10745:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "seat-cr6:sacr-bb-e", - "port": "1/1/c25/1", - "ipv4Address": "134.55.56.176/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -10043,124 +9861,188 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13511 + "esdbEquipmentInterfaceId": 11971, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c3/1", + "urn": "eqxch2-cr6:1/1/c34/1", "tags": [ - "seat-cr6---SIX::conn-b:show:na", - "seat-cr6---six:l3edge-84729c1e:six_conn-b_base:show:na", - "seat-cr6---six:l3edge-2ad2f785:six_conn-b_base:show:na" + "eqxch2-cr6---star-cr6:bbl-15248511::ESNET-Z10799:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4, + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13517 + "esdbEquipmentInterfaceId": 11972, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c2/1", + "urn": "eqxch2-cr6:1/1/c35/1", "tags": [ - "seat-cr6---PWAVE-SEATTLE::conn-b:show:na", - "seat-cr6---pwave-seattle:l3edge-1570f24f:pwave-seattle_conn-b_base:show:na", - "seat-cr6---pwave-seattle:l3edge-3aff1348:pwave-seattle_conn-b_base:show:na", - "seat-cr6---pwave(asNone):l3edge-12794518:conn-b_base:show:na", - "seat-cr6---pwave-seattle:l3edge-7ac2efdb:pwave-seattle_conn-b_base:show:na", - "seat-cr6---pwave(as24):l3edge-827a35c7:conn-b_base:show:na", - "seat-cr6---pwave(asNone):l3edge-5d2b74b9:conn-b_base:show:na", - "seat-cr6---sinet(as2907):l3edge-bef84c97:conn-b_base:show:na", - "seat-cr6---sinet(as2907):l3edge-213eb2c4:conn-b_base:show:na", - "seat-cr6---aarnet(as7575):l3edge-10017910:conn-b_l3vpn-lhcone:show:intercloud", - "seat-cr6---canarie(as6509):l3edge-7be813ab:conn-b_l3vpn-lhcone:show:intercloud", - "seat-cr6---cstnet(as7497):l3edge-9c591141:conn-b_l3vpn-lhcone:show:intercloud", - "seat-cr6---jgn(as17934):l3edge-71a465b2:conn-b_l3vpn-lhcone:show:intercloud", - "seat-cr6---kreonet2(as17579):l3edge-fe60f691:conn-b_l3vpn-lhcone:show:intercloud", - "seat-cr6---lbnl(as63331):l3edge-13ef8e36:site_conn-b_ipt:show:na", - "seat-cr6---lbnl(as63331):l3edge-487e8522:site_conn-b_ipt:show:na" + "eqxch2-cr6---chic-cr6:bbl-ea29f2eb::ESNET-Z17934:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 705 - }, - { - "floor": 952, - "ceiling": 960 - }, - { - "floor": 841, - "ceiling": 950 + "ceiling": 5 }, { - "floor": 780, - "ceiling": 813 - }, + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 29069, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxch2-cr6:1/1/c4/1", + "tags": [ + "eqxch2-cr6---DREN::conn-d:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "floor": 962, - "ceiling": 1036 + "floor": 3857, + "ceiling": 4095 }, { - "floor": 708, - "ceiling": 775 - }, + "floor": 2, + "ceiling": 3855 + } + ], + "esdbEquipmentInterfaceId": 11946, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxch2-cr6:1/1/c6/1", + "tags": [ + "eqxch2-cr6---HE::conn-l:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "floor": 815, - "ceiling": 815 - }, + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 11948, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "eqxch2-cr6:1/1/c8/1", + "tags": [ + "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "floor": 817, - "ceiling": 827 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 829, - "ceiling": 839 - }, + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 11950, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxch2-cr6:1/1/c9/1", + "tags": [ + "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "floor": 1039, - "ceiling": 1456 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 1458, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13516 + "esdbEquipmentInterfaceId": 11951, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c31/1", + "urn": "eqxch2-cr6:2/1/c1/1", "tags": [ - "seat-cr6---pnnlemsl-cr6:bbl-ce0033d0::ESNET-Z12476:na", - "seat-cr6---pnnlemsl-cr6:ESNET-Z12476::show:intracloud" + "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z13639:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "seat-cr6:pnnlemsl-bb-a", - "port": "2/1/c31/1", - "ipv4Address": "134.55.58.93/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -10171,58 +10053,84 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13543 + "esdbEquipmentInterfaceId": 11973, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c17/3", + "urn": "eqxch2-cr6:2/1/c14/1", "tags": [ - "seat-cr6---netlalb-cr6:bbl-50fa8875::ESNET-Z12529:na", - "seat-cr6---netlalb-cr6:ESNET-Z12529::show:intracloud" + "eqxch2-cr6---eqxch2-ps:pt-853c60e7:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "seat-cr6:netlalb-bb-a", - "port": "1/1/c17/3", - "ipv4Address": "134.55.56.251/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13503 + "esdbEquipmentInterfaceId": 11986, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c34/1", + "urn": "eqxch2-cr6:2/1/c15/1", "tags": [ - "seat-cr6---bois-cr6:bbl-80877151::ESNET-Z10742:na", - "seat-cr6---bois-cr6:ESNET-Z10742::show:intracloud" + "eqxch2-cr6---eqxch2-bert1:bert-b9566989:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4011, + "ceiling": 4095 + }, { - "urn": "seat-cr6:bois-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.130/31" + "floor": 2, + "ceiling": 4009 } ], + "esdbEquipmentInterfaceId": 11987, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxch2-cr6:2/1/c19/1", + "tags": [ + "eqxch2-cr6---anl541b-cr6:bbl-354e6439::ESNET-Z14072:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -10233,52 +10141,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13544 + "esdbEquipmentInterfaceId": 11997, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c17/2", + "urn": "eqxch2-cr6:2/1/c22/1", "tags": [ - "seat-cr6---FABRIC::conn-af:show:na", - "seat-cr6---fabric(as4294967285):l3edge-212cf2ab:site_conn-af_base:show:na" + "eqxch2-cr6---chic-cr6:bbl-ea29f2eb::ESNET-Z10290:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 1009 + "ceiling": 5 }, { - "floor": 1011, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13502 + "esdbEquipmentInterfaceId": 11998, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c28/1", + "urn": "eqxch2-cr6:2/1/c23/1", "tags": [ - "seat-cr6---bois-cr6:bbl-80877151::ESNET-Z10895:na", - "seat-cr6---bois-cr6:ESNET-Z10895::show:intracloud" + "eqxch2-cr6---bost-cr6:bbl-16769fcc::ESNET-Z17190:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "seat-cr6:bois-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.58.21/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -10289,136 +10197,164 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13512 + "esdbEquipmentInterfaceId": 29071, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c5/1", + "urn": "eqxch2-cr6:2/1/c25/1", "tags": [ - "seat-cr6---PNNL::conn-o:show:na" + "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z10808:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13489 + "esdbEquipmentInterfaceId": 11999, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c6/1", + "urn": "eqxch2-cr6:2/1/c28/1", "tags": [ - "seat-cr6---PNNL::conn-q:show:na", - "seat-cr6---pnnl(as3428):l3edge-121c7edd:site_conn-q_base:show:na" + "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z10910:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 964 + "ceiling": 5 }, { - "floor": 966, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13490 + "esdbEquipmentInterfaceId": 12000, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c9/1", + "urn": "eqxch2-cr6:2/1/c31/1", "tags": [ - "seat-cr6---seat-ht2:ht-4c27d9fe:::na", - "seat-cr6---seat-ht2:ht-4c27d9fe:service1::na" + "eqxch2-cr6---chic-cr6:bbl-ea29f2eb::ESNET-Z10757:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13523 + "esdbEquipmentInterfaceId": 12001, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c1/1", + "urn": "eqxch2-cr6:2/1/c34/1", "tags": [ - "seat-cr6---PacketFabric::conn-c:show:na" + "eqxch2-cr6---star-cr6:bbl-15248511::ESNET-Z10802:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13485 + "esdbEquipmentInterfaceId": 12002, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c8/1", + "urn": "eqxch2-cr6:2/1/c35/1", "tags": [ - "seat-cr6---seat-ht1:ht-d31efccf:::na", - "seat-cr6---seat-ht1:ht-d31efccf:service1::na" + "eqxch2-cr6---star-cr6:bbl-15248511::ESNET-Z17935:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13492 + "esdbEquipmentInterfaceId": 30457, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:2/1/c8/1", + "urn": "eqxch2-cr6:2/1/c8/1", "tags": [ - "seat-cr6---seat-ht2:ht-4c27d9fe:::na", - "seat-cr6---seat-ht2:ht-4c27d9fe:service1::na" + "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -10429,21 +10365,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13522 + "esdbEquipmentInterfaceId": 11980, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:1/1/c9/1", + "urn": "eqxch2-cr6:2/1/c9/1", "tags": [ - "seat-cr6---seat-ht1:ht-d31efccf:::na", - "seat-cr6---seat-ht1:ht-d31efccf:service1::na" + "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -10454,114 +10393,77 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13493 + "esdbEquipmentInterfaceId": 11981, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "seat-cr6:lag-401", + "urn": "eqxch2-cr6:lag-1", "tags": [ - "seat-cr6---seat-ht2:ht-4c27d9fe:capture::na" + "eqxch2-cr6---GOOGLE::conn-k:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 25695 + "esdbEquipmentInterfaceId": 22902, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "seat-cr6:lag-400", + "urn": "eqxch2-cr6:lag-2", "tags": [ - "seat-cr6---seat-ht1:ht-d31efccf:capture::na" + "eqxch2-cr6---TATA::conn-j:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 25694 - } - ], - "esdbEquipmentId": 1706 - }, - { - "urn": "nash-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.176", - "reservableVlans": [], - "location": "NASH", - "locationId": 268, - "latitude": "36.102307", - "longitude": "-86.755051", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ - { - "urn": "nash-cr6:1/1/c31/1", - "tags": [ - "nash-cr6---chic-cr6:bbl-ef7ff668::ESNET-Z10769:na", - "nash-cr6---chic-cr6:ESNET-Z10769::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nash-cr6:chic-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.205/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12487 + "esdbEquipmentInterfaceId": 25865, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "nash-cr6:lag-20", + "urn": "eqxch2-cr6:lag-20", "tags": [ - "nash-cr6---nash-mpr1:mgt-dea2c14f:lag-20:ESNET-Z08605:na", - "nash-cr6---nash-mpr1:ESNET-Z08605::show:intracloud", - "nash-cr6---doenet-pppo(as65026):l3edge-4e5fed1a:site_conn-b_base:show:na", - "nash-cr6---doenet-swpa-mo(as65052):l3edge-9c7858ea:site_conn-b_base:show:na", - "nash-cr6---nash-ps:pt-9cd87668:owamp::na" + "eqxch2-cr6---eqxch2-mpr1:mgt-c031e8a3:lag-20:ESNET-Z08563:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 31, + "ceiling": 918 + }, { "floor": 1111, "ceiling": 4095 @@ -10577,186 +10479,181 @@ { "floor": 2, "ceiling": 29 - }, - { - "floor": 32, - "ceiling": 918 } ], - "esdbEquipmentInterfaceId": 14940 + "esdbEquipmentInterfaceId": 14926, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:2/1/c14/1", + "urn": "eqxch2-cr6:lag-3", "tags": [ - "nash-cr6---nash-ps:pt-9cd87668:::na", - "nash-cr6---nash-ps:pt-9cd87668:throughput::na" + "eqxch2-cr6---GOOGLE::conn-m:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12502 + "esdbEquipmentInterfaceId": 27049, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "nash-cr6:2/1/c25/1", + "urn": "eqxch2-cr6:lag-400", "tags": [ - "nash-cr6---chat-cr6:bbl-eccd186d::ESNET-Z15052:na", - "nash-cr6---chat-cr6:ESNET-Z15052::show:intracloud" + "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nash-cr6:chat-bb-d", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.13/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ + { + "floor": 414, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, - "ceiling": 4095 + "floor": 404, + "ceiling": 409 } ], - "esdbEquipmentInterfaceId": 12515 + "esdbEquipmentInterfaceId": 25696, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:1/1/c34/1", + "urn": "eqxch2-cr6:lag-401", "tags": [ - "nash-cr6---chat-cr6:bbl-eccd186d::ESNET-Z10751:na", - "nash-cr6---chat-cr6:ESNET-Z10751::show:intracloud" + "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nash-cr6:chat-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.209/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 406, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 12488 - }, + "esdbEquipmentInterfaceId": 25697, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1667, + "orchSubscriptionId": null + }, + { + "urn": "eqxda3-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.202", + "reservableVlans": [], + "location": "EQXDA3", + "locationId": 600, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "nash-cr6:1/1/c25/1", + "urn": "eqxda3-cr6:1/1/c17/3", "tags": [ - "nash-cr6---chic-cr6:bbl-ef7ff668::ESNET-Z15056:na", - "nash-cr6---chic-cr6:ESNET-Z15056::show:intracloud" + "eqxda3-cr6---DOENET-EQX-DAL::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nash-cr6:chic-bb-f", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.15/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 29 }, { - "floor": 7, + "floor": 31, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12485 + "esdbEquipmentInterfaceId": 14800, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:2/1/c31/1", + "urn": "eqxda3-cr6:1/1/c17/4", "tags": [ - "nash-cr6---chic-cr6:bbl-ef7ff668::ESNET-Z10772:na", - "nash-cr6---chic-cr6:ESNET-Z10772::show:intracloud" + "eqxda3-cr6---Equinix::conn-k:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nash-cr6:chic-bb-e", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.207/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12517 + "esdbEquipmentInterfaceId": 14801, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:2/1/c34/1", + "urn": "eqxda3-cr6:1/1/c28/1", "tags": [ - "nash-cr6---chat-cr6:bbl-eccd186d::ESNET-Z10754:na", - "nash-cr6---chat-cr6:ESNET-Z10754::show:intracloud" + "eqxda3-cr6---kans-cr6:bbl-033bd142::ESNET-Z17797:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "nash-cr6:chat-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.211/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -10767,94 +10664,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12518 + "esdbEquipmentInterfaceId": 14809, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:1/1/c28/1", + "urn": "eqxda3-cr6:1/1/c3/1", "tags": [ - "nash-cr6---ornl5600-cr6:bbl-a4e03c02::ESNET-Z13486:na", - "nash-cr6---ornl5600-cr6:ESNET-Z13486::show:intracloud" + "eqxda3-cr6---Equinix::conn-j:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nash-cr6:ornl5600-bb-b", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.73/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 98 }, { - "floor": 7, + "floor": 100, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12486 + "esdbEquipmentInterfaceId": 14784, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:2/1/c4/1", + "urn": "eqxda3-cr6:1/1/c31/1", "tags": [ - "nash-cr6---SOX::conn-c:show:na", - "nash-cr6---flr(as11096):l3edge-ca2be3b9:conn-c_base:show:na", - "nash-cr6---sox(as10490):l3edge-15db2451:conn-c_base:show:na", - "nash-cr6---flr(as11096):l3edge-7537ca94:site_conn-c_l3vpn-lhcone:show:intercloud", - "nash-cr6---vanderbilt(as7212):l3edge-fb3f941b:site_conn-c_l3vpn-lhcone:show:intercloud" + "eqxda3-cr6---hous-cr6:bbl-02554e63::ESNET-Z09880:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2122, - "ceiling": 4095 - }, - { - "floor": 591, - "ceiling": 2119 - }, - { - "floor": 527, - "ceiling": 589 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 525 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12492 + "esdbEquipmentInterfaceId": 14810, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:1/1/c6/1", + "urn": "eqxda3-cr6:1/1/c34/1", "tags": [ - "nash-cr6---hous-cr6:bbl-e8a0e0a6::ESNET-Z09869:na", - "nash-cr6---hous-cr6:ESNET-Z09869::show:intracloud" + "eqxda3-cr6---hous-cr6:bbl-02554e63::ESNET-Z10781:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "nash-cr6:hous-bb-b", - "port": "1/1/c6/1", - "ipv4Address": "134.55.57.156/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -10865,21 +10748,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12464 + "esdbEquipmentInterfaceId": 14811, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:2/1/c9/1", + "urn": "eqxda3-cr6:1/1/c8/1", "tags": [ - "nash-cr6---nash-ht2:ht-13229700:::na", - "nash-cr6---nash-ht2:ht-13229700:service1::na" + "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -10890,21 +10776,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12497 + "esdbEquipmentInterfaceId": 14789, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:1/1/c8/1", + "urn": "eqxda3-cr6:1/1/c9/1", "tags": [ - "nash-cr6---nash-ht1:ht-944b624b:::na", - "nash-cr6---nash-ht1:ht-944b624b:service1::na" + "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -10915,108 +10804,108 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12466 + "esdbEquipmentInterfaceId": 14790, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:2/1/c8/1", + "urn": "eqxda3-cr6:2/1/c14/1", "tags": [ - "nash-cr6---nash-ht2:ht-13229700:::na", - "nash-cr6---nash-ht2:ht-13229700:service1::na" + "eqxda3-cr6---eqxda3-ps:pt-9b2bb6e1:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12496 + "esdbEquipmentInterfaceId": 14825, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:1/1/c9/1", + "urn": "eqxda3-cr6:2/1/c17/2", "tags": [ - "nash-cr6---nash-ht1:ht-944b624b:::na", - "nash-cr6---nash-ht1:ht-944b624b:service1::na" + "eqxda3-cr6---FABRIC::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 1009 }, { - "floor": 2, - "ceiling": 4088 + "floor": 1011, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12467 + "esdbEquipmentInterfaceId": 14829, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:2/1/c28/1", + "urn": "eqxda3-cr6:2/1/c17/3", "tags": [ - "nash-cr6---ornl5600-cr6:bbl-a4e03c02::ESNET-Z13487:na", - "nash-cr6---ornl5600-cr6:ESNET-Z13487::show:intracloud" + "eqxda3-cr6---Equinix::conn-l:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nash-cr6:ornl5600-bb-c", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.171/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12516 + "esdbEquipmentInterfaceId": 14830, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:2/1/c17/3", + "urn": "eqxda3-cr6:2/1/c17/4", "tags": [ - "nash-cr6---srs702a-cr6:bbl-ce66b716::ESNET-Z11679:na", - "nash-cr6---srs702a-cr6:ESNET-Z11679::show:intracloud" + "eqxda3-cr6---pantex1237-cr6:bbl-92290f0c::ESNET-Z16680:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "nash-cr6:srs702a-bb-a", - "port": "2/1/c17/3", - "ipv4Address": "134.55.58.45/31" - } - ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -11027,116 +10916,104 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12507 + "esdbEquipmentInterfaceId": 14831, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:1/1/c10/1", + "urn": "eqxda3-cr6:2/1/c19/1", "tags": [ - "nash-cr6---ornl5600-cr6:bbl-3bde5ed5::ESNET-Z10935:na", - "nash-cr6---ornl5600-cr6:ESNET-Z10935::show:intracloud" + "eqxda3-cr6---LEARN::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nash-cr6:ornl5600-bb-a", - "port": "1/1/c10/1", - "ipv4Address": "134.55.57.60/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12468 + "esdbEquipmentInterfaceId": 14836, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:lag-401", + "urn": "eqxda3-cr6:2/1/c28/1", "tags": [ - "nash-cr6---nash-ht2:ht-13229700:capture::na" + "eqxda3-cr6---hous-cr6:bbl-02554e63::ESNET-Z17816:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25737 + "esdbEquipmentInterfaceId": 14839, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nash-cr6:lag-400", + "urn": "eqxda3-cr6:2/1/c31/1", "tags": [ - "nash-cr6---nash-ht1:ht-944b624b:capture::na" + "eqxda3-cr6---kans-cr6:bbl-033bd142::ESNET-Z13648:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25736 - } - ], - "esdbEquipmentId": 1681 - }, - { - "urn": "chat-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.179", - "reservableVlans": [], - "location": "CHAT", - "locationId": 271, - "latitude": "35.030567", - "longitude": "-85.297417", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 14840, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "chat-cr6:2/1/c28/1", + "urn": "eqxda3-cr6:2/1/c34/1", "tags": [ - "chat-cr6---nash-cr6:bbl-eccd186d::ESNET-Z15052:na", - "chat-cr6---nash-cr6:ESNET-Z15052::show:intracloud" + "eqxda3-cr6---kans-cr6:bbl-033bd142::ESNET-Z10784:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chat-cr6:nash-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.12/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -11147,224 +11024,323 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12708 + "esdbEquipmentInterfaceId": 14841, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:1/1/c31/1", + "urn": "eqxda3-cr6:2/1/c8/1", "tags": [ - "chat-cr6---atla-cr6:bbl-5ee48ffe::ESNET-Z10715:na", - "chat-cr6---atla-cr6:ESNET-Z10715::show:intracloud" + "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, { - "urn": "chat-cr6:atla-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.231/31" + "floor": 2, + "ceiling": 4088 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 14819, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxda3-cr6:2/1/c9/1", + "tags": [ + "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12679 + "esdbEquipmentInterfaceId": 14820, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:lag-20", + "urn": "eqxda3-cr6:lag-1", + "tags": [ + "eqxda3-cr6---OCI::conn-g:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 24500, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "eqxda3-cr6:lag-20", "tags": [ - "chat-cr6---chat-mpr1:mgt-dd56ef68:lag-20:ESNET-Z08641:na", - "chat-cr6---chat-mpr1:ESNET-Z08641::show:intracloud", - "chat-cr6---chat-ps:pt-0706c1b9:owamp::na", - "chat-cr6---chat-ps:pt-lsst-manual:owamp::na" + "eqxda3-cr6---eqxda3-mpr1:mgt-b90ceffb:lag-20:ESNET-Z08656:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 967, + "ceiling": 1019 + }, { "floor": 1111, - "ceiling": 2219 + "ceiling": 4095 }, { "floor": 2, "ceiling": 918 }, - { - "floor": 2221, - "ceiling": 4095 - }, { "floor": 920, "ceiling": 965 }, { - "floor": 967, + "floor": 1021, "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14952 + "esdbEquipmentInterfaceId": 14958, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:2/1/c14/1", + "urn": "eqxda3-cr6:lag-400", "tags": [ - "chat-cr6---chat-ps:pt-0706c1b9:::na", - "chat-cr6---chat-ps:pt-0706c1b9:throughput::na", - "chat-cr6---chat-ps:pt-lsst-manual:throughput::na" + "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2222, - "ceiling": 4095 + "floor": 402, + "ceiling": 403 }, { - "floor": 1112, - "ceiling": 2220 + "floor": 406, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 12694 + "esdbEquipmentInterfaceId": 26850, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:2/1/c25/1", + "urn": "eqxda3-cr6:lag-401", "tags": [ - "chat-cr6---ornl1064-cr6:bbl-a84fc3a5::ESNET-Z14555:na", - "chat-cr6---ornl1064-cr6:ESNET-Z14555::show:intracloud" + "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ { - "urn": "chat-cr6:ornl1064-bb-d", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.4/31" + "floor": 404, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 26851, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1744, + "orchSubscriptionId": null + }, + { + "urn": "eqxdc4-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.168", + "reservableVlans": [], + "location": "EQXDC4", + "locationId": 261, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "eqxdc4-cr6:1/1/c1/1", + "tags": [ + "eqxdc4-cr6---DOE-NNSA-MANA::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1992 }, { - "floor": 7, + "floor": 1994, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12707 + "esdbEquipmentInterfaceId": 12007, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:1/1/c34/1", + "urn": "eqxdc4-cr6:1/1/c16/1", "tags": [ - "chat-cr6---nash-cr6:bbl-eccd186d::ESNET-Z10751:na", - "chat-cr6---nash-cr6:ESNET-Z10751::show:intracloud" + "eqxdc4-cr6---DOE-IN-ASHB::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chat-cr6:nash-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.208/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12680 + "esdbEquipmentInterfaceId": 12022, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:1/1/c25/1", + "urn": "eqxdc4-cr6:1/1/c16/2", "tags": [ - "chat-cr6---ornl1064-cr6:bbl-a84fc3a5::ESNET-Z14554:na", - "chat-cr6---ornl1064-cr6:ESNET-Z14554::show:intracloud" + "eqxdc4-cr6---SRS::conn-l:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "chat-cr6:ornl1064-bb-c", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.2/31" + "floor": 0, + "ceiling": 0 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 27715, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "eqxdc4-cr6:1/1/c16/4", + "tags": [ + "eqxdc4-cr6---SNLA::conn-n:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12677 + "esdbEquipmentInterfaceId": 27717, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:2/1/c31/1", + "urn": "eqxdc4-cr6:1/1/c17/3", "tags": [ - "chat-cr6---atla-cr6:bbl-5ee48ffe::ESNET-Z10718:na", - "chat-cr6---atla-cr6:ESNET-Z10718::show:intracloud" + "eqxdc4-cr6---netlmgn-cr6:bbl-961dae77::ESNET-Z12530:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chat-cr6:atla-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.233/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -11375,27 +11351,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12709 + "esdbEquipmentInterfaceId": 12025, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:2/1/c34/1", + "urn": "eqxdc4-cr6:1/1/c17/4", "tags": [ - "chat-cr6---nash-cr6:bbl-eccd186d::ESNET-Z10754:na", - "chat-cr6---nash-cr6:ESNET-Z10754::show:intracloud" + "eqxdc4-cr6---germantown-cr6:bbl-e0f67301::ESNET-Z12318:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chat-cr6:nash-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.210/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -11406,341 +11379,384 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12710 + "esdbEquipmentInterfaceId": 12026, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:1/1/c28/1", + "urn": "eqxdc4-cr6:1/1/c18/3", "tags": [ - "chat-cr6---atla-cr6:bbl-5ee48ffe::ESNET-Z15063:na", - "chat-cr6---atla-cr6:ESNET-Z15063::show:intracloud" + "eqxdc4-cr6---DOENET-EQX-ASH::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ - { - "urn": "chat-cr6:atla-bb-e", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.67/31" + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 29 + }, + { + "floor": 31, + "ceiling": 4095 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 12029, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxdc4-cr6:1/1/c18/4", + "tags": [ + "eqxdc4-cr6---DOENET-EQX-ASH::conn-d:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 39 }, { - "floor": 7, + "floor": 41, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12678 + "esdbEquipmentInterfaceId": 12030, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chat-cr6:1/1/c4/1", + "urn": "eqxdc4-cr6:1/1/c2/1", "tags": [ - "chat-cr6---LSST::conn-a:show:na", - "chat-cr6---lsst(as20080):l3edge-78f67587:site_conn-a_l3vpn-lsst:show:intercloud" + "eqxdc4-cr6---jlab205-cr6:bbl-3ea79543::ESNET-Z14942:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 314 + "ceiling": 5 }, { - "floor": 316, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12654 - } - ], - "esdbEquipmentId": 1686 - }, - { - "urn": "nnss-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.213", - "reservableVlans": [], - "location": "NNSS", - "locationId": 610, - "latitude": "36.207199", - "longitude": "-115.136187", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12008, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "nnss-cr6:1/1/c13/3", + "urn": "eqxdc4-cr6:1/1/c25/1", "tags": [ - "nnss-cr6---NNSS::conn-b:show:na", - "nnss-cr6---doenet-nnss-nfo(as65009):l3edge-33e27751:site_conn-b_base:show:na", - "nnss-cr6---nga-nvic(as65053):l3edge-0d2cc1e7:site_conn-b_base:show:na", - "nnss-cr6---nga-nvic(as65053):l3edge-f2e0a682:site_conn-b_base:show:na", - "nnss-cr6---nnss(as11678):l3edge-3288d439:site_conn-b_base:show:na" + "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z10910:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 504, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 499 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16646 + "esdbEquipmentInterfaceId": 12033, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nnss-cr6:1/1/c1/1", + "urn": "eqxdc4-cr6:1/1/c28/1", "tags": [ - "nnss-cr6---lasv-cr6:bbl-1118c475::ESNET-Z13319:na", - "nnss-cr6---lasv-cr6:ESNET-Z13319::show:intracloud" + "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z10805:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, { - "urn": "nnss-cr6:lasv-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.37/31" + "floor": 7, + "ceiling": 4095 } ], + "esdbEquipmentInterfaceId": 12034, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxdc4-cr6:1/1/c3/1", + "tags": [ + "eqxdc4-cr6---Equinix::conn-e:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 98 }, { - "floor": 7, + "floor": 100, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16640 + "esdbEquipmentInterfaceId": 12009, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nnss-cr6:lag-20", + "urn": "eqxdc4-cr6:1/1/c31/1", "tags": [ - "nnss-cr6---nnss-mpr1:mgt-7419a07c:lag-20:ESNET-Z09166:na", - "nnss-cr6---nnss-mpr1:ESNET-Z09166::show:intracloud", - "nnss-cr6---nnss-ps:pt-de5e75f7:owamp::na" + "eqxdc4-cr6---wash-cr6:bbl-a7031f25::ESNET-Z10811:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16837 + "esdbEquipmentInterfaceId": 12035, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nnss-cr6:2/1/c14/1", + "urn": "eqxdc4-cr6:1/1/c4/1", "tags": [ - "nnss-cr6---nnss-ps:pt-de5e75f7:::na", - "nnss-cr6---nnss-ps:pt-de5e75f7:throughput::na" + "eqxdc4-cr6---DREN::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 3844 }, { - "floor": 912, - "ceiling": 1110 + "floor": 3846, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16660 + "esdbEquipmentInterfaceId": 12010, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nnss-cr6:2/1/c13/3", + "urn": "eqxdc4-cr6:1/1/c8/1", "tags": [ - "nnss-cr6---DOE-IN-NNSS::conn-b:show:na", - "nnss-cr6---doe-in-nnss(as65531):l3edge-c1b6a076:site_conn-b_base:show:na" + "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1995, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1993 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16658 + "esdbEquipmentInterfaceId": 12014, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nnss-cr6:2/1/c13/4", + "urn": "eqxdc4-cr6:1/1/c9/1", "tags": [ - "nnss-cr6---DOE-IN-NNSS::conn-a:show:na", - "nnss-cr6---doe-in-nnss(as65531):l3edge-8ab2de42:site_conn-a_base:show:na" + "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1041, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1039 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16659 - } - ], - "esdbEquipmentId": 1838 - }, - { - "urn": "forrestal-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.221", - "reservableVlans": [], - "location": "FORRESTAL", - "locationId": 624, - "latitude": "38.8881567", - "longitude": "-76.9920275", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12015, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "forrestal-cr6:1/1/c13/3", + "urn": "eqxdc4-cr6:2/1/c1/1", "tags": [ - "forrestal-cr6---DOENET-FORR::conn-b:show:na", - "forrestal-cr6---doenet-forr(as32982):l3edge-10d56bba:site_conn-b_base:show:na" + "eqxdc4-cr6---HE::conn-o:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 29 - }, - { - "floor": 31, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 22162 + "esdbEquipmentInterfaceId": 12037, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "forrestal-cr6:1/1/c7/1", + "urn": "eqxdc4-cr6:2/1/c14/1", "tags": [ - "forrestal-cr6---DOE-IN-FORR::conn-d:show:na", - "forrestal-cr6---doe-in-forr(as65055):l3edge-f46d035a:site_conn-d_base:show:na" + "eqxdc4-cr6---eqxdc4-ps:pt-55d2b104:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 899 + "ceiling": 910 }, { - "floor": 901, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 22158 + "esdbEquipmentInterfaceId": 12050, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "forrestal-cr6:1/1/c13/2", + "urn": "eqxdc4-cr6:2/1/c16/2", "tags": [ - "forrestal-cr6---wash-cr6:bbl-bcd15892::ESNET-Z13460:na", - "forrestal-cr6---wash-cr6:ESNET-Z13460::show:intracloud" + "eqxdc4-cr6---SRS::conn-m:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "forrestal-cr6:wash-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.58.158/31" + "floor": 0, + "ceiling": 0 } ], + "esdbEquipmentInterfaceId": 27718, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "eqxdc4-cr6:2/1/c17/2", + "tags": [ + "eqxdc4-cr6---netlpgh-cr6:bbl-00494538::ESNET-Z11936:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -11751,178 +11767,172 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22161 + "esdbEquipmentInterfaceId": 12054, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "forrestal-cr6:lag-20", + "urn": "eqxdc4-cr6:2/1/c17/3", "tags": [ - "forrestal-cr6---forrestal-mpr1:mgt-346b9ea2:lag-20:ESNET-Z11270:na", - "forrestal-cr6---forrestal-mpr1:ESNET-Z11270::show:intracloud", - "forrestal-cr6---doe-nnsa-forr(as65164):l3edge-85536e0c:site_conn-b_base:show:na", - "forrestal-cr6---forrestal-ps:pt-fd5120b8:owamp::na" + "eqxdc4-cr6---Pilotfiber::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 1111, - "ceiling": 2099 - }, - { - "floor": 967, - "ceiling": 1109 + "floor": 416, + "ceiling": 4095 }, { - "floor": 2101, - "ceiling": 4095 + "floor": 2, + "ceiling": 414 } ], - "esdbEquipmentInterfaceId": 22180 + "esdbEquipmentInterfaceId": 12055, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "forrestal-cr6:2/1/c13/2", + "urn": "eqxdc4-cr6:2/1/c17/4", "tags": [ - "forrestal-cr6---germantown-cr6:bbl-a7cb4f84::ESNET-Z13461:na", - "forrestal-cr6---germantown-cr6:ESNET-Z13461::show:intracloud" + "eqxdc4-cr6---Equinix::conn-f:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "forrestal-cr6:germantown-bb-a", - "port": "2/1/c13/2", - "ipv4Address": "134.55.56.8/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22173 + "esdbEquipmentInterfaceId": 12056, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "forrestal-cr6:2/1/c14/1", + "urn": "eqxdc4-cr6:2/1/c18/1", "tags": [ - "forrestal-cr6---forrestal-ps:pt-fd5120b8:::na", - "forrestal-cr6---forrestal-ps:pt-fd5120b8:throughput::na" + "eqxdc4-cr6---Equinix::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22176 - } - ], - "esdbEquipmentId": 2020 - }, - { - "urn": "eqxdc4-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.168", - "reservableVlans": [], - "location": "EQXDC4", - "locationId": 261, - "latitude": "39.016346", - "longitude": "-77.458507", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12057, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "eqxdc4-cr6:lag-20", + "urn": "eqxdc4-cr6:2/1/c18/2", "tags": [ - "eqxdc4-cr6---eqxdc4-mpr1:mgt-5042f801:lag-20:ESNET-Z08575:na", - "eqxdc4-cr6---eqxdc4-mpr1:ESNET-Z08575::show:intracloud", - "eqxdc4-cr6---eqxdc4-ps:pt-55d2b104:owamp::na" + "eqxdc4-cr6---LANL-DC-TAMU::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1111, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 12058, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "eqxdc4-cr6:2/1/c18/3", + "tags": [ + "eqxdc4-cr6---DOE-IN-WMA1::conn-c:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "floor": 967, - "ceiling": 1109 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14930 + "esdbEquipmentInterfaceId": 12059, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "eqxdc4-cr6:2/1/c25/1", + "urn": "eqxdc4-cr6:2/1/c18/4", "tags": [ - "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z13639:na", - "eqxdc4-cr6---eqxch2-cr6:ESNET-Z13639::show:intracloud" + "eqxdc4-cr6---DOE-IN-ASHB::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "eqxdc4-cr6:eqxch2-bb-h", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.69/31" + "floor": 2, + "ceiling": 4095 } ], + "esdbEquipmentInterfaceId": 12060, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxdc4-cr6:2/1/c22/1", + "tags": [ + "eqxdc4-cr6---wash-cr6:bbl-a7031f25::ESNET-Z13638:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -11933,52 +11943,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12063 + "esdbEquipmentInterfaceId": 12062, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c18/4", + "urn": "eqxdc4-cr6:2/1/c25/1", "tags": [ - "eqxdc4-cr6---DOENET-EQX-ASH::conn-d:show:na", - "eqxdc4-cr6---doenet-eqx-ash(as65013):l3edge-caa26c4e:site_conn-d_base:show:na" + "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z13639:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 39 + "ceiling": 5 }, { - "floor": 41, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12030 + "esdbEquipmentInterfaceId": 12063, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c25/1", + "urn": "eqxdc4-cr6:2/1/c28/1", "tags": [ - "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z10910:na", - "eqxdc4-cr6---eqxch2-cr6:ESNET-Z10910::show:intracloud" + "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z10808:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxdc4-cr6:eqxch2-bb-e", - "port": "1/1/c25/1", - "ipv4Address": "134.55.58.11/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -11989,7 +11999,9 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12033 + "esdbEquipmentInterfaceId": 12064, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { "urn": "eqxdc4-cr6:2/1/c3/1", @@ -11998,38 +12010,37 @@ ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12039 + "esdbEquipmentInterfaceId": 12039, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c17/4", + "urn": "eqxdc4-cr6:2/1/c31/1", "tags": [ - "eqxdc4-cr6---germantown-cr6:bbl-e0f67301::ESNET-Z12318:na", - "eqxdc4-cr6---germantown-cr6:ESNET-Z12318::show:intracloud" + "eqxdc4-cr6---wash-cr6:bbl-a7031f25::ESNET-Z10814:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxdc4-cr6:germantown-bb-a", - "port": "1/1/c17/4", - "ipv4Address": "134.55.58.90/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -12040,170 +12051,239 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12026 + "esdbEquipmentInterfaceId": 12065, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c18/3", + "urn": "eqxdc4-cr6:2/1/c8/1", "tags": [ - "eqxdc4-cr6---DOENET-EQX-ASH::conn-c:show:na", - "eqxdc4-cr6---doenet-eqx-ash(as65013):l3edge-63d9fe9a:site_conn-c_base:show:na" + "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 29 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 31, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12029 + "esdbEquipmentInterfaceId": 12044, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c2/1", + "urn": "eqxdc4-cr6:2/1/c9/1", "tags": [ - "eqxdc4-cr6---jlab205-cr6:bbl-3ea79543::ESNET-Z14942:na", - "eqxdc4-cr6---jlab205-cr6:ESNET-Z14942::show:intracloud" + "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxdc4-cr6:jlab205-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.57.52/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12008 + "esdbEquipmentInterfaceId": 12045, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c17/3", + "urn": "eqxdc4-cr6:lag-1", "tags": [ - "eqxdc4-cr6---netlmgn-cr6:bbl-961dae77::ESNET-Z12530:na", - "eqxdc4-cr6---netlmgn-cr6:ESNET-Z12530::show:intracloud" + "eqxdc4-cr6---TATA::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxdc4-cr6:netlmgn-bb-a", - "port": "1/1/c17/3", - "ipv4Address": "134.55.57.79/31" - } + "EDGE", + "UNTAGGED" ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12025 + "esdbEquipmentInterfaceId": 21779, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "eqxdc4-cr6:1/1/c18/2", + "urn": "eqxdc4-cr6:lag-2", "tags": [ - "jlab12-cr6---eqxdc4-cr6::manual-bbl:ESNET-Z11341:na", - "eqxdc4-cr6---jlab12-cr6:ESNET-Z11341::show:intracloud" + "eqxdc4-cr6---OCI::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "urn": "eqxdc4-cr6:jlab12-bb-a", - "port": "1/1/c18/2", - "ipv4Address": "134.55.58.80/31" + "floor": 0, + "ceiling": 0 } ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "esdbEquipmentInterfaceId": 24177, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "eqxdc4-cr6:lag-20", + "tags": [ + "eqxdc4-cr6---eqxdc4-mpr1:mgt-5042f801:lag-20:ESNET-Z08575:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 1453, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1451 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12028 + "esdbEquipmentInterfaceId": 14930, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c3/1", + "urn": "eqxdc4-cr6:lag-400", "tags": [ - "eqxdc4-cr6---Equinix::conn-e:show:na", - "eqxdc4-cr6---equinix:l3edge-040e32c9:equinix_conn-e_base:show:na" + "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 98 + "ceiling": 399 }, { - "floor": 100, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12009 + "esdbEquipmentInterfaceId": 25730, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c22/1", + "urn": "eqxdc4-cr6:lag-401", "tags": [ - "eqxdc4-cr6---wash-cr6:bbl-a7031f25::ESNET-Z13638:na", - "eqxdc4-cr6---wash-cr6:ESNET-Z13638::show:intracloud" + "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 414, + "ceiling": 4095 + }, { - "urn": "eqxdc4-cr6:wash-bb-e", - "port": "2/1/c22/1", - "ipv4Address": "134.55.56.18/31" + "floor": 2, + "ceiling": 399 } ], + "esdbEquipmentInterfaceId": 25731, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1669, + "orchSubscriptionId": null + }, + { + "urn": "eqxld8-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.235", + "reservableVlans": [], + "location": "EQXLD8", + "locationId": 641, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "eqxld8-cr6:1/1/c22/1", + "tags": [ + "eqxld8-cr6---cern773-cr6:bbl-c25530c5::ESNET-Z17903:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -12214,27 +12294,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12062 + "esdbEquipmentInterfaceId": 23293, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c28/1", + "urn": "eqxld8-cr6:1/1/c25/1", "tags": [ - "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z10805:na", - "eqxdc4-cr6---eqxch2-cr6:ESNET-Z10805::show:intracloud" + "eqxld8-cr6---newy32aoa-cr6:bbl-d159ffe8::ESNET-Z16815:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxdc4-cr6:eqxch2-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.175/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -12245,91 +12322,108 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12034 + "esdbEquipmentInterfaceId": 23294, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c16/1", + "urn": "eqxld8-cr6:1/1/c28/1", "tags": [ - "eqxdc4-cr6---DOE-IN-ASHB::conn-c:show:na" + "eqxld8-cr6---bost-cr6:bbl-9c8a3291::ESNET-Z15699:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12022 + "esdbEquipmentInterfaceId": 23295, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c9/1", + "urn": "eqxld8-cr6:1/1/c31/1", "tags": [ - "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:::na", - "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:service1::na" + "eqxld8-cr6---cern773-cr6:bbl-c25530c5::ESNET-Z15709:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12045 + "esdbEquipmentInterfaceId": 23296, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c8/1", + "urn": "eqxld8-cr6:1/1/c34/1", "tags": [ - "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:::na", - "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:service1::na" + "eqxld8-cr6---eqxam3-cr6:bbl-b8bcd6ed::ESNET-Z17069:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12014 + "esdbEquipmentInterfaceId": 23297, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c8/1", + "urn": "eqxld8-cr6:1/1/c8/1", "tags": [ - "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:::na", - "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:service1::na" + "eqxld8-cr6---eqxld8-ht1:ht-8fcb96d4:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -12340,21 +12434,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12044 + "esdbEquipmentInterfaceId": 23275, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:1/1/c9/1", + "urn": "eqxld8-cr6:1/1/c9/1", "tags": [ - "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:::na", - "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:service1::na" + "eqxld8-cr6---eqxld8-ht1:ht-8fcb96d4:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -12365,158 +12462,148 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12015 + "esdbEquipmentInterfaceId": 23276, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c28/1", + "urn": "eqxld8-cr6:2/1/c14/1", "tags": [ - "eqxdc4-cr6---eqxch2-cr6:bbl-f815493f::ESNET-Z10808:na", - "eqxdc4-cr6---eqxch2-cr6:ESNET-Z10808::show:intracloud" + "eqxld8-cr6---eqxld8-ps:pt-da5988fe:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxdc4-cr6:eqxch2-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.177/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12064 + "esdbEquipmentInterfaceId": 23311, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:lag-401", + "urn": "eqxld8-cr6:2/1/c19/1", "tags": [ - "eqxdc4-cr6---eqxdc4-ht2:ht-1120fc69:capture::na" + "eqxld8-cr6---newy32aoa-cr6:bbl-d159ffe8::ESNET-Z14160:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 300000, + "reservableEgressBw": 300000, + "reservableBw": 300000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25731 + "esdbEquipmentInterfaceId": 23322, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:lag-400", + "urn": "eqxld8-cr6:2/1/c2/1", "tags": [ - "eqxdc4-cr6---eqxdc4-ht1:ht-1b2eccae:capture::na" + "eqxld8-cr6---HE::conn-k:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 25730 + "esdbEquipmentInterfaceId": 23299, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "eqxdc4-cr6:1/1/c31/1", + "urn": "eqxld8-cr6:2/1/c22/1", "tags": [ - "eqxdc4-cr6---wash-cr6:bbl-a7031f25::ESNET-Z10811:na", - "eqxdc4-cr6---wash-cr6:ESNET-Z10811::show:intracloud" + "eqxld8-cr6---GEANT::conn-t:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxdc4-cr6:wash-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.132/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 103, + "ceiling": 122 }, { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12035 - }, - { - "urn": "eqxdc4-cr6:2/1/c14/1", - "tags": [ - "eqxdc4-cr6---eqxdc4-ps:pt-55d2b104:::na", - "eqxdc4-cr6---eqxdc4-ps:pt-55d2b104:throughput::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ + "floor": 202, + "ceiling": 2009 + }, { - "floor": 1112, + "floor": 2011, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 + "ceiling": 101 }, { - "floor": 912, - "ceiling": 1110 + "floor": 124, + "ceiling": 200 } ], - "esdbEquipmentInterfaceId": 12050 + "esdbEquipmentInterfaceId": 23323, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c31/1", + "urn": "eqxld8-cr6:2/1/c25/1", "tags": [ - "eqxdc4-cr6---wash-cr6:bbl-a7031f25::ESNET-Z10814:na", - "eqxdc4-cr6---wash-cr6:ESNET-Z10814::show:intracloud" + "eqxld8-cr6---newy32aoa-cr6:bbl-d159ffe8::ESNET-Z16816:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxdc4-cr6:wash-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.130/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -12527,47 +12614,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12065 + "esdbEquipmentInterfaceId": 23324, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c18/4", + "urn": "eqxld8-cr6:2/1/c28/1", "tags": [ - "eqxdc4-cr6---DOE-IN-ASHB::conn-b:show:na" + "eqxld8-cr6---newy32aoa-cr6:bbl-d159ffe8::ESNET-Z16814:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12060 + "esdbEquipmentInterfaceId": 23325, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c17/2", + "urn": "eqxld8-cr6:2/1/c31/1", "tags": [ - "eqxdc4-cr6---netlpgh-cr6:bbl-00494538::ESNET-Z11936:na", - "eqxdc4-cr6---netlpgh-cr6:ESNET-Z11936::show:intracloud" + "eqxld8-cr6---eqxam3-cr6:bbl-b8bcd6ed::ESNET-Z15723:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxdc4-cr6:netlpgh-bb-a", - "port": "2/1/c17/2", - "ipv4Address": "134.55.58.87/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -12578,166 +12670,168 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12054 + "esdbEquipmentInterfaceId": 23326, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c18/1", + "urn": "eqxld8-cr6:2/1/c34/1", "tags": [ - "eqxdc4-cr6---Equinix::conn-g:show:na" + "eqxld8-cr6---cern773-cr6:bbl-c25530c5::ESNET-Z17064:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12057 + "esdbEquipmentInterfaceId": 23327, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c17/3", + "urn": "eqxld8-cr6:2/1/c4/1", "tags": [ - "eqxdc4-cr6---Pilotfiber::conn-d:show:na", - "eqxdc4-cr6---pilotfiber(as46450):l3edge-d420e6ed:conn-d_base:show:na" + "eqxld8-cr6---eqxam3-cr6:bbl-b8bcd6ed::ESNET-Z17904:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 416, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 414 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12055 + "esdbEquipmentInterfaceId": 23301, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxdc4-cr6:2/1/c17/4", + "urn": "eqxld8-cr6:2/1/c8/1", "tags": [ - "eqxdc4-cr6---Equinix::conn-f:show:na" + "eqxld8-cr6---eqxld8-ht2:ht-ba3df49a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12056 - } - ], - "esdbEquipmentId": 1669 - }, - { - "urn": "jlab12-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.208", - "reservableVlans": [], - "location": "JLAB12", - "locationId": 605, - "latitude": "37.099448", - "longitude": "-76.489542", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 23305, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "jlab12-cr6:1/1/c13/2", + "urn": "eqxld8-cr6:2/1/c9/1", "tags": [ - "eqxdc4-cr6--jlab12-cr6::manual-bbl:ESNET-Z11341:na", - "jlab12-cr6---eqxdc4-cr6:ESNET-Z11341::show:intracloud" + "eqxld8-cr6---eqxld8-ht2:ht-ba3df49a:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "jlab12-cr6:eqxdc4-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.58.81/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1453, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1451 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16495 + "esdbEquipmentInterfaceId": 23306, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "jlab12-cr6:2/1/c8/1", + "urn": "eqxld8-cr6:lag-10", "tags": [ - "jlab12-cr6---JLAB::conn-h:show:na", - "jlab12-cr6---jlab(as6406):l3edge-4be8007b:site_conn-h_base:show:na", - "jlab12-cr6---jlab(as6406):l3edge-499079a8:site_conn-h_l3vpn-ejfat:show:intercloud" + "eqxld8-cr6---GEANT::conn-r:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2301, - "ceiling": 2376 + "floor": 107, + "ceiling": 110 }, { - "floor": 2378, - "ceiling": 4095 + "floor": 2, + "ceiling": 105 }, { - "floor": 2, - "ceiling": 2299 + "floor": 112, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16505 + "esdbEquipmentInterfaceId": 27645, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "jlab12-cr6:lag-20", + "urn": "eqxld8-cr6:lag-20", "tags": [ - "jlab12-cr6---jlab12-mpr1:mgt-e27fcd52:lag-20:ESNET-Z09151:na", - "jlab12-cr6---jlab12-mpr1:ESNET-Z09151::show:intracloud", - "jlab12-cr6---jlab12-ps:pt-fb199a88:owamp::na" + "eqxld8-cr6---eqxld8-mpr1:mgt-55dc230a:lag-20:ESNET-Z11620:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 1111, @@ -12756,167 +12850,151 @@ "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 16827 + "esdbEquipmentInterfaceId": 23328, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "jlab12-cr6:2/1/c14/1", + "urn": "eqxld8-cr6:lag-400", "tags": [ - "jlab12-cr6---jlab12-ps:pt-fb199a88:::na", - "jlab12-cr6---jlab12-ps:pt-fb199a88:throughput::na" + "eqxld8-cr6---eqxld8-ht1:ht-8fcb96d4:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 1112, + "floor": 404, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 16510 + "esdbEquipmentInterfaceId": 29185, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "jlab12-cr6:2/1/c1/1", + "urn": "eqxld8-cr6:lag-401", "tags": [ - "jlab12-cr6---jlab205-cr6:bbl-ea8f9041::ESNET-Z11339:na", - "jlab12-cr6---jlab205-cr6:ESNET-Z11339::show:intracloud" + "eqxld8-cr6---eqxld8-ht2:ht-ba3df49a:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "jlab12-cr6:jlab205-bb-a", - "port": "2/1/c1/1", - "ipv4Address": "134.55.56.61/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 404, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 16502 - }, - { - "urn": "jlab12-cr6:1/1/c2/1", - "tags": [ - "jlab12-cr6---atla-cr6:bbl-73bcce9c::ESNET-Z16334:na", - "jlab12-cr6---atla-cr6:ESNET-Z16334::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "jlab12-cr6:atla-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.57.59/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 16491 + "esdbEquipmentInterfaceId": 29186, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1833 + "esdbEquipmentId": 2081, + "orchSubscriptionId": null }, { - "urn": "srs702a-cr6", + "urn": "eqxsv5-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.229", + "ipv4Address": "134.55.200.165", "reservableVlans": [], - "location": "SRS702A", - "locationId": 632, - "latitude": "33.24644", - "longitude": "-81.6679", + "location": "EQXSV5", + "locationId": 258, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "srs702a-cr6:1/1/c1/1", + "urn": "eqxsv5-cr6:1/1/c18/1", "tags": [ - "srs702a-cr6---srs70344a-cr6:bbl-89da058b::ESNET-Z11678:na", - "srs702a-cr6---srs70344a-cr6:ESNET-Z11678::show:intracloud" + "eqxsv5-cr6---SNLA::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "srs702a-cr6:srs70344a-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.40/31" + "floor": 0, + "ceiling": 0 } ], + "esdbEquipmentInterfaceId": 11833, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "eqxsv5-cr6:1/1/c2/1", + "tags": [ + "eqxsv5-cr6---Equinix::conn-h:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 98 }, { - "floor": 7, + "floor": 100, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22404 + "esdbEquipmentInterfaceId": 11814, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "srs702a-cr6:1/1/c13/2", + "urn": "eqxsv5-cr6:1/1/c31/1", "tags": [ - "srs702a-cr6---nash-cr6:bbl-ce66b716::ESNET-Z11679:na", - "srs702a-cr6---nash-cr6:ESNET-Z11679::show:intracloud" + "eqxsv5-cr6---losa-cr6:bbl-73bba71b::ESNET-Z11821:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "srs702a-cr6:nash-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.58.44/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -12927,155 +13005,160 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22409 + "esdbEquipmentInterfaceId": 11841, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "srs702a-cr6:lag-20", + "urn": "eqxsv5-cr6:1/1/c34/1", "tags": [ - "srs702a-cr6---srs702a-mpr1:mgt-0cf0863e:lag-20:ESNET-Z11294:na", - "srs702a-cr6---srs702a-mpr1:ESNET-Z11294::show:intracloud" + "eqxsv5-cr6---sunn-cr6:bbl-d719d8b6::ESNET-Z10817:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22428 + "esdbEquipmentInterfaceId": 11842, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "srs702a-cr6:1/1/c2/1", + "urn": "eqxsv5-cr6:1/1/c4/1", "tags": [ - "srs702a-cr6---SRS::conn-f:show:na", - "srs702a-cr6---srs(as54297):l3edge-aa49be3f:site_conn-f_base:show:na", - "srs702a-cr6---srs(as54297):l3edge-18a24ac5:site_conn-f_base:show:na" + "eqxsv5-cr6---DREN::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 663 + "ceiling": 3843 }, { - "floor": 666, + "floor": 3845, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22405 - } - ], - "esdbEquipmentId": 2028 - }, - { - "urn": "elpa-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.182", - "reservableVlans": [], - "location": "ELPA", - "locationId": 275, - "latitude": "31.75639", - "longitude": "-106.48972", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 11816, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "elpa-cr6:1/1/c31/1", + "urn": "eqxsv5-cr6:1/1/c6/1", "tags": [ - "elpa-cr6---albq-cr6:bbl-b6bef8c1::ESNET-Z10700:na", - "elpa-cr6---albq-cr6:ESNET-Z10700::show:intracloud" + "eqxsv5-cr6---PacketFabric::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "elpa-cr6:albq-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.195/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12935 + "esdbEquipmentInterfaceId": 11818, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:lag-20", + "urn": "eqxsv5-cr6:1/1/c8/1", "tags": [ - "elpa-cr6---elpa-mpr1:mgt-b9c4e4eb:lag-20:ESNET-Z08617:na", - "elpa-cr6---elpa-mpr1:ESNET-Z08617::show:intracloud", - "elpa-cr6---elpa-ps:pt-fad3ff8f:owamp::na" + "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 11820, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "eqxsv5-cr6:1/1/c9/1", + "tags": [ + "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "floor": 920, - "ceiling": 965 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 967, - "ceiling": 1109 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14944 + "esdbEquipmentInterfaceId": 11821, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:2/1/c14/1", + "urn": "eqxsv5-cr6:2/1/c14/1", "tags": [ - "elpa-cr6---elpa-ps:pt-fad3ff8f:::na", - "elpa-cr6---elpa-ps:pt-fad3ff8f:throughput::na" + "eqxsv5-cr6---eqxsv5-ps:pt-29645621:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -13090,120 +13173,100 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12950 + "esdbEquipmentInterfaceId": 11856, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:2/1/c25/1", + "urn": "eqxsv5-cr6:2/1/c18/1", "tags": [ - "elpa-cr6---hous-cr6:bbl-5995bced::ESNET-Z14974:na", - "elpa-cr6---hous-cr6:ESNET-Z14974::show:intracloud" + "eqxsv5-cr6---SNLA::conn-j:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "elpa-cr6:hous-bb-e", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.162/31" - } + "EDGE", + "UNTAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12963 + "esdbEquipmentInterfaceId": 11863, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "elpa-cr6:1/1/c34/1", + "urn": "eqxsv5-cr6:2/1/c2/1", "tags": [ - "elpa-cr6---hous-cr6:bbl-5995bced::ESNET-Z10793:na", - "elpa-cr6---hous-cr6:ESNET-Z10793::show:intracloud" + "eqxsv5-cr6---HE::conn-m:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "elpa-cr6:hous-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.196/31" - } + "EDGE", + "UNTAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12936 + "esdbEquipmentInterfaceId": 11844, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "elpa-cr6:2/1/c31/1", + "urn": "eqxsv5-cr6:2/1/c3/1", "tags": [ - "elpa-cr6---hous-cr6:bbl-5995bced::ESNET-Z10907:na", - "elpa-cr6---hous-cr6:ESNET-Z10907::show:intracloud" + "eqxsv5-cr6---ESNET-SERVICES::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "elpa-cr6:hous-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.198/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 49, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 47 } ], - "esdbEquipmentInterfaceId": 12965 + "esdbEquipmentInterfaceId": 11845, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:2/1/c34/1", + "urn": "eqxsv5-cr6:2/1/c31/1", "tags": [ - "elpa-cr6---sand-cr6:bbl-29b7785e::ESNET-Z10796:na", - "elpa-cr6---sand-cr6:ESNET-Z10796::show:intracloud" + "eqxsv5-cr6---sunn-cr6:bbl-d719d8b6::ESNET-Z11725:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "elpa-cr6:sand-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.192/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -13214,27 +13277,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12966 + "esdbEquipmentInterfaceId": 11871, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:1/1/c28/1", + "urn": "eqxsv5-cr6:2/1/c34/1", "tags": [ - "elpa-cr6---sand-cr6:bbl-29b7785e::ESNET-Z14009:na", - "elpa-cr6---sand-cr6:ESNET-Z14009::show:intracloud" + "eqxsv5-cr6---sunn-cr6:bbl-d719d8b6::ESNET-Z10820:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "elpa-cr6:sand-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.92/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -13245,21 +13305,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12934 + "esdbEquipmentInterfaceId": 11872, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:2/1/c9/1", + "urn": "eqxsv5-cr6:2/1/c8/1", "tags": [ - "elpa-cr6---elpa-ht2:ht-46d8c921:::na", - "elpa-cr6---elpa-ht2:ht-46d8c921:service1::na" + "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -13270,21 +13333,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12945 + "esdbEquipmentInterfaceId": 11850, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:1/1/c8/1", + "urn": "eqxsv5-cr6:2/1/c9/1", "tags": [ - "elpa-cr6---elpa-ht1:ht-89180159:::na", - "elpa-cr6---elpa-ht1:ht-89180159:service1::na" + "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -13295,191 +13361,211 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12914 + "esdbEquipmentInterfaceId": 11851, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:2/1/c8/1", + "urn": "eqxsv5-cr6:lag-1", "tags": [ - "elpa-cr6---elpa-ht2:ht-46d8c921:::na", - "elpa-cr6---elpa-ht2:ht-46d8c921:service1::na" + "eqxsv5-cr6---OCI::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 4088 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12944 + "esdbEquipmentInterfaceId": 24178, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "elpa-cr6:1/1/c9/1", + "urn": "eqxsv5-cr6:lag-2", "tags": [ - "elpa-cr6---elpa-ht1:ht-89180159:::na", - "elpa-cr6---elpa-ht1:ht-89180159:service1::na" + "eqxsv5-cr6---TATA::conn-k:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 4088 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12915 + "esdbEquipmentInterfaceId": 25864, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "elpa-cr6:2/1/c28/1", + "urn": "eqxsv5-cr6:lag-20", "tags": [ - "elpa-cr6---albq-cr6:bbl-b6bef8c1::ESNET-Z12465:na", - "elpa-cr6---albq-cr6:ESNET-Z12465::show:intracloud" + "eqxsv5-cr6---eqxsv5-mpr1:mgt-f7901f33:lag-20:ESNET-Z08596:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "elpa-cr6:albq-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.25/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12964 + "esdbEquipmentInterfaceId": 14937, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:lag-401", + "urn": "eqxsv5-cr6:lag-400", "tags": [ - "elpa-cr6---elpa-ht2:ht-46d8c921:capture::na" + "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, + "ceiling": 399 + }, + { + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25713 + "esdbEquipmentInterfaceId": 25682, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "elpa-cr6:lag-400", + "urn": "eqxsv5-cr6:lag-401", "tags": [ - "elpa-cr6---elpa-ht1:ht-89180159:capture::na" + "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 414, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25712 + "esdbEquipmentInterfaceId": 25683, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1692 + "esdbEquipmentId": 1663, + "orchSubscriptionId": null }, { - "urn": "netlmgn-cr6", + "urn": "fnalfcc-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.225", + "ipv4Address": "134.55.200.187", "reservableVlans": [], - "location": "NETLMGN", - "locationId": 628, - "latitude": "39.6642799", - "longitude": "-79.9766949", + "location": "FNALFCC", + "locationId": 280, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "netlmgn-cr6:1/1/c13/3", + "urn": "fnalfcc-cr6:1/1/c17/3", "tags": [ - "netlmgn-cr6---NETL-MGN::conn-b:show:na", - "netlmgn-cr6---netl-mgn(as65000):l3edge-d34340fd:site_conn-b_base:show:na" + "fnalfcc-cr6---ANL::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 650 + "ceiling": 1798 }, { - "floor": 652, + "floor": 1801, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22286 + "esdbEquipmentInterfaceId": 13245, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "netlmgn-cr6:1/1/c13/2", + "urn": "fnalfcc-cr6:1/1/c25/1", "tags": [ - "netlmgn-cr6---eqxdc4-cr6:bbl-961dae77::ESNET-Z12530:na", - "netlmgn-cr6---eqxdc4-cr6:ESNET-Z12530::show:intracloud" + "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z15714:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "netlmgn-cr6:eqxdc4-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.57.78/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -13490,193 +13576,164 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22285 + "esdbEquipmentInterfaceId": 13253, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "netlmgn-cr6:lag-20", + "urn": "fnalfcc-cr6:1/1/c28/1", "tags": [ - "netlmgn-cr6---netlmgn-mpr1:mgt-88ea9656:lag-20:ESNET-Z11282:na", - "netlmgn-cr6---netlmgn-mpr1:ESNET-Z11282::show:intracloud", - "netlmgn-cr6---netlmgn-ps:pt-74469f24:owamp::na" + "fnalfcc-cr6---anl221-cr6:bbl-aba780f0::ESNET-Z11926:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22304 + "esdbEquipmentInterfaceId": 13254, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "netlmgn-cr6:2/1/c14/1", + "urn": "fnalfcc-cr6:1/1/c31/1", "tags": [ - "netlmgn-cr6---netlmgn-ps:pt-74469f24:::na", - "netlmgn-cr6---netlmgn-ps:pt-74469f24:throughput::na" + "fnalfcc-cr6---anl221-cr6:bbl-aba780f0::ESNET-Z10703:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22300 - } - ], - "esdbEquipmentId": 2024 - }, - { - "urn": "pppl-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.217", - "reservableVlans": [], - "location": "PPPL", - "locationId": 614, - "latitude": "40.34606", - "longitude": "-74.61537", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13255, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "pppl-cr6:2/1/c7/1", + "urn": "fnalfcc-cr6:1/1/c34/1", "tags": [ - "pppl-cr6---PPPL::conn-h:show:na", - "pppl-cr6---pppl(as3380):l3edge-5f5a40f7:site_conn-h_base:show:na", - "pppl-cr6---pppl(as3380):l3edge-e3e8907b:site_conn-h_base:show:na" + "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z10913:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 7 + "ceiling": 5 }, { - "floor": 10, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16774 + "esdbEquipmentInterfaceId": 13256, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pppl-cr6:1/1/c1/1", + "urn": "fnalfcc-cr6:1/1/c8/1", "tags": [ - "pppl-cr6---newy32aoa-cr6:bbl-984f65b4::ESNET-Z12564:na", - "pppl-cr6---newy32aoa-cr6:ESNET-Z12564::show:intracloud" + "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "pppl-cr6:newy32aoa-bb-b", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.135/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16760 + "esdbEquipmentInterfaceId": 13234, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pppl-cr6:lag-20", + "urn": "fnalfcc-cr6:1/1/c9/1", "tags": [ - "pppl-cr6---pppl-mpr1:mgt-eef4cc96:lag-20:ESNET-Z09178:na", - "pppl-cr6---pppl-mpr1:ESNET-Z09178::show:intracloud", - "pppl-cr6---pppl-ps:pt-bd4d5965:owamp::na" + "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16845 + "esdbEquipmentInterfaceId": 13235, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pppl-cr6:2/1/c14/1", + "urn": "fnalfcc-cr6:2/1/c14/1", "tags": [ - "pppl-cr6---pppl-ps:pt-bd4d5965:::na", - "pppl-cr6---pppl-ps:pt-bd4d5965:throughput::na" + "fnalfcc-cr6---fnalfcc-ps:pt-1599bdca:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -13691,27 +13748,24 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 16780 + "esdbEquipmentInterfaceId": 13270, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pppl-cr6:2/1/c1/1", + "urn": "fnalfcc-cr6:2/1/c28/1", "tags": [ - "pppl-cr6---wash-cr6:bbl-8c7c2df9::ESNET-Z12583:na", - "pppl-cr6---wash-cr6:ESNET-Z12583::show:intracloud" + "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z10916:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pppl-cr6:wash-bb-b", - "port": "2/1/c1/1", - "ipv4Address": "134.55.58.127/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -13722,27 +13776,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16772 + "esdbEquipmentInterfaceId": 13284, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pppl-cr6:2/1/c2/1", + "urn": "fnalfcc-cr6:2/1/c31/1", "tags": [ - "pppl-cr6---ppploit128-cr6:bbl-8fa95101::ESNET-Z16398:na", - "pppl-cr6---ppploit128-cr6:ESNET-Z16398::show:intracloud" + "fnalfcc-cr6---anl221-cr6:bbl-aba780f0::ESNET-Z10706:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "pppl-cr6:ppploit128-bb-a", - "port": "2/1/c2/1", - "ipv4Address": "134.55.57.56/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -13753,45 +13804,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16773 - } - ], - "esdbEquipmentId": 1842 - }, - { - "urn": "nrelesif-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.227", - "reservableVlans": [], - "location": "NRELESIF", - "locationId": 630, - "latitude": "39.74075", - "longitude": "-105.16859", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13285, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "nrelesif-cr6:1/1/c13/2", + "urn": "fnalfcc-cr6:2/1/c34/1", "tags": [ - "nrelesif-cr6---denv-cr6:bbl-0ee6558c::ESNET-Z12558:na", - "nrelesif-cr6---denv-cr6:ESNET-Z12558::show:intracloud" + "fnalfcc-cr6---fnalgcc-cr6:bbl-a92af623::ESNET-Z07205:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "nrelesif-cr6:denv-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.58.111/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -13802,240 +13832,231 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22347 + "esdbEquipmentInterfaceId": 13286, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nrelesif-cr6:lag-20", + "urn": "fnalfcc-cr6:2/1/c8/1", "tags": [ - "nrelesif-cr6---nrelesif-mpr1:mgt-becc2db4:lag-20:ESNET-Z11288:na", - "nrelesif-cr6---nrelesif-mpr1:ESNET-Z11288::show:intracloud", - "nrelesif-cr6---nrelesif-ps:pt-17f73798:owamp::na" + "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22366 + "esdbEquipmentInterfaceId": 13264, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nrelesif-cr6:2/1/c13/2", + "urn": "fnalfcc-cr6:2/1/c9/1", "tags": [ - "nrelesif-cr6---NREL::conn-h:show:na", - "nrelesif-cr6---nrel(as16411):l3edge-d9df3452:site_conn-h_base:show:na", - "nrelesif-cr6---nrel(as16411):l3edge-153de148:site_conn-h_base:show:na", - "nrelesif-cr6---nrel(as65027):l3edge-cc7f6252:site_conn-h_base:show:na" + "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 1609 - }, - { - "floor": 1612, - "ceiling": 1613 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 1615, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22359 + "esdbEquipmentInterfaceId": 13265, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nrelesif-cr6:2/1/c14/1", + "urn": "fnalfcc-cr6:lag-2", "tags": [ - "nrelesif-cr6---nrelesif-ps:pt-17f73798:::na", - "nrelesif-cr6---nrelesif-ps:pt-17f73798:throughput::na" + "fnalfcc-cr6---FNAL::conn-ae:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 1600000, + "reservableEgressBw": 1600000, + "reservableBw": 1600000, "reservableVlans": [ { - "floor": 1112, - "ceiling": 4095 + "floor": 13, + "ceiling": 13 }, { - "floor": 2, - "ceiling": 910 + "floor": 15, + "ceiling": 2202 }, { - "floor": 912, - "ceiling": 1110 + "floor": 2, + "ceiling": 11 + }, + { + "floor": 2204, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22362 + "esdbEquipmentInterfaceId": 27713, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nrelesif-cr6:1/1/c2/1", + "urn": "fnalfcc-cr6:lag-20", "tags": [ - "nrelesif-cr6---nrelrsf-cr6:bbl-7142198d::ESNET-Z12561:na", - "nrelesif-cr6---nrelrsf-cr6:ESNET-Z12561::show:intracloud" + "fnalfcc-cr6---fnalfcc-mpr1:mgt-0122310e:lag-20:ESNET-Z08629:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nrelesif-cr6:nrelrsf-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.58.102/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, + "floor": 920, + "ceiling": 965 + }, + { + "floor": 1802, "ceiling": 4095 + }, + { + "floor": 967, + "ceiling": 1109 + }, + { + "floor": 1111, + "ceiling": 1800 } ], - "esdbEquipmentInterfaceId": 22343 - } - ], - "esdbEquipmentId": 2026 - }, - { - "urn": "sacr-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.183", - "reservableVlans": [], - "location": "SACR", - "locationId": 276, - "latitude": "38.586756", - "longitude": "-121.530186", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 14948, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "sacr-cr6:1/1/c31/1", + "urn": "fnalfcc-cr6:lag-400", "tags": [ - "sacr-cr6---lbnl50-cr6:bbl-d534f139::ESNET-Z10829:na", - "sacr-cr6---lbnl50-cr6:ESNET-Z10829::show:intracloud" + "fnalfcc-cr6---fnalfcc-ht1:ht-7a5e2b2b:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sacr-cr6:lbnl50-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.230/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12999 + "esdbEquipmentInterfaceId": 25706, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:lag-20", + "urn": "fnalfcc-cr6:lag-401", "tags": [ - "sacr-cr6---sacr-mpr1:mgt-addba690:lag-20:ESNET-Z08650:na", - "sacr-cr6---sacr-mpr1:ESNET-Z08650::show:intracloud", - "sacr-cr6---doenet-wapa-fo(as65039):l3edge-cf8d283b:site_conn-b_base:show:na", - "sacr-cr6---sacr-ps:pt-a4ec247a:owamp::na" + "fnalfcc-cr6---fnalfcc-ht2:ht-fc0cd5f9:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 31, - "ceiling": 918 - }, - { - "floor": 1111, + "floor": 410, "ceiling": 4095 }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 - }, { "floor": 2, - "ceiling": 29 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 14955 - }, + "esdbEquipmentInterfaceId": 25707, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1699, + "orchSubscriptionId": null + }, + { + "urn": "fnalgcc-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.188", + "reservableVlans": [], + "location": "FNALGCC", + "locationId": 281, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "sacr-cr6:1/1/c22/1", + "urn": "fnalgcc-cr6:1/1/c25/1", "tags": [ - "sacr-cr6---snlca902-cr6:bbl-031bb467::ESNET-Z14808:na", - "sacr-cr6---snlca902-cr6:ESNET-Z14808::show:intracloud" + "fnalgcc-cr6---chic-cr6:bbl-0dce69e5::ESNET-Z16987:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sacr-cr6:snlca902-bb-b", - "port": "1/1/c22/1", - "ipv4Address": "134.55.56.84/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -14046,56 +14067,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12996 + "esdbEquipmentInterfaceId": 13319, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:2/1/c14/1", + "urn": "fnalgcc-cr6:1/1/c28/1", "tags": [ - "sacr-cr6---sacr-ps:pt-a4ec247a:::na", - "sacr-cr6---sacr-ps:pt-a4ec247a:throughput::na" + "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z15714:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13014 + "esdbEquipmentInterfaceId": 13320, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:2/1/c25/1", + "urn": "fnalgcc-cr6:1/1/c31/1", "tags": [ - "sacr-cr6---salt-cr6:bbl-a75a952a::ESNET-Z14067:na", - "sacr-cr6---salt-cr6:ESNET-Z14067::show:intracloud" + "fnalgcc-cr6---chic-cr6:bbl-0dce69e5::ESNET-Z10763:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sacr-cr6:salt-bb-c", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.224/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -14106,27 +14123,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13027 + "esdbEquipmentInterfaceId": 13321, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:1/1/c34/1", + "urn": "fnalgcc-cr6:1/1/c34/1", "tags": [ - "sacr-cr6---seat-cr6:bbl-09c50b02::ESNET-Z10865:na", - "sacr-cr6---seat-cr6:ESNET-Z10865::show:intracloud" + "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z10913:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sacr-cr6:seat-bb-d", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.123/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -14137,89 +14151,112 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13000 + "esdbEquipmentInterfaceId": 13322, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:1/1/c25/1", + "urn": "fnalgcc-cr6:1/1/c8/1", "tags": [ - "sacr-cr6---salt-cr6:bbl-a75a952a::ESNET-Z10871:na", - "sacr-cr6---salt-cr6:ESNET-Z10871::show:intracloud" + "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sacr-cr6:salt-bb-b", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.214/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12997 + "esdbEquipmentInterfaceId": 13300, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:2/1/c31/1", + "urn": "fnalgcc-cr6:1/1/c9/1", "tags": [ - "sacr-cr6---lbnl50-cr6:bbl-d534f139::ESNET-Z12403:na", - "sacr-cr6---lbnl50-cr6:ESNET-Z12403::show:intracloud" + "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, { - "urn": "sacr-cr6:lbnl50-bb-e", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.182/31" + "floor": 2, + "ceiling": 4088 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 13301, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "fnalgcc-cr6:2/1/c14/1", + "tags": [ + "fnalgcc-cr6---fnalgcc-ps:pt-67f61f1b:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13029 + "esdbEquipmentInterfaceId": 13336, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:2/1/c22/1", + "urn": "fnalgcc-cr6:2/1/c28/1", "tags": [ - "sacr-cr6---seat-cr6:bbl-09c50b02::ESNET-Z14153:na", - "sacr-cr6---seat-cr6:ESNET-Z14153::show:intracloud" + "fnalgcc-cr6---chic-cr6:bbl-0dce69e5::ESNET-Z11690:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sacr-cr6:seat-bb-e", - "port": "2/1/c22/1", - "ipv4Address": "134.55.56.177/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -14230,27 +14267,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13026 + "esdbEquipmentInterfaceId": 13350, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:2/1/c34/1", + "urn": "fnalgcc-cr6:2/1/c31/1", "tags": [ - "sacr-cr6---snlca902-cr6:bbl-031bb467::ESNET-Z14865:na", - "sacr-cr6---snlca902-cr6:ESNET-Z14865::show:intracloud" + "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z10916:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sacr-cr6:snlca902-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.10/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -14261,27 +14295,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13030 + "esdbEquipmentInterfaceId": 13351, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:1/1/c28/1", + "urn": "fnalgcc-cr6:2/1/c34/1", "tags": [ - "sacr-cr6---snlca902-cr6:bbl-031bb467::ESNET-Z14796:na", - "sacr-cr6---snlca902-cr6:ESNET-Z14796::show:intracloud" + "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z07205:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sacr-cr6:snlca902-bb-a", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.10/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -14292,21 +14323,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12998 + "esdbEquipmentInterfaceId": 13352, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:2/1/c9/1", + "urn": "fnalgcc-cr6:2/1/c8/1", "tags": [ - "sacr-cr6---sacr-ht2:ht-cae994c8:::na", - "sacr-cr6---sacr-ht2:ht-cae994c8:service1::na" + "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -14317,21 +14351,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13009 + "esdbEquipmentInterfaceId": 13330, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:1/1/c8/1", + "urn": "fnalgcc-cr6:2/1/c9/1", "tags": [ - "sacr-cr6---sacr-ht1:ht-f595940a:::na", - "sacr-cr6---sacr-ht1:ht-f595940a:service1::na" + "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -14342,261 +14379,279 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12978 + "esdbEquipmentInterfaceId": 13331, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:2/1/c8/1", + "urn": "fnalgcc-cr6:lag-2", "tags": [ - "sacr-cr6---sacr-ht2:ht-cae994c8:::na", - "sacr-cr6---sacr-ht2:ht-cae994c8:service1::na" + "fnalgcc-cr6---FNAL::conn-af:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ { - "floor": 4090, + "floor": 2205, "ceiling": 4095 }, + { + "floor": 1856, + "ceiling": 1856 + }, + { + "floor": 1858, + "ceiling": 2203 + }, { "floor": 2, - "ceiling": 4088 + "ceiling": 1854 } ], - "esdbEquipmentInterfaceId": 13008 + "esdbEquipmentInterfaceId": 27714, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:1/1/c9/1", + "urn": "fnalgcc-cr6:lag-20", "tags": [ - "sacr-cr6---sacr-ht1:ht-f595940a:::na", - "sacr-cr6---sacr-ht1:ht-f595940a:service1::na" + "fnalgcc-cr6---fnalgcc-mpr1:mgt-32ad96df:lag-20:ESNET-Z08635:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 12979 - }, - { - "urn": "sacr-cr6:2/1/c28/1", - "tags": [ - "sacr-cr6---lbnl50-cr6:bbl-d534f139::ESNET-Z14017:na", - "sacr-cr6---lbnl50-cr6:ESNET-Z14017::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sacr-cr6:lbnl50-bb-f", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.30/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ + "ceiling": 918 + }, { - "floor": 2, - "ceiling": 5 + "floor": 920, + "ceiling": 965 }, { - "floor": 7, - "ceiling": 4095 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 13028 + "esdbEquipmentInterfaceId": 14950, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:lag-401", + "urn": "fnalgcc-cr6:lag-400", "tags": [ - "sacr-cr6---sacr-ht2:ht-cae994c8:capture::na" + "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25719 + "esdbEquipmentInterfaceId": 25708, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sacr-cr6:lag-400", + "urn": "fnalgcc-cr6:lag-401", "tags": [ - "sacr-cr6---sacr-ht1:ht-f595940a:capture::na" + "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 406, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25718 + "esdbEquipmentInterfaceId": 25709, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1693 + "esdbEquipmentId": 1702, + "orchSubscriptionId": null }, { - "urn": "bnl725-cr6", + "urn": "forrestal-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.239", + "ipv4Address": "134.55.200.221", "reservableVlans": [], - "location": "BNL725", - "locationId": 653, - "latitude": "40.8661116", - "longitude": "-72.8709471", + "location": "FORRESTAL", + "locationId": 624, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "bnl725-cr6:lag-50", + "urn": "forrestal-cr6:1/1/c13/2", "tags": [ - "bnl725-cr6---BNL::conn-v:show:na", - "bnl725-cr6---bnl(as43):l3edge-f01b13f4:site_conn-v_base:show:na", - "bnl725-cr6---bnl(as43):l3edge-99b921c5:site_conn-v_base:show:na", - "bnl725-cr6---bnl(as43):l3edge-29964185:site_conn-v_l3vpn-lhcone:show:intercloud" + "forrestal-cr6---wash-cr6:bbl-bcd15892::ESNET-Z13460:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 800000, - "reservableEgressBw": 800000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 3 - }, - { - "floor": 5, "ceiling": 5 }, - { - "floor": 2201, - "ceiling": 4095 - }, { "floor": 7, - "ceiling": 2199 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27670 + "esdbEquipmentInterfaceId": 22161, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:1/1/c31/1", + "urn": "forrestal-cr6:1/1/c13/3", "tags": [ - "bnl725-cr6---bnl515-cr6:bbl-218574b2::ESNET-Z15856:na", - "bnl725-cr6---bnl515-cr6:ESNET-Z15856::show:intracloud" + "forrestal-cr6---DOENET-FORR::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "bnl725-cr6:bnl515-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.45/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 29 }, { - "floor": 7, + "floor": 31, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27253 + "esdbEquipmentInterfaceId": 22162, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:lag-20", + "urn": "forrestal-cr6:1/1/c7/1", "tags": [ - "bnl725-cr6---bnl725-mpr1:mgt-24587350:lag-20:ESNET-Z15162:na", - "bnl725-cr6---bnl725-mpr1:ESNET-Z15162::show:intracloud", - "bnl725-cr6---bnl725-ps:pt-f3894884:owamp::na", - "bnl725-cr6---east-test-ps:pt:owamp::na" + "forrestal-cr6---DOE-IN-FORR::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 917 + "ceiling": 899 }, { - "floor": 1111, + "floor": 901, "ceiling": 4095 - }, + } + ], + "esdbEquipmentInterfaceId": 22158, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "forrestal-cr6:2/1/c13/2", + "tags": [ + "forrestal-cr6---germantown-cr6:bbl-a7cb4f84::ESNET-Z13461:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "floor": 920, - "ceiling": 965 + "floor": 2, + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27281 + "esdbEquipmentInterfaceId": 22173, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:2/1/c14/1", + "urn": "forrestal-cr6:2/1/c14/1", "tags": [ - "bnl725-cr6---bnl725-ps:pt-f3894884:::na", - "bnl725-cr6---bnl725-ps:pt-f3894884:throughput::na" + "forrestal-cr6---forrestal-ps:pt-fd5120b8:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -14611,89 +14666,107 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 27268 + "esdbEquipmentInterfaceId": 22176, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:1/1/c25/1", + "urn": "forrestal-cr6:2/1/c7/1", "tags": [ - "bnl725-cr6---bnl515-cr6:bbl-218574b2::ESNET-Z15047:na", - "bnl725-cr6---bnl515-cr6:ESNET-Z15047::show:intracloud" + "forrestal-cr6---DOE-IN-FORR::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "bnl725-cr6:bnl515-bb-a", - "port": "1/1/c25/1", - "ipv4Address": "134.55.56.211/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27251 + "esdbEquipmentInterfaceId": 22170, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:2/1/c31/1", + "urn": "forrestal-cr6:lag-20", "tags": [ - "bnl725-cr6---bnl515-cr6:bbl-218574b2::ESNET-Z15857:na", - "bnl725-cr6---bnl515-cr6:ESNET-Z15857::show:intracloud" + "forrestal-cr6---forrestal-mpr1:mgt-346b9ea2:lag-20:ESNET-Z11270:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "bnl725-cr6:bnl515-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.47/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, + "floor": 920, + "ceiling": 965 + }, + { + "floor": 1111, + "ceiling": 2099 + }, + { + "floor": 967, + "ceiling": 1109 + }, + { + "floor": 2101, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27279 - }, + "esdbEquipmentInterfaceId": 22180, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2020, + "orchSubscriptionId": null + }, + { + "urn": "frib-cr6a", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.231", + "reservableVlans": [], + "location": "FRIB", + "locationId": 620, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "bnl725-cr6:1/1/c28/1", + "urn": "frib-cr6a:1/1/c1/1", "tags": [ - "bnl725-cr6---newy32aoa-cr6:bbl-5f8cdde4::ESNET-Z15858:na", - "bnl725-cr6---newy32aoa-cr6:ESNET-Z15858::show:intracloud" + "frib-cr6a---frib-cr6b:bbl-1cc289bf::ESNET-Z11703:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bnl725-cr6:newy32aoa-bb-b", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.133/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -14704,331 +14777,371 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27252 + "esdbEquipmentInterfaceId": 23965, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:2/1/c9/1", + "urn": "frib-cr6a:1/1/c13/2", "tags": [ - "bnl725-cr6---bnl725-ht2:ht-ffa1c539:::na", - "bnl725-cr6---bnl725-ht2:ht-ffa1c539:service1::na" + "frib-cr6a---FRIB::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, + "floor": 4001, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 3999 } ], - "esdbEquipmentInterfaceId": 27263 + "esdbEquipmentInterfaceId": 29200, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:1/1/c1/1", + "urn": "frib-cr6a:1/1/c2/1", "tags": [ - "bnl725-cr6---east-test-ps:pt:::na", - "bnl725-cr6---east-test-ps:pt:throughput::na" + "frib-cr6a---chic-cr6:bbl-1ff91e33::ESNET-Z10945:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 912, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 910 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27229 + "esdbEquipmentInterfaceId": 23966, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:1/1/c8/1", + "urn": "frib-cr6a:1/1/c7/1", "tags": [ - "bnl725-cr6---bnl725-ht1:ht-b8e3510a:::na", - "bnl725-cr6---bnl725-ht1:ht-b8e3510a:service1::na" + "frib-cr6a---FRIB::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 2099 }, { - "floor": 2, - "ceiling": 4088 + "floor": 2101, + "ceiling": 2109 + }, + { + "floor": 2111, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27236 + "esdbEquipmentInterfaceId": 24473, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:2/1/c8/1", + "urn": "frib-cr6a:2/1/c1/1", "tags": [ - "bnl725-cr6---bnl725-ht2:ht-ffa1c539:::na", - "bnl725-cr6---bnl725-ht2:ht-ffa1c539:service1::na" + "frib-cr6a---frib-cr6b:bbl-1cc289bf::ESNET-Z11704:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27262 + "esdbEquipmentInterfaceId": 23967, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:1/1/c9/1", + "urn": "frib-cr6a:2/1/c14/1", "tags": [ - "bnl725-cr6---bnl725-ht1:ht-b8e3510a:::na", - "bnl725-cr6---bnl725-ht1:ht-b8e3510a:service1::na" + "frib-cr6a---frib-a-ps:pt-80ffe623:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 27237 + "esdbEquipmentInterfaceId": 26857, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:2/1/c28/1", + "urn": "frib-cr6a:lag-20", "tags": [ - "bnl725-cr6---newy32aoa-cr6:bbl-5f8cdde4::ESNET-Z15859:na", - "bnl725-cr6---newy32aoa-cr6:ESNET-Z15859::show:intracloud" + "frib-cr6a---frib-mpr1a:mgt-105310cc:lag-20:ESNET-Z11719:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "bnl725-cr6:newy32aoa-bb-a", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.205/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 27278 - }, + "esdbEquipmentInterfaceId": 23994, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2009, + "orchSubscriptionId": null + }, + { + "urn": "frib-cr6b", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.232", + "reservableVlans": [], + "location": "FRIB", + "locationId": 620, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "bnl725-cr6:lag-401", + "urn": "frib-cr6b:1/1/c1/1", "tags": [ - "bnl725-cr6---bnl725-ht2:ht-ffa1c539:capture::na" + "frib-cr6b---frib-cr6a:bbl-1cc289bf::ESNET-Z11703:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27742 + "esdbEquipmentInterfaceId": 23968, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl725-cr6:lag-400", + "urn": "frib-cr6b:1/1/c13/2", "tags": [ - "bnl725-cr6---bnl725-ht1:ht-b8e3510a:capture::na" + "frib-cr6b---FRIB::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, + "floor": 4002, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4000 } ], - "esdbEquipmentInterfaceId": 27741 - } - ], - "esdbEquipmentId": 2455 - }, - { - "urn": "nrelrsf-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.226", - "reservableVlans": [], - "location": "NRELRSF", - "locationId": 629, - "latitude": "39.7401819", - "longitude": "-105.1780407", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 29201, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "nrelrsf-cr6:2/1/c7/1", + "urn": "frib-cr6b:1/1/c2/1", "tags": [ - "nrelrsf-cr6---NREL::conn-g:show:na", - "nrelrsf-cr6---nrel(as16411):l3edge-e90b2dd3:site_conn-g_base:show:na", - "nrelrsf-cr6---nrel(as16411):l3edge-319898c8:site_conn-g_base:show:na", - "nrelrsf-cr6---nrel(as65027):l3edge-a6656a74:site_conn-g_base:show:na" + "frib-cr6b---star-cr6:bbl-e31aae12::ESNET-Z10944:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1614, - "ceiling": 1614 + "floor": 2, + "ceiling": 5 }, { - "floor": 1616, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 1611 } ], - "esdbEquipmentInterfaceId": 22325 + "esdbEquipmentInterfaceId": 23970, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nrelrsf-cr6:1/1/c1/1", + "urn": "frib-cr6b:1/1/c7/1", "tags": [ - "nrelrsf-cr6---denv-cr6:bbl-17115f47::ESNET-Z12560:na", - "nrelrsf-cr6---denv-cr6:ESNET-Z12560::show:intracloud" + "frib-cr6b---FRIB::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nrelrsf-cr6:denv-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.109/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 2100 }, { - "floor": 7, + "floor": 2102, + "ceiling": 2110 + }, + { + "floor": 2112, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22311 + "esdbEquipmentInterfaceId": 24474, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nrelrsf-cr6:lag-20", + "urn": "frib-cr6b:2/1/c1/1", "tags": [ - "nrelrsf-cr6---nrelrsf-mpr1:mgt-c2497ffc:lag-20:ESNET-Z11285:na", - "nrelrsf-cr6---nrelrsf-mpr1:ESNET-Z11285::show:intracloud", - "nrelrsf-cr6---nrelrsf-ps:pt-34041338:owamp::na" + "frib-cr6b---frib-cr6a:bbl-1cc289bf::ESNET-Z11704:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22335 + "esdbEquipmentInterfaceId": 23969, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nrelrsf-cr6:2/1/c14/1", + "urn": "frib-cr6b:2/1/c14/1", "tags": [ - "nrelrsf-cr6---nrelrsf-ps:pt-34041338:::na", - "nrelrsf-cr6---nrelrsf-ps:pt-34041338:throughput::na" + "frib-cr6b---frib-b-ps:pt-16f4032c:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -15043,76 +15156,103 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 22331 + "esdbEquipmentInterfaceId": 26861, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "nrelrsf-cr6:1/1/c2/1", + "urn": "frib-cr6b:lag-20", "tags": [ - "nrelrsf-cr6---nrelesif-cr6:bbl-7142198d::ESNET-Z12561:na", - "nrelrsf-cr6---nrelesif-cr6:ESNET-Z12561::show:intracloud" + "frib-cr6b---frib-mpr1b:mgt-8ec7468b:lag-20:ESNET-Z11722:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "nrelrsf-cr6:nrelesif-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.58.103/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 22312 + "esdbEquipmentInterfaceId": 23993, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 2025 + "esdbEquipmentId": 2010, + "orchSubscriptionId": null }, { - "urn": "fnalgcc-cr6", + "urn": "ga-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.188", + "ipv4Address": "134.55.200.205", "reservableVlans": [], - "location": "FNALGCC", - "locationId": 281, - "latitude": "41.8511748", - "longitude": "-88.2430671", + "location": "GA", + "locationId": 602, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "fnalgcc-cr6:1/1/c31/1", + "urn": "ga-cr6:1/1/c1/1", "tags": [ - "fnalgcc-cr6---chic-cr6:bbl-0dce69e5::ESNET-Z10763:na", - "fnalgcc-cr6---chic-cr6:ESNET-Z10763::show:intracloud" + "ga-cr6---GA::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "fnalgcc-cr6:chic-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.223/31" + "floor": 0, + "ceiling": 0 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 16400, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "ga-cr6:1/1/c2/1", + "tags": [ + "ga-cr6---losa-cr6:bbl-36acb5c5::ESNET-Z14635:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -15123,90 +15263,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13321 + "esdbEquipmentInterfaceId": 16401, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:lag-20", + "urn": "ga-cr6:1/1/c7/1", "tags": [ - "fnalgcc-cr6---fnalgcc-mpr1:mgt-32ad96df:lag-20:ESNET-Z08635:na", - "fnalgcc-cr6---fnalgcc-mpr1:ESNET-Z08635::show:intracloud", - "fnalgcc-cr6---fnalgcc-ps:pt-67f61f1b:owamp::na" + "ga-cr6---GA::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 100 }, { - "floor": 967, - "ceiling": 1109 + "floor": 102, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14950 + "esdbEquipmentInterfaceId": 16402, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:lag-1", + "urn": "ga-cr6:2/1/c1/1", "tags": [ - "fnalgcc-cr6---FNAL::conn-w:show:na", - "fnalgcc-cr6---fnal(as3152):l3edge-8d6a9a90:site_conn-w_base:show:na", - "fnalgcc-cr6---fnal(as3152):l3edge-2a2af6c3:site_conn-w_base:show:na", - "fnalgcc-cr6---fnal(as3152):l3edge-05f56766:site_conn-w_l3vpn-lhcone:show:intercloud" + "ga-cr6---sand-cr6:bbl-3a6bade9::ESNET-Z11484:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 2203, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 1853 - }, - { - "floor": 1855, - "ceiling": 1855 + "ceiling": 5 }, { - "floor": 1857, - "ceiling": 2201 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22632 + "esdbEquipmentInterfaceId": 16412, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:2/1/c14/1", + "urn": "ga-cr6:2/1/c14/1", "tags": [ - "fnalgcc-cr6---fnalgcc-ps:pt-67f61f1b:::na", - "fnalgcc-cr6---fnalgcc-ps:pt-67f61f1b:throughput::na" + "ga-cr6---ga-ps:pt-ae71ef9b:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -15221,27 +15351,24 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13336 + "esdbEquipmentInterfaceId": 16420, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:1/1/c34/1", + "urn": "ga-cr6:2/1/c2/1", "tags": [ - "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z10913:na", - "fnalgcc-cr6---fnalfcc-cr6:ESNET-Z10913::show:intracloud" + "ga-cr6---sand-cr6:bbl-be0906c1::ESNET-Z14634:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalgcc-cr6:fnalfcc-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.219/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -15252,89 +15379,79 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13322 + "esdbEquipmentInterfaceId": 16413, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:2/1/c31/1", + "urn": "ga-cr6:lag-20", "tags": [ - "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z10916:na", - "fnalgcc-cr6---fnalfcc-cr6:ESNET-Z10916::show:intracloud" + "ga-cr6---ga-mpr1:mgt-caed118a:lag-20:ESNET-Z09142:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "fnalgcc-cr6:fnalfcc-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.221/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 13351 - }, - { - "urn": "fnalgcc-cr6:2/1/c34/1", - "tags": [ - "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z07205:na", - "fnalgcc-cr6---fnalfcc-cr6:ESNET-Z07205::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ + "floor": 920, + "ceiling": 965 + }, { - "urn": "fnalgcc-cr6:fnalfcc-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.111/31" + "floor": 967, + "ceiling": 1109 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 13352 - }, + "esdbEquipmentInterfaceId": 16821, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1830, + "orchSubscriptionId": null + }, + { + "urn": "germantown-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.206", + "reservableVlans": [], + "location": "GERMANTOWN", + "locationId": 603, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "fnalgcc-cr6:1/1/c28/1", + "urn": "germantown-cr6:1/1/c13/2", "tags": [ - "fnalgcc-cr6---fnalfcc-cr6:bbl-a92af623::ESNET-Z15714:na", - "fnalgcc-cr6---fnalfcc-cr6:ESNET-Z15714::show:intracloud" + "germantown-cr6---forrestal-cr6:bbl-a7cb4f84::ESNET-Z13461:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "fnalgcc-cr6:fnalfcc-bb-d", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.243/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -15345,216 +15462,223 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13320 + "esdbEquipmentInterfaceId": 16435, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:2/1/c9/1", + "urn": "germantown-cr6:1/1/c13/3", "tags": [ - "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:::na", - "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:service1::na" + "germantown-cr6---DOE-SC-GTN::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, + "floor": 1822, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 1819 } ], - "esdbEquipmentInterfaceId": 13331 + "esdbEquipmentInterfaceId": 16436, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:1/1/c8/1", + "urn": "germantown-cr6:2/1/c13/2", "tags": [ - "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:::na", - "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:service1::na" + "germantown-cr6---eqxdc4-cr6:bbl-e0f67301::ESNET-Z12318:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13300 + "esdbEquipmentInterfaceId": 16447, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:2/1/c8/1", + "urn": "germantown-cr6:2/1/c13/3", "tags": [ - "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:::na", - "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:service1::na" + "germantown-cr6---DOENET-DOE-GTN::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 29 }, { - "floor": 2, - "ceiling": 4088 + "floor": 31, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13330 + "esdbEquipmentInterfaceId": 16448, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:1/1/c9/1", + "urn": "germantown-cr6:2/1/c13/4", "tags": [ - "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:::na", - "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:service1::na" + "germantown-cr6---DOE-NNSA-GTN::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 1799 }, { - "floor": 2, - "ceiling": 4088 + "floor": 1801, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13301 + "esdbEquipmentInterfaceId": 16449, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:2/1/c28/1", + "urn": "germantown-cr6:2/1/c14/1", "tags": [ - "fnalgcc-cr6---chic-cr6:bbl-0dce69e5::ESNET-Z11690:na", - "fnalgcc-cr6---chic-cr6:ESNET-Z11690::show:intracloud" + "germantown-cr6---germantown-ps:pt-e02bdeb0:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "fnalgcc-cr6:chic-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.51/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13350 + "esdbEquipmentInterfaceId": 16450, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "fnalgcc-cr6:lag-401", + "urn": "germantown-cr6:lag-20", "tags": [ - "fnalgcc-cr6---fnalgcc-ht2:ht-c7b4d4ea:capture::na" + "germantown-cr6---germantown-mpr1:mgt-154668ab:lag-20:ESNET-Z09145:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, + "floor": 1111, "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 25709 - }, - { - "urn": "fnalgcc-cr6:lag-400", - "tags": [ - "fnalgcc-cr6---fnalgcc-ht1:ht-df3fb6fa:capture::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, - "reservableVlans": [ + }, { "floor": 2, - "ceiling": 4095 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 25708 + "esdbEquipmentInterfaceId": 16823, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1702 + "esdbEquipmentId": 1831, + "orchSubscriptionId": null }, { - "urn": "snlca902-cr6", + "urn": "hous-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.245", + "ipv4Address": "134.55.200.181", "reservableVlans": [], - "location": "SNLCA902", - "locationId": 655, - "latitude": "37.679795", - "longitude": "-121.710767", + "location": "HOUS", + "locationId": 274, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "snlca902-cr6:1/1/c31/1", + "urn": "hous-cr6:1/1/c1/1", "tags": [ - "snlca902-cr6---sacr-cr6:bbl-031bb467::ESNET-Z14796:na", - "snlca902-cr6---sacr-cr6:ESNET-Z14796::show:intracloud" + "hous-cr6---nash-cr6:bbl-e8a0e0a6::ESNET-Z09869:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "snlca902-cr6:sacr-bb-a", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.11/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -15565,90 +15689,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26990 + "esdbEquipmentInterfaceId": 12843, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:lag-20", + "urn": "hous-cr6:1/1/c17/2", "tags": [ - "snlca902-cr6---snlca902-mpr1:mgt-4676179b:lag-20:ESNET-Z14407:na", - "snlca902-cr6---snlca902-mpr1:ESNET-Z14407::show:intracloud", - "snlca902-cr6---snlca902-ps:pt-0d7b3275:owamp::na" + "hous-cr6---DOENET-EQX-DAL::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 39 }, { - "floor": 967, - "ceiling": 1109 + "floor": 41, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26913 + "esdbEquipmentInterfaceId": 12860, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:2/1/c14/1", + "urn": "hous-cr6:1/1/c17/3", "tags": [ - "snlca902-cr6---snlca902-ps:pt-0d7b3275:::na", - "snlca902-cr6---snlca902-ps:pt-0d7b3275:throughput::na" + "hous-cr6---pantex-cr6:bbl-2a6992a5::ESNET-Z12463:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27005 + "esdbEquipmentInterfaceId": 12861, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:1/1/c34/1", + "urn": "hous-cr6:1/1/c22/1", "tags": [ - "snlca902-cr6---sacr-cr6:bbl-031bb467::ESNET-Z14865:na", - "snlca902-cr6---sacr-cr6:ESNET-Z14865::show:intracloud" + "hous-cr6---eqxda3-cr6:bbl-02554e63::ESNET-Z17816:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "snlca902-cr6:sacr-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.11/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -15659,72 +15773,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26991 + "esdbEquipmentInterfaceId": 12868, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:2/1/c3/1", + "urn": "hous-cr6:1/1/c25/1", "tags": [ - "snlca902-cr6---LLNL::conn-u:show:na" + "hous-cr6---atla-cr6:bbl-38f1debd::ESNET-Z17823:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26994 + "esdbEquipmentInterfaceId": 12869, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:2/1/c2/1", + "urn": "hous-cr6:1/1/c28/1", "tags": [ - "snlca902-cr6---LLNL::conn-s:show:na", - "snlca902-cr6---llnl(as44):l3edge-988a70d5:site_conn-s_base:show:na" + "hous-cr6---eqxda3-cr6:bbl-02554e63::ESNET-Z09880:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 83 + "ceiling": 5 }, { - "floor": 85, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26993 + "esdbEquipmentInterfaceId": 12870, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:2/1/c31/1", + "urn": "hous-cr6:1/1/c31/1", "tags": [ - "snlca902-cr6---sacr-cr6:bbl-031bb467::ESNET-Z14808:na", - "snlca902-cr6---sacr-cr6:ESNET-Z14808::show:intracloud" + "hous-cr6---elpa-cr6:bbl-5995bced::ESNET-Z10793:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "snlca902-cr6:sacr-bb-b", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.85/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -15735,88 +15857,208 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27020 + "esdbEquipmentInterfaceId": 12871, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:1/1/c17/3", + "urn": "hous-cr6:1/1/c34/1", "tags": [ - "snlca902-cr6---LLNL::conn-r:show:na", - "snlca902-cr6---llnl(as45):l3edge-4645556e:site_conn-r_base:show:na", - "snlca902-cr6---llnl(as45):l3edge-f3e83d41:site_conn-r_base:show:na" + "hous-cr6---atla-cr6:bbl-38f1debd::ESNET-Z10721:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1127, - "ceiling": 4095 - }, - { - "floor": 1121, - "ceiling": 1125 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 1119 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26980 + "esdbEquipmentInterfaceId": 12872, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:1/1/c3/1", + "urn": "hous-cr6:1/1/c7/1", "tags": [ - "snlca902-cr6---SNLL::conn-f:show:na", - "snlca902-cr6---snla(as377):l3edge-ed7e9c03:site_conn-f_base:show:na", - "snlca902-cr6---snla(as377):l3edge-426cc9b5:site_conn-f_base:show:na", - "snlca902-cr6---snll(as3562):l3edge-11b75d41:site_conn-f_base:show:na" + "hous-cr6---hous-dtn1:dtn-cb2e06aa:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1153, + "floor": 913, + "ceiling": 915 + }, + { + "floor": 2, + "ceiling": 911 + }, + { + "floor": 917, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12849, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "hous-cr6:1/1/c8/1", + "tags": [ + "hous-cr6---hous-ht1:ht-925d4eee:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1148 + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12850, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "hous-cr6:1/1/c9/1", + "tags": [ + "hous-cr6---hous-ht1:ht-925d4eee:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 }, { - "floor": 1151, - "ceiling": 1151 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 26964 + "esdbEquipmentInterfaceId": 12851, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:2/1/c34/1", + "urn": "hous-cr6:2/1/c1/1", "tags": [ - "snlca902-cr6---llnl-cr6:bbl-11d45c84::ESNET-Z14409:na", - "snlca902-cr6---llnl-cr6:ESNET-Z14409::show:intracloud" + "hous-cr6---LEARN::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 567, + "ceiling": 3339 + }, + { + "floor": 3342, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 563 + }, + { + "floor": 565, + "ceiling": 565 + } ], - "ifces": [ + "esdbEquipmentInterfaceId": 12873, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "hous-cr6:2/1/c14/1", + "tags": [ + "hous-cr6---hous-ps:pt-8d1ef11d:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, { - "urn": "snlca902-cr6:llnl-bb-f", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.45/31" + "floor": 912, + "ceiling": 1110 } ], + "esdbEquipmentInterfaceId": 12886, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "hous-cr6:2/1/c25/1", + "tags": [ + "hous-cr6---atla-cr6:bbl-38f1debd::ESNET-Z14978:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -15827,27 +16069,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26915 + "esdbEquipmentInterfaceId": 12899, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:1/1/c28/1", + "urn": "hous-cr6:2/1/c28/1", "tags": [ - "snlca902-cr6---llnl-cr6:bbl-11d45c84::ESNET-Z14863:na", - "snlca902-cr6---llnl-cr6:ESNET-Z14863::show:intracloud" + "hous-cr6---elpa-cr6:bbl-5995bced::ESNET-Z14974:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "snlca902-cr6:llnl-bb-g", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.65/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -15858,71 +16097,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26989 + "esdbEquipmentInterfaceId": 12900, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:2/1/c9/1", + "urn": "hous-cr6:2/1/c31/1", "tags": [ - "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:::na", - "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:service1::na" + "hous-cr6---elpa-cr6:bbl-5995bced::ESNET-Z10907:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27000 + "esdbEquipmentInterfaceId": 12901, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:1/1/c8/1", + "urn": "hous-cr6:2/1/c34/1", "tags": [ - "snlca902-cr6---snlca902-ht1:ht-63469d5b:::na", - "snlca902-cr6---snlca902-ht1:ht-63469d5b:service1::na" + "hous-cr6---eqxda3-cr6:bbl-02554e63::ESNET-Z10781:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26969 + "esdbEquipmentInterfaceId": 12902, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:2/1/c8/1", + "urn": "hous-cr6:2/1/c8/1", "tags": [ - "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:::na", - "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:service1::na" + "hous-cr6---hous-ht2:ht-eb16939d:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -15933,21 +16181,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 26999 + "esdbEquipmentInterfaceId": 12880, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:1/1/c9/1", + "urn": "hous-cr6:2/1/c9/1", "tags": [ - "snlca902-cr6---snlca902-ht1:ht-63469d5b:::na", - "snlca902-cr6---snlca902-ht1:ht-63469d5b:service1::na" + "hous-cr6---hous-ht2:ht-eb16939d:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -15958,116 +16209,131 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 26970 + "esdbEquipmentInterfaceId": 12881, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:2/1/c28/1", + "urn": "hous-cr6:lag-20", "tags": [ - "snlca902-cr6---llnl-cr6:bbl-11d45c84::ESNET-Z14864:na", - "snlca902-cr6---llnl-cr6:ESNET-Z14864::show:intracloud" + "hous-cr6---hous-mpr1:mgt-1f228f29:lag-20:ESNET-Z08614:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "snlca902-cr6:llnl-bb-h", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.87/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 27019 + "esdbEquipmentInterfaceId": 14943, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:lag-401", + "urn": "hous-cr6:lag-400", "tags": [ - "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:capture::na" + "hous-cr6---hous-ht1:ht-925d4eee:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 406, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 27083 + "esdbEquipmentInterfaceId": 25716, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "snlca902-cr6:lag-400", + "urn": "hous-cr6:lag-401", "tags": [ - "snlca902-cr6---snlca902-ht1:ht-63469d5b:capture::na" + "hous-cr6---hous-ht2:ht-eb16939d:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27082 + "esdbEquipmentInterfaceId": 25717, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 2430 + "esdbEquipmentId": 1691, + "orchSubscriptionId": null }, { - "urn": "anl221-cr6", + "urn": "inleil-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.173", + "ipv4Address": "134.55.200.207", "reservableVlans": [], - "location": "ANL221", - "locationId": 265, - "latitude": "41.71561118", - "longitude": "-87.98352097", + "location": "INLEIL", + "locationId": 604, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "anl221-cr6:1/1/c31/1", + "urn": "inleil-cr6:1/1/c1/1", "tags": [ - "anl221-cr6---fnalfcc-cr6:bbl-aba780f0::ESNET-Z10703:na", - "anl221-cr6---fnalfcc-cr6:ESNET-Z10703::show:intracloud" + "inleil-cr6---inlerob-cr6:bbl-c40704a5::ESNET-Z13303:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "anl221-cr6:fnalfcc-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.236/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -16078,96 +16344,89 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12293 + "esdbEquipmentInterfaceId": 16460, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:lag-20", + "urn": "inleil-cr6:1/1/c7/1", "tags": [ - "anl221-cr6---anl221-mpr1:mgt-a81e8ae5:lag-20:ESNET-Z08587:na", - "anl221-cr6---anl221-mpr1:ESNET-Z08587::show:intracloud", - "anl221-cr6---doenet-anl(as65018):l3edge-272ca650:site_conn-b_base:show:na", - "anl221-cr6---anl221-ps:pt-f5f0c678:owamp::na" + "inleil-cr6---INL::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 31, - "ceiling": 918 + "floor": 1507, + "ceiling": 3958 }, { - "floor": 1111, + "floor": 3960, "ceiling": 4095 }, { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "floor": 1505, + "ceiling": 1505 }, { "floor": 2, - "ceiling": 29 + "ceiling": 1503 } ], - "esdbEquipmentInterfaceId": 14934 + "esdbEquipmentInterfaceId": 16462, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:2/1/c14/1", + "urn": "inleil-cr6:2/1/c1/1", "tags": [ - "anl221-cr6---anl221-ps:pt-f5f0c678:::na", - "anl221-cr6---anl221-ps:pt-f5f0c678:throughput::na" + "inleil-cr6---inlerob-cr6:bbl-c40704a5::ESNET-Z17925:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12308 + "esdbEquipmentInterfaceId": 16472, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:1/1/c34/1", + "urn": "inleil-cr6:2/1/c13/2", "tags": [ - "anl221-cr6---anl541b-cr6:bbl-50ed9d9e::ESNET-Z10880:na", - "anl221-cr6---anl541b-cr6:ESNET-Z10880::show:intracloud" + "inleil-cr6---bois-cr6:bbl-c568431e::ESNET-Z13484:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "anl221-cr6:anl541b-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.42/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { "floor": 2, "ceiling": 5 @@ -16177,240 +16436,283 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12294 + "esdbEquipmentInterfaceId": 16477, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:2/1/c31/1", + "urn": "inleil-cr6:2/1/c14/1", "tags": [ - "anl221-cr6---fnalfcc-cr6:bbl-aba780f0::ESNET-Z10706:na", - "anl221-cr6---fnalfcc-cr6:ESNET-Z10706::show:intracloud" + "inleil-cr6---inleil-ps:pt-ca9fbfa8:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "anl221-cr6:fnalfcc-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.238/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12323 + "esdbEquipmentInterfaceId": 16480, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:2/1/c34/1", + "urn": "inleil-cr6:lag-20", "tags": [ - "anl221-cr6---anl541b-cr6:bbl-50ed9d9e::ESNET-Z07204:na", - "anl221-cr6---anl541b-cr6:ESNET-Z07204::show:intracloud" + "inleil-cr6---inleil-mpr1:mgt-dd59af62:lag-20:ESNET-Z09148:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "anl221-cr6:anl541b-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.154/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12324 - }, + "esdbEquipmentInterfaceId": 16825, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1832, + "orchSubscriptionId": null + }, + { + "urn": "inlerob-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.222", + "reservableVlans": [], + "location": "INLEROB", + "locationId": 625, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "anl221-cr6:1/1/c17/2", + "urn": "inlerob-cr6:1/1/c1/1", "tags": [ - "anl221-cr6---anl-pt1:throughput:::na" + "inlerob-cr6---inleil-cr6:bbl-c40704a5::ESNET-Z13303:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12282 + "esdbEquipmentInterfaceId": 22187, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:1/1/c28/1", + "urn": "inlerob-cr6:1/1/c13/3", "tags": [ - "anl221-cr6---anl541b-cr6:bbl-50ed9d9e::ESNET-Z10883:na", - "anl221-cr6---anl541b-cr6:ESNET-Z10883::show:intracloud" + "inlerob-cr6---DOE-IN-INL::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "anl221-cr6:anl541b-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.134/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12292 + "esdbEquipmentInterfaceId": 22193, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:2/1/c9/1", + "urn": "inlerob-cr6:1/1/c7/1", "tags": [ - "anl221-cr6---anl221-ht2:ht-8fec44f8:::na", - "anl221-cr6---anl221-ht2:ht-8fec44f8:service1::na" + "inlerob-cr6---INL::conn-j:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 2, + "ceiling": 1523 + }, + { + "floor": 1525, + "ceiling": 1525 + }, + { + "floor": 3959, "ceiling": 4095 }, { - "floor": 2, - "ceiling": 4088 + "floor": 1527, + "ceiling": 3957 } ], - "esdbEquipmentInterfaceId": 12303 + "esdbEquipmentInterfaceId": 22189, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:1/1/c8/1", + "urn": "inlerob-cr6:2/1/c1/1", "tags": [ - "anl221-cr6---anl221-ht1:ht-e579a8d1:::na", - "anl221-cr6---anl221-ht1:ht-e579a8d1:service1::na" + "inlerob-cr6---inleil-cr6:bbl-c40704a5::ESNET-Z17925:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12272 + "esdbEquipmentInterfaceId": 22199, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:2/1/c8/1", + "urn": "inlerob-cr6:2/1/c14/1", "tags": [ - "anl221-cr6---anl221-ht2:ht-8fec44f8:::na", - "anl221-cr6---anl221-ht2:ht-8fec44f8:service1::na" + "inlerob-cr6---inlerob-ps:pt-e7e386d2:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12302 + "esdbEquipmentInterfaceId": 22207, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:1/1/c9/1", + "urn": "inlerob-cr6:2/1/c2/1", "tags": [ - "anl221-cr6---anl221-ht1:ht-e579a8d1:::na", - "anl221-cr6---anl221-ht1:ht-e579a8d1:service1::na" + "inlerob-cr6---DOE-IN-INL::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 4088 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12273 + "esdbEquipmentInterfaceId": 22200, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:2/1/c28/1", + "urn": "inlerob-cr6:2/1/c7/1", "tags": [ - "anl221-cr6---fnalfcc-cr6:bbl-aba780f0::ESNET-Z11926:na", - "anl221-cr6---fnalfcc-cr6:ESNET-Z11926::show:intracloud" + "inlerob-cr6---salt-cr6:bbl-256aab3b::ESNET-Z14440:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "anl221-cr6:fnalfcc-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.78/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -16421,120 +16723,135 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12322 + "esdbEquipmentInterfaceId": 22201, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:2/1/c19/1", + "urn": "inlerob-cr6:lag-20", "tags": [ - "anl221-cr6---ANL::conn-k:show:na", - "anl221-cr6---anl(as683):l3edge-cb52d675:site_conn-k_base:show:na", - "anl221-cr6---anl(as683):l3edge-c81be8c8:site_conn-k_base:show:na", - "anl221-cr6---anl(as683):l3edge-9a7efad8:site_conn-k_l3vpn-lhcone:show:intercloud" + "inlerob-cr6---inlerob-mpr1:mgt-9645f344:lag-20:ESNET-Z11273:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 1947, + "floor": 1111, "ceiling": 4095 }, { - "floor": 1867, - "ceiling": 1875 + "floor": 2, + "ceiling": 918 }, { - "floor": 2, - "ceiling": 1865 + "floor": 920, + "ceiling": 965 }, { - "floor": 1877, - "ceiling": 1945 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12319 - }, + "esdbEquipmentInterfaceId": 22211, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2021, + "orchSubscriptionId": null + }, + { + "urn": "jlab12-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.208", + "reservableVlans": [], + "location": "JLAB12", + "locationId": 605, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "anl221-cr6:lag-401", + "urn": "jlab12-cr6:1/1/c1/1", "tags": [ - "anl221-cr6---anl221-ht2:ht-8fec44f8:capture::na" + "jlab12-cr6---JLAB::conn-j:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 2302, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 2300 } ], - "esdbEquipmentInterfaceId": 25703 + "esdbEquipmentInterfaceId": 16490, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl221-cr6:lag-400", + "urn": "jlab12-cr6:1/1/c2/1", "tags": [ - "anl221-cr6---anl221-ht1:ht-e579a8d1:capture::na" + "jlab12-cr6---atla-cr6:bbl-73bcce9c::ESNET-Z16334:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25702 - } - ], - "esdbEquipmentId": 1676 - }, - { - "urn": "slac50s-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.194", - "reservableVlans": [], - "location": "SLAC50S", - "locationId": 488, - "latitude": "37.42801285", - "longitude": "-122.1773605", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 16491, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "slac50s-cr6:1/1/c31/1", + "urn": "jlab12-cr6:2/1/c1/1", "tags": [ - "slac50s-cr6---sunn-cr6:bbl-2d106b69::ESNET-Z10874:na", - "slac50s-cr6---sunn-cr6:ESNET-Z10874::show:intracloud" + "jlab12-cr6---jlab205-cr6:bbl-ea8f9041::ESNET-Z11339:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "slac50s-cr6:sunn-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.144/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -16545,69 +16862,56 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13705 + "esdbEquipmentInterfaceId": 16502, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:lag-20", + "urn": "jlab12-cr6:2/1/c13/3", "tags": [ - "slac50s-cr6---slac50s-mpr1:mgt-1f7e071c:lag-20:ESNET-Z08632:na", - "slac50s-cr6---slac50s-mpr1:ESNET-Z08632::show:intracloud", - "slac50s-cr6---slac50s-ps:pt-26ba00cf:owamp::na", - "slac50s-cr6---slac50s-ps:pt-lsst-manual:owamp::na" + "jlab12-cr6---DOE-SC-TJSO::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1111, - "ceiling": 2219 + "floor": 2, + "ceiling": 900 }, { - "floor": 2, - "ceiling": 918 - }, - { - "floor": 2221, + "floor": 902, "ceiling": 4095 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14949 + "esdbEquipmentInterfaceId": 16508, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:2/1/c14/1", + "urn": "jlab12-cr6:2/1/c14/1", "tags": [ - "slac50s-cr6---slac50s-ps:pt-26ba00cf:::na", - "slac50s-cr6---slac50s-ps:pt-26ba00cf:throughput::na", - "slac50s-cr6---slac50s-ps:pt-lsst-manual:throughput::na" + "jlab12-cr6---jlab12-ps:pt-fb199a88:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 2222, - "ceiling": 4095 - }, { "floor": 1112, - "ceiling": 2220 + "ceiling": 4095 }, { "floor": 2, @@ -16618,124 +16922,139 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13720 + "esdbEquipmentInterfaceId": 16510, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:1/1/c34/1", + "urn": "jlab12-cr6:2/1/c8/1", "tags": [ - "slac50s-cr6---slac50n-cr6:bbl-8de1a60d::ESNET-Z07207:na", - "slac50s-cr6---slac50n-cr6:ESNET-Z07207::show:intracloud" + "jlab12-cr6---JLAB::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "slac50s-cr6:slac50n-bb-a", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.38/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 2301, + "ceiling": 2376 }, { - "floor": 7, + "floor": 2378, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 2299 } ], - "esdbEquipmentInterfaceId": 13706 + "esdbEquipmentInterfaceId": 16505, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:1/1/c2/1", + "urn": "jlab12-cr6:lag-20", "tags": [ - "slac50s-cr6---SLAC::conn-f:show:na", - "slac50s-cr6---slac(as3671):l3edge-226a8f44:site_conn-f_l3vpn-lhcone:show:intercloud", - "slac50s-cr6---slac(as3671):l3edge-4d3a01e4:site_conn-f_ipt:show:na", - "slac50s-cr6---slac(as3671):l3edge-c35af204:site_conn-f_ipt:show:na" + "jlab12-cr6---jlab12-mpr1:mgt-e27fcd52:lag-20:ESNET-Z09151:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2203, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1133 + "ceiling": 918 }, { - "floor": 1135, - "ceiling": 1135 + "floor": 920, + "ceiling": 965 }, { - "floor": 1137, - "ceiling": 2201 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 13678 - }, + "esdbEquipmentInterfaceId": 16827, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1833, + "orchSubscriptionId": null + }, + { + "urn": "jlab205-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.209", + "reservableVlans": [], + "location": "JLAB205", + "locationId": 606, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "slac50s-cr6:2/1/c31/1", + "urn": "jlab205-cr6:1/1/c1/1", "tags": [ - "slac50s-cr6---sunn-cr6:bbl-2d106b69::ESNET-Z10877:na", - "slac50s-cr6---sunn-cr6:ESNET-Z10877::show:intracloud" + "jlab205-cr6---JLAB::conn-k:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "slac50s-cr6:sunn-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.146/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 2315, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 2313 } ], - "esdbEquipmentInterfaceId": 13735 + "esdbEquipmentInterfaceId": 16520, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:2/1/c34/1", + "urn": "jlab205-cr6:1/1/c2/1", "tags": [ - "slac50s-cr6---slac50n-cr6:bbl-8de1a60d::ESNET-Z10934:na", - "slac50s-cr6---slac50n-cr6:ESNET-Z10934::show:intracloud" + "jlab205-cr6---eqxdc4-cr6:bbl-3ea79543::ESNET-Z14942:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "slac50s-cr6:slac50n-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.142/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -16746,27 +17065,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13736 + "esdbEquipmentInterfaceId": 16521, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:1/1/c28/1", + "urn": "jlab205-cr6:2/1/c1/1", "tags": [ - "slac50s-cr6---slac50n-cr6:bbl-8de1a60d::ESNET-Z10931:na", - "slac50s-cr6---slac50n-cr6:ESNET-Z10931::show:intracloud" + "jlab205-cr6---jlab12-cr6:bbl-ea8f9041::ESNET-Z11339:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "slac50s-cr6:slac50n-bb-b", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.140/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -16777,152 +17093,223 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13704 + "esdbEquipmentInterfaceId": 16532, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:2/1/c9/1", + "urn": "jlab205-cr6:2/1/c13/3", "tags": [ - "slac50s-cr6---slac50s-ht2:ht-d6513644:::na", - "slac50s-cr6---slac50s-ht2:ht-d6513644:service1::na" + "jlab205-cr6---DOE-SC-TJSO::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, + "floor": 904, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 902 } ], - "esdbEquipmentInterfaceId": 13715 + "esdbEquipmentInterfaceId": 16538, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:1/1/c1/1", + "urn": "jlab205-cr6:2/1/c14/1", "tags": [ - "slac50s-cr6---SLAC::conn-h:show:na", - "slac50s-cr6---slac(as3671):l3edge-834db177:site_conn-h_l3vpn-lsst:show:intercloud" + "jlab205-cr6---jlab205-ps:pt-545f8feb:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 315, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 313 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13677 + "esdbEquipmentInterfaceId": 16540, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:1/1/c8/1", + "urn": "jlab205-cr6:2/1/c8/1", "tags": [ - "slac50s-cr6---slac50s-ht1:ht-e498952e:::na", - "slac50s-cr6---slac50s-ht1:ht-e498952e:service1::na" + "jlab205-cr6---JLAB::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 2314, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 2312 } ], - "esdbEquipmentInterfaceId": 13684 + "esdbEquipmentInterfaceId": 16535, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:2/1/c8/1", + "urn": "jlab205-cr6:lag-20", "tags": [ - "slac50s-cr6---slac50s-ht2:ht-d6513644:::na", - "slac50s-cr6---slac50s-ht2:ht-d6513644:service1::na" + "jlab205-cr6---jlab205-mpr1:mgt-881b76dc:lag-20:ESNET-Z09154:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 16829, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1834, + "orchSubscriptionId": null + }, + { + "urn": "kans-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.180", + "reservableVlans": [], + "location": "KANS", + "locationId": 272, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "kans-cr6:1/1/c17/2", + "tags": [ + "kans-cr6---FABRIC::conn-ah:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 1009 + }, + { + "floor": 1011, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13714 + "esdbEquipmentInterfaceId": 12732, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:1/1/c9/1", + "urn": "kans-cr6:1/1/c17/3", "tags": [ - "slac50s-cr6---slac50s-ht1:ht-e498952e:::na", - "slac50s-cr6---slac50s-ht1:ht-e498952e:service1::na" + "kans-cr6---557WW::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, + "floor": 3002, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 3000 } ], - "esdbEquipmentInterfaceId": 13685 + "esdbEquipmentInterfaceId": 12733, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:2/1/c28/1", + "urn": "kans-cr6:1/1/c19/1", "tags": [ - "slac50s-cr6---sunn-cr6:bbl-2d106b69::ESNET-Z13471:na", - "slac50s-cr6---sunn-cr6:ESNET-Z13471::show:intracloud" + "kans-cr6---chic-cr6:bbl-70585dea::ESNET-Z10766:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "slac50s-cr6:sunn-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.168/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -16933,173 +17320,136 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13734 + "esdbEquipmentInterfaceId": 12739, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:lag-401", + "urn": "kans-cr6:1/1/c25/1", "tags": [ - "slac50s-cr6---slac50s-ht2:ht-d6513644:capture::na" + "kans-cr6---denv-cr6:bbl-9e99b61a::ESNET-Z10787:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25751 + "esdbEquipmentInterfaceId": 12741, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "slac50s-cr6:lag-400", + "urn": "kans-cr6:1/1/c28/1", "tags": [ - "slac50s-cr6---slac50s-ht1:ht-e498952e:capture::na" + "kans-cr6---chic-cr6:bbl-70585dea::ESNET-Z17175:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25750 - } - ], - "esdbEquipmentId": 1709 - }, - { - "urn": "cern513-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.233", - "reservableVlans": [], - "location": "CERN513", - "locationId": 644, - "latitude": "46.2349075", - "longitude": "6.0749791", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12742, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "cern513-cr6:lag-3", + "urn": "kans-cr6:1/1/c34/1", "tags": [ - "cern513-cr6---CERN::conn-y:show:na", - "cern513-cr6---cern(as513):l3edge-8c0bf4ed:site_conn-y_l3vpn-lhcone:show:intercloud", - "cern513-cr6---cern:l3edge-bcdbd5ca:cern_conn-y_l3vpn-lhcone:show:intercloud" + "kans-cr6---eqxda3-cr6:bbl-033bd142::ESNET-Z17797:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 522, - "ceiling": 2010 - }, { "floor": 2, - "ceiling": 520 + "ceiling": 5 }, { - "floor": 2012, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27218 + "esdbEquipmentInterfaceId": 12744, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:lag-20", + "urn": "kans-cr6:2/1/c13/1", "tags": [ - "cern513-cr6---cern513-mpr1:mgt-d0de790d:lag-20:ESNET-Z11623:na", - "cern513-cr6---cern513-mpr1:ESNET-Z11623::show:intracloud", - "cern513-cr6---fabric(as4294967284):l3edge-b4d01200:site_conn-v_base:show:na", - "cern513-cr6---cern513-ps:pt-ee8333fd:owamp::na" + "kans-cr6---ameshwh-cr6:bbl-9f065c3d::ESNET-Z16496:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 1021, - "ceiling": 1109 - } - ], - "esdbEquipmentInterfaceId": 23359 - }, - { - "urn": "cern513-cr6:lag-1", - "tags": [ - "cern513-cr6---CERN::conn-p:show:na", - "cern513-cr6---cern(as513):l3edge-b2d622ab:site_conn-p_base:show:na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, - "reservableVlans": [ - { - "floor": 2027, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 2025 } ], - "esdbEquipmentInterfaceId": 23999 + "esdbEquipmentInterfaceId": 12757, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:2/1/c14/1", + "urn": "kans-cr6:2/1/c14/1", "tags": [ - "cern513-cr6---cern513-ps:pt-ee8333fd:::na", - "cern513-cr6---cern513-ps:pt-ee8333fd:throughput::na" + "kans-cr6---kans-ps:pt-1463a27d:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -17114,27 +17464,24 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 23955 + "esdbEquipmentInterfaceId": 12758, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:1/1/c34/1", + "urn": "kans-cr6:2/1/c19/1", "tags": [ - "cern513-cr6---cern773-cr6:bbl-bfe8ca08::ESNET-Z14956:na", - "cern513-cr6---cern773-cr6:ESNET-Z14956::show:intracloud" + "kans-cr6---chic-cr6:bbl-70585dea::ESNET-Z14075:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "cern513-cr6:cern773-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.1/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -17145,107 +17492,108 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23945 + "esdbEquipmentInterfaceId": 12769, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:2/1/c15/1", + "urn": "kans-cr6:2/1/c2/1", "tags": [ - "cern513-cr6---cern513-bert1:bert-f1e3d702:::na", - "cern513-cr6---cern513-bert1:bert-f1e3d702:throughput::na" + "kans-cr6---kcnsc-cr6:bbl-d2e22820::ESNET-Z17465:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4011, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4009 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23956 + "esdbEquipmentInterfaceId": 12746, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:lag-10", + "urn": "kans-cr6:2/1/c25/1", "tags": [ - "cern513-cr6---GEANT::conn-q:show:na", - "cern513-cr6---geant(as20965):l3edge-d0378b09:conn-q_base:show:na", - "cern513-cr6---geant(as20965):l3edge-a5f2bfaf:conn-q_base:show:na", - "cern513-cr6---geant(as20965):l3edge-bfda57b1:conn-q_l3vpn-lhcone:show:intercloud" + "kans-cr6---eqxda3-cr6:bbl-033bd142::ESNET-Z13648:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 107, - "ceiling": 110 - }, - { - "floor": 105, - "ceiling": 105 - }, { "floor": 2, - "ceiling": 103 + "ceiling": 5 }, { - "floor": 112, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27644 + "esdbEquipmentInterfaceId": 12771, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:2/1/c3/1", + "urn": "kans-cr6:2/1/c28/1", "tags": [ - "cern513-cr6---FABRIC::conn-w:show:na" + "kans-cr6---denv-cr6:bbl-9e99b61a::ESNET-Z14012:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23946 + "esdbEquipmentInterfaceId": 12772, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:2/1/c31/1", + "urn": "kans-cr6:2/1/c31/1", "tags": [ - "cern513-cr6---eqxam3-cr6:bbl-2e679375::ESNET-Z15710:na", - "cern513-cr6---eqxam3-cr6:ESNET-Z15710::show:intracloud" + "kans-cr6---denv-cr6:bbl-9e99b61a::ESNET-Z10904:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "cern513-cr6:eqxam3-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.221/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -17256,27 +17604,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23962 + "esdbEquipmentInterfaceId": 12773, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:2/1/c34/1", + "urn": "kans-cr6:2/1/c34/1", "tags": [ - "cern513-cr6---cern773-cr6:bbl-bfe8ca08::ESNET-Z14957:na", - "cern513-cr6---cern773-cr6:ESNET-Z14957::show:intracloud" + "kans-cr6---eqxda3-cr6:bbl-033bd142::ESNET-Z10784:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "cern513-cr6:cern773-bb-d", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.29/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -17287,120 +17632,183 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23963 + "esdbEquipmentInterfaceId": 12774, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:1/1/c28/1", + "urn": "kans-cr6:lag-20", "tags": [ - "cern513-cr6---bost-cr6:bbl-28c523ce::ESNET-Z15698:na", - "cern513-cr6---bost-cr6:ESNET-Z15698::show:intracloud" + "kans-cr6---kans-mpr1:mgt-206e5101:lag-20:ESNET-Z08578:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "cern513-cr6:bost-bb-a", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.33/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 967, + "ceiling": 1019 }, { - "floor": 7, + "floor": 1111, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 1021, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 23943 + "esdbEquipmentInterfaceId": 14931, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:1/1/c4/1", + "urn": "kans-cr6:lag-30", "tags": [ - "cern513-cr6---wash-cr6:bbl-087d55e0::ESNET-Z11848:na", - "cern513-cr6---wash-cr6:ESNET-Z11848::show:intracloud" + "kans-cr6---GPN::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, + "reservableVlans": [ + { + "floor": 1899, + "ceiling": 3550 + }, + { + "floor": 2, + "ceiling": 712 + }, + { + "floor": 715, + "ceiling": 1896 + }, { - "urn": "cern513-cr6:wash-bb-a", - "port": "1/1/c4/1", - "ipv4Address": "134.55.58.147/31" + "floor": 3552, + "ceiling": 4095 } ], + "esdbEquipmentInterfaceId": 28997, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1688, + "orchSubscriptionId": null + }, + { + "urn": "kcnsc-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.210", + "reservableVlans": [], + "location": "KCNSC", + "locationId": 607, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "kcnsc-cr6:1/1/c8/1", + "tags": [ + "kcnsc-cr6---KCNSC::conn-g:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 2209, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2206, + "ceiling": 2206 + }, + { + "floor": 2, + "ceiling": 2204 } ], - "esdbEquipmentInterfaceId": 23929 + "esdbEquipmentInterfaceId": 16553, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:2/1/c7/1", + "urn": "kcnsc-cr6:2/1/c14/1", "tags": [ - "cern513-cr6---cern773-cr6:bbl-a350e1d0::ESNET-Z11815:na", - "cern513-cr6---cern773-cr6:ESNET-Z11815::show:intracloud" + "kcnsc-cr6---kcnsc-ps:pt-730c1b18:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "cern513-cr6:cern773-bb-b", - "port": "2/1/c7/1", - "ipv4Address": "134.55.58.63/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 23349 + "esdbEquipmentInterfaceId": 16570, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:1/1/c7/1", + "urn": "kcnsc-cr6:2/1/c2/1", "tags": [ - "cern513-cr6---cern773-cr6:bbl-a350e1d0::ESNET-Z11814:na", - "cern513-cr6---cern773-cr6:ESNET-Z11814::show:intracloud" + "kcnsc-cr6---kans-cr6:bbl-d2e22820::ESNET-Z17465:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "cern513-cr6:cern773-bb-a", - "port": "1/1/c7/1", - "ipv4Address": "134.55.58.61/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -17411,70 +17819,79 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23337 + "esdbEquipmentInterfaceId": 16563, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "cern513-cr6:2/1/c17/2", + "urn": "kcnsc-cr6:lag-20", "tags": [ - "cern513-cr6---FABRIC::conn-ab:show:na", - "cern513-cr6---fabric(as4294967284):l3edge-3ce3c177:site_conn-ab_base:show:na" + "kcnsc-cr6---kcnsc-mpr1:mgt-3f0f2763:lag-20:ESNET-Z09157:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 1009 + "ceiling": 918 }, { - "floor": 1011, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 23352 + "esdbEquipmentInterfaceId": 16831, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 2082 + "esdbEquipmentId": 1835, + "orchSubscriptionId": null }, { - "urn": "eqxsv5-cr6", + "urn": "lanlta03-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.165", + "ipv4Address": "134.55.200.223", "reservableVlans": [], - "location": "EQXSV5", - "locationId": 258, - "latitude": "37.2417667", - "longitude": "-121.7829669", + "location": "LANLTA03", + "locationId": 626, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "eqxsv5-cr6:1/1/c31/1", + "urn": "lanlta03-cr6:1/1/c1/1", "tags": [ - "eqxsv5-cr6---losa-cr6:bbl-73bba71b::ESNET-Z11821:na", - "eqxsv5-cr6---losa-cr6:ESNET-Z11821::show:intracloud" + "lanlta03-cr6---albq-cr6:bbl-7d2ce5fd::ESNET-Z13352:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxsv5-cr6:losa-bb-a", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.42/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -17485,201 +17902,199 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11841 + "esdbEquipmentInterfaceId": 22218, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:lag-20", + "urn": "lanlta03-cr6:1/1/c8/1", "tags": [ - "eqxsv5-cr6---eqxsv5-mpr1:mgt-f7901f33:lag-20:ESNET-Z08596:na", - "eqxsv5-cr6---eqxsv5-mpr1:ESNET-Z08596::show:intracloud", - "eqxsv5-cr6---eqxsv5-ps:pt-29645621:owamp::na" + "lanlta03-cr6---lanlta50-cr6:bbl-bf73a902::ESNET-Z13364:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14937 + "esdbEquipmentInterfaceId": 22221, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:2/1/c14/1", + "urn": "lanlta03-cr6:2/1/c1/1", "tags": [ - "eqxsv5-cr6---eqxsv5-ps:pt-29645621:::na", - "eqxsv5-cr6---eqxsv5-ps:pt-29645621:throughput::na" + "lanlta03-cr6---LANL::conn-p:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, - "ceiling": 4095 + "floor": 1144, + "ceiling": 1202 }, { "floor": 2, - "ceiling": 910 + "ceiling": 1140 }, { - "floor": 912, - "ceiling": 1110 + "floor": 1204, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11856 + "esdbEquipmentInterfaceId": 22230, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:1/1/c34/1", + "urn": "lanlta03-cr6:2/1/c14/1", "tags": [ - "eqxsv5-cr6---sunn-cr6:bbl-d719d8b6::ESNET-Z10817:na", - "eqxsv5-cr6---sunn-cr6:ESNET-Z10817::show:intracloud" + "lanlta03-cr6---lanlta03-ps:pt-e8abb74e:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxsv5-cr6:sunn-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.101/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 11842 + "esdbEquipmentInterfaceId": 22238, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:2/1/c1/1", + "urn": "lanlta03-cr6:2/1/c8/1", "tags": [ - "eqxsv5-cr6---CABLE-WIRELESS::conn-a:show:na", - "eqxsv5-cr6---cable-wireless(as1273):l3edge-8740ced6:conn-a_base:show:na" + "lanlta03-cr6---lanlta50-cr6:bbl-bf73a902::ESNET-Z13365:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 667, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 665 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11843 + "esdbEquipmentInterfaceId": 22233, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:2/1/c3/1", + "urn": "lanlta03-cr6:lag-20", "tags": [ - "eqxsv5-cr6---ESNET-SERVICES::conn-c:show:na", - "eqxsv5-cr6---esnet-services(asNone):manual:conn-c_base:show:na", - "eqxsv5-cr6---esnet(as65293):l3edge-796dee04:site_conn-c_ipt:show:na" + "lanlta03-cr6---lanlta03-mpr1:mgt-50a5ad71:lag-20:ESNET-Z11276:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 49, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 45 + "ceiling": 918 }, { - "floor": 47, - "ceiling": 47 - } - ], - "esdbEquipmentInterfaceId": 11845 - }, - { - "urn": "eqxsv5-cr6:1/1/c2/1", - "tags": [ - "eqxsv5-cr6---Equinix::conn-h:show:na", - "eqxsv5-cr6---equinix:l3edge-77b4b9f4:equinix_conn-h_base:show:na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 98 + "floor": 920, + "ceiling": 965 }, { - "floor": 100, - "ceiling": 4095 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 11814 - }, + "esdbEquipmentInterfaceId": 22242, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2022, + "orchSubscriptionId": null + }, + { + "urn": "lanlta50-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.224", + "reservableVlans": [], + "location": "LANLTA50", + "locationId": 627, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "eqxsv5-cr6:2/1/c31/1", + "urn": "lanlta50-cr6:1/1/c1/1", "tags": [ - "eqxsv5-cr6---sunn-cr6:bbl-d719d8b6::ESNET-Z11725:na", - "eqxsv5-cr6---sunn-cr6:ESNET-Z11725::show:intracloud" + "lanlta50-cr6---denv-cr6:bbl-f2ccbf4a::ESNET-Z13372:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxsv5-cr6:sunn-bb-e", - "port": "2/1/c31/1", - "ipv4Address": "134.55.58.39/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -17690,27 +18105,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11871 + "esdbEquipmentInterfaceId": 22249, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:2/1/c34/1", + "urn": "lanlta50-cr6:1/1/c8/1", "tags": [ - "eqxsv5-cr6---sunn-cr6:bbl-d719d8b6::ESNET-Z10820:na", - "eqxsv5-cr6---sunn-cr6:ESNET-Z10820::show:intracloud" + "lanlta50-cr6---lanlta03-cr6:bbl-bf73a902::ESNET-Z13364:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxsv5-cr6:sunn-bb-d", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.249/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -17721,205 +18133,279 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11872 + "esdbEquipmentInterfaceId": 22252, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:1/1/c6/1", + "urn": "lanlta50-cr6:2/1/c1/1", "tags": [ - "eqxsv5-cr6---PacketFabric::conn-i:show:na" + "lanlta50-cr6---LANL::conn-q:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 1147, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 1144 } ], - "esdbEquipmentInterfaceId": 11818 + "esdbEquipmentInterfaceId": 22261, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:2/1/c9/1", + "urn": "lanlta50-cr6:2/1/c14/1", "tags": [ - "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:::na", - "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:service1::na" + "lanlta50-cr6---lanlta50-ps:pt-11f4e9a1:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 11851 + "esdbEquipmentInterfaceId": 22269, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:1/1/c8/1", + "urn": "lanlta50-cr6:2/1/c8/1", "tags": [ - "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:::na", - "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:service1::na" + "lanlta50-cr6---lanlta03-cr6:bbl-bf73a902::ESNET-Z13365:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11820 + "esdbEquipmentInterfaceId": 22264, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:2/1/c8/1", + "urn": "lanlta50-cr6:lag-20", "tags": [ - "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:::na", - "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:service1::na" + "lanlta50-cr6---lanlta50-mpr1:mgt-d4f71474:lag-20:ESNET-Z11279:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 11850 - }, + "esdbEquipmentInterfaceId": 22273, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2023, + "orchSubscriptionId": null + }, + { + "urn": "lasv-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.186", + "reservableVlans": [], + "location": "LASV", + "locationId": 279, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "eqxsv5-cr6:1/1/c9/1", + "urn": "lasv-cr6:1/1/c1/1", "tags": [ - "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:::na", - "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:service1::na" + "lasv-cr6---nnss-cr6:bbl-1118c475::ESNET-Z13319:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11821 + "esdbEquipmentInterfaceId": 13163, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:lag-401", + "urn": "lasv-cr6:1/1/c17/2", "tags": [ - "eqxsv5-cr6---eqxsv5-ht2:ht-1e35ea21:capture::na" + "lasv-cr6---DOE-NNSA-LASV::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, + "ceiling": 1799 + }, + { + "floor": 1801, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25683 + "esdbEquipmentInterfaceId": 13180, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxsv5-cr6:lag-400", + "urn": "lasv-cr6:1/1/c17/3", "tags": [ - "eqxsv5-cr6---eqxsv5-ht1:ht-6b73d606:capture::na" + "lasv-cr6---LANL-NNSS::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, + "ceiling": 599 + }, + { + "floor": 601, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25682 - } - ], - "esdbEquipmentId": 1663 - }, - { - "urn": "llnl-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.197", - "reservableVlans": [], - "location": "LLNL", - "locationId": 572, - "latitude": "37.6798263", - "longitude": "-121.7055697", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13181, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "llnl-cr6:1/1/c31/1", + "urn": "lasv-cr6:1/1/c17/4", "tags": [ - "llnl-cr6---snlca902-cr6:bbl-11d45c84::ESNET-Z14863:na", - "llnl-cr6---snlca902-cr6:ESNET-Z14863::show:intracloud" + "lasv-cr6---DOE-NNSA-IARC::conn-f:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 1704, + "ceiling": 4095 + }, { - "urn": "llnl-cr6:snlca902-bb-g", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.64/31" + "floor": 2, + "ceiling": 1701 } ], + "esdbEquipmentInterfaceId": 13182, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "lasv-cr6:1/1/c28/1", + "tags": [ + "lasv-cr6---losa-cr6:bbl-fc13de87::ESNET-Z17583:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -17930,100 +18416,76 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13899 + "esdbEquipmentInterfaceId": 13190, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:lag-20", + "urn": "lasv-cr6:1/1/c3/1", "tags": [ - "llnl-cr6---llnl-mpr1:mgt-dc2e487b:lag-20:ESNET-Z08653:na", - "llnl-cr6---llnl-mpr1:ESNET-Z08653::show:intracloud", - "llnl-cr6---doe-nnsa-llnl(as65172):l3edge-eae4ff71:site_conn-c_base:show:na", - "llnl-cr6---doenet-llnl(as65007):l3edge-08d34350:site_conn-d_base:show:na", - "llnl-cr6---llnl-ps:pt-d9c3c5dc:owamp::na" + "lasv-cr6---Seal::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1121, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 309 - }, - { - "floor": 1111, - "ceiling": 1119 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 - }, - { - "floor": 311, - "ceiling": 918 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14956 + "esdbEquipmentInterfaceId": 13165, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:2/1/c14/1", + "urn": "lasv-cr6:1/1/c31/1", "tags": [ - "llnl-cr6---llnl-ps:pt-d9c3c5dc:::na", - "llnl-cr6---llnl-ps:pt-d9c3c5dc:throughput::na" + "lasv-cr6---losa-cr6:bbl-fc13de87::ESNET-Z10823:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13914 + "esdbEquipmentInterfaceId": 13191, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:1/1/c34/1", + "urn": "lasv-cr6:1/1/c34/1", "tags": [ - "llnl-cr6---sunn-cr6:bbl-7eb16d2a::ESNET-Z13470:na", - "llnl-cr6---sunn-cr6:ESNET-Z13470::show:intracloud" + "lasv-cr6---salt-cr6:bbl-c133c652::ESNET-Z14706:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "llnl-cr6:sunn-bb-e", - "port": "1/1/c34/1", - "ipv4Address": "134.55.58.164/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -18034,189 +18496,196 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13900 + "esdbEquipmentInterfaceId": 13192, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:2/1/c3/1", + "urn": "lasv-cr6:1/1/c4/1", "tags": [ - "llnl-cr6---LLNL::conn-t:show:na" + "lasv-cr6---DOE-NNSA-LASV::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 417, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 415 } ], - "esdbEquipmentInterfaceId": 13903 + "esdbEquipmentInterfaceId": 13166, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:1/1/c17/4", + "urn": "lasv-cr6:1/1/c8/1", "tags": [ - "llnl-cr6---SNLL::conn-e:show:na", - "llnl-cr6---snll(as3562):l3edge-cb7f1488:site_conn-e_base:show:na" + "lasv-cr6---lasv-ht1:ht-4cca3fff:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1149, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1147 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13890 + "esdbEquipmentInterfaceId": 13170, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:1/1/c2/1", + "urn": "lasv-cr6:1/1/c9/1", "tags": [ - "llnl-cr6---LLNL::conn-n:show:na", - "llnl-cr6---llnl(as44):l3edge-a752e069:site_conn-n_base:show:na" + "lasv-cr6---lasv-ht1:ht-4cca3fff:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 45, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 43 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13872 + "esdbEquipmentInterfaceId": 13171, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:2/1/c31/1", + "urn": "lasv-cr6:2/1/c14/1", "tags": [ - "llnl-cr6---snlca902-cr6:bbl-11d45c84::ESNET-Z14864:na", - "llnl-cr6---snlca902-cr6:ESNET-Z14864::show:intracloud" + "lasv-cr6---lasv-ps:pt-b4987d85:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "llnl-cr6:snlca902-bb-h", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.86/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13929 + "esdbEquipmentInterfaceId": 13206, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:1/1/c17/3", + "urn": "lasv-cr6:2/1/c17/2", "tags": [ - "llnl-cr6---LLNL::conn-p:show:na", - "llnl-cr6---llnl(as45):l3edge-f7aeaad9:site_conn-p_base:show:na", - "llnl-cr6---llnl(as45):l3edge-b2f502be:site_conn-p_base:show:na" + "lasv-cr6---DOE-NNSA-IARC::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 157, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 153 + "ceiling": 1699 }, { - "floor": 155, - "ceiling": 155 + "floor": 1702, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13889 + "esdbEquipmentInterfaceId": 13210, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:2/1/c34/1", + "urn": "lasv-cr6:2/1/c17/4", "tags": [ - "llnl-cr6---snlca902-cr6:bbl-11d45c84::ESNET-Z14409:na", - "llnl-cr6---snlca902-cr6:ESNET-Z14409::show:intracloud" + "lasv-cr6---DOE-NNSA-LASV::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "llnl-cr6:snlca902-bb-f", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.44/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1800 }, { - "floor": 7, + "floor": 1802, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13930 + "esdbEquipmentInterfaceId": 13212, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:1/1/c28/1", + "urn": "lasv-cr6:2/1/c28/1", "tags": [ - "llnl-cr6---sunn-cr6:bbl-7eb16d2a::ESNET-Z10844:na", - "llnl-cr6---sunn-cr6:ESNET-Z10844::show:intracloud" + "lasv-cr6---salt-cr6:bbl-c133c652::ESNET-Z18073:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "llnl-cr6:sunn-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.58.0/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -18227,27 +18696,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13898 + "esdbEquipmentInterfaceId": 13220, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:2/1/c28/1", + "urn": "lasv-cr6:2/1/c31/1", "tags": [ - "llnl-cr6---sunn-cr6:bbl-7eb16d2a::ESNET-Z10847:na", - "llnl-cr6---sunn-cr6:ESNET-Z10847::show:intracloud" + "lasv-cr6---salt-cr6:bbl-c133c652::ESNET-Z10826:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "llnl-cr6:sunn-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.2/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -18258,136 +18724,139 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13928 + "esdbEquipmentInterfaceId": 13221, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:2/1/c17/2", + "urn": "lasv-cr6:2/1/c34/1", "tags": [ - "llnl-cr6---LLNL::conn-o:show:na", - "llnl-cr6---llnl(as45):l3edge-37eb65e2:site_conn-o_base:show:na", - "llnl-cr6---llnl(as45):l3edge-a7ad21e6:site_conn-o_base:show:na" + "lasv-cr6---losa-cr6:bbl-fc13de87::ESNET-Z14708:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 163 - }, - { - "floor": 165, - "ceiling": 165 + "ceiling": 5 }, { - "floor": 167, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13918 + "esdbEquipmentInterfaceId": 13222, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "llnl-cr6:2/1/c17/3", + "urn": "lasv-cr6:2/1/c4/1", "tags": [ - "llnl-cr6---LANL::conn-n:show:na", - "llnl-cr6---lanl(as68):l3edge-1e628e23:site_conn-n_base:show:na", - "llnl-cr6---lanl(as68):l3edge-c2045d09:site_conn-n_base:show:na" + "lasv-cr6---DOE-NNSA-LASV::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 1139 - }, - { - "floor": 1141, - "ceiling": 1143 + "floor": 418, + "ceiling": 4095 }, { - "floor": 1145, - "ceiling": 4095 + "floor": 2, + "ceiling": 416 } ], - "esdbEquipmentInterfaceId": 13919 - } - ], - "esdbEquipmentId": 1714 - }, - { - "urn": "sunn-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.172", - "reservableVlans": [], - "location": "SUNN", - "locationId": 264, - "latitude": "37.373445", - "longitude": "-121.987817", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13196, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "sunn-cr6:1/1/c31/1", + "urn": "lasv-cr6:2/1/c8/1", "tags": [ - "sunn-cr6---llnl-cr6:bbl-7eb16d2a::ESNET-Z10847:na", - "sunn-cr6---llnl-cr6:ESNET-Z10847::show:intracloud" + "lasv-cr6---lasv-ht2:ht-95bee280:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sunn-cr6:llnl-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.3/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12227 + "esdbEquipmentInterfaceId": 13200, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:lag-20", + "urn": "lasv-cr6:2/1/c9/1", "tags": [ - "sunn-cr6---sunn-mpr1:mgt-f839e37c:lag-20:ESNET-Z08584:na", - "sunn-cr6---sunn-mpr1:ESNET-Z08584::show:intracloud", - "sunn-cr6-base--sunn-gw:gw::na", - "sunn-cr6---sunn-ps:pt-27cbbc59:owamp::na", - "sunn-cr6--sunn-gw:gw::na" + "lasv-cr6---lasv-ht2:ht-95bee280:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13201, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "lasv-cr6:lag-20", + "tags": [ + "lasv-cr6---lasv-mpr1:mgt-2323ee67:lag-20:ESNET-Z08623:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 1111, "ceiling": 4095 }, { @@ -18396,102 +18865,102 @@ }, { "floor": 920, - "ceiling": 921 + "ceiling": 965 }, { "floor": 967, "ceiling": 1109 - }, - { - "floor": 923, - "ceiling": 923 - }, - { - "floor": 925, - "ceiling": 965 } ], - "esdbEquipmentInterfaceId": 14933 + "esdbEquipmentInterfaceId": 14946, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c22/1", + "urn": "lasv-cr6:lag-400", "tags": [ - "sunn-cr6---losa-cr6:bbl-025391c0::ESNET-Z13640:na", - "sunn-cr6---losa-cr6:ESNET-Z13640::show:intracloud" + "lasv-cr6---lasv-ht1:ht-4cca3fff:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sunn-cr6:losa-bb-c", - "port": "1/1/c22/1", - "ipv4Address": "134.55.56.23/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12224 + "esdbEquipmentInterfaceId": 25690, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c14/1", + "urn": "lasv-cr6:lag-401", "tags": [ - "sunn-cr6---sunn-ps:pt-27cbbc59:::na", - "sunn-cr6---sunn-ps:pt-27cbbc59:throughput::na" + "lasv-cr6---lasv-ht2:ht-95bee280:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 399 }, { - "floor": 912, - "ceiling": 1110 + "floor": 402, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12242 - }, + "esdbEquipmentInterfaceId": 25691, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1698, + "orchSubscriptionId": null + }, + { + "urn": "lbnl50-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.192", + "reservableVlans": [], + "location": "LBNL50", + "locationId": 287, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "sunn-cr6:2/1/c25/1", + "urn": "lbnl50-cr6:1/1/c1/1", "tags": [ - "sunn-cr6---eqxsv5-cr6:bbl-d719d8b6::ESNET-Z10820:na", - "sunn-cr6---eqxsv5-cr6:ESNET-Z10820::show:intracloud" + "lbnl50-cr6---lbnl59qa-cr6b:bbl-246e7900::ESNET-Z16763:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sunn-cr6:eqxsv5-bb-d", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.248/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -18502,260 +18971,276 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12255 + "esdbEquipmentInterfaceId": 13549, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c34/1", + "urn": "lbnl50-cr6:1/1/c14/1", "tags": [ - "sunn-cr6---eqxsv5-cr6:bbl-d719d8b6::ESNET-Z10817:na", - "sunn-cr6---eqxsv5-cr6:ESNET-Z10817::show:intracloud" + "lbnl50-cr6---NERSC::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sunn-cr6:eqxsv5-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.100/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1123 }, { - "floor": 7, + "floor": 1126, + "ceiling": 1129 + }, + { + "floor": 1132, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12228 + "esdbEquipmentInterfaceId": 13562, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c16/1", + "urn": "lbnl50-cr6:1/1/c15/1", "tags": [ - "sunn-cr6---ESNET-SERVICES::conn-b:show:na", - "sunn-cr6---esnet-services(asNone):manual:conn-d_base:show:na", - "sunn-cr6---esnet(as65293):l3edge-c9d4f279:site_conn-b_ipt:show:na" + "lbnl50-cr6---lbnl50-bert1:bert-a99db6a0:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 48, - "ceiling": 48 + "floor": 4011, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 46 - }, - { - "floor": 50, - "ceiling": 4095 + "ceiling": 4009 } ], - "esdbEquipmentInterfaceId": 12244 + "esdbEquipmentInterfaceId": 13563, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c25/1", + "urn": "lbnl50-cr6:1/1/c17/3", "tags": [ - "sunn-cr6---eqxsv5-cr6:bbl-d719d8b6::ESNET-Z11725:na", - "sunn-cr6---eqxsv5-cr6:ESNET-Z11725::show:intracloud" + "lbnl50-cr6---ESNET::conn-al:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sunn-cr6:eqxsv5-bb-e", - "port": "1/1/c25/1", - "ipv4Address": "134.55.58.38/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 33 }, { - "floor": 7, + "floor": 35, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12225 + "esdbEquipmentInterfaceId": 13567, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c2/1", + "urn": "lbnl50-cr6:1/1/c19/1", "tags": [ - "sunn-cr6---PWAVE-SUNN::conn-b:show:na", - "sunn-cr6---cenic(as2153):l3edge-f371145a:conn-b_base:show:na", - "sunn-cr6---cenic(as2153):l3edge-ee4af2b3:conn-b_base:show:na", - "sunn-cr6---cernet(as23911):l3edge-a5b038ef:conn-b_base:show:na", - "sunn-cr6---pwave-sunn:l3edge-c564ddee:pwave-sunn_conn-b_base:show:na", - "sunn-cr6---pwave-sunn:l3edge-253daba7:pwave-sunn_conn-b_base:show:na", - "sunn-cr6---pwave-sunn:l3edge-cac1890f:pwave-sunn_conn-b_base:show:na", - "sunn-cr6---pwave(as18592):l3edge-423b4e81:conn-b_base:show:na", - "sunn-cr6---sinet(asNone):l3edge-c4cfcc0f:conn-b_base:show:na", - "sunn-cr6---sinet(asNone):l3edge-a1cd4251:conn-b_base:show:na", - "sunn-cr6---sinet(asNone):l3edge-5aa4caf9:conn-b_l3vpn-lhcone:show:intercloud", - "sunn-cr6---ucsb(asNone):l3edge-507f9cd2:conn-b_l3vpn-lhcone:show:intercloud", - "sunn-cr6---ucsd(as26397):l3edge-3785fa16:site_conn-b_l3vpn-lhcone:show:intercloud" + "lbnl50-cr6---LBNL::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4001, - "ceiling": 4095 + "floor": 2, + "ceiling": 33 }, { - "floor": 142, - "ceiling": 703 + "floor": 37, + "ceiling": 53 }, { - "floor": 781, - "ceiling": 1050 + "floor": 85, + "ceiling": 85 }, { - "floor": 1063, - "ceiling": 1070 + "floor": 87, + "ceiling": 133 }, { - "floor": 1072, - "ceiling": 3021 + "floor": 137, + "ceiling": 4095 }, { - "floor": 2, - "ceiling": 139 + "floor": 35, + "ceiling": 35 }, { - "floor": 705, - "ceiling": 777 + "floor": 55, + "ceiling": 55 }, { - "floor": 1053, - "ceiling": 1060 + "floor": 135, + "ceiling": 135 }, { - "floor": 3023, - "ceiling": 3999 + "floor": 57, + "ceiling": 83 } ], - "esdbEquipmentInterfaceId": 12200 + "esdbEquipmentInterfaceId": 13573, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c31/1", + "urn": "lbnl50-cr6:1/1/c2/1", "tags": [ - "sunn-cr6---losa-cr6:bbl-025391c0::ESNET-Z10853:na", - "sunn-cr6---losa-cr6:ESNET-Z10853::show:intracloud" + "lbnl50-cr6---LBNL::conn-f:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sunn-cr6:losa-bb-b", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.115/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1447, + "ceiling": 1610 + }, + { + "floor": 107, + "ceiling": 1410 + }, + { + "floor": 1445, + "ceiling": 1445 + }, + { + "floor": 105, + "ceiling": 105 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 103 }, { - "floor": 7, + "floor": 1412, + "ceiling": 1443 + }, + { + "floor": 1612, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12257 + "esdbEquipmentInterfaceId": 13550, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c19/1", + "urn": "lbnl50-cr6:1/1/c28/1", "tags": [ - "sunn-cr6---TESTBED::conn-a:show:na" + "lbnl50-cr6---sacr-cr6:bbl-d534f139::ESNET-Z14017:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12223 + "esdbEquipmentInterfaceId": 13576, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c3/1", + "urn": "lbnl50-cr6:1/1/c3/1", "tags": [ - "sunn-cr6---Internet2::conn-e:show:na", - "sunn-cr6---internet2(as11537):l3edge-44e24140:conn-e_base:show:na", - "sunn-cr6---internet2(as11537):l3edge-4fba23b3:conn-e_base:show:na" + "lbnl50-cr6---EJFAT::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 1236 + "ceiling": 99 }, { - "floor": 1239, + "floor": 101, + "ceiling": 109 + }, + { + "floor": 111, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12201 + "esdbEquipmentInterfaceId": 13551, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c22/1", + "urn": "lbnl50-cr6:1/1/c31/1", "tags": [ - "sunn-cr6---llnl-cr6:bbl-7eb16d2a::ESNET-Z13470:na", - "sunn-cr6---llnl-cr6:ESNET-Z13470::show:intracloud" + "lbnl50-cr6---sacr-cr6:bbl-d534f139::ESNET-Z10829:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sunn-cr6:llnl-bb-e", - "port": "2/1/c22/1", - "ipv4Address": "134.55.58.165/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -18766,27 +19251,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12254 + "esdbEquipmentInterfaceId": 13577, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c34/1", + "urn": "lbnl50-cr6:1/1/c34/1", "tags": [ - "sunn-cr6---llnl-cr6:bbl-7eb16d2a::ESNET-Z10844:na", - "sunn-cr6---llnl-cr6:ESNET-Z10844::show:intracloud" + "lbnl50-cr6---lbnl59-cr6:bbl-5425369c::ESNET-Z07206:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sunn-cr6:llnl-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.58.1/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -18797,101 +19279,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12258 + "esdbEquipmentInterfaceId": 13578, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c28/1", + "urn": "lbnl50-cr6:1/1/c4/1", "tags": [ - "sunn-cr6---slac50s-cr6:bbl-2d106b69::ESNET-Z10874:na", - "sunn-cr6---slac50s-cr6:ESNET-Z10874::show:intracloud" + "lbnl50-cr6---ESNET-SERVICES::conn-o:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sunn-cr6:slac50s-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.145/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 49, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 47 } ], - "esdbEquipmentInterfaceId": 12226 + "esdbEquipmentInterfaceId": 13552, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c6/1", + "urn": "lbnl50-cr6:1/1/c8/1", "tags": [ - "sunn-cr6---PacketFabric::conn-j:show:na" + "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12204 - }, - { - "urn": "sunn-cr6:2/1/c9/1", - "tags": [ - "sunn-cr6---sunn-dtn1:dtn-e74ec557:::na", - "sunn-cr6---sunn-dtn1:dtn-e74ec557:throughput::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 913, - "ceiling": 915 }, { "floor": 2, - "ceiling": 911 - }, - { - "floor": 917, - "ceiling": 4095 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12237 + "esdbEquipmentInterfaceId": 13556, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c8/1", + "urn": "lbnl50-cr6:1/1/c9/1", "tags": [ - "sunn-cr6---sunn-ht1:ht-aee50207:::na", - "sunn-cr6---sunn-ht1:ht-aee50207:service1::na" + "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -18902,77 +19363,84 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12206 + "esdbEquipmentInterfaceId": 13557, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c8/1", + "urn": "lbnl50-cr6:2/1/c14/1", "tags": [ - "sunn-cr6---sunn-ht2:ht-09799b67:::na", - "sunn-cr6---sunn-ht2:ht-09799b67:service1::na" + "lbnl50-cr6---lbnl50-ps:pt-ef42bc7a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12236 + "esdbEquipmentInterfaceId": 13592, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:1/1/c9/1", + "urn": "lbnl50-cr6:2/1/c19/1", "tags": [ - "sunn-cr6---sunn-ht1:ht-aee50207:::na", - "sunn-cr6---sunn-ht1:ht-aee50207:service1::na" + "lbnl50-cr6---NERSC::conn-j:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 1127 }, { - "floor": 2, - "ceiling": 4088 + "floor": 1130, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12207 + "esdbEquipmentInterfaceId": 13603, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c28/1", + "urn": "lbnl50-cr6:2/1/c28/1", "tags": [ - "sunn-cr6---slac50s-cr6:bbl-2d106b69::ESNET-Z10877:na", - "sunn-cr6---slac50s-cr6:ESNET-Z10877::show:intracloud" + "lbnl50-cr6---sacr-cr6:bbl-d534f139::ESNET-Z12403:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sunn-cr6:slac50s-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.147/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -18983,27 +19451,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12256 + "esdbEquipmentInterfaceId": 13606, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:2/1/c19/1", + "urn": "lbnl50-cr6:2/1/c31/1", "tags": [ - "sunn-cr6---slac50s-cr6:bbl-2d106b69::ESNET-Z13471:na", - "sunn-cr6---slac50s-cr6:ESNET-Z13471::show:intracloud" + "lbnl50-cr6---lbnl59-cr6:bbl-5425369c::ESNET-Z10919:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sunn-cr6:slac50s-bb-e", - "port": "2/1/c19/1", - "ipv4Address": "134.55.58.169/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -19014,304 +19479,263 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12253 + "esdbEquipmentInterfaceId": 13607, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:lag-401", + "urn": "lbnl50-cr6:2/1/c34/1", "tags": [ - "sunn-cr6---sunn-ht2:ht-09799b67:capture::na" + "lbnl50-cr6---lbnl59-cr6:bbl-5425369c::ESNET-Z10922:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26880 + "esdbEquipmentInterfaceId": 13608, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sunn-cr6:lag-400", + "urn": "lbnl50-cr6:2/1/c8/1", "tags": [ - "sunn-cr6---sunn-ht1:ht-aee50207:capture::na" + "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 24399 - } - ], - "esdbEquipmentId": 1673 - }, - { - "urn": "germantown-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.206", - "reservableVlans": [], - "location": "GERMANTOWN", - "locationId": 603, - "latitude": "39.18094823", - "longitude": "-77.25637583", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13586, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "germantown-cr6:1/1/c13/3", + "urn": "lbnl50-cr6:2/1/c9/1", "tags": [ - "germantown-cr6---DOE-SC-GTN::conn-d:show:na", - "germantown-cr6---doe-sc-gtn(as65166):l3edge-59e14f58:site_conn-d_base:show:na", - "germantown-cr6---doe-sc-gtn(as65166):l3edge-4ec5368d:site_conn-d_base:show:na" + "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1822, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1819 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16436 + "esdbEquipmentInterfaceId": 13587, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "germantown-cr6:1/1/c13/2", + "urn": "lbnl50-cr6:lag-1", "tags": [ - "germantown-cr6---forrestal-cr6:bbl-a7cb4f84::ESNET-Z13461:na", - "germantown-cr6---forrestal-cr6:ESNET-Z13461::show:intracloud" + "lbnl50-cr6---EJFAT::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "germantown-cr6:forrestal-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.56.9/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 199 }, { - "floor": 7, + "floor": 211, "ceiling": 4095 + }, + { + "floor": 201, + "ceiling": 209 } ], - "esdbEquipmentInterfaceId": 16435 + "esdbEquipmentInterfaceId": 30668, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "germantown-cr6:lag-20", + "urn": "lbnl50-cr6:lag-20", "tags": [ - "germantown-cr6---germantown-mpr1:mgt-154668ab:lag-20:ESNET-Z09145:na", - "germantown-cr6---germantown-mpr1:ESNET-Z09145::show:intracloud", - "germantown-cr6---germantown-ps:pt-e02bdeb0:owamp::na" + "lbnl50-cr6---lbnl50-mpr1:mgt-35c1c1fd:lag-20:ESNET-Z08554:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 925, + "ceiling": 952 + }, { "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 + "ceiling": 89 }, { - "floor": 920, - "ceiling": 965 + "floor": 91, + "ceiling": 918 }, { "floor": 967, "ceiling": 1109 - } - ], - "esdbEquipmentInterfaceId": 16823 - }, - { - "urn": "germantown-cr6:2/1/c13/2", - "tags": [ - "germantown-cr6---eqxdc4-cr6:bbl-e0f67301::ESNET-Z12318:na", - "germantown-cr6---eqxdc4-cr6:ESNET-Z12318::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "germantown-cr6:eqxdc4-bb-a", - "port": "2/1/c13/2", - "ipv4Address": "134.55.58.91/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, - "reservableVlans": [ + }, { - "floor": 2, - "ceiling": 5 + "floor": 920, + "ceiling": 923 }, { - "floor": 7, - "ceiling": 4095 + "floor": 954, + "ceiling": 965 } ], - "esdbEquipmentInterfaceId": 16447 + "esdbEquipmentInterfaceId": 14921, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "germantown-cr6:2/1/c14/1", + "urn": "lbnl50-cr6:lag-400", "tags": [ - "germantown-cr6---germantown-ps:pt-e02bdeb0:::na", - "germantown-cr6---germantown-ps:pt-e02bdeb0:throughput::na" + "lbnl50-cr6---lbnl50-ht1:ht-95f0bda9:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 1112, + "floor": 412, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 16450 + "esdbEquipmentInterfaceId": 25783, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "germantown-cr6:2/1/c13/3", + "urn": "lbnl50-cr6:lag-401", "tags": [ - "germantown-cr6---DOENET-DOE-GTN::conn-b:show:na", - "germantown-cr6---doenet-doe-gtn(as32982):l3edge-453579f6:site_conn-b_base:show:na" + "lbnl50-cr6---lbnl50-ht2:ht-b6ba0fb4:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 29 - }, - { - "floor": 31, + "floor": 408, "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 16448 - }, - { - "urn": "germantown-cr6:2/1/c13/4", - "tags": [ - "germantown-cr6---DOE-NNSA-GTN::conn-c:show:na", - "germantown-cr6---doe-nnsa-gtn(as65168):l3edge-8f78acde:site_conn-c_base:show:na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 1799 }, { - "floor": 1801, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 16449 + "esdbEquipmentInterfaceId": 25784, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1831 + "esdbEquipmentId": 1707, + "orchSubscriptionId": null }, { - "urn": "eqxam3-cr6", + "urn": "lbnl59-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.236", + "ipv4Address": "134.55.200.196", "reservableVlans": [], - "location": "EQXAM3", - "locationId": 640, - "latitude": "52.3546757", - "longitude": "4.9591194", + "location": "LBNL59", + "locationId": 547, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "eqxam3-cr6:1/1/c7/1", + "urn": "lbnl59-cr6:1/1/c1/1", "tags": [ - "eqxam3-cr6---bost-cr6:bbl-de4f9dc8::ESNET-Z13409:na", - "eqxam3-cr6---bost-cr6:ESNET-Z13409::show:intracloud" + "lbnl59-cr6---lbnl59qa-cr6a:bbl-ddac996f::ESNET-Z11396:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxam3-cr6:bost-bb-a", - "port": "1/1/c7/1", - "ipv4Address": "134.55.57.68/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -19322,328 +19746,212 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23207 + "esdbEquipmentInterfaceId": 13805, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxam3-cr6:1/1/c31/1", + "urn": "lbnl59-cr6:1/1/c14/1", "tags": [ - "eqxam3-cr6---eqxld8-cr6:bbl-b8bcd6ed::ESNET-Z15723:na", - "eqxam3-cr6---eqxld8-cr6:ESNET-Z15723::show:intracloud" + "lbnl59-cr6---NERSC::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxam3-cr6:eqxld8-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.200/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 654, + "ceiling": 1121 }, { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 23229 - }, - { - "urn": "eqxam3-cr6:lag-20", - "tags": [ - "eqxam3-cr6---eqxam3-mpr1:mgt-b8e5c075:lag-20:ESNET-Z11617:na", - "eqxam3-cr6---eqxam3-mpr1:ESNET-Z11617::show:intracloud", - "eqxam3-cr6---eqxam3-ps:pt-99e9e539:owamp::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, - "reservableVlans": [ - { - "floor": 1111, + "floor": 1124, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 652 } ], - "esdbEquipmentInterfaceId": 23261 + "esdbEquipmentInterfaceId": 13818, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxam3-cr6:2/1/c14/1", + "urn": "lbnl59-cr6:1/1/c17/2", "tags": [ - "eqxam3-cr6---eqxam3-ps:pt-99e9e539:::na", - "eqxam3-cr6---eqxam3-ps:pt-99e9e539:throughput::na" + "lbnl59-cr6---lbnl59-doenet-pt1:throughput:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23244 + "esdbEquipmentInterfaceId": 13822, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxam3-cr6:lag-10", + "urn": "lbnl59-cr6:1/1/c17/3", "tags": [ - "eqxam3-cr6---GEANT::conn-s:show:na", - "eqxam3-cr6---geant(as20965):l3edge-a25aa059:conn-s_base:show:na", - "eqxam3-cr6---geant(as20965):l3edge-ff1ae8bf:conn-s_base:show:na", - "eqxam3-cr6---geant(as20965):l3edge-726de22f:conn-s_l3vpn-lhcone:show:intercloud" + "lbnl59-cr6---ESNET::conn-ae:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 107, - "ceiling": 110 - }, - { - "floor": 105, - "ceiling": 105 + "floor": 48, + "ceiling": 4095 }, { "floor": 2, - "ceiling": 103 - }, - { - "floor": 112, - "ceiling": 4095 + "ceiling": 46 } ], - "esdbEquipmentInterfaceId": 28753 + "esdbEquipmentInterfaceId": 13823, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxam3-cr6:1/1/c17/3", + "urn": "lbnl59-cr6:1/1/c18/1", "tags": [ - "eqxam3-cr6---AMS-IX::conn-b:show:na", - "eqxam3-cr6---ams-ix:l3edge-164c8f67:ams-ix_conn-b_base:show:na" + "lbnl59-cr6---NLNOG-RING::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 98 - }, - { - "floor": 100, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 23219 + "esdbEquipmentInterfaceId": 13825, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "eqxam3-cr6:1/1/c19/1", + "urn": "lbnl59-cr6:1/1/c19/1", "tags": [ - "eqxam3-cr6---SURFNET::conn-c:show:na", - "eqxam3-cr6---newy32aoa-cr6:ESNET-Z15983::show:intracloud", - "eqxam3-cr6---kiae(as59624):l3edge-08409d4e:conn-c_base:show:na", - "eqxam3-cr6---nordunet(as2603):l3edge-f8bb5699:conn-c_base:show:na", - "eqxam3-cr6---surfnet(as1103):l3edge-7a99504a:conn-c_base:show:na", - "eqxam3-cr6---kiae(as57484):l3edge-7d6489a3:conn-c_l3vpn-lhcone:show:intercloud", - "eqxam3-cr6---nordunet(as2603):l3edge-57e45214:conn-c_l3vpn-lhcone:show:intercloud", - "eqxam3-cr6---surfnet(as1103):l3edge-56bb36f6:conn-c_l3vpn-lhcone:show:intercloud" + "lbnl59-cr6---LBNL::conn-h:show:na" ], "capabilities": [ "ETHERNET", "EDGE", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxam3-cr6:newy32aoa-bb-a", - "port": "1/1/c19/1", - "ipv4Address": "134.55.57.54/31" - } + "TAGGED" ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 7, - "ceiling": 122 + "floor": 97, + "ceiling": 143 }, { - "floor": 124, - "ceiling": 212 + "floor": 45, + "ceiling": 45 }, { - "floor": 2011, - "ceiling": 2014 + "floor": 65, + "ceiling": 65 }, { - "floor": 2017, + "floor": 145, + "ceiling": 145 + }, + { + "floor": 67, + "ceiling": 93 + }, + { + "floor": 147, "ceiling": 4095 }, { "floor": 2, - "ceiling": 5 + "ceiling": 43 }, { - "floor": 215, - "ceiling": 2009 + "floor": 47, + "ceiling": 63 + }, + { + "floor": 95, + "ceiling": 95 } ], - "esdbEquipmentInterfaceId": 23225 + "esdbEquipmentInterfaceId": 13829, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxam3-cr6:2/1/c34/1", + "urn": "lbnl59-cr6:1/1/c25/1", "tags": [ - "eqxam3-cr6---cern513-cr6:bbl-2e679375::ESNET-Z15710:na", - "eqxam3-cr6---cern513-cr6:ESNET-Z15710::show:intracloud" + "lbnl59-cr6---SCinet::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxam3-cr6:cern513-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.220/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 23260 - } - ], - "esdbEquipmentId": 2080 - }, - { - "urn": "chic-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.199", - "reservableVlans": [], - "location": "CHIC", - "locationId": 596, - "latitude": "41.897642", - "longitude": "-87.6433909", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ - { - "urn": "chic-cr6:lag-20", - "tags": [ - "chic-cr6---chic-mpr1:mgt-d9aa8c1b:lag-20:ESNET-Z08572:na", - "chic-cr6---chic-mpr1:ESNET-Z08572::show:intracloud", - "chic-cr6-base--chic-gw:gw::na", - "chic-cr6---chic-ps:pt-c80f114e:owamp::na", - "chic-cr6--chic-gw:gw::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, - "reservableVlans": [ - { - "floor": 1111, "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 921 - }, - { - "floor": 967, - "ceiling": 1109 - }, - { - "floor": 923, - "ceiling": 923 - }, - { - "floor": 925, - "ceiling": 965 } ], - "esdbEquipmentInterfaceId": 14929 + "esdbEquipmentInterfaceId": 13831, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c22/1", + "urn": "lbnl59-cr6:1/1/c28/1", "tags": [ - "chic-cr6---star-cr6:bbl-52330e01::ESNET-Z11681:na", - "chic-cr6---star-cr6:ESNET-Z11681::show:intracloud" + "lbnl59-cr6---slac50n-cr6:bbl-9eda47aa::ESNET-Z13302:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chic-cr6:star-bb-j", - "port": "1/1/c22/1", - "ipv4Address": "134.55.58.30/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -19654,58 +19962,56 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14024 + "esdbEquipmentInterfaceId": 13832, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c25/1", + "urn": "lbnl59-cr6:1/1/c3/1", "tags": [ - "chic-cr6---star-cr6:bbl-52330e01::ESNET-Z10778:na", - "chic-cr6---star-cr6:ESNET-Z10778::show:intracloud" + "lbnl59-cr6---EJFAT::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:star-bb-f", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.184/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 199 }, { - "floor": 7, + "floor": 211, "ceiling": 4095 + }, + { + "floor": 201, + "ceiling": 209 } ], - "esdbEquipmentInterfaceId": 14055 + "esdbEquipmentInterfaceId": 13807, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c1/1", + "urn": "lbnl59-cr6:1/1/c31/1", "tags": [ - "chic-cr6---nash-cr6:bbl-ef7ff668::ESNET-Z15056:na", - "chic-cr6---nash-cr6:ESNET-Z15056::show:intracloud" + "lbnl59-cr6---slac50n-cr6:bbl-9eda47aa::ESNET-Z10832:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chic-cr6:nash-bb-f", - "port": "2/1/c1/1", - "ipv4Address": "134.55.57.14/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -19716,27 +20022,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14029 + "esdbEquipmentInterfaceId": 13833, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c25/1", + "urn": "lbnl59-cr6:1/1/c34/1", "tags": [ - "chic-cr6---star-cr6:bbl-52330e01::ESNET-Z10775:na", - "chic-cr6---star-cr6:ESNET-Z10775::show:intracloud" + "lbnl59-cr6---lbnl50-cr6:bbl-5425369c::ESNET-Z07206:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chic-cr6:star-bb-e", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.182/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -19747,319 +20050,316 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14025 + "esdbEquipmentInterfaceId": 13834, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c17/3", + "urn": "lbnl59-cr6:1/1/c4/1", "tags": [ - "chic-cr6---ameshwhb-cr6:bbl-06c8a6d8::ESNET-Z11529:na", - "chic-cr6---ameshwhb-cr6:ESNET-Z11529::show:intracloud" + "lbnl59-cr6---ESNET-SERVICES::conn-p:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:ameshwhb-bb-a", - "port": "1/1/c17/3", - "ipv4Address": "134.55.57.249/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 50, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 48 } ], - "esdbEquipmentInterfaceId": 14017 + "esdbEquipmentInterfaceId": 13808, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c19/1", + "urn": "lbnl59-cr6:1/1/c8/1", "tags": [ - "chic-cr6---kans-cr6:bbl-70585dea::ESNET-Z14075:na", - "chic-cr6---kans-cr6:ESNET-Z14075::show:intracloud" + "lbnl59-cr6---lbnl59-ht1:ht-40a6310f:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:kans-bb-d", - "port": "1/1/c19/1", - "ipv4Address": "134.55.56.244/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14023 + "esdbEquipmentInterfaceId": 13812, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c3/1", + "urn": "lbnl59-cr6:1/1/c9/1", "tags": [ - "chic-cr6---NCSA::conn-c:show:na", - "chic-cr6---ncsa(as1224):l3edge-a2a27455:conn-c_base:show:na" + "lbnl59-cr6---lbnl59-ht1:ht-40a6310f:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 349 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 351, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14001 + "esdbEquipmentInterfaceId": 13813, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c22/1", + "urn": "lbnl59-cr6:2/1/c14/1", "tags": [ - "chic-cr6---fnalgcc-cr6:bbl-0dce69e5::ESNET-Z11690:na", - "chic-cr6---fnalgcc-cr6:ESNET-Z11690::show:intracloud" + "lbnl59-cr6---lbnl59-ps:pt-670040b8:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:fnalgcc-bb-d", - "port": "2/1/c22/1", - "ipv4Address": "134.55.56.50/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 14054 + "esdbEquipmentInterfaceId": 13848, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c28/1", + "urn": "lbnl59-cr6:2/1/c15/1", "tags": [ - "chic-cr6---nash-cr6:bbl-ef7ff668::ESNET-Z10769:na", - "chic-cr6---nash-cr6:ESNET-Z10769::show:intracloud" + "lbnl59-cr6---lbl-dev-dtn:dtn-f6da45de:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:nash-bb-d", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.204/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 913, + "ceiling": 915 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 911 }, { - "floor": 7, + "floor": 917, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14026 + "esdbEquipmentInterfaceId": 13849, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c7/1", + "urn": "lbnl59-cr6:2/1/c17/2", "tags": [ - "chic-cr6---PacketFabric::conn-g:show:na" + "lbnl59-cr6---routemon1:montoring:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14005 + "esdbEquipmentInterfaceId": 13852, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c14/1", + "urn": "lbnl59-cr6:2/1/c17/3", "tags": [ - "chic-cr6---star-cr6:bbl-35f4b07b::ESNET-Z09682:na", - "chic-cr6---star-cr6:ESNET-Z09682::show:intracloud" + "lbnl59-cr6---FABRIC::conn-o:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:star-bb-d", - "port": "1/1/c14/1", - "ipv4Address": "134.55.56.118/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 901 }, { - "floor": 7, + "floor": 903, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14012 + "esdbEquipmentInterfaceId": 13853, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c8/1", + "urn": "lbnl59-cr6:2/1/c19/1", "tags": [ - "chic-cr6---Internet2::conn-f:show:na", - "chic-cr6---internet2(as11537):l3edge-6edac4db:conn-f_base:show:na", - "chic-cr6---internet2(as11537):l3edge-1741796c:conn-f_base:show:na", - "chic-cr6---internet2(as11537):l3edge-8661f249:conn-f_l3vpn-lhcone:show:intercloud", - "chic-cr6---uiuc(as38):l3edge-028d7f54:site_conn-f_l3vpn-lhcone:show:intercloud" + "lbnl59-cr6---NERSC::conn-k:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1237, - "ceiling": 2001 - }, - { - "floor": 2, - "ceiling": 1234 - }, - { - "floor": 2033, + "floor": 1128, "ceiling": 4095 }, { - "floor": 2003, - "ceiling": 2031 + "floor": 2, + "ceiling": 1125 } ], - "esdbEquipmentInterfaceId": 14006 + "esdbEquipmentInterfaceId": 13859, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c8/1", + "urn": "lbnl59-cr6:2/1/c2/1", "tags": [ - "chic-cr6---chic-ht2:ht-c90c2950:::na", - "chic-cr6---chic-ht2:ht-c90c2950:service1::na" + "lbnl59-cr6---LBNL::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 2, + "ceiling": 113 + }, + { + "floor": 785, "ceiling": 4095 }, { - "floor": 2, - "ceiling": 4088 + "floor": 117, + "ceiling": 764 + }, + { + "floor": 767, + "ceiling": 782 + }, + { + "floor": 115, + "ceiling": 115 } ], - "esdbEquipmentInterfaceId": 14036 + "esdbEquipmentInterfaceId": 13836, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c13/1", + "urn": "lbnl59-cr6:2/1/c25/1", "tags": [ - "chic-cr6---ameshwhb-cr6:bbl-2dc2d07c::ESNET-Z16426:na", - "chic-cr6---ameshwhb-cr6:ESNET-Z16426::show:intracloud" + "lbnl59-cr6---SCinet::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:ameshwhb-bb-b", - "port": "1/1/c13/1", - "ipv4Address": "134.55.57.64/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14011 + "esdbEquipmentInterfaceId": 13861, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c28/1", + "urn": "lbnl59-cr6:2/1/c28/1", "tags": [ - "chic-cr6---nash-cr6:bbl-ef7ff668::ESNET-Z10772:na", - "chic-cr6---nash-cr6:ESNET-Z10772::show:intracloud" + "lbnl59-cr6---lbnl50-cr6:bbl-5425369c::ESNET-Z10922:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chic-cr6:nash-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.206/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -20070,305 +20370,311 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14056 + "esdbEquipmentInterfaceId": 13862, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c10/1", + "urn": "lbnl59-cr6:2/1/c31/1", "tags": [ - "chic-cr6---chic-ht1:ht-d740d94c:::na", - "chic-cr6---chic-ht1:ht-d740d94c:service1::na" + "lbnl59-cr6---slac50n-cr6:bbl-9eda47aa::ESNET-Z10835:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14008 + "esdbEquipmentInterfaceId": 13863, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:lag-401", + "urn": "lbnl59-cr6:2/1/c34/1", "tags": [ - "chic-cr6---chic-ht2:ht-c90c2950:capture::na" + "lbnl59-cr6---lbnl50-cr6:bbl-5425369c::ESNET-Z10919:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25699 + "esdbEquipmentInterfaceId": 13864, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:lag-400", + "urn": "lbnl59-cr6:2/1/c6/1", "tags": [ - "chic-cr6---chic-ht1:ht-d740d94c:capture::na" + "lbnl59-cr6---FABRIC::conn-n:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25698 + "esdbEquipmentInterfaceId": 13840, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c31/1", + "urn": "lbnl59-cr6:2/1/c8/1", "tags": [ - "chic-cr6---fnalgcc-cr6:bbl-0dce69e5::ESNET-Z10763:na", - "chic-cr6---fnalgcc-cr6:ESNET-Z10763::show:intracloud" + "lbnl59-cr6---lbnl59-ht2:ht-704ecc69:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:fnalgcc-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.222/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14027 + "esdbEquipmentInterfaceId": 13842, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:lag-1", + "urn": "lbnl59-cr6:2/1/c9/1", "tags": [ - "chic-cr6---BTAA::conn-e:show:na", - "chic-cr6---iccn(as40387):l3edge-61162cfb:conn-e_base:show:na", - "chic-cr6---in-gpop(as19782):l3edge-c3f263d7:conn-e_base:show:na", - "chic-cr6---pennstate(as3999):l3edge-05e6f63d:conn-e_base:show:na", - "chic-cr6---uchicago(as160):l3edge-a398c560:conn-e_base:show:na", - "chic-cr6---uchicago(as160):l3edge-667bf7f6:conn-e_base:show:na", - "chic-cr6---uiowa(as3676):l3edge-f403ef11:conn-e_base:show:na", - "chic-cr6---uwmadison(as59):l3edge-b7239b76:conn-e_base:show:na", - "chic-cr6---aglt2(as229):l3edge-21cdbc76:site_conn-e_l3vpn-lhcone:show:intercloud", - "chic-cr6---aglt2(as229):l3edge-8554dd6e:site_conn-e_l3vpn-lhcone:show:intercloud", - "chic-cr6---in-gpop(as19782):l3edge-f84e8680:site_conn-e_l3vpn-lhcone:show:intercloud", - "chic-cr6---uchicago(as160):l3edge-f8f4810a:site_conn-e_l3vpn-lhcone:show:intercloud", - "chic-cr6---uwmadison(as59):l3edge-5eadbf54:site_conn-e_l3vpn-lhcone:show:intercloud" + "lbnl59-cr6---lbnl59-ht2:ht-704ecc69:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2307, - "ceiling": 2311 - }, - { - "floor": 2301, - "ceiling": 2301 - }, - { - "floor": 2313, - "ceiling": 2313 - }, - { - "floor": 2315, - "ceiling": 3203 - }, - { - "floor": 2162, - "ceiling": 2299 - }, - { - "floor": 3209, + "floor": 4090, "ceiling": 4095 }, - { - "floor": 2303, - "ceiling": 2305 - }, { "floor": 2, - "ceiling": 2159 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 18108 + "esdbEquipmentInterfaceId": 13843, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c14/1", + "urn": "lbnl59-cr6:lag-1", "tags": [ - "chic-cr6---chic-ps:pt-c80f114e:::na", - "chic-cr6---chic-ps:pt-c80f114e:throughput::na" + "lbnl59-cr6---EJFAT::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ { - "floor": 1112, - "ceiling": 4095 + "floor": 2, + "ceiling": 99 }, { - "floor": 2, - "ceiling": 910 + "floor": 101, + "ceiling": 109 }, { - "floor": 912, - "ceiling": 1110 + "floor": 111, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14042 + "esdbEquipmentInterfaceId": 30667, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:1/1/c34/1", + "urn": "lbnl59-cr6:lag-20", "tags": [ - "chic-cr6---eqxch2-cr6:bbl-ea29f2eb::ESNET-Z10757:na", - "chic-cr6---eqxch2-cr6:ESNET-Z10757::show:intracloud" + "lbnl59-cr6---lbnl59-mpr1:mgt-b0172344:lag-20:ESNET-Z08647:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:eqxch2-bb-e", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.127/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 3002, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 2, + "ceiling": 122 + }, + { + "floor": 967, + "ceiling": 1109 + }, + { + "floor": 125, + "ceiling": 918 + }, + { + "floor": 1111, + "ceiling": 3000 } ], - "esdbEquipmentInterfaceId": 14028 + "esdbEquipmentInterfaceId": 14954, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c31/1", + "urn": "lbnl59-cr6:lag-400", "tags": [ - "chic-cr6---kans-cr6:bbl-70585dea::ESNET-Z10766:na", - "chic-cr6---kans-cr6:ESNET-Z10766::show:intracloud" + "lbnl59-cr6---lbnl59-ht1:ht-40a6310f:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:kans-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.40/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 412, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 14057 + "esdbEquipmentInterfaceId": 24180, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c34/1", + "urn": "lbnl59-cr6:lag-401", "tags": [ - "chic-cr6---eqxch2-cr6:bbl-ea29f2eb::ESNET-Z10760:na", - "chic-cr6---eqxch2-cr6:ESNET-Z10760::show:intracloud" + "lbnl59-cr6---lbnl59-ht2:ht-704ecc69:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:eqxch2-bb-f", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.187/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 414, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 14058 - }, + "esdbEquipmentInterfaceId": 25764, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1711, + "orchSubscriptionId": null + }, + { + "urn": "lbnl59qa-cr6a", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.244", + "reservableVlans": [], + "location": "LBNL59/ESNETWEST", + "locationId": 647, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "chic-cr6:1/1/c1/1", + "urn": "lbnl59qa-cr6a:1/1/c1/1", "tags": [ - "chic-cr6---frib-cr6a:bbl-1ff91e33::ESNET-Z10945:na", - "chic-cr6---frib-cr6a:ESNET-Z10945::show:intracloud" + "lbnl59qa-cr6a---lbnl59-cr6:bbl-ddac996f::ESNET-Z11396:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "chic-cr6:frib-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.57.39/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -20379,76 +20685,48 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13999 + "esdbEquipmentInterfaceId": 22630, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "chic-cr6:2/1/c19/1", + "urn": "lbnl59qa-cr6a:1/1/c13/2", "tags": [ - "chic-cr6---eqxch2-cr6:bbl-ea29f2eb::ESNET-Z10290:na", - "chic-cr6---eqxch2-cr6:ESNET-Z10290::show:intracloud" + "lbnl59qa-cr6a---ESNET-SERVICES::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "chic-cr6:eqxch2-bb-c", - "port": "2/1/c19/1", - "ipv4Address": "134.55.56.121/31" - } + "EDGE", + "UNTAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14053 - } - ], - "esdbEquipmentId": 1716 - }, - { - "urn": "inleil-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.207", - "reservableVlans": [], - "location": "INLEIL", - "locationId": 604, - "latitude": "43.51763", - "longitude": "-112.04925", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 30519, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, { - "urn": "inleil-cr6:1/1/c1/1", + "urn": "lbnl59qa-cr6a:2/1/c1/1", "tags": [ - "inleil-cr6---inlerob-cr6:bbl-c40704a5::ESNET-Z13303:na", - "inleil-cr6---inlerob-cr6:ESNET-Z13303::show:intracloud" + "lbnl59qa-cr6a---lbnl59qa-cr6b:bbl-becf4b58::ESNET-Z16705:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "inleil-cr6:inlerob-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.33/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -20459,57 +20737,56 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16460 + "esdbEquipmentInterfaceId": 29014, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "inleil-cr6:1/1/c13/2", + "urn": "lbnl59qa-cr6a:2/1/c14/1", "tags": [ - "inleil-cr6---INL::conn-g:show:na", - "inleil-cr6---doenet-id(as65028):l3edge-89c2b437:site_conn-g_base:show:na", - "inleil-cr6---inl(as14702):l3edge-6585a678:site_conn-g_base:show:na", - "inleil-cr6---inl(as14702):l3edge-afb3cbdb:site_conn-g_base:show:na" + "lbnl59qa-cr6a---lbnl59qa-ps:pt-6c9bbf3e:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1507, - "ceiling": 3958 - }, - { - "floor": 3960, + "floor": 1112, "ceiling": 4095 }, { - "floor": 1505, - "ceiling": 1505 + "floor": 2, + "ceiling": 910 }, { - "floor": 2, - "ceiling": 1503 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 16465 + "esdbEquipmentInterfaceId": 29234, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "inleil-cr6:lag-20", + "urn": "lbnl59qa-cr6a:lag-20", "tags": [ - "inleil-cr6---inleil-mpr1:mgt-dd59af62:lag-20:ESNET-Z09148:na", - "inleil-cr6---inleil-mpr1:ESNET-Z09148::show:intracloud", - "inleil-cr6---inleil-ps:pt-ca9fbfa8:owamp::na" + "lbnl59qa-cr6a---lbnl59qa-mpr1:mgt-bc978337:lag-20:ESNET-Z14076:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 1111, @@ -20528,27 +20805,43 @@ "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 16825 - }, + "esdbEquipmentInterfaceId": 25796, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2036, + "orchSubscriptionId": null + }, + { + "urn": "lbnl59qa-cr6b", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.195", + "reservableVlans": [], + "location": "LBNL59/ESNETWEST", + "locationId": 647, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "inleil-cr6:2/1/c13/2", + "urn": "lbnl59qa-cr6b:1/1/c1/1", "tags": [ - "inleil-cr6---bois-cr6:bbl-c568431e::ESNET-Z13484:na", - "inleil-cr6---bois-cr6:ESNET-Z13484::show:intracloud" + "lbnl59qa-cr6b---lbnl50-cr6:bbl-246e7900::ESNET-Z16763:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "inleil-cr6:bois-bb-a", - "port": "2/1/c13/2", - "ipv4Address": "134.55.57.7/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -20559,123 +20852,99 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16477 + "esdbEquipmentInterfaceId": 29018, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "inleil-cr6:2/1/c14/1", + "urn": "lbnl59qa-cr6b:2/1/c1/1", "tags": [ - "inleil-cr6---inleil-ps:pt-ca9fbfa8:::na", - "inleil-cr6---inleil-ps:pt-ca9fbfa8:throughput::na" + "lbnl59qa-cr6b---lbnl59qa-cr6a:bbl-becf4b58::ESNET-Z16705:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16480 + "esdbEquipmentInterfaceId": 29013, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1832 + "esdbEquipmentId": 2691, + "orchSubscriptionId": null }, { - "urn": "newy32aoa-cr6", + "urn": "llnl-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.198", + "ipv4Address": "134.55.200.197", "reservableVlans": [], - "location": "NEWY32AOA", - "locationId": 594, - "latitude": "40.72003174", - "longitude": "-74.0045166", + "location": "LLNL", + "locationId": 572, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "newy32aoa-cr6:lag-20", + "urn": "llnl-cr6:1/1/c2/1", "tags": [ - "newy32aoa-cr6---newy32aoa-mpr1:mgt-1ead2cab:lag-20:ESNET-Z08599:na", - "newy32aoa-cr6---newy32aoa-mpr1:ESNET-Z08599::show:intracloud", - "newy32aoa-cr6-base--aofa-gw:gw::na", - "newy32aoa-cr6---fabric(as4294967289):l3edge-eb46f421:site_conn-y_base:show:na", - "newy32aoa-cr6---newy32aoa-ps:pt-66a04dfe:owamp::na", - "newy32aoa-cr6--aofa-gw:gw::na" + "llnl-cr6---LLNL::conn-n:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 1111, + "floor": 45, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 921 - }, - { - "floor": 923, - "ceiling": 923 - }, - { - "floor": 925, - "ceiling": 965 - }, - { - "floor": 1021, - "ceiling": 1109 + "ceiling": 43 } ], - "esdbEquipmentInterfaceId": 14938 + "esdbEquipmentInterfaceId": 13872, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c22/1", + "urn": "llnl-cr6:1/1/c25/1", "tags": [ - "newy32aoa-cr6---newy1118th-cr6:bbl-a608f91f::ESNET-Z14055:na", - "newy32aoa-cr6---newy1118th-cr6:ESNET-Z14055::show:intracloud" + "llnl-cr6---llnl354-cr6:bbl-dec10a4a::ESNET-Z18113:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy32aoa-cr6:newy1118th-bb-h", - "port": "1/1/c22/1", - "ipv4Address": "134.55.56.151/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -20686,27 +20955,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13960 + "esdbEquipmentInterfaceId": 13897, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c25/1", + "urn": "llnl-cr6:1/1/c28/1", "tags": [ - "newy32aoa-cr6---bnl515-cr6:bbl-cbc626b5::ESNET-Z14549:na", - "newy32aoa-cr6---bnl515-cr6:ESNET-Z14549::show:intracloud" + "llnl-cr6---sunn-cr6:bbl-7eb16d2a::ESNET-Z10844:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy32aoa-cr6:bnl515-bb-e", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.196/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -20717,27 +20983,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13991 + "esdbEquipmentInterfaceId": 13898, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c25/1", + "urn": "llnl-cr6:1/1/c31/1", "tags": [ - "newy32aoa-cr6---bnl725-cr6:bbl-5f8cdde4::ESNET-Z15859:na", - "newy32aoa-cr6---bnl725-cr6:ESNET-Z15859::show:intracloud" + "llnl-cr6---snlca902-cr6:bbl-11d45c84::ESNET-Z14863:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy32aoa-cr6:bnl725-bb-a", - "port": "1/1/c25/1", - "ipv4Address": "134.55.56.204/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -20748,139 +21011,192 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13961 + "esdbEquipmentInterfaceId": 13899, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c17/4", + "urn": "llnl-cr6:1/1/c34/1", "tags": [ - "newy32aoa-cr6---Pilotfiber::conn-c:show:na", - "newy32aoa-cr6---pilotfiber(as46450):l3edge-9bee0c5d:conn-c_base:show:na" + "llnl-cr6---sunn-cr6:bbl-7eb16d2a::ESNET-Z13470:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 416, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 414 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13954 + "esdbEquipmentInterfaceId": 13900, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c19/1", + "urn": "llnl-cr6:1/1/c7/1", "tags": [ - "newy32aoa-cr6---wash-cr6:bbl-324fb434::ESNET-Z14060:na", - "newy32aoa-cr6---wash-cr6:ESNET-Z14060::show:intracloud" + "llnl-cr6---DOE-IN-LLNL::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "newy32aoa-cr6:wash-bb-f", - "port": "1/1/c19/1", - "ipv4Address": "134.55.56.214/31" + "floor": 2, + "ceiling": 4095 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 13877, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "llnl-cr6:2/1/c14/1", + "tags": [ + "llnl-cr6---llnl-ps:pt-d9c3c5dc:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13959 + "esdbEquipmentInterfaceId": 13914, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c22/1", + "urn": "llnl-cr6:2/1/c17/3", "tags": [ - "newy32aoa-cr6---newy1118th-cr6:bbl-a608f91f::ESNET-Z14063:na", - "newy32aoa-cr6---newy1118th-cr6:ESNET-Z14063::show:intracloud" + "llnl-cr6---LANL::conn-n:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy32aoa-cr6:newy1118th-bb-i", - "port": "2/1/c22/1", - "ipv4Address": "134.55.56.181/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1139 }, { - "floor": 7, + "floor": 1141, + "ceiling": 1143 + }, + { + "floor": 1145, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13990 + "esdbEquipmentInterfaceId": 13919, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c17/2", + "urn": "llnl-cr6:2/1/c17/4", "tags": [ - "newy32aoa-cr6---FABRIC::conn-x:show:na", - "newy32aoa-cr6---fabric(as4294967289):l3edge-f8edc633:site_conn-x_base:show:na" + "llnl-cr6---LLNL::conn-v:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 1009 - }, - { - "floor": 1011, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 13952 + "esdbEquipmentInterfaceId": 13920, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "newy32aoa-cr6:1/1/c28/1", + "urn": "llnl-cr6:2/1/c2/1", "tags": [ - "newy32aoa-cr6---newy1118th-cr6:bbl-a608f91f::ESNET-Z10925:na", - "newy32aoa-cr6---newy1118th-cr6:ESNET-Z10925::show:intracloud" + "llnl-cr6---SNLL::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1149, + "ceiling": 4095 + }, { - "urn": "newy32aoa-cr6:newy1118th-bb-f", - "port": "1/1/c28/1", - "ipv4Address": "134.55.58.7/31" + "floor": 2, + "ceiling": 1147 } ], + "esdbEquipmentInterfaceId": 13902, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "llnl-cr6:2/1/c28/1", + "tags": [ + "llnl-cr6---sunn-cr6:bbl-7eb16d2a::ESNET-Z10847:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -20891,110 +21207,56 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13962 + "esdbEquipmentInterfaceId": 13928, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c4/1", + "urn": "llnl-cr6:2/1/c3/1", "tags": [ - "newy32aoa-cr6---MAN-LAN::conn-c:show:na", - "newy32aoa-cr6---eqxam3-cr6:ESNET-Z15983::show:intracloud", - "newy32aoa-cr6->eqxld8-cr6:400ge(vlan):ip-c_neaar:show:intracloud", - "newy32aoa-cr6---canarie(as6509):l3edge-dd39304d:conn-c_base:show:na", - "newy32aoa-cr6---canarie(as6509):l3edge-10dfea26:conn-c_base:show:na", - "newy32aoa-cr6---geant(as20965):l3edge-368e43fa:conn-c_base:show:na", - "newy32aoa-cr6---internet2(as11537):l3edge-bfd57287:conn-c_base:show:na", - "newy32aoa-cr6---internet2(as11537):l3edge-ef49d893:conn-c_base:show:na", - "newy32aoa-cr6---nordunet(as2603):l3edge-0c3e1e37:conn-c_base:show:na", - "newy32aoa-cr6---pennstate(as14877):l3edge-2f7eaa07:conn-c_base:show:na", - "newy32aoa-cr6---sinet(as2907):l3edge-e94aa288:conn-c_base:show:na", - "newy32aoa-cr6---sinet(as2907):l3edge-7441a81b:conn-c_base:show:na", - "newy32aoa-cr6---geant(as20965):l3edge-c154613a:conn-c_l3vpn-lhcone:show:intercloud", - "newy32aoa-cr6---internet2(as11537):l3edge-a48f8b0e:conn-c_l3vpn-lhcone:show:intercloud", - "newy32aoa-cr6---mit(as3):l3edge-1524c829:site_conn-c_l3vpn-lhcone:show:intercloud", - "newy32aoa-cr6---nordunet(as2603):l3edge-b970ccbc:conn-c_l3vpn-lhcone:show:intercloud" + "llnl-cr6---LLNL::conn-t:show:na" ], "capabilities": [ "ETHERNET", "EDGE", - "MPLS" - ], - "ifces": [ - { - "urn": "newy32aoa-cr6:eqxam3-bb-a", - "port": "2/1/c4/1", - "ipv4Address": "134.55.57.55/31" - }, - { - "urn": "newy32aoa-cr6:to_eqxld8-cr6_ip-c", - "port": "2/1/c4/1", - "ipv4Address": "134.55.37.21/30" - } + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 7, - "ceiling": 122 - }, - { - "floor": 2011, + "floor": 157, "ceiling": 4095 }, - { - "floor": 414, - "ceiling": 639 - }, - { - "floor": 2002, - "ceiling": 2003 - }, { "floor": 2, - "ceiling": 5 - }, - { - "floor": 641, - "ceiling": 2000 - }, - { - "floor": 213, - "ceiling": 408 - }, - { - "floor": 2005, - "ceiling": 2009 - }, - { - "floor": 199, - "ceiling": 211 + "ceiling": 153 }, { - "floor": 125, - "ceiling": 196 + "floor": 155, + "ceiling": 155 } ], - "esdbEquipmentInterfaceId": 13968 + "esdbEquipmentInterfaceId": 13903, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c16/1", + "urn": "llnl-cr6:2/1/c31/1", "tags": [ - "newy32aoa-cr6---pppl-cr6:bbl-984f65b4::ESNET-Z12564:na", - "newy32aoa-cr6---pppl-cr6:ESNET-Z12564::show:intracloud" + "llnl-cr6---snlca902-cr6:bbl-11d45c84::ESNET-Z14864:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy32aoa-cr6:pppl-bb-b", - "port": "1/1/c16/1", - "ipv4Address": "134.55.58.134/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -21005,147 +21267,199 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13950 + "esdbEquipmentInterfaceId": 13929, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c9/1", + "urn": "llnl-cr6:2/1/c34/1", "tags": [ - "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:::na", - "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:service1::na" + "llnl-cr6---snlca902-cr6:bbl-11d45c84::ESNET-Z14409:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13973 + "esdbEquipmentInterfaceId": 13930, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c8/1", + "urn": "llnl-cr6:lag-20", "tags": [ - "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:::na", - "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:service1::na" + "llnl-cr6---llnl-mpr1:mgt-dc2e487b:lag-20:ESNET-Z08653:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 1121, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 309 + }, + { + "floor": 1111, + "ceiling": 1119 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + }, + { + "floor": 311, + "ceiling": 918 } ], - "esdbEquipmentInterfaceId": 13942 - }, + "esdbEquipmentInterfaceId": 14956, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1714, + "orchSubscriptionId": null + }, + { + "urn": "losa-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.189", + "reservableVlans": [], + "location": "LOSA", + "locationId": 283, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "newy32aoa-cr6:2/1/c8/1", + "urn": "losa-cr6:1/1/c17/2", "tags": [ - "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:::na", - "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:service1::na" + "losa-cr6---FABRIC::conn-aa:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 1009 }, { - "floor": 2, - "ceiling": 4088 + "floor": 1011, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13972 + "esdbEquipmentInterfaceId": 13374, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c13/1", + "urn": "losa-cr6:1/1/c19/1", "tags": [ - "newy32aoa-cr6---FABRIC::conn-ai:show:na" + "losa-cr6---sunn-cr6:bbl-025391c0::ESNET-Z18158:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13947 + "esdbEquipmentInterfaceId": 13381, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c9/1", + "urn": "losa-cr6:1/1/c2/1", "tags": [ - "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:::na", - "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:service1::na" + "losa-cr6---FABRIC::conn-aj:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 99 }, { - "floor": 2, - "ceiling": 4088 + "floor": 101, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13943 + "esdbEquipmentInterfaceId": 13358, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c28/1", + "urn": "losa-cr6:1/1/c25/1", "tags": [ - "newy32aoa-cr6---newy1118th-cr6:bbl-a608f91f::ESNET-Z10928:na", - "newy32aoa-cr6---newy1118th-cr6:ESNET-Z10928::show:intracloud" + "losa-cr6---lasv-cr6:bbl-fc13de87::ESNET-Z14708:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy32aoa-cr6:newy1118th-bb-g", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.9/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -21156,67 +21470,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13992 + "esdbEquipmentInterfaceId": 13383, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:lag-401", + "urn": "losa-cr6:1/1/c28/1", "tags": [ - "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:capture::na" + "losa-cr6---sunn-cr6:bbl-025391c0::ESNET-Z13640:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25721 + "esdbEquipmentInterfaceId": 13384, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:lag-400", + "urn": "losa-cr6:1/1/c31/1", "tags": [ - "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:capture::na" + "losa-cr6---eqxsv5-cr6:bbl-73bba71b::ESNET-Z11821:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25720 + "esdbEquipmentInterfaceId": 13385, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c31/1", + "urn": "losa-cr6:1/1/c34/1", "tags": [ - "newy32aoa-cr6---newy1118th-cr6:bbl-a608f91f::ESNET-Z10856:na", - "newy32aoa-cr6---newy1118th-cr6:ESNET-Z10856::show:intracloud" + "losa-cr6---sand-cr6:bbl-d030958d::ESNET-Z10850:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy32aoa-cr6:newy1118th-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.17/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -21227,174 +21554,164 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13963 + "esdbEquipmentInterfaceId": 13386, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c14/1", + "urn": "losa-cr6:1/1/c4/1", "tags": [ - "newy32aoa-cr6---newy32aoa-ps:pt-66a04dfe:::na", - "newy32aoa-cr6---newy32aoa-ps:pt-66a04dfe:throughput::na" + "losa-cr6---ga-cr6:bbl-36acb5c5::ESNET-Z14635:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13978 + "esdbEquipmentInterfaceId": 13360, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:1/1/c34/1", + "urn": "losa-cr6:1/1/c8/1", "tags": [ - "newy32aoa-cr6---wash-cr6:bbl-324fb434::ESNET-Z10862:na", - "newy32aoa-cr6---wash-cr6:ESNET-Z10862::show:intracloud" + "losa-cr6---losa-ht1:ht-2121798e:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy32aoa-cr6:wash-bb-e", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.208/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13964 + "esdbEquipmentInterfaceId": 13364, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c31/1", + "urn": "losa-cr6:1/1/c9/1", "tags": [ - "newy32aoa-cr6---newy1118th-cr6:bbl-a608f91f::ESNET-Z10859:na", - "newy32aoa-cr6---newy1118th-cr6:ESNET-Z10859::show:intracloud" + "losa-cr6---losa-ht1:ht-2121798e:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy32aoa-cr6:newy1118th-bb-e", - "port": "2/1/c31/1", - "ipv4Address": "134.55.58.5/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13993 + "esdbEquipmentInterfaceId": 13365, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c34/1", + "urn": "losa-cr6:2/1/c1/1", "tags": [ - "newy32aoa-cr6---bnl725-cr6:bbl-5f8cdde4::ESNET-Z15858:na", - "newy32aoa-cr6---bnl725-cr6:ESNET-Z15858::show:intracloud" + "losa-cr6---PWAVE-LOSA::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy32aoa-cr6:bnl725-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.132/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13994 + "esdbEquipmentInterfaceId": 13387, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c17/3", + "urn": "losa-cr6:2/1/c14/1", "tags": [ - "newy32aoa-cr6---MIT::conn-c:show:na", - "newy32aoa-cr6---mit(as3):l3edge-152d12db:conn-c_base:show:na" + "losa-cr6---losa-ps:pt-bc3a8404:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2609, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 2607 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13983 + "esdbEquipmentInterfaceId": 13400, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy32aoa-cr6:2/1/c19/1", + "urn": "losa-cr6:2/1/c25/1", "tags": [ - "newy32aoa-cr6---eqxld8-cr6:bbl-e1fa9a35::ESNET-Z14160:na", - "newy32aoa-cr6---eqxld8-cr6:ESNET-Z14160::show:intracloud" + "losa-cr6---lasv-cr6:bbl-fc13de87::ESNET-Z17583:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy32aoa-cr6:eqxld8-bb-b", - "port": "2/1/c19/1", - "ipv4Address": "134.55.56.246/31" - } - ], - "reservableIngressBw": 300000, - "reservableEgressBw": 300000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -21405,71 +21722,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13989 - } - ], - "esdbEquipmentId": 1715 - }, - { - "urn": "netlpgh-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.212", - "reservableVlans": [], - "location": "NETLPGH", - "locationId": 609, - "latitude": "40.3258831", - "longitude": "-79.9862555", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13413, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "netlpgh-cr6:1/1/c13/3", + "urn": "losa-cr6:2/1/c28/1", "tags": [ - "netlpgh-cr6---NETL-PGH::conn-c:show:na", - "netlpgh-cr6---netl-pgh(as65001):l3edge-a59dbc28:site_conn-c_base:show:na", - "netlpgh-cr6---netl-pgh(asNone):l3edge-d50685c0:conn-c_base:show:na" + "losa-cr6---sand-cr6:bbl-d030958d::ESNET-Z13696:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 652 + "ceiling": 5 }, { - "floor": 655, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16616 + "esdbEquipmentInterfaceId": 13414, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "netlpgh-cr6:1/1/c13/2", + "urn": "losa-cr6:2/1/c31/1", "tags": [ - "netlpgh-cr6---eqxdc4-cr6:bbl-00494538::ESNET-Z11936:na", - "netlpgh-cr6---eqxdc4-cr6:ESNET-Z11936::show:intracloud" + "losa-cr6---lasv-cr6:bbl-fc13de87::ESNET-Z10823:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "netlpgh-cr6:eqxdc4-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.58.86/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -21480,332 +21778,355 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16615 + "esdbEquipmentInterfaceId": 13415, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "netlpgh-cr6:lag-20", + "urn": "losa-cr6:2/1/c34/1", "tags": [ - "netlpgh-cr6---netlpgh-mpr1:mgt-7cb482b1:lag-20:ESNET-Z09163:na", - "netlpgh-cr6---netlpgh-mpr1:ESNET-Z09163::show:intracloud", - "netlpgh-cr6---netlpgh-ps:pt-438dc095:owamp::na" + "losa-cr6---sunn-cr6:bbl-025391c0::ESNET-Z10853:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16835 + "esdbEquipmentInterfaceId": 13416, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "netlpgh-cr6:2/1/c14/1", + "urn": "losa-cr6:2/1/c4/1", "tags": [ - "netlpgh-cr6---netlpgh-ps:pt-438dc095:::na", - "netlpgh-cr6---netlpgh-ps:pt-438dc095:throughput::na" + "losa-cr6---CENIC::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16630 - } - ], - "esdbEquipmentId": 1837 - }, - { - "urn": "frib-cr6a", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.231", - "reservableVlans": [], - "location": "FRIB", - "locationId": 620, - "latitude": "42.724781", - "longitude": "-84.473819", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13390, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "frib-cr6a:1/1/c7/1", + "urn": "losa-cr6:2/1/c8/1", "tags": [ - "frib-cr6a---FRIB::conn-a:show:na", - "frib-cr6a---frib(as400066):l3edge-6113ec10:site_conn-a_base:show:na" + "losa-cr6---losa-ht2:ht-97e2a4a1:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 2099 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 2101, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 24473 + "esdbEquipmentInterfaceId": 13394, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6a:1/1/c1/1", + "urn": "losa-cr6:2/1/c9/1", "tags": [ - "frib-cr6a---frib-cr6b:bbl-1cc289bf::ESNET-Z11703:na", - "frib-cr6a---frib-cr6b:ESNET-Z11703::show:intracloud" + "losa-cr6---losa-ht2:ht-97e2a4a1:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "frib-cr6a:frib-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.145/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 23965 + "esdbEquipmentInterfaceId": 13395, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6a:lag-20", + "urn": "losa-cr6:lag-20", "tags": [ - "frib-cr6a---frib-mpr1a:mgt-105310cc:lag-20:ESNET-Z11719:na", - "frib-cr6a---frib-mpr1a:ESNET-Z11719::show:intracloud", - "frib-cr6a---frib-a-ps:pt-80ffe623:owamp::na" + "losa-cr6---losa-mpr1:mgt-aab5414f:lag-20:ESNET-Z08551:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 967, + "ceiling": 1019 + }, { "floor": 1111, "ceiling": 4095 }, + { + "floor": 920, + "ceiling": 965 + }, { "floor": 2, - "ceiling": 918 + "ceiling": 24 }, { - "floor": 920, - "ceiling": 965 + "floor": 26, + "ceiling": 918 }, { - "floor": 967, + "floor": 1021, "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 23994 + "esdbEquipmentInterfaceId": 14920, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6a:2/1/c14/1", + "urn": "losa-cr6:lag-30", "tags": [ - "frib-cr6a---frib-a-ps:pt-80ffe623:::na", - "frib-cr6a---frib-a-ps:pt-80ffe623:throughput::na" + "losa-cr6---CENIC::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, "reservableVlans": [ { - "floor": 1112, + "floor": 3803, "ceiling": 4095 }, + { + "floor": 3084, + "ceiling": 3801 + }, + { + "floor": 1903, + "ceiling": 3080 + }, { "floor": 2, - "ceiling": 910 + "ceiling": 351 }, { - "floor": 912, - "ceiling": 1110 + "floor": 353, + "ceiling": 1899 } ], - "esdbEquipmentInterfaceId": 26857 + "esdbEquipmentInterfaceId": 29244, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6a:2/1/c1/1", + "urn": "losa-cr6:lag-40", "tags": [ - "frib-cr6a---frib-cr6b:bbl-1cc289bf::ESNET-Z11704:na", - "frib-cr6a---frib-cr6b:ESNET-Z11704::show:intracloud" + "losa-cr6---PWAVE-LOSA::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "frib-cr6a:frib-bb-b", - "port": "2/1/c1/1", - "ipv4Address": "134.55.58.37/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 1105, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 703, + "ceiling": 885 + }, + { + "floor": 890, + "ceiling": 1103 + }, + { + "floor": 2, + "ceiling": 701 } ], - "esdbEquipmentInterfaceId": 23967 + "esdbEquipmentInterfaceId": 30491, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6a:1/1/c2/1", + "urn": "losa-cr6:lag-400", "tags": [ - "frib-cr6a---chic-cr6:bbl-1ff91e33::ESNET-Z10945:na", - "frib-cr6a---chic-cr6:ESNET-Z10945::show:intracloud" + "losa-cr6---losa-ht1:ht-2121798e:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 406, + "ceiling": 4095 + }, { - "urn": "frib-cr6a:chic-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.57.38/31" + "floor": 2, + "ceiling": 399 } ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "esdbEquipmentInterfaceId": 25686, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "losa-cr6:lag-401", + "tags": [ + "losa-cr6---losa-ht2:ht-97e2a4a1:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 408, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 23966 + "esdbEquipmentInterfaceId": 25687, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 2009 + "esdbEquipmentId": 1704, + "orchSubscriptionId": null }, { - "urn": "frib-cr6b", + "urn": "nash-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.232", + "ipv4Address": "134.55.200.176", "reservableVlans": [], - "location": "FRIB", - "locationId": 620, - "latitude": "42.724781", - "longitude": "-84.473819", + "location": "NASH", + "locationId": 268, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "frib-cr6b:1/1/c7/1", + "urn": "nash-cr6:1/1/c10/1", "tags": [ - "frib-cr6b---FRIB::conn-b:show:na", - "frib-cr6b---frib(as400066):l3edge-9e8600e4:site_conn-b_base:show:na" + "nash-cr6---ornl5600-cr6:bbl-3bde5ed5::ESNET-Z10935:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 2100 + "ceiling": 5 }, { - "floor": 2102, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 24474 + "esdbEquipmentInterfaceId": 12468, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6b:1/1/c1/1", + "urn": "nash-cr6:1/1/c25/1", "tags": [ - "frib-cr6b---frib-cr6a:bbl-1cc289bf::ESNET-Z11703:na", - "frib-cr6b---frib-cr6a:ESNET-Z11703::show:intracloud" + "nash-cr6---chic-cr6:bbl-ef7ff668::ESNET-Z15056:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "frib-cr6b:frib-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.144/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -21816,90 +22137,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23968 + "esdbEquipmentInterfaceId": 12485, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6b:lag-20", + "urn": "nash-cr6:1/1/c28/1", "tags": [ - "frib-cr6b---frib-mpr1b:mgt-8ec7468b:lag-20:ESNET-Z11722:na", - "frib-cr6b---frib-mpr1b:ESNET-Z11722::show:intracloud", - "frib-cr6b---frib-b-ps:pt-16f4032c:owamp::na" + "nash-cr6---ornl5600-cr6:bbl-a4e03c02::ESNET-Z13486:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23993 + "esdbEquipmentInterfaceId": 12486, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6b:2/1/c14/1", + "urn": "nash-cr6:1/1/c31/1", "tags": [ - "frib-cr6b---frib-b-ps:pt-16f4032c:::na", - "frib-cr6b---frib-b-ps:pt-16f4032c:throughput::na" + "nash-cr6---chic-cr6:bbl-ef7ff668::ESNET-Z10769:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26861 + "esdbEquipmentInterfaceId": 12487, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6b:2/1/c1/1", + "urn": "nash-cr6:1/1/c34/1", "tags": [ - "frib-cr6b---frib-cr6a:bbl-1cc289bf::ESNET-Z11704:na", - "frib-cr6b---frib-cr6a:ESNET-Z11704::show:intracloud" + "nash-cr6---chat-cr6:bbl-eccd186d::ESNET-Z10751:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "frib-cr6b:frib-bb-b", - "port": "2/1/c1/1", - "ipv4Address": "134.55.58.36/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -21910,27 +22221,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23969 + "esdbEquipmentInterfaceId": 12488, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "frib-cr6b:1/1/c2/1", + "urn": "nash-cr6:1/1/c6/1", "tags": [ - "frib-cr6b---star-cr6:bbl-e31aae12::ESNET-Z10944:na", - "frib-cr6b---star-cr6:ESNET-Z10944::show:intracloud" + "nash-cr6---hous-cr6:bbl-e8a0e0a6::ESNET-Z09869:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "frib-cr6b:star-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.57.36/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -21941,104 +22249,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23970 - } - ], - "esdbEquipmentId": 2010 - }, - { - "urn": "hous-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.181", - "reservableVlans": [], - "location": "HOUS", - "locationId": 274, - "latitude": "29.941776", - "longitude": "-95.417176", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 12464, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "hous-cr6:1/1/c31/1", + "urn": "nash-cr6:1/1/c8/1", "tags": [ - "hous-cr6---elpa-cr6:bbl-5995bced::ESNET-Z10793:na", - "hous-cr6---elpa-cr6:ESNET-Z10793::show:intracloud" + "nash-cr6---nash-ht1:ht-944b624b:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "hous-cr6:elpa-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.197/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12871 + "esdbEquipmentInterfaceId": 12466, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:lag-20", + "urn": "nash-cr6:1/1/c9/1", "tags": [ - "hous-cr6---hous-mpr1:mgt-1f228f29:lag-20:ESNET-Z08614:na", - "hous-cr6---hous-mpr1:ESNET-Z08614::show:intracloud", - "hous-cr6---hous-ps:pt-8d1ef11d:owamp::na" + "nash-cr6---nash-ht1:ht-944b624b:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14943 + "esdbEquipmentInterfaceId": 12467, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:2/1/c14/1", + "urn": "nash-cr6:2/1/c14/1", "tags": [ - "hous-cr6---hous-ps:pt-8d1ef11d:::na", - "hous-cr6---hous-ps:pt-8d1ef11d:throughput::na" + "nash-cr6---nash-ps:pt-9cd87668:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -22053,27 +22337,24 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12886 + "esdbEquipmentInterfaceId": 12502, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:2/1/c25/1", + "urn": "nash-cr6:2/1/c17/3", "tags": [ - "hous-cr6---atla-cr6:bbl-38f1debd::ESNET-Z14978:na", - "hous-cr6---atla-cr6:ESNET-Z14978::show:intracloud" + "nash-cr6---srs702a-cr6:bbl-ce66b716::ESNET-Z11679:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "hous-cr6:atla-bb-d", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.173/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -22084,27 +22365,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12899 + "esdbEquipmentInterfaceId": 12507, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:1/1/c34/1", + "urn": "nash-cr6:2/1/c25/1", "tags": [ - "hous-cr6---atla-cr6:bbl-38f1debd::ESNET-Z10721:na", - "hous-cr6---atla-cr6:ESNET-Z10721::show:intracloud" + "nash-cr6---chat-cr6:bbl-eccd186d::ESNET-Z15052:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "hous-cr6:atla-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.235/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -22115,63 +22393,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12872 + "esdbEquipmentInterfaceId": 12515, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:2/1/c1/1", + "urn": "nash-cr6:2/1/c28/1", "tags": [ - "hous-cr6---LEARN::conn-b:show:na", - "hous-cr6---learn(as16905):l3edge-6ea1eb4e:conn-b_base:show:na", - "hous-cr6---learn(as16905):l3edge-c25d36a4:conn-b_base:show:na", - "hous-cr6---tacc(as32093):l3edge-90dbab91:site_conn-b_l3vpn-lhcone:show:intercloud", - "hous-cr6---uta(as18515):l3edge-dca9610c:site_conn-b_l3vpn-lhcone:show:intercloud" + "nash-cr6---ornl5600-cr6:bbl-a4e03c02::ESNET-Z13487:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 567, - "ceiling": 3339 - }, - { - "floor": 3342, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 563 + "ceiling": 5 }, { - "floor": 565, - "ceiling": 565 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12873 + "esdbEquipmentInterfaceId": 12516, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:2/1/c31/1", + "urn": "nash-cr6:2/1/c31/1", "tags": [ - "hous-cr6---elpa-cr6:bbl-5995bced::ESNET-Z10907:na", - "hous-cr6---elpa-cr6:ESNET-Z10907::show:intracloud" + "nash-cr6---chic-cr6:bbl-ef7ff668::ESNET-Z10772:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "hous-cr6:elpa-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.199/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -22182,27 +22449,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12901 + "esdbEquipmentInterfaceId": 12517, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:1/1/c17/3", + "urn": "nash-cr6:2/1/c34/1", "tags": [ - "hous-cr6---pantex-cr6:bbl-2a6992a5::ESNET-Z12463:na", - "hous-cr6---pantex-cr6:ESNET-Z12463::show:intracloud" + "nash-cr6---chat-cr6:bbl-eccd186d::ESNET-Z10754:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "hous-cr6:pantex-bb-a", - "port": "1/1/c17/3", - "ipv4Address": "134.55.56.192/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -22213,137 +22477,60 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12861 + "esdbEquipmentInterfaceId": 12518, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:2/1/c34/1", + "urn": "nash-cr6:2/1/c4/1", "tags": [ - "hous-cr6---eqxda3-cr6:bbl-02554e63::ESNET-Z10781:na", - "hous-cr6---eqxda3-cr6:ESNET-Z10781::show:intracloud" + "nash-cr6---SOX::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "hous-cr6:eqxda3-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.171/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, + "floor": 2122, "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12902 - }, - { - "urn": "hous-cr6:1/1/c17/2", - "tags": [ - "hous-cr6---DOENET-EQX-DAL::conn-b:show:na", - "hous-cr6---doenet-eqx-dal(as65048):l3edge-a489acc5:site_conn-b_base:show:na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 39 }, { - "floor": 41, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12860 - }, - { - "urn": "hous-cr6:1/1/c28/1", - "tags": [ - "hous-cr6---eqxda3-cr6:bbl-02554e63::ESNET-Z09880:na", - "hous-cr6---eqxda3-cr6:ESNET-Z09880::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "hous-cr6:eqxda3-bb-b", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.123/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 + "floor": 591, + "ceiling": 2119 }, { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12870 - }, - { - "urn": "hous-cr6:1/1/c7/1", - "tags": [ - "hous-cr6---hous-dtn1:dtn-cb2e06aa:::na", - "hous-cr6---hous-dtn1:dtn-cb2e06aa:throughput::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 913, - "ceiling": 915 + "floor": 527, + "ceiling": 589 }, { "floor": 2, - "ceiling": 911 - }, - { - "floor": 917, - "ceiling": 4095 + "ceiling": 525 } ], - "esdbEquipmentInterfaceId": 12849 + "esdbEquipmentInterfaceId": 12492, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:2/1/c9/1", + "urn": "nash-cr6:2/1/c8/1", "tags": [ - "hous-cr6---hous-ht2:ht-eb16939d:::na", - "hous-cr6---hous-ht2:ht-eb16939d:service1::na" + "nash-cr6---nash-ht2:ht-13229700:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -22354,52 +22541,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12881 - }, - { - "urn": "hous-cr6:1/1/c1/1", - "tags": [ - "hous-cr6---nash-cr6:bbl-e8a0e0a6::ESNET-Z09869:na", - "hous-cr6---nash-cr6:ESNET-Z09869::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "hous-cr6:nash-bb-b", - "port": "1/1/c1/1", - "ipv4Address": "134.55.57.157/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12843 + "esdbEquipmentInterfaceId": 12496, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:1/1/c8/1", + "urn": "nash-cr6:2/1/c9/1", "tags": [ - "hous-cr6---hous-ht1:ht-925d4eee:::na", - "hous-cr6---hous-ht1:ht-925d4eee:service1::na" + "nash-cr6---nash-ht2:ht-13229700:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -22410,131 +22569,105 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12850 + "esdbEquipmentInterfaceId": 12497, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:2/1/c8/1", + "urn": "nash-cr6:lag-20", "tags": [ - "hous-cr6---hous-ht2:ht-eb16939d:::na", - "hous-cr6---hous-ht2:ht-eb16939d:service1::na" + "nash-cr6---nash-mpr1:mgt-dea2c14f:lag-20:ESNET-Z08605:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 31, + "ceiling": 918 }, { - "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 12880 - }, - { - "urn": "hous-cr6:1/1/c9/1", - "tags": [ - "hous-cr6---hous-ht1:ht-925d4eee:::na", - "hous-cr6---hous-ht1:ht-925d4eee:service1::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { - "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 12851 - }, - { - "urn": "hous-cr6:2/1/c28/1", - "tags": [ - "hous-cr6---elpa-cr6:bbl-5995bced::ESNET-Z14974:na", - "hous-cr6---elpa-cr6:ESNET-Z14974::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "hous-cr6:elpa-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.163/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ + "floor": 920, + "ceiling": 965 + }, { - "floor": 2, - "ceiling": 5 + "floor": 967, + "ceiling": 1109 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 29 } ], - "esdbEquipmentInterfaceId": 12900 + "esdbEquipmentInterfaceId": 14940, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:lag-401", + "urn": "nash-cr6:lag-400", "tags": [ - "hous-cr6---hous-ht2:ht-eb16939d:capture::na" + "nash-cr6---nash-ht1:ht-944b624b:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 404, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25717 + "esdbEquipmentInterfaceId": 25736, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "hous-cr6:lag-400", + "urn": "nash-cr6:lag-401", "tags": [ - "hous-cr6---hous-ht1:ht-925d4eee:capture::na" + "nash-cr6---nash-ht2:ht-13229700:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25716 + "esdbEquipmentInterfaceId": 25737, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1691 + "esdbEquipmentId": 1681, + "orchSubscriptionId": null }, { "urn": "netlalb-cr6", @@ -22544,26 +22677,55 @@ "reservableVlans": [], "location": "NETLALB", "locationId": 608, - "latitude": "44.620188", - "longitude": "-123.1207771", + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ + { + "urn": "netlalb-cr6:1/1/c13/2", + "tags": [ + "netlalb-cr6---seat-cr6:bbl-50fa8875::ESNET-Z12529:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 16585, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { "urn": "netlalb-cr6:1/1/c13/3", "tags": [ - "netlalb-cr6---NETL-ALB::conn-d:show:na", - "netlalb-cr6---netl-alb(as65003):l3edge-1a78e78e:site_conn-d_base:show:na" + "netlalb-cr6---NETL-ALB::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 654, @@ -22574,53 +22736,56 @@ "ceiling": 652 } ], - "esdbEquipmentInterfaceId": 16586 + "esdbEquipmentInterfaceId": 16586, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "netlalb-cr6:1/1/c13/2", + "urn": "netlalb-cr6:2/1/c14/1", "tags": [ - "netlalb-cr6---seat-cr6:bbl-50fa8875::ESNET-Z12529:na", - "netlalb-cr6---seat-cr6:ESNET-Z12529::show:intracloud" + "netlalb-cr6---netlalb-ps:pt-77002fb0:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "netlalb-cr6:seat-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.56.250/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 16585 + "esdbEquipmentInterfaceId": 16600, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { "urn": "netlalb-cr6:lag-20", "tags": [ - "netlalb-cr6---netlalb-mpr1:mgt-b1da2d9e:lag-20:ESNET-Z09160:na", - "netlalb-cr6---netlalb-mpr1:ESNET-Z09160::show:intracloud", - "netlalb-cr6---netlalb-ps:pt-20daa0d0:owamp::na" + "netlalb-cr6---netlalb-mpr1:mgt-b1da2d9e:lag-20:ESNET-Z09160:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 1111, @@ -22639,275 +22804,190 @@ "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 16833 + "esdbEquipmentInterfaceId": 16833, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1836 + "esdbEquipmentId": 1836, + "orchSubscriptionId": null }, { - "urn": "jlab205-cr6", + "urn": "netlmgn-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.209", + "ipv4Address": "134.55.200.225", "reservableVlans": [], - "location": "JLAB205", - "locationId": 606, - "latitude": "37.099448", - "longitude": "-76.489542", + "location": "NETLMGN", + "locationId": 628, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "jlab205-cr6:1/1/c13/2", + "urn": "netlmgn-cr6:1/1/c13/2", "tags": [ - "atla-cr6--jlab205-cr6::manual-bbl:ESNET-Z11337:na", - "jlab205-cr6---atla-cr6:ESNET-Z11337::show:intracloud" + "netlmgn-cr6---eqxdc4-cr6:bbl-961dae77::ESNET-Z12530:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "jlab205-cr6:atla-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.58.83/31" - } - ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 2451 + "ceiling": 5 }, { - "floor": 2453, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16525 + "esdbEquipmentInterfaceId": 22285, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "jlab205-cr6:2/1/c8/1", + "urn": "netlmgn-cr6:1/1/c13/3", "tags": [ - "jlab205-cr6---JLAB::conn-i:show:na", - "jlab205-cr6---jlab(as6406):l3edge-59f1e5f3:site_conn-i_base:show:na" + "netlmgn-cr6---NETL-MGN::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2314, - "ceiling": 4095 + "floor": 2, + "ceiling": 650 }, { - "floor": 2, - "ceiling": 2312 + "floor": 652, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16535 + "esdbEquipmentInterfaceId": 22286, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "jlab205-cr6:lag-20", + "urn": "netlmgn-cr6:2/1/c14/1", "tags": [ - "jlab205-cr6---jlab205-mpr1:mgt-881b76dc:lag-20:ESNET-Z09154:na", - "jlab205-cr6---jlab205-mpr1:ESNET-Z09154::show:intracloud", - "jlab205-cr6---jlab205-ps:pt-545f8feb:owamp::na" + "netlmgn-cr6---netlmgn-ps:pt-74469f24:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 910 }, { - "floor": 967, - "ceiling": 1109 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 16829 + "esdbEquipmentInterfaceId": 22300, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "jlab205-cr6:2/1/c14/1", + "urn": "netlmgn-cr6:lag-20", "tags": [ - "jlab205-cr6---jlab205-ps:pt-545f8feb:::na", - "jlab205-cr6---jlab205-ps:pt-545f8feb:throughput::na" + "netlmgn-cr6---netlmgn-mpr1:mgt-88ea9656:lag-20:ESNET-Z11282:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 1112, + "floor": 1111, "ceiling": 4095 }, { - "floor": 2, - "ceiling": 910 + "floor": 920, + "ceiling": 965 }, - { - "floor": 912, - "ceiling": 1110 - } - ], - "esdbEquipmentInterfaceId": 16540 - }, - { - "urn": "jlab205-cr6:2/1/c1/1", - "tags": [ - "jlab205-cr6---jlab12-cr6:bbl-ea8f9041::ESNET-Z11339:na", - "jlab205-cr6---jlab12-cr6:ESNET-Z11339::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "jlab205-cr6:jlab12-bb-a", - "port": "2/1/c1/1", - "ipv4Address": "134.55.56.60/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 89 }, { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 16532 - }, - { - "urn": "jlab205-cr6:1/1/c2/1", - "tags": [ - "jlab205-cr6---eqxdc4-cr6:bbl-3ea79543::ESNET-Z14942:na", - "jlab205-cr6---eqxdc4-cr6:ESNET-Z14942::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "jlab205-cr6:eqxdc4-bb-a", - "port": "1/1/c2/1", - "ipv4Address": "134.55.57.53/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 + "floor": 91, + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 16521 + "esdbEquipmentInterfaceId": 22304, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1834 + "esdbEquipmentId": 2024, + "orchSubscriptionId": null }, { - "urn": "eqxld8-cr6", + "urn": "netlpgh-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.235", + "ipv4Address": "134.55.200.212", "reservableVlans": [], - "location": "EQXLD8", - "locationId": 641, - "latitude": "51.4980695", - "longitude": "-0.0143605", + "location": "NETLPGH", + "locationId": 609, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "eqxld8-cr6:2/1/c19/1", - "tags": [ - "eqxld8-cr6---newy32aoa-cr6:bbl-e1fa9a35::ESNET-Z14160:na", - "eqxld8-cr6---newy32aoa-cr6:ESNET-Z14160::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxld8-cr6:newy32aoa-bb-b", - "port": "2/1/c19/1", - "ipv4Address": "134.55.56.247/31" - } - ], - "reservableIngressBw": 300000, - "reservableEgressBw": 300000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 23322 - }, - { - "urn": "eqxld8-cr6:1/1/c31/1", + "urn": "netlpgh-cr6:1/1/c13/2", "tags": [ - "eqxld8-cr6---cern773-cr6:bbl-c25530c5::ESNET-Z15709:na", - "eqxld8-cr6---cern773-cr6:ESNET-Z15709::show:intracloud" + "netlpgh-cr6---eqxdc4-cr6:bbl-00494538::ESNET-Z11936:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxld8-cr6:cern773-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.178/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -22918,55 +22998,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23296 + "esdbEquipmentInterfaceId": 16615, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxld8-cr6:lag-20", + "urn": "netlpgh-cr6:1/1/c13/3", "tags": [ - "eqxld8-cr6---eqxld8-mpr1:mgt-55dc230a:lag-20:ESNET-Z11620:na", - "eqxld8-cr6---eqxld8-mpr1:ESNET-Z11620::show:intracloud", - "eqxld8-cr6---eqxld8-ps:pt-da5988fe:owamp::na" + "netlpgh-cr6---NETL-PGH::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 652 }, { - "floor": 967, - "ceiling": 1109 + "floor": 655, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23328 + "esdbEquipmentInterfaceId": 16616, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxld8-cr6:2/1/c14/1", + "urn": "netlpgh-cr6:2/1/c14/1", "tags": [ - "eqxld8-cr6---eqxld8-ps:pt-da5988fe:::na", - "eqxld8-cr6---eqxld8-ps:pt-da5988fe:throughput::na" + "netlpgh-cr6---netlpgh-ps:pt-438dc095:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -22981,114 +23058,107 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 23311 + "esdbEquipmentInterfaceId": 16630, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxld8-cr6:2/1/c1/1", + "urn": "netlpgh-cr6:lag-20", "tags": [ - "eqxld8-cr6---GEANT::conn-f:show:na", - "eqxld8-cr6->newy32aoa-cr6:100ge(vlan):ip-c_neaar:show:intracloud", - "eqxld8-cr6---maeen(as8895):l3edge-f5d910a2:conn-f_base:show:na", - "eqxld8-cr6---nordunet(as2603):l3edge-3c4b92b6:conn-f_base:show:na", - "eqxld8-cr6---tenet(as2018):l3edge-d74a8bc9:conn-f_base:show:na", - "eqxld8-cr6---nordunet(as2603):l3edge-82eb1197:conn-f_l3vpn-lhcone:show:intercloud" + "netlpgh-cr6---netlpgh-mpr1:mgt-7cb482b1:lag-20:ESNET-Z09163:na" ], "capabilities": [ "ETHERNET", "EDGE", - "MPLS" + "TAGGED" ], - "ifces": [ - { - "urn": "eqxld8-cr6:to_newy32aoa-cr6_ip-c", - "port": "2/1/c1/1", - "ipv4Address": "134.55.37.22/30" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 103, - "ceiling": 122 - }, - { - "floor": 2011, + "floor": 1111, "ceiling": 4095 }, - { - "floor": 202, - "ceiling": 410 - }, { "floor": 2, - "ceiling": 101 + "ceiling": 918 }, { - "floor": 124, - "ceiling": 200 + "floor": 920, + "ceiling": 965 }, { - "floor": 412, - "ceiling": 2009 + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 23298 - }, + "esdbEquipmentInterfaceId": 16835, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1837, + "orchSubscriptionId": null + }, + { + "urn": "newy325hudson-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.25", + "reservableVlans": [], + "location": "NEWY325HUDSON", + "locationId": 666, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "eqxld8-cr6:lag-10", + "urn": "newy325hudson-cr6:1/1/c25/1", "tags": [ - "eqxld8-cr6---GEANT::conn-r:show:na", - "eqxld8-cr6---geant(as20965):l3edge-0051e0e6:conn-r_base:show:na", - "eqxld8-cr6---geant(as20965):l3edge-7f78b0c5:conn-r_base:show:na", - "eqxld8-cr6---geant(as20965):l3edge-d1f4aa28:conn-r_l3vpn-lhcone:show:intercloud" + "newy325hudson-cr6---bnl515-cr6:bbl-87a93e33::ESNET-Z17682:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 107, - "ceiling": 110 - }, - { - "floor": 105, - "ceiling": 105 - }, { "floor": 2, - "ceiling": 103 + "ceiling": 5 }, { - "floor": 112, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27645 + "esdbEquipmentInterfaceId": 30254, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxld8-cr6:2/1/c31/1", + "urn": "newy325hudson-cr6:1/1/c28/1", "tags": [ - "eqxld8-cr6---eqxam3-cr6:bbl-b8bcd6ed::ESNET-Z15723:na", - "eqxld8-cr6---eqxam3-cr6:ESNET-Z15723::show:intracloud" + "newy325hudson-cr6---bost-cr6:bbl-00e9d6c6::ESNET-Z17694:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxld8-cr6:eqxam3-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.201/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23099,27 +23169,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23326 + "esdbEquipmentInterfaceId": 30253, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxld8-cr6:1/1/c28/1", + "urn": "newy325hudson-cr6:1/1/c31/1", "tags": [ - "eqxld8-cr6---bost-cr6:bbl-9c8a3291::ESNET-Z15699:na", - "eqxld8-cr6---bost-cr6:ESNET-Z15699::show:intracloud" + "newy325hudson-cr6---newy32aoa-cr6:bbl-6ab9b496::ESNET-Z17676:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxld8-cr6:bost-bb-a", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.49/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23130,27 +23197,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23295 + "esdbEquipmentInterfaceId": 30252, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxld8-cr6:1/1/c4/1", + "urn": "newy325hudson-cr6:1/1/c34/1", "tags": [ - "eqxld8-cr6---newy1118th-cr6:bbl-a89acf09::ESNET-Z13685:na", - "eqxld8-cr6---newy1118th-cr6:ESNET-Z13685::show:intracloud" + "newy325hudson-cr6---newy32aoa-cr6:bbl-6ab9b496::ESNET-Z17691:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxld8-cr6:newy1118th-bb-a", - "port": "1/1/c4/1", - "ipv4Address": "134.55.56.55/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23161,45 +23225,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 23271 - } - ], - "esdbEquipmentId": 2081 - }, - { - "urn": "lanlta50-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.224", - "reservableVlans": [], - "location": "LANLTA50", - "locationId": 627, - "latitude": "35.89", - "longitude": "-106.31", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 29242, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "lanlta50-cr6:1/1/c1/1", + "urn": "newy325hudson-cr6:1/1/c35/1", "tags": [ - "lanlta50-cr6---denv-cr6:bbl-f2ccbf4a::ESNET-Z13372:na", - "lanlta50-cr6---denv-cr6:ESNET-Z13372::show:intracloud" + "newy325hudson-cr6---newy32aoa-cr6:bbl-6ab9b496::ESNET-Z17690:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lanlta50-cr6:denv-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.154/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23210,196 +23253,168 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22249 + "esdbEquipmentInterfaceId": 30257, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta50-cr6:1/1/c8/1", + "urn": "newy325hudson-cr6:1/1/c8/1", "tags": [ - "lanlta50-cr6---lanlta03-cr6:bbl-bf73a902::ESNET-Z13364:na", - "lanlta50-cr6---lanlta03-cr6:ESNET-Z13364::show:intracloud" + "newy325hudson-cr6---newy325hudson-ht1:ht-3b3ffa3d:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lanlta50-cr6:lanlta03-bb-a", - "port": "1/1/c8/1", - "ipv4Address": "134.55.58.150/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22252 + "esdbEquipmentInterfaceId": 30211, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta50-cr6:2/1/c8/1", + "urn": "newy325hudson-cr6:1/1/c9/1", "tags": [ - "lanlta50-cr6---lanlta03-cr6:bbl-bf73a902::ESNET-Z13365:na", - "lanlta50-cr6---lanlta03-cr6:ESNET-Z13365::show:intracloud" + "newy325hudson-cr6---newy325hudson-ht1:ht-3b3ffa3d:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lanlta50-cr6:lanlta03-bb-b", - "port": "2/1/c8/1", - "ipv4Address": "134.55.58.152/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22264 + "esdbEquipmentInterfaceId": 30210, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta50-cr6:lag-20", + "urn": "newy325hudson-cr6:2/1/c14/1", "tags": [ - "lanlta50-cr6---lanlta50-mpr1:mgt-d4f71474:lag-20:ESNET-Z11279:na", - "lanlta50-cr6---lanlta50-mpr1:ESNET-Z11279::show:intracloud", - "lanlta50-cr6---lanlta50-ps:pt-11f4e9a1:owamp::na" + "newy325hudson-cr6---newy325hudson-ps:pt-a8cf978f:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 910 }, { - "floor": 967, - "ceiling": 1109 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 22273 + "esdbEquipmentInterfaceId": 30227, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta50-cr6:2/1/c14/1", + "urn": "newy325hudson-cr6:2/1/c22/1", "tags": [ - "lanlta50-cr6---lanlta50-ps:pt-11f4e9a1:::na", - "lanlta50-cr6---lanlta50-ps:pt-11f4e9a1:throughput::na" + "newy325hudson-cr6---bost-cr6:bbl-00e9d6c6::ESNET-Z17693:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22269 + "esdbEquipmentInterfaceId": 30251, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta50-cr6:2/1/c1/1", + "urn": "newy325hudson-cr6:2/1/c28/1", "tags": [ - "lanlta50-cr6---LANL::conn-q:show:na", - "lanlta50-cr6---lanl(as68):l3edge-073dfa90:site_conn-q_base:show:na", - "lanlta50-cr6---lanl(as68):l3edge-6a15b621:site_conn-q_base:show:na" + "newy325hudson-cr6---bnl515-cr6:bbl-87a93e33::ESNET-Z17681:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1147, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 1144 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22261 - } - ], - "esdbEquipmentId": 2023 - }, - { - "urn": "newy1118th-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.171", - "reservableVlans": [], - "location": "NEWY1118TH", - "locationId": 263, - "latitude": "40.741396", - "longitude": "-74.003266", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 30260, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "newy1118th-cr6:1/1/c31/1", + "urn": "newy325hudson-cr6:2/1/c31/1", "tags": [ - "newy1118th-cr6---bnl515-cr6:bbl-61784666::ESNET-Z10730:na", - "newy1118th-cr6---bnl515-cr6:ESNET-Z10730::show:intracloud" + "newy325hudson-cr6---newy32aoa-cr6:bbl-6ab9b496::ESNET-Z17692:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy1118th-cr6:bnl515-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.17/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23410,61 +23425,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12163 + "esdbEquipmentInterfaceId": 30261, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:lag-20", + "urn": "newy325hudson-cr6:2/1/c34/1", "tags": [ - "newy1118th-cr6---newy1118th-mpr1:mgt-d9b596e2:lag-20:ESNET-Z08581:na", - "newy1118th-cr6---newy1118th-mpr1:ESNET-Z08581::show:intracloud", - "newy1118th-cr6---newy1118th-ps:pt-6e6277e6:owamp::na" + "newy325hudson-cr6---newy32aoa-cr6:bbl-6ab9b496::ESNET-Z17677:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14932 + "esdbEquipmentInterfaceId": 29243, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:1/1/c22/1", + "urn": "newy325hudson-cr6:2/1/c35/1", "tags": [ - "newy1118th-cr6---newy32aoa-cr6:bbl-a608f91f::ESNET-Z14055:na", - "newy1118th-cr6---newy32aoa-cr6:ESNET-Z14055::show:intracloud" + "newy325hudson-cr6---bost-cr6:bbl-00e9d6c6::ESNET-Z18185:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy1118th-cr6:newy32aoa-bb-h", - "port": "1/1/c22/1", - "ipv4Address": "134.55.56.150/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23475,149 +23481,215 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12160 + "esdbEquipmentInterfaceId": 30250, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:2/1/c14/1", + "urn": "newy325hudson-cr6:2/1/c8/1", "tags": [ - "newy1118th-cr6---newy1118th-ps:pt-6e6277e6:::na", - "newy1118th-cr6---newy1118th-ps:pt-6e6277e6:throughput::na" + "newy325hudson-cr6---newy325hudson-ht2:ht-ca93307a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12178 + "esdbEquipmentInterfaceId": 30207, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:2/1/c25/1", + "urn": "newy325hudson-cr6:2/1/c9/1", "tags": [ - "newy1118th-cr6---bnl515-cr6:bbl-61784666::ESNET-Z14571:na", - "newy1118th-cr6---bnl515-cr6:ESNET-Z14571::show:intracloud" + "newy325hudson-cr6---newy325hudson-ht2:ht-ca93307a:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, { - "urn": "newy1118th-cr6:bnl515-bb-e", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.161/31" + "floor": 2, + "ceiling": 4088 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 30206, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "newy325hudson-cr6:lag-20", + "tags": [ + "newy325hudson-cr6---newy325hudson-mpr1:mgt-e7f1f676:lag-20:ESNET-Z17311:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12191 + "esdbEquipmentInterfaceId": 29241, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:1/1/c34/1", + "urn": "newy325hudson-cr6:lag-400", "tags": [ - "newy1118th-cr6---newy32aoa-cr6:bbl-a608f91f::ESNET-Z10856:na", - "newy1118th-cr6---newy32aoa-cr6:ESNET-Z10856::show:intracloud" + "newy325hudson-cr6---newy325hudson-ht1:ht-3b3ffa3d:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy1118th-cr6:newy32aoa-bb-d", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.16/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12164 + "esdbEquipmentInterfaceId": 30213, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:1/1/c25/1", + "urn": "newy325hudson-cr6:lag-401", "tags": [ - "newy1118th-cr6---newy32aoa-cr6:bbl-a608f91f::ESNET-Z10928:na", - "newy1118th-cr6---newy32aoa-cr6:ESNET-Z10928::show:intracloud" + "newy325hudson-cr6---newy325hudson-ht2:ht-ca93307a:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ { - "urn": "newy1118th-cr6:newy32aoa-bb-g", - "port": "1/1/c25/1", - "ipv4Address": "134.55.58.8/31" + "floor": 2, + "ceiling": 4095 } ], + "esdbEquipmentInterfaceId": 30212, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2726, + "orchSubscriptionId": null + }, + { + "urn": "newy32aoa-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.198", + "reservableVlans": [], + "location": "NEWY32AOA", + "locationId": 594, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "newy32aoa-cr6:1/1/c13/1", + "tags": [ + "newy32aoa-cr6---FABRIC::conn-ai:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 99 }, { - "floor": 7, + "floor": 101, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12161 + "esdbEquipmentInterfaceId": 13947, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:2/1/c31/1", + "urn": "newy32aoa-cr6:1/1/c16/1", "tags": [ - "newy1118th-cr6---bnl515-cr6:bbl-61784666::ESNET-Z10733:na", - "newy1118th-cr6---bnl515-cr6:ESNET-Z10733::show:intracloud" + "newy32aoa-cr6---ppploit128-cr6:bbl-777e3b2a::ESNET-Z16691:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy1118th-cr6:bnl515-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.58.19/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -23628,89 +23700,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12193 + "esdbEquipmentInterfaceId": 13950, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:2/1/c22/1", + "urn": "newy32aoa-cr6:1/1/c17/2", "tags": [ - "newy1118th-cr6---newy32aoa-cr6:bbl-a608f91f::ESNET-Z14063:na", - "newy1118th-cr6---newy32aoa-cr6:ESNET-Z14063::show:intracloud" + "newy32aoa-cr6---FABRIC::conn-x:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy1118th-cr6:newy32aoa-bb-i", - "port": "2/1/c22/1", - "ipv4Address": "134.55.56.180/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1009 }, { - "floor": 7, + "floor": 1011, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12190 + "esdbEquipmentInterfaceId": 13952, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:2/1/c34/1", + "urn": "newy32aoa-cr6:1/1/c17/4", "tags": [ - "newy1118th-cr6---newy32aoa-cr6:bbl-a608f91f::ESNET-Z10859:na", - "newy1118th-cr6---newy32aoa-cr6:ESNET-Z10859::show:intracloud" + "newy32aoa-cr6---Pilotfiber::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy1118th-cr6:newy32aoa-bb-e", - "port": "2/1/c34/1", - "ipv4Address": "134.55.58.4/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 416, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 414 } ], - "esdbEquipmentInterfaceId": 12194 + "esdbEquipmentInterfaceId": 13954, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:1/1/c28/1", + "urn": "newy32aoa-cr6:1/1/c19/1", "tags": [ - "newy1118th-cr6---bost-cr6:bbl-8e112d33::ESNET-Z10748:na", - "newy1118th-cr6---bost-cr6:ESNET-Z10748::show:intracloud" + "newy32aoa-cr6---wash-cr6:bbl-324fb434::ESNET-Z14060:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy1118th-cr6:bost-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.58.29/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23721,158 +23784,108 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12162 + "esdbEquipmentInterfaceId": 13959, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:1/1/c5/1", + "urn": "newy32aoa-cr6:1/1/c2/1", "tags": [ - "newy1118th-cr6---eqxld8-cr6:bbl-a89acf09::ESNET-Z13685:na", - "newy1118th-cr6---eqxld8-cr6:ESNET-Z13685::show:intracloud" + "newy32aoa-cr6---LUMEN::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "newy1118th-cr6:eqxld8-bb-a", - "port": "1/1/c5/1", - "ipv4Address": "134.55.56.54/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12139 - }, - { - "urn": "newy1118th-cr6:2/1/c9/1", - "tags": [ - "newy1118th-cr6---newy1118th-ht2:ht-e7c49404:::na", - "newy1118th-cr6---newy1118th-ht2:ht-e7c49404:service1::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 4088 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12173 + "esdbEquipmentInterfaceId": 13936, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "newy1118th-cr6:1/1/c8/1", + "urn": "newy32aoa-cr6:1/1/c25/1", "tags": [ - "newy1118th-cr6---newy1118th-ht1:ht-03f32448:::na", - "newy1118th-cr6---newy1118th-ht1:ht-03f32448:service1::na" + "newy32aoa-cr6---bnl725-cr6:bbl-5f8cdde4::ESNET-Z15859:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12142 + "esdbEquipmentInterfaceId": 13961, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:2/1/c8/1", + "urn": "newy32aoa-cr6:1/1/c26/1", "tags": [ - "newy1118th-cr6---newy1118th-ht2:ht-e7c49404:::na", - "newy1118th-cr6---newy1118th-ht2:ht-e7c49404:service1::na" + "newy32aoa-cr6---NET2::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 12172 - }, - { - "urn": "newy1118th-cr6:1/1/c9/1", - "tags": [ - "newy1118th-cr6---newy1118th-ht1:ht-03f32448:::na", - "newy1118th-cr6---newy1118th-ht1:ht-03f32448:service1::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ + "ceiling": 1137 + }, { - "floor": 4090, - "ceiling": 4095 + "floor": 1139, + "ceiling": 3021 }, { - "floor": 2, - "ceiling": 4088 + "floor": 3023, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12143 + "esdbEquipmentInterfaceId": 29044, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:2/1/c28/1", + "urn": "newy32aoa-cr6:1/1/c28/1", "tags": [ - "newy1118th-cr6---newy32aoa-cr6:bbl-a608f91f::ESNET-Z10925:na", - "newy1118th-cr6---newy32aoa-cr6:ESNET-Z10925::show:intracloud" + "newy32aoa-cr6---newy325hudson-cr6:bbl-6ab9b496::ESNET-Z17692:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy1118th-cr6:newy32aoa-bb-f", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.6/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23883,27 +23896,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12192 + "esdbEquipmentInterfaceId": 13962, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:2/1/c19/1", + "urn": "newy32aoa-cr6:1/1/c29/1", "tags": [ - "newy1118th-cr6---bost-cr6:bbl-8e112d33::ESNET-Z14430:na", - "newy1118th-cr6---bost-cr6:ESNET-Z14430::show:intracloud" + "newy32aoa-cr6---eqxld8-cr6:bbl-d159ffe8::ESNET-Z16814:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "newy1118th-cr6:bost-bb-d", - "port": "2/1/c19/1", - "ipv4Address": "134.55.56.255/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -23914,85 +23924,76 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12189 + "esdbEquipmentInterfaceId": 29045, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:lag-401", + "urn": "newy32aoa-cr6:1/1/c3/1", "tags": [ - "newy1118th-cr6---newy1118th-ht2:ht-e7c49404:capture::na" + "newy32aoa-cr6---SCinet::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25723 + "esdbEquipmentInterfaceId": 13937, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "newy1118th-cr6:lag-400", + "urn": "newy32aoa-cr6:1/1/c31/1", "tags": [ - "newy1118th-cr6---newy1118th-ht1:ht-03f32448:capture::na" + "newy32aoa-cr6---newy325hudson-cr6:bbl-6ab9b496::ESNET-Z17676:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25722 - } - ], - "esdbEquipmentId": 1671 - }, - { - "urn": "lanlta03-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.223", - "reservableVlans": [], - "location": "LANLTA03", - "locationId": 626, - "latitude": "35.89", - "longitude": "-106.31", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13963, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "lanlta03-cr6:1/1/c1/1", + "urn": "newy32aoa-cr6:1/1/c34/1", "tags": [ - "lanlta03-cr6---albq-cr6:bbl-7d2ce5fd::ESNET-Z13352:na", - "lanlta03-cr6---albq-cr6:ESNET-Z13352::show:intracloud" + "newy32aoa-cr6---wash-cr6:bbl-324fb434::ESNET-Z10862:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lanlta03-cr6:albq-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.149/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -24003,27 +24004,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22218 + "esdbEquipmentInterfaceId": 13964, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta03-cr6:1/1/c8/1", + "urn": "newy32aoa-cr6:1/1/c35/1", "tags": [ - "lanlta03-cr6---lanlta50-cr6:bbl-bf73a902::ESNET-Z13364:na", - "lanlta03-cr6---lanlta50-cr6:ESNET-Z13364::show:intracloud" + "newy32aoa-cr6---eqxld8-cr6:bbl-d159ffe8::ESNET-Z16815:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lanlta03-cr6:lanlta50-bb-a", - "port": "1/1/c8/1", - "ipv4Address": "134.55.58.151/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -24034,86 +24032,104 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22221 + "esdbEquipmentInterfaceId": 29047, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta03-cr6:2/1/c8/1", + "urn": "newy32aoa-cr6:1/1/c6/1", "tags": [ - "lanlta03-cr6---lanlta50-cr6:bbl-bf73a902::ESNET-Z13365:na", - "lanlta03-cr6---lanlta50-cr6:ESNET-Z13365::show:intracloud" + "newy32aoa-cr6---NYSERnet::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "urn": "lanlta03-cr6:lanlta50-bb-b", - "port": "2/1/c8/1", - "ipv4Address": "134.55.58.153/31" + "floor": 0, + "ceiling": 0 } ], + "esdbEquipmentInterfaceId": 13940, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "newy32aoa-cr6:1/1/c8/1", + "tags": [ + "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22233 + "esdbEquipmentInterfaceId": 13942, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta03-cr6:lag-20", + "urn": "newy32aoa-cr6:1/1/c9/1", "tags": [ - "lanlta03-cr6---lanlta03-mpr1:mgt-50a5ad71:lag-20:ESNET-Z11276:na", - "lanlta03-cr6---lanlta03-mpr1:ESNET-Z11276::show:intracloud", - "lanlta03-cr6---lanlta03-ps:pt-e8abb74e:owamp::na" + "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22242 + "esdbEquipmentInterfaceId": 13943, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta03-cr6:2/1/c14/1", + "urn": "newy32aoa-cr6:2/1/c14/1", "tags": [ - "lanlta03-cr6---lanlta03-ps:pt-e8abb74e:::na", - "lanlta03-cr6---lanlta03-ps:pt-e8abb74e:throughput::na" + "newy32aoa-cr6---newy32aoa-ps:pt-66a04dfe:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -24128,77 +24144,52 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 22238 + "esdbEquipmentInterfaceId": 13978, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lanlta03-cr6:2/1/c1/1", + "urn": "newy32aoa-cr6:2/1/c19/1", "tags": [ - "lanlta03-cr6---LANL::conn-p:show:na", - "lanlta03-cr6---doenet-lafo(as65017):l3edge-44b2cd9f:site_conn-p_base:show:na", - "lanlta03-cr6---lanl(as68):l3edge-e1a9e039:site_conn-p_base:show:na", - "lanlta03-cr6---lanl(as68):l3edge-9aac966b:site_conn-p_base:show:na", - "lanlta03-cr6---llnl(as45):l3edge-37d8058b:site_conn-p_base:show:na" + "newy32aoa-cr6---eqxld8-cr6:bbl-d159ffe8::ESNET-Z14160:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 300000, + "reservableEgressBw": 300000, + "reservableBw": 300000, "reservableVlans": [ - { - "floor": 1144, - "ceiling": 1202 - }, { "floor": 2, - "ceiling": 1140 + "ceiling": 5 }, { - "floor": 1204, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22230 - } - ], - "esdbEquipmentId": 2022 - }, - { - "urn": "anl541b-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.174", - "reservableVlans": [], - "location": "ANL541B", - "locationId": 266, - "latitude": "41.70705741", - "longitude": "-87.9808173", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13989, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "anl541b-cr6:1/1/c31/1", + "urn": "newy32aoa-cr6:2/1/c22/1", "tags": [ - "anl541b-cr6---star-cr6:bbl-acd4c1da::ESNET-Z10709:na", - "anl541b-cr6---star-cr6:ESNET-Z10709::show:intracloud" + "newy32aoa-cr6---newy325hudson-cr6:bbl-6ab9b496::ESNET-Z17690:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "anl541b-cr6:star-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.166/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -24209,90 +24200,84 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12359 + "esdbEquipmentInterfaceId": 13990, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:lag-20", + "urn": "newy32aoa-cr6:2/1/c25/1", "tags": [ - "anl541b-cr6---anl541b-mpr1:mgt-2c7103ff:lag-20:ESNET-Z08590:na", - "anl541b-cr6---anl541b-mpr1:ESNET-Z08590::show:intracloud", - "anl541b-cr6---anl541b-ps:pt-86f05479:owamp::na" + "newy32aoa-cr6---bnl515-cr6:bbl-cbc626b5::ESNET-Z14549:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14935 + "esdbEquipmentInterfaceId": 13991, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:2/1/c14/1", + "urn": "newy32aoa-cr6:2/1/c26/1", "tags": [ - "anl541b-cr6---anl541b-ps:pt-86f05479:::na", - "anl541b-cr6---anl541b-ps:pt-86f05479:throughput::na" + "newy32aoa-cr6---MIT::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 1112, + "floor": 2609, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 + "ceiling": 2604 }, { - "floor": 912, - "ceiling": 1110 + "floor": 2607, + "ceiling": 2607 } ], - "esdbEquipmentInterfaceId": 12374 + "esdbEquipmentInterfaceId": 29050, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:2/1/c25/1", + "urn": "newy32aoa-cr6:2/1/c28/1", "tags": [ - "anl541b-cr6---eqxch2-cr6:bbl-354e6439::ESNET-Z14072:na", - "anl541b-cr6---eqxch2-cr6:ESNET-Z14072::show:intracloud" + "newy32aoa-cr6---newy325hudson-cr6:bbl-6ab9b496::ESNET-Z17691:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "anl541b-cr6:eqxch2-bb-c", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.81/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -24303,27 +24288,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12387 + "esdbEquipmentInterfaceId": 13992, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:1/1/c34/1", + "urn": "newy32aoa-cr6:2/1/c31/1", "tags": [ - "anl541b-cr6---anl221-cr6:bbl-50ed9d9e::ESNET-Z10880:na", - "anl541b-cr6---anl221-cr6:ESNET-Z10880::show:intracloud" + "newy32aoa-cr6---newy325hudson-cr6:bbl-6ab9b496::ESNET-Z17677:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "anl541b-cr6:anl221-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.43/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -24334,27 +24316,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12360 + "esdbEquipmentInterfaceId": 13993, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:2/1/c31/1", + "urn": "newy32aoa-cr6:2/1/c32/1", "tags": [ - "anl541b-cr6---star-cr6:bbl-acd4c1da::ESNET-Z10712:na", - "anl541b-cr6---star-cr6:ESNET-Z10712::show:intracloud" + "newy32aoa-cr6---wash-cr6:bbl-324fb434::ESNET-Z16839:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "anl541b-cr6:star-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.168/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -24365,53 +24344,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12389 - }, - { - "urn": "anl541b-cr6:1/1/c17/3", - "tags": [ - "anl541b-cr6---DOE-SC-CH::conn-d:show:na", - "anl541b-cr6---doe-sc-ch(as65044):l3edge-c3dc3aa5:site_conn-d_base:show:na", - "anl541b-cr6---doe-sc-ch(as65044):l3edge-4fefbef9:site_conn-d_base:show:na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, - "reservableVlans": [ - { - "floor": 1822, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 1819 - } - ], - "esdbEquipmentInterfaceId": 12349 + "esdbEquipmentInterfaceId": 29029, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:2/1/c34/1", + "urn": "newy32aoa-cr6:2/1/c34/1", "tags": [ - "anl541b-cr6---anl221-cr6:bbl-50ed9d9e::ESNET-Z07204:na", - "anl541b-cr6---anl221-cr6:ESNET-Z07204::show:intracloud" + "newy32aoa-cr6---bnl725-cr6:bbl-5f8cdde4::ESNET-Z15858:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "anl541b-cr6:anl221-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.155/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -24422,27 +24372,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12390 + "esdbEquipmentInterfaceId": 13994, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:1/1/c28/1", + "urn": "newy32aoa-cr6:2/1/c35/1", "tags": [ - "anl541b-cr6---anl221-cr6:bbl-50ed9d9e::ESNET-Z10883:na", - "anl541b-cr6---anl221-cr6:ESNET-Z10883::show:intracloud" + "newy32aoa-cr6---eqxld8-cr6:bbl-d159ffe8::ESNET-Z16816:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "anl541b-cr6:anl221-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.135/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -24453,71 +24400,89 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12358 + "esdbEquipmentInterfaceId": 29027, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:2/1/c9/1", + "urn": "newy32aoa-cr6:2/1/c4/1", "tags": [ - "anl541b-cr6---anl541b-ht2:ht-520089b0:::na", - "anl541b-cr6---anl541b-ht2:ht-520089b0:service1::na" + "newy32aoa-cr6---MAN-LAN::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, + "floor": 7, + "ceiling": 122 + }, + { + "floor": 2011, "ceiling": 4095 }, { - "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 12369 - }, - { - "urn": "anl541b-cr6:1/1/c8/1", - "tags": [ - "anl541b-cr6---anl541b-ht1:ht-1293fe6b:::na", - "anl541b-cr6---anl541b-ht1:ht-1293fe6b:service1::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ + "floor": 124, + "ceiling": 196 + }, { - "floor": 4090, - "ceiling": 4095 + "floor": 414, + "ceiling": 639 + }, + { + "floor": 2002, + "ceiling": 2003 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 5 + }, + { + "floor": 641, + "ceiling": 2000 + }, + { + "floor": 213, + "ceiling": 408 + }, + { + "floor": 2005, + "ceiling": 2009 + }, + { + "floor": 199, + "ceiling": 211 + }, + { + "floor": 411, + "ceiling": 411 } ], - "esdbEquipmentInterfaceId": 12338 + "esdbEquipmentInterfaceId": 13968, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:2/1/c8/1", + "urn": "newy32aoa-cr6:2/1/c8/1", "tags": [ - "anl541b-cr6---anl541b-ht2:ht-520089b0:::na", - "anl541b-cr6---anl541b-ht2:ht-520089b0:service1::na" + "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -24528,21 +24493,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12368 + "esdbEquipmentInterfaceId": 13972, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:1/1/c9/1", + "urn": "newy32aoa-cr6:2/1/c9/1", "tags": [ - "anl541b-cr6---anl541b-ht1:ht-1293fe6b:::na", - "anl541b-cr6---anl541b-ht1:ht-1293fe6b:service1::na" + "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -24553,151 +24521,139 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12339 + "esdbEquipmentInterfaceId": 13973, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:2/1/c28/1", + "urn": "newy32aoa-cr6:lag-20", "tags": [ - "anl541b-cr6---star-cr6:bbl-acd4c1da::ESNET-Z12165:na", - "anl541b-cr6---star-cr6:ESNET-Z12165::show:intracloud" + "newy32aoa-cr6---newy32aoa-mpr1:mgt-1ead2cab:lag-20:ESNET-Z08599:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "anl541b-cr6:star-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.84/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 967, + "ceiling": 1019 }, { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12388 - }, - { - "urn": "anl541b-cr6:2/1/c19/1", - "tags": [ - "anl541b-cr6---ANL::conn-l:show:na", - "anl541b-cr6---anl(as683):l3edge-32726533:site_conn-l_base:show:na", - "anl541b-cr6---anl(as683):l3edge-c8094621:site_conn-l_base:show:na", - "anl541b-cr6---anl(as683):l3edge-14ff3441:site_conn-l_l3vpn-lhcone:show:intercloud" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 1819, + "floor": 1111, "ceiling": 4095 }, { - "floor": 1811, - "ceiling": 1817 + "floor": 2, + "ceiling": 918 }, { - "floor": 1805, - "ceiling": 1809 + "floor": 920, + "ceiling": 965 }, { - "floor": 2, - "ceiling": 1803 + "floor": 1021, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12385 + "esdbEquipmentInterfaceId": 14938, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:lag-401", + "urn": "newy32aoa-cr6:lag-400", "tags": [ - "anl541b-cr6---anl541b-ht2:ht-520089b0:capture::na" + "newy32aoa-cr6---newy32aoa-ht1:ht-db47ca3d:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 410, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25705 + "esdbEquipmentInterfaceId": 25720, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "anl541b-cr6:lag-400", + "urn": "newy32aoa-cr6:lag-401", "tags": [ - "anl541b-cr6---anl541b-ht1:ht-1293fe6b:capture::na" + "newy32aoa-cr6---newy32aoa-ht2:ht-0a4192b9:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 408, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25704 + "esdbEquipmentInterfaceId": 25721, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1679 + "esdbEquipmentId": 1715, + "orchSubscriptionId": null }, { - "urn": "albq-cr6", + "urn": "nnss-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.169", + "ipv4Address": "134.55.200.213", "reservableVlans": [], - "location": "ALBQ", - "locationId": 262, - "latitude": "35.088312", - "longitude": "-106.652163", + "location": "NNSS", + "locationId": 610, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "albq-cr6:1/1/c31/1", + "urn": "nnss-cr6:1/1/c1/1", "tags": [ - "albq-cr6---elpa-cr6:bbl-b6bef8c1::ESNET-Z12465:na", - "albq-cr6---elpa-cr6:ESNET-Z12465::show:intracloud" + "nnss-cr6---lasv-cr6:bbl-1118c475::ESNET-Z13319:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "albq-cr6:elpa-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.24/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -24708,279 +24664,291 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12099 + "esdbEquipmentInterfaceId": 16640, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:lag-20", + "urn": "nnss-cr6:1/1/c13/2", "tags": [ - "albq-cr6---albq-mpr1:mgt-833d966c:lag-20:ESNET-Z08593:na", - "albq-cr6---albq-mpr1:ESNET-Z08593::show:intracloud", - "albq-cr6---doenet-em-lat(as65031):l3edge-8618b882:site_conn-a_base:show:na", - "albq-cr6---kcnsc-nm(as65005):l3edge-ad1a9d47:site_conn-b_base:show:na", - "albq-cr6---albq-ps:pt-ff90caa7:owamp::na" + "nnss-cr6---DOE-IN-NNSS::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 31, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 1111, - "ceiling": 1201 - }, - { - "floor": 1203, - "ceiling": 4095 - }, - { - "floor": 967, - "ceiling": 1109 - }, { "floor": 2, - "ceiling": 29 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14936 + "esdbEquipmentInterfaceId": 16645, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:2/1/c14/1", + "urn": "nnss-cr6:1/1/c13/3", "tags": [ - "albq-cr6---albq-ps:pt-ff90caa7:::na", - "albq-cr6---albq-ps:pt-ff90caa7:throughput::na" + "nnss-cr6---NNSS::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1112, + "floor": 504, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 499 } ], - "esdbEquipmentInterfaceId": 12114 + "esdbEquipmentInterfaceId": 16646, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:1/1/c34/1", + "urn": "nnss-cr6:1/1/c13/4", "tags": [ - "albq-cr6---denv-cr6:bbl-ab203166::ESNET-Z10697:na", - "albq-cr6---denv-cr6:ESNET-Z10697::show:intracloud" + "nnss-cr6---LLNL::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "albq-cr6:denv-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.62/31" + "floor": 0, + "ceiling": 0 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 + "esdbEquipmentInterfaceId": 16647, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "nnss-cr6:1/1/c14/1", + "tags": [ + "nnss-cr6---LANL::conn-s:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 1149 }, { - "floor": 7, + "floor": 1151, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12100 + "esdbEquipmentInterfaceId": 16648, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:2/1/c15/1", + "urn": "nnss-cr6:2/1/c13/2", "tags": [ - "albq-cr6---albq-bert1:bert-0c497c80:::na", - "albq-cr6---albq-bert1:bert-0c497c80:throughput::na" + "nnss-cr6---LLNL::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4011, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 4009 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 12115 + "esdbEquipmentInterfaceId": 16657, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "albq-cr6:1/1/c17/4", + "urn": "nnss-cr6:2/1/c13/3", "tags": [ - "albq-cr6---UNM::conn-b:show:na", - "albq-cr6---unm(as40498):l3edge-605082b3:conn-b_base:show:na", - "albq-cr6---unm(as40498):l3edge-0a97c3d9:conn-b_base:show:na" + "nnss-cr6---DOE-IN-NNSS::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1457, + "floor": 1995, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1149 - }, - { - "floor": 1151, - "ceiling": 1455 + "ceiling": 1993 } ], - "esdbEquipmentInterfaceId": 12090 + "esdbEquipmentInterfaceId": 16658, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:2/1/c31/1", + "urn": "nnss-cr6:2/1/c13/4", "tags": [ - "albq-cr6---denv-cr6:bbl-ab203166::ESNET-Z14014:na", - "albq-cr6---denv-cr6:ESNET-Z14014::show:intracloud" + "nnss-cr6---DOE-IN-NNSS::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "albq-cr6:denv-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.14/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12129 + "esdbEquipmentInterfaceId": 16659, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:1/1/c17/3", + "urn": "nnss-cr6:2/1/c14/1", "tags": [ - "albq-cr6---snlnm-cr6:bbl-77a810bc::ESNET-Z13338:na", - "albq-cr6---snlnm-cr6:ESNET-Z13338::show:intracloud" + "nnss-cr6---nnss-ps:pt-de5e75f7:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "albq-cr6:snlnm-bb-b", - "port": "1/1/c17/3", - "ipv4Address": "134.55.58.139/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12089 + "esdbEquipmentInterfaceId": 16660, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:1/1/c3/1", + "urn": "nnss-cr6:lag-20", "tags": [ - "albq-cr6---lanlta03-cr6:bbl-7d2ce5fd::ESNET-Z13352:na", - "albq-cr6---lanlta03-cr6:ESNET-Z13352::show:intracloud" + "nnss-cr6---nnss-mpr1:mgt-7419a07c:lag-20:ESNET-Z09166:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "albq-cr6:lanlta03-bb-a", - "port": "1/1/c3/1", - "ipv4Address": "134.55.58.148/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12073 - }, + "esdbEquipmentInterfaceId": 16837, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1838, + "orchSubscriptionId": null + }, + { + "urn": "nrelesif-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.227", + "reservableVlans": [], + "location": "NRELESIF", + "locationId": 630, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "albq-cr6:2/1/c34/1", + "urn": "nrelesif-cr6:1/1/c13/2", "tags": [ - "albq-cr6---elpa-cr6:bbl-b6bef8c1::ESNET-Z10700:na", - "albq-cr6---elpa-cr6:ESNET-Z10700::show:intracloud" + "nrelesif-cr6---denv-cr6:bbl-0ee6558c::ESNET-Z12558:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "albq-cr6:elpa-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.194/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -24991,152 +24959,199 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12130 + "esdbEquipmentInterfaceId": 22347, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:1/1/c15/1", + "urn": "nrelesif-cr6:1/1/c2/1", "tags": [ - "albq-cr6---albq-bert1:bert-0c497c80:::na", - "albq-cr6---albq-bert1:bert-0c497c80:throughput::na" + "nrelesif-cr6---nrelrsf-cr6:bbl-7142198d::ESNET-Z12561:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4011, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4009 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12085 + "esdbEquipmentInterfaceId": 22343, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:2/1/c9/1", + "urn": "nrelesif-cr6:2/1/c13/2", "tags": [ - "albq-cr6---albq-ht2:ht-fe43e3af:::na", - "albq-cr6---albq-ht2:ht-fe43e3af:service1::na" + "nrelesif-cr6---NREL::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 1609 }, { - "floor": 2, - "ceiling": 4088 + "floor": 1612, + "ceiling": 1613 + }, + { + "floor": 1615, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12109 + "esdbEquipmentInterfaceId": 22359, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:1/1/c8/1", + "urn": "nrelesif-cr6:2/1/c14/1", "tags": [ - "albq-cr6---albq-ht1:ht-bb12c658:::na", - "albq-cr6---albq-ht1:ht-bb12c658:service1::na" + "nrelesif-cr6---nrelesif-ps:pt-17f73798:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12078 + "esdbEquipmentInterfaceId": 22362, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:2/1/c8/1", + "urn": "nrelesif-cr6:lag-20", "tags": [ - "albq-cr6---albq-ht2:ht-fe43e3af:::na", - "albq-cr6---albq-ht2:ht-fe43e3af:service1::na" + "nrelesif-cr6---nrelesif-mpr1:mgt-becc2db4:lag-20:ESNET-Z11288:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12108 - }, + "esdbEquipmentInterfaceId": 22366, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2026, + "orchSubscriptionId": null + }, + { + "urn": "nrelrsf-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.226", + "reservableVlans": [], + "location": "NRELRSF", + "locationId": 629, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "albq-cr6:1/1/c9/1", + "urn": "nrelrsf-cr6:1/1/c1/1", "tags": [ - "albq-cr6---albq-ht1:ht-bb12c658:::na", - "albq-cr6---albq-ht1:ht-bb12c658:service1::na" + "nrelrsf-cr6---denv-cr6:bbl-17115f47::ESNET-Z12560:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12079 + "esdbEquipmentInterfaceId": 22311, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:2/1/c18/2", + "urn": "nrelrsf-cr6:1/1/c2/1", "tags": [ - "albq-cr6---snlnm-cr6:bbl-77a810bc::ESNET-Z16314:na", - "albq-cr6---snlnm-cr6:ESNET-Z16314::show:intracloud" + "nrelrsf-cr6---nrelesif-cr6:bbl-7142198d::ESNET-Z12561:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "albq-cr6:snlnm-bb-c", - "port": "2/1/c18/2", - "ipv4Address": "134.55.56.147/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -25147,80 +25162,112 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12122 + "esdbEquipmentInterfaceId": 22312, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:lag-401", + "urn": "nrelrsf-cr6:2/1/c14/1", "tags": [ - "albq-cr6---albq-ht2:ht-fe43e3af:capture::na" + "nrelrsf-cr6---nrelrsf-ps:pt-34041338:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, + "floor": 1112, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 25715 + "esdbEquipmentInterfaceId": 22331, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "albq-cr6:lag-400", + "urn": "nrelrsf-cr6:2/1/c2/1", "tags": [ - "albq-cr6---albq-ht1:ht-bb12c658:capture::na" + "nrelrsf-cr6---DOE-IN-NREL::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25714 - } - ], - "esdbEquipmentId": 1670 - }, - { - "urn": "eqxch2-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.167", - "reservableVlans": [], - "location": "EQXCH2", - "locationId": 260, - "latitude": "41.8536495", - "longitude": "-87.6183422", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 22324, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "eqxch2-cr6:lag-20", + "urn": "nrelrsf-cr6:2/1/c7/1", + "tags": [ + "nrelrsf-cr6---NREL::conn-g:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1614, + "ceiling": 1614 + }, + { + "floor": 1616, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 1611 + } + ], + "esdbEquipmentInterfaceId": 22325, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "nrelrsf-cr6:lag-20", "tags": [ - "eqxch2-cr6---eqxch2-mpr1:mgt-c031e8a3:lag-20:ESNET-Z08563:na", - "eqxch2-cr6---eqxch2-mpr1:ESNET-Z08563::show:intracloud", - "eqxch2-cr6---eqxch2-ps:pt-853c60e7:owamp::na" + "nrelrsf-cr6---nrelrsf-mpr1:mgt-c2497ffc:lag-20:ESNET-Z11285:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 1111, @@ -25239,27 +25286,43 @@ "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14926 - }, + "esdbEquipmentInterfaceId": 22335, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2025, + "orchSubscriptionId": null + }, + { + "urn": "orau-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.214", + "reservableVlans": [], + "location": "ORAU", + "locationId": 611, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "eqxch2-cr6:1/1/c22/1", + "urn": "orau-cr6:1/1/c1/1", "tags": [ - "eqxch2-cr6---star-cr6:bbl-15248511::ESNET-Z10284:na", - "eqxch2-cr6---star-cr6:ESNET-Z10284::show:intracloud" + "orau-cr6---ornl1064-cr6:bbl-ab2b2335::ESNET-Z14078:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxch2-cr6:star-bb-c", - "port": "1/1/c22/1", - "ipv4Address": "134.55.56.103/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -25270,58 +25333,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11968 + "esdbEquipmentInterfaceId": 16670, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c25/1", + "urn": "orau-cr6:1/1/c13/2", "tags": [ - "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z10808:na", - "eqxch2-cr6---eqxdc4-cr6:ESNET-Z10808::show:intracloud" + "orau-cr6---ORAU::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxch2-cr6:eqxdc4-bb-d", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.176/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 2113, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 2110 } ], - "esdbEquipmentInterfaceId": 11999 + "esdbEquipmentInterfaceId": 16675, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c1/1", + "urn": "orau-cr6:2/1/c1/1", "tags": [ - "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z13639:na", - "eqxch2-cr6---eqxdc4-cr6:ESNET-Z13639::show:intracloud" + "orau-cr6---ornl5600-cr6:bbl-b334ccc5::ESNET-Z14079:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxch2-cr6:eqxdc4-bb-h", - "port": "2/1/c1/1", - "ipv4Address": "134.55.56.68/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -25332,145 +25389,167 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11973 + "esdbEquipmentInterfaceId": 16682, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c25/1", + "urn": "orau-cr6:2/1/c13/2", "tags": [ - "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z10805:na", - "eqxch2-cr6---eqxdc4-cr6:ESNET-Z10805::show:intracloud" + "orau-cr6---ORAU::conn-f:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxch2-cr6:eqxdc4-bb-c", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.174/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 2115, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 2112 } ], - "esdbEquipmentInterfaceId": 11969 + "esdbEquipmentInterfaceId": 16687, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c19/1", + "urn": "orau-cr6:2/1/c14/1", "tags": [ - "eqxch2-cr6---bost-cr6:bbl-16769fcc::ESNET-Z14521:na", - "eqxch2-cr6---bost-cr6:ESNET-Z14521::show:intracloud" + "orau-cr6---orau-ps:pt-83fe9ccd:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxch2-cr6:bost-bb-c", - "port": "1/1/c19/1", - "ipv4Address": "134.55.56.171/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 11967 + "esdbEquipmentInterfaceId": 16690, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c3/1", + "urn": "orau-cr6:2/1/c7/1", "tags": [ - "eqxch2-cr6---Equinix::conn-i:show:na", - "eqxch2-cr6---equinix:l3edge-0ab68520:equinix_conn-i_base:show:na" + "orau-cr6---y12co-cr6:bbl-1c47df6d::ESNET-Z17927:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 98 + "ceiling": 5 }, { - "floor": 100, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11945 + "esdbEquipmentInterfaceId": 16684, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c22/1", + "urn": "orau-cr6:lag-20", "tags": [ - "eqxch2-cr6---chic-cr6:bbl-ea29f2eb::ESNET-Z10290:na", - "eqxch2-cr6---chic-cr6:ESNET-Z10290::show:intracloud" + "orau-cr6---orau-mpr1:mgt-a96ac163:lag-20:ESNET-Z09169:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxch2-cr6:chic-bb-c", - "port": "2/1/c22/1", - "ipv4Address": "134.55.56.120/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 11998 - }, + "esdbEquipmentInterfaceId": 16839, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1839, + "orchSubscriptionId": null + }, + { + "urn": "ornl1064-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.204", + "reservableVlans": [], + "location": "ORNL1064", + "locationId": 616, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "eqxch2-cr6:1/1/c28/1", + "urn": "ornl1064-cr6:1/1/c1/1", "tags": [ - "eqxch2-cr6---chic-cr6:bbl-ea29f2eb::ESNET-Z10760:na", - "eqxch2-cr6---chic-cr6:ESNET-Z10760::show:intracloud" + "ornl1064-cr6---osti-cr6:bbl-5ebcf9ba::ESNET-Z14301:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxch2-cr6:chic-bb-f", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.186/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -25481,152 +25560,136 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11970 + "esdbEquipmentInterfaceId": 14127, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c15/1", + "urn": "ornl1064-cr6:1/1/c17/3", "tags": [ - "eqxch2-cr6---eqxch2-bert1:bert-b9566989:::na", - "eqxch2-cr6---eqxch2-bert1:bert-b9566989:throughput::na" + "ornl1064-cr6---DOE-SC-ORO::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4011, + "floor": 1822, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4009 + "ceiling": 1819 } ], - "esdbEquipmentInterfaceId": 11957 + "esdbEquipmentInterfaceId": 14145, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c9/1", + "urn": "ornl1064-cr6:1/1/c17/4", "tags": [ - "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:::na", - "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:service1::na" + "ornl1064-cr6---ORCC::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, + "floor": 1501, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 1499 } ], - "esdbEquipmentInterfaceId": 11981 + "esdbEquipmentInterfaceId": 14146, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c8/1", + "urn": "ornl1064-cr6:1/1/c3/1", "tags": [ - "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:::na", - "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:service1::na" + "ornl1064-cr6---orau-cr6:bbl-ab2b2335::ESNET-Z14078:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11950 + "esdbEquipmentInterfaceId": 14129, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c8/1", + "urn": "ornl1064-cr6:1/1/c31/1", "tags": [ - "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:::na", - "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:service1::na" + "ornl1064-cr6---chat-cr6:bbl-a84fc3a5::ESNET-Z14554:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11980 + "esdbEquipmentInterfaceId": 14155, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c9/1", + "urn": "ornl1064-cr6:1/1/c34/1", "tags": [ - "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:::na", - "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:service1::na" + "ornl1064-cr6---ornl5600-cr6:bbl-6866c2c1::ESNET-Z15912:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 11951 - }, - { - "urn": "eqxch2-cr6:2/1/c28/1", - "tags": [ - "eqxch2-cr6---eqxdc4-cr6:bbl-f815493f::ESNET-Z10910:na", - "eqxch2-cr6---eqxdc4-cr6:ESNET-Z10910::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxch2-cr6:eqxdc4-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.58.10/31" - } - ], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -25637,92 +25700,108 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12000 + "esdbEquipmentInterfaceId": 14156, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:lag-401", + "urn": "ornl1064-cr6:1/1/c7/1", "tags": [ - "eqxch2-cr6---eqxch2-ht2:ht-b1f36403:capture::na" + "ornl1064-cr6---y12-cr6:bbl-f80790be::ESNET-Z12544:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25697 + "esdbEquipmentInterfaceId": 14133, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:lag-400", + "urn": "ornl1064-cr6:1/1/c8/1", "tags": [ - "eqxch2-cr6---eqxch2-ht1:ht-17f77e04:capture::na" + "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 25696 + "esdbEquipmentInterfaceId": 14134, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:1/1/c31/1", + "urn": "ornl1064-cr6:1/1/c9/1", "tags": [ - "eqxch2-cr6---bost-cr6:bbl-16769fcc::ESNET-Z10745:na", - "eqxch2-cr6---bost-cr6:ESNET-Z10745::show:intracloud" + "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxch2-cr6:bost-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.58.27/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 11971 + "esdbEquipmentInterfaceId": 14135, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c14/1", + "urn": "ornl1064-cr6:2/1/c14/1", "tags": [ - "eqxch2-cr6---eqxch2-ps:pt-853c60e7:::na", - "eqxch2-cr6---eqxch2-ps:pt-853c60e7:throughput::na" + "ornl1064-cr6---ornl1064-ps:pt-0ab7142e:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -25737,114 +25816,84 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 11986 - }, - { - "urn": "eqxch2-cr6:1/1/c34/1", - "tags": [ - "eqxch2-cr6---star-cr6:bbl-15248511::ESNET-Z10799:na", - "eqxch2-cr6---star-cr6:ESNET-Z10799::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxch2-cr6:star-bb-d", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.165/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 11972 + "esdbEquipmentInterfaceId": 14170, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c15/1", + "urn": "ornl1064-cr6:2/1/c17/3", "tags": [ - "eqxch2-cr6---eqxch2-bert1:bert-b9566989:::na", - "eqxch2-cr6---eqxch2-bert1:bert-b9566989:throughput::na" + "ornl1064-cr6---ESNET-SERVICES::conn-u:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4011, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 4009 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 11987 + "esdbEquipmentInterfaceId": 14175, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "eqxch2-cr6:2/1/c31/1", + "urn": "ornl1064-cr6:2/1/c19/1", "tags": [ - "eqxch2-cr6---chic-cr6:bbl-ea29f2eb::ESNET-Z10757:na", - "eqxch2-cr6---chic-cr6:ESNET-Z10757::show:intracloud" + "ornl1064-cr6---ORNL::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxch2-cr6:chic-bb-e", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.126/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 899 }, { - "floor": 7, + "floor": 901, + "ceiling": 2119 + }, + { + "floor": 2122, + "ceiling": 2159 + }, + { + "floor": 2162, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12001 + "esdbEquipmentInterfaceId": 14181, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c34/1", + "urn": "ornl1064-cr6:2/1/c31/1", "tags": [ - "eqxch2-cr6---star-cr6:bbl-15248511::ESNET-Z10802:na", - "eqxch2-cr6---star-cr6:ESNET-Z10802::show:intracloud" + "ornl1064-cr6---chat-cr6:bbl-a84fc3a5::ESNET-Z14555:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxch2-cr6:star-bb-e", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.163/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -25855,47 +25904,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12002 - }, - { - "urn": "eqxch2-cr6:1/1/c1/1", - "tags": [ - "eqxch2-cr6---PacketFabric::conn-h:show:na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 11943 + "esdbEquipmentInterfaceId": 14185, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxch2-cr6:2/1/c19/1", + "urn": "ornl1064-cr6:2/1/c34/1", "tags": [ - "eqxch2-cr6---anl541b-cr6:bbl-354e6439::ESNET-Z14072:na", - "eqxch2-cr6---anl541b-cr6:ESNET-Z14072::show:intracloud" + "ornl1064-cr6---ornl5600-cr6:bbl-6866c2c1::ESNET-Z08819:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxch2-cr6:anl541b-bb-c", - "port": "2/1/c19/1", - "ipv4Address": "134.55.56.80/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -25906,115 +25932,105 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11997 - } - ], - "esdbEquipmentId": 1667 - }, - { - "urn": "pantex-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.216", - "reservableVlans": [], - "location": "PANTEX", - "locationId": 613, - "latitude": "35.2847418", - "longitude": "-101.5466432", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 14186, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "pantex-cr6:1/1/c13/3", + "urn": "ornl1064-cr6:2/1/c8/1", "tags": [ - "pantex-cr6---PANTEX::conn-e:show:na", - "pantex-cr6---pantex(as65010):l3edge-89e3ff60:site_conn-e_base:show:na", - "pantex-cr6---pantex(as65010):l3edge-a2a364a7:site_conn-e_base:show:na" + "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1117, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 1100 - }, - { - "floor": 1102, - "ceiling": 1115 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16736 + "esdbEquipmentInterfaceId": 14164, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pantex-cr6:1/1/c13/2", + "urn": "ornl1064-cr6:2/1/c9/1", "tags": [ - "pantex-cr6---hous-cr6:bbl-2a6992a5::ESNET-Z12463:na", - "pantex-cr6---hous-cr6:ESNET-Z12463::show:intracloud" + "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "pantex-cr6:hous-bb-a", - "port": "1/1/c13/2", - "ipv4Address": "134.55.56.193/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16735 + "esdbEquipmentInterfaceId": 14165, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pantex-cr6:lag-20", + "urn": "ornl1064-cr6:lag-20", "tags": [ - "pantex-cr6---pantex-mpr1:mgt-125b81ae:lag-20:ESNET-Z09175:na", - "pantex-cr6---pantex-mpr1:ESNET-Z09175::show:intracloud", - "pantex-cr6---doenet-pantex(as65025):l3edge-efe38852:site_conn-b_base:show:na", - "pantex-cr6---pantex-ps:pt-da6af5a5:owamp::na" + "ornl1064-cr6---ornl1064-mpr1:mgt-e0a26b56:lag-20:ESNET-Z09184:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 31, + "floor": 124, "ceiling": 918 }, { - "floor": 1111, - "ceiling": 4095 + "floor": 2105, + "ceiling": 2105 }, { "floor": 920, "ceiling": 965 }, + { + "floor": 2107, + "ceiling": 2117 + }, + { + "floor": 2119, + "ceiling": 4095 + }, + { + "floor": 31, + "ceiling": 122 + }, { "floor": 967, "ceiling": 1109 @@ -26022,266 +26038,217 @@ { "floor": 2, "ceiling": 29 + }, + { + "floor": 1111, + "ceiling": 2103 } ], - "esdbEquipmentInterfaceId": 16843 + "esdbEquipmentInterfaceId": 16849, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pantex-cr6:2/1/c13/2", + "urn": "ornl1064-cr6:lag-400", "tags": [ - "pantex-cr6---eqxda3-cr6:bbl-60a6a9af::ESNET-Z12522:na", - "pantex-cr6---eqxda3-cr6:ESNET-Z12522::show:intracloud" + "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "pantex-cr6:eqxda3-bb-a", - "port": "2/1/c13/2", - "ipv4Address": "134.55.57.189/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 404, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 16747 + "esdbEquipmentInterfaceId": 25740, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "pantex-cr6:2/1/c14/1", + "urn": "ornl1064-cr6:lag-401", "tags": [ - "pantex-cr6---pantex-ps:pt-da6af5a5:::na", - "pantex-cr6---pantex-ps:pt-da6af5a5:throughput::na" + "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 399 }, { - "floor": 912, - "ceiling": 1110 - } - ], - "esdbEquipmentInterfaceId": 16750 - }, - { - "urn": "pantex-cr6:lag-12", - "tags": [ - "pantex-cr6---PANTEX::conn-h:show:na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, - "reservableVlans": [ - { - "floor": 2, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27059 + "esdbEquipmentInterfaceId": 25741, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1841 + "esdbEquipmentId": 1718, + "orchSubscriptionId": null }, { - "urn": "osti-cr6", + "urn": "ornl5600-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.215", + "ipv4Address": "134.55.200.203", "reservableVlans": [], - "location": "OSTI", - "locationId": 612, - "latitude": "36.0436803", - "longitude": "-84.2103963", + "location": "ORNL5600", + "locationId": 617, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "osti-cr6:1/1/c1/1", + "urn": "ornl5600-cr6:1/1/c10/1", "tags": [ - "osti-cr6---ornl1064-cr6:bbl-5ebcf9ba::ESNET-Z14301:na", - "osti-cr6---ornl1064-cr6:ESNET-Z14301::show:intracloud" + "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "osti-cr6:ornl1064-bb-b", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.223/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 16700 + "esdbEquipmentInterfaceId": 14072, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "osti-cr6:1/1/c13/2", + "urn": "ornl5600-cr6:1/1/c22/1", "tags": [ - "osti-cr6---DOE-SC-OSTI::conn-g:show:na", - "osti-cr6---doe-sc-osti(as65045):l3edge-d114cd73:site_conn-g_base:show:na", - "osti-cr6---doe-sc-osti(as65045):l3edge-c014cb5a:site_conn-g_base:show:na" + "ornl5600-cr6---y12co-cr6:bbl-697017cc::ESNET-Z17887:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 50, - "ceiling": 55 + "floor": 2, + "ceiling": 5 }, { - "floor": 57, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 48 } ], - "esdbEquipmentInterfaceId": 16705 + "esdbEquipmentInterfaceId": 14088, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "osti-cr6:lag-20", + "urn": "ornl5600-cr6:1/1/c3/1", "tags": [ - "osti-cr6---osti-mpr1:mgt-7807b0ab:lag-20:ESNET-Z09172:na", - "osti-cr6---osti-mpr1:ESNET-Z09172::show:intracloud", - "osti-cr6---doe-sc-osti(as65045):l3edge-d27b11df:site_conn-f_base:show:na", - "osti-cr6---orau(as65040):l3edge-0f474688:site_conn-g_base:show:na", - "osti-cr6---orau(as65040):l3edge-60695c2f:site_conn-g_base:show:na", - "osti-cr6---osti-ps:pt-d3524f86:owamp::na" + "ornl5600-cr6---orau-cr6:bbl-b334ccc5::ESNET-Z14079:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 54 + "ceiling": 5 }, { - "floor": 2157, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 56, - "ceiling": 918 - }, - { - "floor": 967, - "ceiling": 1109 - }, - { - "floor": 1111, - "ceiling": 2153 - }, - { - "floor": 2155, - "ceiling": 2155 } ], - "esdbEquipmentInterfaceId": 16841 + "esdbEquipmentInterfaceId": 14065, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "osti-cr6:2/1/c14/1", + "urn": "ornl5600-cr6:1/1/c31/1", "tags": [ - "osti-cr6---osti-ps:pt-d3524f86:::na", - "osti-cr6---osti-ps:pt-d3524f86:throughput::na" + "ornl5600-cr6---nash-cr6:bbl-a4e03c02::ESNET-Z13486:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16720 + "esdbEquipmentInterfaceId": 14091, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "osti-cr6:2/1/c1/1", + "urn": "ornl5600-cr6:1/1/c34/1", "tags": [ - "osti-cr6---ornl5600-cr6:bbl-f09baadf::ESNET-Z12520:na", - "osti-cr6---ornl5600-cr6:ESNET-Z12520::show:intracloud" + "ornl5600-cr6---ornl1064-cr6:bbl-6866c2c1::ESNET-Z15912:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "osti-cr6:ornl5600-bb-a", - "port": "2/1/c1/1", - "ipv4Address": "134.55.58.105/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -26292,45 +26259,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16712 - } - ], - "esdbEquipmentId": 1840 - }, - { - "urn": "srs70344a-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.230", - "reservableVlans": [], - "location": "SRS70344A", - "locationId": 633, - "latitude": "33.24644", - "longitude": "-81.6679", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 14092, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "srs70344a-cr6:1/1/c1/1", + "urn": "ornl5600-cr6:1/1/c4/1", "tags": [ - "srs70344a-cr6---srs702a-cr6:bbl-89da058b::ESNET-Z11678:na", - "srs70344a-cr6---srs702a-cr6:ESNET-Z11678::show:intracloud" + "ornl5600-cr6---nash-cr6:bbl-3bde5ed5::ESNET-Z10935:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "srs70344a-cr6:srs702a-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.41/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -26341,84 +26287,76 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22435 + "esdbEquipmentInterfaceId": 14066, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "srs70344a-cr6:1/1/c13/2", + "urn": "ornl5600-cr6:1/1/c6/1", "tags": [ - "srs70344a-cr6---SRS::conn-d:show:na", - "srs70344a-cr6---srs(as54297):l3edge-51b57cea:site_conn-d_base:show:na", - "srs70344a-cr6---srs(as54297):l3edge-68cf6d06:site_conn-d_base:show:na", - "srs70344a-cr6---srs(as54297):l3edge-acf60855:site_conn-d_base:show:na" + "ornl5600-cr6---ORNL::conn-j:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 664, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 660 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22440 + "esdbEquipmentInterfaceId": 14068, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "srs70344a-cr6:lag-20", + "urn": "ornl5600-cr6:1/1/c9/1", "tags": [ - "srs70344a-cr6---srs70344a-mpr1:mgt-d89e3f24:lag-20:ESNET-Z11297:na", - "srs70344a-cr6---srs70344a-mpr1:ESNET-Z11297::show:intracloud", - "srs70344a-cr6---doenet-srs(as65006):l3edge-e4143918:site_conn-b_base:show:na" + "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 967, + "floor": 4090, "ceiling": 4095 }, - { - "floor": 11, - "ceiling": 965 - }, { "floor": 2, - "ceiling": 9 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22459 + "esdbEquipmentInterfaceId": 14071, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "srs70344a-cr6:2/1/c13/2", + "urn": "ornl5600-cr6:2/1/c13/1", "tags": [ - "srs70344a-cr6---atla-cr6:bbl-9e92de02::ESNET-Z11677:na", - "srs70344a-cr6---atla-cr6:ESNET-Z11677::show:intracloud" + "ornl5600-cr6---osti-cr6:bbl-f09baadf::ESNET-Z12520:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "srs70344a-cr6:atla-bb-b", - "port": "2/1/c13/2", - "ipv4Address": "134.55.57.20/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -26429,164 +26367,148 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22452 - } - ], - "esdbEquipmentId": 2029 - }, - { - "urn": "ornl1064-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.204", - "reservableVlans": [], - "location": "ORNL1064", - "locationId": 616, - "latitude": "35.922759", - "longitude": "-84.323862", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 14105, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "ornl1064-cr6:1/1/c31/1", + "urn": "ornl5600-cr6:2/1/c14/1", "tags": [ - "ornl1064-cr6---chat-cr6:bbl-a84fc3a5::ESNET-Z14554:na", - "ornl1064-cr6---chat-cr6:ESNET-Z14554::show:intracloud" + "ornl5600-cr6---ornl5600-ps:pt-905701f5:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, { - "urn": "ornl1064-cr6:chat-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.3/31" + "floor": 912, + "ceiling": 1110 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 14106, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "ornl5600-cr6:2/1/c17/3", + "tags": [ + "ornl5600-cr6---ORCC::conn-d:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 1502, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 1500 } ], - "esdbEquipmentInterfaceId": 14155 + "esdbEquipmentInterfaceId": 14111, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:lag-20", + "urn": "ornl5600-cr6:2/1/c19/1", "tags": [ - "ornl1064-cr6---ornl1064-mpr1:mgt-e0a26b56:lag-20:ESNET-Z09184:na", - "ornl1064-cr6---ornl1064-mpr1:ESNET-Z09184::show:intracloud", - "ornl1064-cr6---doe-sc-oro(as65150):l3edge-b36ed47a:site_conn-c_base:show:na", - "ornl1064-cr6---doe-sc-oro(as65150):l3edge-88942df0:site_conn-c_base:show:na", - "ornl1064-cr6---doe-sc-osti(as65045):l3edge-2f16e189:site_conn-d_base:show:na", - "ornl1064-cr6---doenet-oro(as65023):l3edge-a7f144e1:site_conn-b_base:show:na", - "ornl1064-cr6---esnet-services(asNone):l3edge-3b559b01:conn-q_base:show:na", - "ornl1064-cr6---ornl1064-ps:pt-0ab7142e:owamp::na" + "ornl5600-cr6---ORNL::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 124, - "ceiling": 918 + "floor": 2, + "ceiling": 900 }, { - "floor": 2105, - "ceiling": 2105 + "floor": 902, + "ceiling": 2121 }, { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 2107, - "ceiling": 2117 - }, - { - "floor": 2119, + "floor": 2164, "ceiling": 4095 }, { - "floor": 31, - "ceiling": 122 - }, - { - "floor": 967, - "ceiling": 1109 - }, - { - "floor": 2, - "ceiling": 29 - }, - { - "floor": 1111, - "ceiling": 2103 + "floor": 2124, + "ceiling": 2161 } ], - "esdbEquipmentInterfaceId": 16849 + "esdbEquipmentInterfaceId": 14117, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:2/1/c14/1", + "urn": "ornl5600-cr6:2/1/c31/1", "tags": [ - "ornl1064-cr6---ornl1064-ps:pt-0ab7142e:::na", - "ornl1064-cr6---ornl1064-ps:pt-0ab7142e:throughput::na" + "ornl5600-cr6---nash-cr6:bbl-a4e03c02::ESNET-Z13487:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14170 + "esdbEquipmentInterfaceId": 14121, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:1/1/c34/1", + "urn": "ornl5600-cr6:2/1/c34/1", "tags": [ - "ornl1064-cr6---ornl5600-cr6:bbl-6866c2c1::ESNET-Z15912:na", - "ornl1064-cr6---ornl5600-cr6:ESNET-Z15912::show:intracloud" + "ornl5600-cr6---ornl1064-cr6:bbl-6866c2c1::ESNET-Z08819:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "ornl1064-cr6:ornl5600-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.50/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -26597,423 +26519,486 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14156 + "esdbEquipmentInterfaceId": 14122, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:1/1/c17/4", + "urn": "ornl5600-cr6:2/1/c4/1", "tags": [ - "ornl1064-cr6---ORCC::conn-e:show:na", - "ornl1064-cr6---orcc(as65012):l3edge-eae0f692:site_conn-e_base:show:na" + "ornl5600-cr6---wash-cr6:bbl-7d976214::ESNET-Z12523:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1501, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 1499 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14146 + "esdbEquipmentInterfaceId": 14096, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:2/1/c31/1", + "urn": "ornl5600-cr6:2/1/c5/1", "tags": [ - "ornl1064-cr6---chat-cr6:bbl-a84fc3a5::ESNET-Z14555:na", - "ornl1064-cr6---chat-cr6:ESNET-Z14555::show:intracloud" + "ornl5600-cr6---DOE-IN-ORNL::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ornl1064-cr6:chat-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.5/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14185 + "esdbEquipmentInterfaceId": 14097, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:1/1/c17/3", + "urn": "ornl5600-cr6:2/1/c6/1", "tags": [ - "ornl1064-cr6---DOE-SC-ORO::conn-e:show:na", - "ornl1064-cr6---doe-sc-oro(as65150):l3edge-8d86eb73:site_conn-e_base:show:na", - "ornl1064-cr6---doe-sc-oro(as65150):l3edge-069adb51:site_conn-e_base:show:na" + "ornl5600-cr6---DOE-SC-ORO::conn-f:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 1822, - "ceiling": 4095 + "floor": 2, + "ceiling": 29 }, { - "floor": 2, - "ceiling": 1819 + "floor": 31, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14145 + "esdbEquipmentInterfaceId": 14098, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:1/1/c3/1", + "urn": "ornl5600-cr6:2/1/c8/1", "tags": [ - "ornl1064-cr6---orau-cr6:bbl-ab2b2335::ESNET-Z14078:na", - "ornl1064-cr6---orau-cr6:ESNET-Z14078::show:intracloud" + "ornl5600-cr6---ornl5600-ht2:ht-2641987a:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ornl1064-cr6:orau-bb-b", - "port": "1/1/c3/1", - "ipv4Address": "134.55.56.142/31" - } + "EDGE", + "TAGGED" ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14129 + "esdbEquipmentInterfaceId": 14100, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:2/1/c34/1", + "urn": "ornl5600-cr6:2/1/c9/1", "tags": [ - "ornl1064-cr6---ornl5600-cr6:bbl-6866c2c1::ESNET-Z08819:na", - "ornl1064-cr6---ornl5600-cr6:ESNET-Z08819::show:intracloud" + "ornl5600-cr6---ornl5600-ht2:ht-2641987a:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ornl1064-cr6:ornl5600-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.112/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14186 + "esdbEquipmentInterfaceId": 14101, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:1/1/c7/1", + "urn": "ornl5600-cr6:lag-20", "tags": [ - "ornl1064-cr6---y12-cr6:bbl-f80790be::ESNET-Z12544:na", - "ornl1064-cr6---y12-cr6:ESNET-Z12544::show:intracloud" + "ornl5600-cr6---ornl5600-mpr1:mgt-340ea6d0:lag-20:ESNET-Z09187:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ornl1064-cr6:y12-bb-a", - "port": "1/1/c7/1", - "ipv4Address": "134.55.58.99/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14133 + "esdbEquipmentInterfaceId": 16851, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:2/1/c9/1", + "urn": "ornl5600-cr6:lag-400", "tags": [ - "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:::na", - "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:service1::na" + "ornl5600-cr6---ornl5600-ht1:ht-a1f74749:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 4090, + "floor": 404, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 14165 + "esdbEquipmentInterfaceId": 25742, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:1/1/c1/1", + "urn": "ornl5600-cr6:lag-401", "tags": [ - "ornl1064-cr6---osti-cr6:bbl-5ebcf9ba::ESNET-Z14301:na", - "ornl1064-cr6---osti-cr6:ESNET-Z14301::show:intracloud" + "ornl5600-cr6---ornl5600-ht2:ht-2641987a:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "ornl1064-cr6:osti-bb-b", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.222/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14127 - }, + "esdbEquipmentInterfaceId": 25743, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1717, + "orchSubscriptionId": null + }, + { + "urn": "osti-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.215", + "reservableVlans": [], + "location": "OSTI", + "locationId": 612, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "ornl1064-cr6:1/1/c8/1", + "urn": "osti-cr6:1/1/c1/1", "tags": [ - "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:::na", - "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:service1::na" + "osti-cr6---ornl1064-cr6:bbl-5ebcf9ba::ESNET-Z14301:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14134 + "esdbEquipmentInterfaceId": 16700, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:2/1/c8/1", + "urn": "osti-cr6:1/1/c13/2", "tags": [ - "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:::na", - "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:service1::na" + "osti-cr6---DOE-SC-OSTI::conn-g:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, + "floor": 50, + "ceiling": 55 + }, + { + "floor": 57, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 + "ceiling": 48 } ], - "esdbEquipmentInterfaceId": 14164 + "esdbEquipmentInterfaceId": 16705, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:1/1/c9/1", + "urn": "osti-cr6:2/1/c1/1", "tags": [ - "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:::na", - "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:service1::na" + "osti-cr6---ornl5600-cr6:bbl-f09baadf::ESNET-Z12520:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14135 + "esdbEquipmentInterfaceId": 16712, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:2/1/c19/1", + "urn": "osti-cr6:2/1/c13/2", "tags": [ - "ornl1064-cr6---ORNL::conn-i:show:na", - "ornl1064-cr6---ornl(as50):l3edge-15f1e157:site_conn-i_base:show:na", - "ornl1064-cr6---ornl(as50):l3edge-69bf1ef1:site_conn-i_base:show:na", - "ornl1064-cr6---ornl(as50):l3edge-c3b1733b:site_conn-i_l3vpn-lhcone:show:intercloud", - "ornl1064-cr6---ornl(as50):l3edge-ac99cf0d:site_conn-i_l3vpn-lhcone:show:intercloud" + "osti-cr6---Y12::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, "ceiling": 2119 }, { - "floor": 2122, - "ceiling": 2159 - }, - { - "floor": 2162, + "floor": 2121, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14181 + "esdbEquipmentInterfaceId": 16717, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "ornl1064-cr6:lag-401", + "urn": "osti-cr6:2/1/c14/1", "tags": [ - "ornl1064-cr6---ornl1064-ht2:ht-a9d8fa4f:capture::na" + "osti-cr6---osti-ps:pt-d3524f86:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 1112, "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 25741 - }, - { - "urn": "ornl1064-cr6:lag-400", + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 16720, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "osti-cr6:lag-20", "tags": [ - "ornl1064-cr6---ornl1064-ht1:ht-fc92e6dc:capture::na" + "osti-cr6---osti-mpr1:mgt-7807b0ab:lag-20:ESNET-Z09172:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 2, + "ceiling": 54 + }, + { + "floor": 2157, "ceiling": 4095 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 56, + "ceiling": 918 + }, + { + "floor": 967, + "ceiling": 1109 + }, + { + "floor": 1111, + "ceiling": 2153 + }, + { + "floor": 2155, + "ceiling": 2155 } ], - "esdbEquipmentInterfaceId": 25740 + "esdbEquipmentInterfaceId": 16841, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1718 + "esdbEquipmentId": 1840, + "orchSubscriptionId": null }, { - "urn": "star-cr6", + "urn": "pantex-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.166", + "ipv4Address": "134.55.200.216", "reservableVlans": [], - "location": "STAR", - "locationId": 259, - "latitude": "41.8961757", - "longitude": "-87.6173266", + "location": "PANTEX", + "locationId": 613, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "star-cr6:1/1/c31/1", + "urn": "pantex-cr6:1/1/c1/1", "tags": [ - "star-cr6---chic-cr6:bbl-52330e01::ESNET-Z10775:na", - "star-cr6---chic-cr6:ESNET-Z10775::show:intracloud" + "pantex-cr6---pantex1237-cr6:bbl-305a0b0d::ESNET-Z16611:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "star-cr6:chic-bb-e", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.183/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -27024,144 +27009,84 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11905 + "esdbEquipmentInterfaceId": 16730, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:lag-20", + "urn": "pantex-cr6:1/1/c13/2", "tags": [ - "star-cr6---star-mpr1:mgt-d5a3daaf:lag-20:ESNET-Z08548:na", - "star-cr6---star-mpr1:ESNET-Z08548::show:intracloud", - "star-cr6---esnet(as3443):l3edge-ec8e398e:site_conn-k_base:show:na", - "star-cr6---fabric(as4294967294):l3edge-18f015ad:site_conn-ak_base:show:na", - "star-cr6---star-ps:pt-6655e338:owamp::na", - "star-cr6---esnet(as3443):l3edge-09f3cf49:site_conn-k_ipt:show:na" + "pantex-cr6---hous-cr6:bbl-2a6992a5::ESNET-Z12463:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ - { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 955, - "ceiling": 965 - }, - { - "floor": 920, - "ceiling": 952 + "ceiling": 5 }, { - "floor": 1021, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14919 + "esdbEquipmentInterfaceId": 16735, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:lag-1", + "urn": "pantex-cr6:1/1/c13/3", "tags": [ - "star-cr6---BTAA::conn-j:show:na", - "star-cr6---iccn(as40387):l3edge-475cb47d:conn-j_base:show:na", - "star-cr6---in-gpop(as19782):l3edge-b2ed5c71:conn-j_base:show:na", - "star-cr6---uchicago(as160):l3edge-d6ac1835:conn-j_base:show:na", - "star-cr6---uiowa(as3676):l3edge-4d2f2a0a:conn-j_base:show:na", - "star-cr6---uwmadison(as59):l3edge-3f09af20:conn-j_base:show:na", - "star-cr6---wiscnet(as2381):l3edge-9f3f952b:conn-j_base:show:na", - "star-cr6---wiscnet(as2381):l3edge-a2c2108e:conn-j_base:show:na", - "star-cr6---aglt2(as229):l3edge-ce2c0f10:site_conn-j_l3vpn-lhcone:show:intercloud", - "star-cr6---aglt2(as229):l3edge-648d0b7c:site_conn-j_l3vpn-lhcone:show:intercloud", - "star-cr6---in-gpop(as19782):l3edge-ad2ce93c:site_conn-j_l3vpn-lhcone:show:intercloud", - "star-cr6---uchicago(as160):l3edge-86e49887:site_conn-j_l3vpn-lhcone:show:intercloud", - "star-cr6---uwmadison(as59):l3edge-aa2fd041:site_conn-j_l3vpn-lhcone:show:intercloud" + "pantex-cr6---PANTEX::conn-e:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2622, - "ceiling": 3200 - }, - { - "floor": 2305, - "ceiling": 2306 - }, - { - "floor": 2317, - "ceiling": 2318 - }, - { - "floor": 3202, - "ceiling": 3208 - }, - { - "floor": 3210, + "floor": 1117, "ceiling": 4095 }, - { - "floor": 2320, - "ceiling": 2619 - }, - { - "floor": 290, - "ceiling": 296 - }, - { - "floor": 298, - "ceiling": 307 - }, - { - "floor": 2308, - "ceiling": 2314 - }, { "floor": 2, - "ceiling": 288 + "ceiling": 1100 }, { - "floor": 309, - "ceiling": 2303 + "floor": 1102, + "ceiling": 1115 } ], - "esdbEquipmentInterfaceId": 21786 + "esdbEquipmentInterfaceId": 16736, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:1/1/c22/1", + "urn": "pantex-cr6:2/1/c1/1", "tags": [ - "star-cr6---eqxch2-cr6:bbl-15248511::ESNET-Z10284:na", - "star-cr6---eqxch2-cr6:ESNET-Z10284::show:intracloud" + "pantex-cr6---pantex1237-cr6:bbl-305a0b0d::ESNET-Z16612:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "star-cr6:eqxch2-bb-c", - "port": "1/1/c22/1", - "ipv4Address": "134.55.56.102/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -27172,21 +27097,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11902 + "esdbEquipmentInterfaceId": 16742, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c14/1", + "urn": "pantex-cr6:2/1/c14/1", "tags": [ - "star-cr6---star-ps:pt-6655e338:::na", - "star-cr6---star-ps:pt-6655e338:throughput::na" + "pantex-cr6---pantex-ps:pt-da6af5a5:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -27201,58 +27129,107 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 11920 + "esdbEquipmentInterfaceId": 16750, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:1/1/c34/1", + "urn": "pantex-cr6:lag-12", "tags": [ - "star-cr6---anl541b-cr6:bbl-acd4c1da::ESNET-Z10709:na", - "star-cr6---anl541b-cr6:ESNET-Z10709::show:intracloud" + "pantex-cr6---PANTEX::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ { - "urn": "star-cr6:anl541b-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.167/31" + "floor": 2, + "ceiling": 4095 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 27059, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "pantex-cr6:lag-20", + "tags": [ + "pantex-cr6---pantex-mpr1:mgt-125b81ae:lag-20:ESNET-Z09175:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 31, + "ceiling": 918 }, { - "floor": 7, + "floor": 1111, "ceiling": 4095 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + }, + { + "floor": 2, + "ceiling": 29 } ], - "esdbEquipmentInterfaceId": 11906 - }, + "esdbEquipmentInterfaceId": 16843, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1841, + "orchSubscriptionId": null + }, + { + "urn": "pantex1237-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.247", + "reservableVlans": [], + "location": "PANTEX1237", + "locationId": 656, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "star-cr6:2/1/c15/1", + "urn": "pantex1237-cr6:1/1/c1/1", "tags": [ - "star-cr6---frib-cr6b:bbl-e31aae12::ESNET-Z10944:na", - "star-cr6---frib-cr6b:ESNET-Z10944::show:intracloud" + "pantex1237-cr6---pantex-cr6:bbl-305a0b0d::ESNET-Z16611:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "star-cr6:frib-bb-a", - "port": "2/1/c15/1", - "ipv4Address": "134.55.57.37/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -27263,27 +27240,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11921 + "esdbEquipmentInterfaceId": 28881, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:1/1/c17/4", + "urn": "pantex1237-cr6:1/1/c13/2", "tags": [ - "star-cr6---ameshwh-cr6:bbl-af70ec60::ESNET-Z11528:na", - "star-cr6---ameshwh-cr6:ESNET-Z11528::show:intracloud" + "pantex1237-cr6---eqxda3-cr6:bbl-92290f0c::ESNET-Z16680:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "star-cr6:ameshwh-bb-a", - "port": "1/1/c17/4", - "ipv4Address": "134.55.57.247/31" - } - ], + "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -27294,27 +27268,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11896 + "esdbEquipmentInterfaceId": 28886, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c31/1", + "urn": "pantex1237-cr6:2/1/c1/1", "tags": [ - "star-cr6---chic-cr6:bbl-52330e01::ESNET-Z10778:na", - "star-cr6---chic-cr6:ESNET-Z10778::show:intracloud" + "pantex1237-cr6---pantex-cr6:bbl-305a0b0d::ESNET-Z16612:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "star-cr6:chic-bb-f", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.185/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -27325,239 +27296,263 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11935 + "esdbEquipmentInterfaceId": 28893, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:1/1/c17/3", + "urn": "pantex1237-cr6:2/1/c14/1", "tags": [ - "star-cr6---MERIT::conn-b:show:na", - "star-cr6---merit(as237):l3edge-ecaf35a7:conn-b_base:show:na" + "pantex1237-cr6---pantex1237-ps:pt-90db30fb:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2061, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 2059 + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 11895 + "esdbEquipmentInterfaceId": 28901, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:1/1/c19/1", + "urn": "pantex1237-cr6:lag-20", "tags": [ - "star-cr6---chic-cr6:bbl-52330e01::ESNET-Z11681:na", - "star-cr6---chic-cr6:ESNET-Z11681::show:intracloud" + "pantex1237-cr6---pantex1237-mpr1:mgt-66636e48:lag-20:ESNET-Z16392:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "star-cr6:chic-bb-j", - "port": "1/1/c19/1", - "ipv4Address": "134.55.58.31/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 11901 - }, - { - "urn": "star-cr6:2/1/c22/1", - "tags": [ - "star-cr6---anl541b-cr6:bbl-acd4c1da::ESNET-Z12165:na", - "star-cr6---anl541b-cr6:ESNET-Z12165::show:intracloud" + "esdbEquipmentInterfaceId": 28905, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2670, + "orchSubscriptionId": null + }, + { + "urn": "pnnlemsl-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.237", + "reservableVlans": [], + "location": "PNNLEMSL", + "locationId": 618, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "pnnlemsl-cr6:1/1/c1/1", + "tags": [ + "pnnlemsl-cr6---PNNL::conn-r:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ { - "urn": "star-cr6:anl541b-bb-e", - "port": "2/1/c22/1", - "ipv4Address": "134.55.58.85/31" + "floor": 2, + "ceiling": 4095 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 14191, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "pnnlemsl-cr6:1/1/c17/2", + "tags": [ + "pnnlemsl-cr6---HLAN::conn-c:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 14208, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "pnnlemsl-cr6:1/1/c17/3", + "tags": [ + "pnnlemsl-cr6---DOENET-RL::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 11932 + "esdbEquipmentInterfaceId": 14209, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "star-cr6:2/1/c34/1", + "urn": "pnnlemsl-cr6:1/1/c18/1", "tags": [ - "star-cr6---anl541b-cr6:bbl-acd4c1da::ESNET-Z10712:na", - "star-cr6---anl541b-cr6:ESNET-Z10712::show:intracloud" + "pnnlemsl-cr6---LIGO::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "UNTAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ { - "urn": "star-cr6:anl541b-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.169/31" + "floor": 0, + "ceiling": 0 } ], + "esdbEquipmentInterfaceId": 14211, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "pnnlemsl-cr6:1/1/c19/1", + "tags": [ + "pnnlemsl-cr6---PNNL::conn-w:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 992, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 962, + "ceiling": 990 + }, + { + "floor": 2, + "ceiling": 960 } ], - "esdbEquipmentInterfaceId": 11936 + "esdbEquipmentInterfaceId": 14215, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c5/1", + "urn": "pnnlemsl-cr6:1/1/c2/1", "tags": [ - "star-cr6---Starlight::conn-c:show:na", - "star-cr6---anl(as683):l3edge-43d2b17b:site_conn-c_base:show:na", - "star-cr6---anl(as683):l3edge-238159a6:site_conn-c_base:show:na", - "star-cr6---canarie(as6509):l3edge-e31f0304:conn-c_base:show:na", - "star-cr6---canarie(as6509):l3edge-15694a31:conn-c_base:show:na", - "star-cr6---cstnet(as7497):l3edge-02d6fe0a:conn-c_base:show:na", - "star-cr6---dren(as668):l3edge-8d3fc736:conn-c_base:show:na", - "star-cr6---fabric(as398900):l3edge-4252745f:site_conn-c_base:show:na", - "star-cr6---kreonet2(as17579):l3edge-0bc3f659:conn-c_base:show:na", - "star-cr6---kreonet2(as17579):l3edge-cfe95984:conn-c_base:show:na", - "star-cr6---mren(as22335):l3edge-63581442:conn-c_base:show:na", - "star-cr6---mren(as22335):l3edge-723c119d:conn-c_base:show:na", - "star-cr6---nasa-ames(as297):l3edge-74306de7:conn-c_base:show:na", - "star-cr6---ncsa(as1224):l3edge-c294ac0f:conn-c_base:show:na", - "star-cr6---northwestern(as103):l3edge-fc89d9b0:conn-c_base:show:na", - "star-cr6---starlight(as10764):l3edge-73f6946d:conn-c_base:show:na", - "star-cr6---starlight(as7539):l3edge-0fc3cdd6:conn-c_base:show:na", - "star-cr6---cstnet(as7497):l3edge-53bd3636:conn-c_l3vpn-lhcone:show:intercloud", - "star-cr6---kreonet2(as17579):l3edge-bead5058:conn-c_l3vpn-lhcone:show:intercloud" + "pnnlemsl-cr6---PNNL::conn-u:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 127, - "ceiling": 131 - }, - { - "floor": 220, - "ceiling": 246 - }, - { - "floor": 248, - "ceiling": 263 - }, { "floor": 2, - "ceiling": 123 - }, - { - "floor": 181, - "ceiling": 218 - }, - { - "floor": 133, - "ceiling": 139 - }, - { - "floor": 1248, - "ceiling": 3729 - }, - { - "floor": 347, - "ceiling": 349 - }, - { - "floor": 165, - "ceiling": 179 - }, - { - "floor": 265, - "ceiling": 268 - }, - { - "floor": 280, - "ceiling": 345 - }, - { - "floor": 3731, "ceiling": 4095 - }, - { - "floor": 141, - "ceiling": 163 - }, - { - "floor": 351, - "ceiling": 1246 - }, - { - "floor": 272, - "ceiling": 278 } ], - "esdbEquipmentInterfaceId": 11911 + "esdbEquipmentInterfaceId": 14192, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:1/1/c28/1", + "urn": "pnnlemsl-cr6:1/1/c28/1", "tags": [ - "star-cr6---eqxch2-cr6:bbl-15248511::ESNET-Z10799:na", - "star-cr6---eqxch2-cr6:ESNET-Z10799::show:intracloud" + "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12478:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "star-cr6:eqxch2-bb-d", - "port": "1/1/c28/1", - "ipv4Address": "134.55.57.164/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -27568,56 +27563,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11904 + "esdbEquipmentInterfaceId": 14218, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c12/1", + "urn": "pnnlemsl-cr6:1/1/c31/1", "tags": [ - "star-cr6---star-dtn1:dtn-6cd9c934:::na", - "star-cr6---star-dtn1:dtn-6cd9c934:throughput::na" + "pnnlemsl-cr6---seat-cr6:bbl-ce0033d0::ESNET-Z12476:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 913, - "ceiling": 915 - }, { "floor": 2, - "ceiling": 911 + "ceiling": 5 }, { - "floor": 917, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11918 + "esdbEquipmentInterfaceId": 14219, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:1/1/c6/1", + "urn": "pnnlemsl-cr6:1/1/c34/1", "tags": [ - "star-cr6---chic-cr6:bbl-35f4b07b::ESNET-Z09682:na", - "star-cr6---chic-cr6:ESNET-Z09682::show:intracloud" + "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12466:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "star-cr6:chic-bb-d", - "port": "1/1/c6/1", - "ipv4Address": "134.55.56.119/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -27628,21 +27619,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11882 + "esdbEquipmentInterfaceId": 14220, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:1/1/c8/1", + "urn": "pnnlemsl-cr6:1/1/c8/1", "tags": [ - "star-cr6---star-ht1:ht-6f6e9f97:::na", - "star-cr6---star-ht1:ht-6f6e9f97:service1::na" + "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -27653,21 +27647,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 11884 + "esdbEquipmentInterfaceId": 14198, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c8/1", + "urn": "pnnlemsl-cr6:1/1/c9/1", "tags": [ - "star-cr6---star-ht2:ht-9c8f2731:::na", - "star-cr6---star-ht2:ht-9c8f2731:service1::na" + "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -27678,27 +27675,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 11914 + "esdbEquipmentInterfaceId": 14199, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c28/1", + "urn": "pnnlemsl-cr6:2/1/c25/1", "tags": [ - "star-cr6---eqxch2-cr6:bbl-15248511::ESNET-Z10802:na", - "star-cr6---eqxch2-cr6:ESNET-Z10802::show:intracloud" + "pnnlemsl-cr6---seat-cr6:bbl-ce0033d0::ESNET-Z11749:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "star-cr6:eqxch2-bb-e", - "port": "2/1/c28/1", - "ipv4Address": "134.55.57.162/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -27709,381 +27703,391 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11934 + "esdbEquipmentInterfaceId": 14247, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c17/3", + "urn": "pnnlemsl-cr6:2/1/c28/1", "tags": [ - "star-cr6---FABRIC::conn-p:show:na", - "star-cr6---fabric(as4294967294):l3edge-0bb8a844:site_conn-p_base:show:na" + "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12489:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 1009 + "ceiling": 5 }, { - "floor": 1011, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11925 + "esdbEquipmentInterfaceId": 14248, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:2/1/c19/1", + "urn": "pnnlemsl-cr6:2/1/c31/1", "tags": [ - "star-cr6---TESTBED::conn-b:show:na" + "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12477:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 11931 + "esdbEquipmentInterfaceId": 14249, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:lag-401", + "urn": "pnnlemsl-cr6:2/1/c34/1", "tags": [ - "star-cr6---star-ht2:ht-9c8f2731:capture::na" + "pnnlemsl-cr6---pnnlisb2-cr6:bbl-8c06207a::ESNET-Z12467:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25701 + "esdbEquipmentInterfaceId": 14250, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "star-cr6:lag-400", + "urn": "pnnlemsl-cr6:2/1/c8/1", "tags": [ - "star-cr6---star-ht1:ht-6f6e9f97:capture::na" + "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 25700 - } - ], - "esdbEquipmentId": 1664 - }, - { - "urn": "eqxda3-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.202", - "reservableVlans": [], - "location": "EQXDA3", - "locationId": 600, - "latitude": "32.8002967", - "longitude": "-96.8217141", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 14228, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "eqxda3-cr6:1/1/c31/1", + "urn": "pnnlemsl-cr6:2/1/c9/1", "tags": [ - "eqxda3-cr6---hous-cr6:bbl-02554e63::ESNET-Z09880:na", - "eqxda3-cr6---hous-cr6:ESNET-Z09880::show:intracloud" + "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ - { - "urn": "eqxda3-cr6:hous-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.122/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14810 + "esdbEquipmentInterfaceId": 14229, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:lag-20", + "urn": "pnnlemsl-cr6:lag-20", "tags": [ - "eqxda3-cr6---eqxda3-mpr1:mgt-b90ceffb:lag-20:ESNET-Z08656:na", - "eqxda3-cr6---eqxda3-mpr1:ESNET-Z08656::show:intracloud", - "eqxda3-cr6---fabric(as4294967293):l3edge-e18229d9:site_conn-h_base:show:na", - "eqxda3-cr6---eqxda3-ps:pt-9b2bb6e1:owamp::na" + "pnnlemsl-cr6---pnnlemsl-mpr1:mgt-163a30ad:lag-20:ESNET-Z11672:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ - { - "floor": 967, - "ceiling": 1019 - }, - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, "ceiling": 965 }, { - "floor": 1021, - "ceiling": 1109 + "floor": 967, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14958 + "esdbEquipmentInterfaceId": 23743, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:2/1/c14/1", + "urn": "pnnlemsl-cr6:lag-400", "tags": [ - "eqxda3-cr6---eqxda3-ps:pt-9b2bb6e1:::na", - "eqxda3-cr6---eqxda3-ps:pt-9b2bb6e1:throughput::na" + "pnnlemsl-cr6---pnnlemsl-ht1:ht-90076c0c:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 1112, + "floor": 408, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 14825 + "esdbEquipmentInterfaceId": 25967, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:1/1/c34/1", + "urn": "pnnlemsl-cr6:lag-401", "tags": [ - "eqxda3-cr6---hous-cr6:bbl-02554e63::ESNET-Z10781:na", - "eqxda3-cr6---hous-cr6:ESNET-Z10781::show:intracloud" + "pnnlemsl-cr6---pnnlemsl-ht2:ht-c247be4f:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxda3-cr6:hous-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.170/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14811 - }, + "esdbEquipmentInterfaceId": 25968, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1719, + "orchSubscriptionId": null + }, + { + "urn": "pnnlisb2-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.238", + "reservableVlans": [], + "location": "PNNLISB2", + "locationId": 619, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "eqxda3-cr6:2/1/c1/1", + "urn": "pnnlisb2-cr6:1/1/c1/1", "tags": [ - "eqxda3-cr6---PacketFabric::conn-f:show:na" + "pnnlisb2-cr6---PNNL::conn-s:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14812 + "esdbEquipmentInterfaceId": 23649, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:1/1/c17/4", + "urn": "pnnlisb2-cr6:1/1/c17/2", "tags": [ - "eqxda3-cr6---Equinix::conn-k:show:na" + "pnnlisb2-cr6---HLAN::conn-d:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14801 + "esdbEquipmentInterfaceId": 23666, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "eqxda3-cr6:2/1/c31/1", + "urn": "pnnlisb2-cr6:1/1/c17/3", "tags": [ - "eqxda3-cr6---kans-cr6:bbl-033bd142::ESNET-Z13648:na", - "eqxda3-cr6---kans-cr6:ESNET-Z13648::show:intracloud" + "pnnlisb2-cr6---DOENET-RL::conn-b:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "eqxda3-cr6:kans-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.34/31" - } + "EDGE", + "UNTAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14840 + "esdbEquipmentInterfaceId": 23667, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "eqxda3-cr6:1/1/c17/3", + "urn": "pnnlisb2-cr6:1/1/c18/1", "tags": [ - "eqxda3-cr6---DOENET-EQX-DAL::conn-c:show:na", - "eqxda3-cr6---doenet-eqx-dal(as65048):l3edge-2f163e27:site_conn-c_base:show:na" + "pnnlisb2-cr6---LIGO::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 29 - }, - { - "floor": 31, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14800 + "esdbEquipmentInterfaceId": 23669, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "eqxda3-cr6:1/1/c3/1", + "urn": "pnnlisb2-cr6:1/1/c19/1", "tags": [ - "eqxda3-cr6---Equinix::conn-j:show:na", - "eqxda3-cr6---equinix:l3edge-e7dafa09:equinix_conn-j_base:show:na" + "pnnlisb2-cr6---PNNL::conn-x:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ + { + "floor": 965, + "ceiling": 993 + }, { "floor": 2, - "ceiling": 98 + "ceiling": 963 }, { - "floor": 100, + "floor": 995, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14784 + "esdbEquipmentInterfaceId": 23673, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:2/1/c34/1", + "urn": "pnnlisb2-cr6:1/1/c28/1", "tags": [ - "eqxda3-cr6---kans-cr6:bbl-033bd142::ESNET-Z10784:na", - "eqxda3-cr6---kans-cr6:ESNET-Z10784::show:intracloud" + "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12478:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxda3-cr6:kans-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.158/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -28094,66 +28098,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14841 + "esdbEquipmentInterfaceId": 23676, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:2/1/c9/1", + "urn": "pnnlisb2-cr6:1/1/c31/1", "tags": [ - "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:::na", - "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:service1::na" + "pnnlisb2-cr6---bois-cr6:bbl-6fe9ebad::ESNET-Z12475:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14820 + "esdbEquipmentInterfaceId": 23677, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:1/1/c1/1", + "urn": "pnnlisb2-cr6:1/1/c34/1", "tags": [ - "eqxda3-cr6---PacketFabric::conn-e:show:na" + "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12466:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14782 + "esdbEquipmentInterfaceId": 23678, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:1/1/c8/1", + "urn": "pnnlisb2-cr6:1/1/c8/1", "tags": [ - "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:::na", - "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:service1::na" + "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -28164,21 +28182,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14789 + "esdbEquipmentInterfaceId": 23656, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:2/1/c8/1", + "urn": "pnnlisb2-cr6:1/1/c9/1", "tags": [ - "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:::na", - "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:service1::na" + "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -28189,97 +28210,96 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14819 + "esdbEquipmentInterfaceId": 23657, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:1/1/c9/1", + "urn": "pnnlisb2-cr6:2/1/c17/2", "tags": [ - "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:::na", - "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:service1::na" + "pnnlisb2-cr6---PNNL::conn-y:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 4088 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14790 + "esdbEquipmentInterfaceId": 23696, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "eqxda3-cr6:2/1/c17/2", + "urn": "pnnlisb2-cr6:2/1/c18/1", "tags": [ - "eqxda3-cr6---FABRIC::conn-g:show:na", - "eqxda3-cr6---fabric(as4294967293):l3edge-9252f65d:site_conn-g_base:show:na" + "pnnlisb2-cr6---LANL-WA::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "UNTAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { - "floor": 2, - "ceiling": 1009 - }, - { - "floor": 1011, - "ceiling": 4095 + "floor": 0, + "ceiling": 0 } ], - "esdbEquipmentInterfaceId": 14829 + "esdbEquipmentInterfaceId": 23699, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" }, { - "urn": "eqxda3-cr6:2/1/c17/3", + "urn": "pnnlisb2-cr6:2/1/c2/1", "tags": [ - "eqxda3-cr6---Equinix::conn-l:show:na" + "pnnlisb2-cr6---DOE-IN-PNNL::conn-a:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14830 + "esdbEquipmentInterfaceId": 23680, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:2/1/c17/4", + "urn": "pnnlisb2-cr6:2/1/c25/1", "tags": [ - "eqxda3-cr6---pantex-cr6:bbl-60a6a9af::ESNET-Z12522:na", - "eqxda3-cr6---pantex-cr6:ESNET-Z12522::show:intracloud" + "pnnlisb2-cr6---bois-cr6:bbl-6fe9ebad::ESNET-Z11740:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "eqxda3-cr6:pantex-bb-a", - "port": "2/1/c17/4", - "ipv4Address": "134.55.57.188/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -28290,85 +28310,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14831 + "esdbEquipmentInterfaceId": 23705, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:lag-401", + "urn": "pnnlisb2-cr6:2/1/c28/1", "tags": [ - "eqxda3-cr6---eqxda3-ht2:ht-fdd58874:capture::na" + "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12489:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26851 + "esdbEquipmentInterfaceId": 23706, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "eqxda3-cr6:lag-400", + "urn": "pnnlisb2-cr6:2/1/c31/1", "tags": [ - "eqxda3-cr6---eqxda3-ht1:ht-a0a3012a:capture::na" + "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12477:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 26850 - } - ], - "esdbEquipmentId": 1744 - }, - { - "urn": "sand-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.184", - "reservableVlans": [], - "location": "SAND", - "locationId": 277, - "latitude": "32.809037", - "longitude": "-117.135898", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 23707, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "sand-cr6:1/1/c31/1", + "urn": "pnnlisb2-cr6:2/1/c34/1", "tags": [ - "sand-cr6---losa-cr6:bbl-d030958d::ESNET-Z13696:na", - "sand-cr6---losa-cr6:ESNET-Z13696::show:intracloud" + "pnnlisb2-cr6---pnnlemsl-cr6:bbl-8c06207a::ESNET-Z12467:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sand-cr6:losa-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.21/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -28379,188 +28394,179 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13063 + "esdbEquipmentInterfaceId": 23708, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:lag-20", + "urn": "pnnlisb2-cr6:2/1/c8/1", "tags": [ - "sand-cr6---sand-mpr1:mgt-58f6982e:lag-20:ESNET-Z08626:na", - "sand-cr6---sand-mpr1:ESNET-Z08626::show:intracloud", - "sand-cr6---doenet-wapa-px(as65038):l3edge-a013ebf8:site_conn-a_base:show:na", - "sand-cr6---sand-ps:pt-9d15950f:owamp::na" + "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 31, - "ceiling": 918 - }, - { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 - }, { "floor": 2, - "ceiling": 29 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 14947 + "esdbEquipmentInterfaceId": 23686, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:2/1/c14/1", + "urn": "pnnlisb2-cr6:2/1/c9/1", "tags": [ - "sand-cr6---sand-ps:pt-9d15950f:::na", - "sand-cr6---sand-ps:pt-9d15950f:throughput::na" + "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13078 + "esdbEquipmentInterfaceId": 23687, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:1/1/c34/1", + "urn": "pnnlisb2-cr6:lag-20", "tags": [ - "sand-cr6---elpa-cr6:bbl-29b7785e::ESNET-Z10796:na", - "sand-cr6---elpa-cr6:ESNET-Z10796::show:intracloud" + "pnnlisb2-cr6---pnnlisb2-mpr1:mgt-77ee082b:lag-20:ESNET-Z11675:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sand-cr6:elpa-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.193/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 965 }, { - "floor": 7, + "floor": 967, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13064 + "esdbEquipmentInterfaceId": 23709, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:2/1/c31/1", + "urn": "pnnlisb2-cr6:lag-400", "tags": [ - "sand-cr6---elpa-cr6:bbl-29b7785e::ESNET-Z14009:na", - "sand-cr6---elpa-cr6:ESNET-Z14009::show:intracloud" + "pnnlisb2-cr6---pnnlisb2-ht1:ht-ba4be713:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sand-cr6:elpa-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.93/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 401 }, { - "floor": 7, + "floor": 408, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13093 + "esdbEquipmentInterfaceId": 25965, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:2/1/c34/1", + "urn": "pnnlisb2-cr6:lag-401", "tags": [ - "sand-cr6---losa-cr6:bbl-d030958d::ESNET-Z10850:na", - "sand-cr6---losa-cr6:ESNET-Z10850::show:intracloud" + "pnnlisb2-cr6---pnnlisb2-ht2:ht-3f91b5b2:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sand-cr6:losa-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.191/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13094 - }, + "esdbEquipmentInterfaceId": 25966, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2084, + "orchSubscriptionId": null + }, + { + "urn": "pppl-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.217", + "reservableVlans": [], + "location": "PPPL", + "locationId": 614, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "sand-cr6:1/1/c4/1", + "urn": "pppl-cr6:1/1/c2/1", "tags": [ - "sand-cr6---ga-cr6:bbl-be0906c1::ESNET-Z14634:na", - "sand-cr6---ga-cr6:ESNET-Z14634::show:intracloud" + "pppl-cr6---ppploit128-cr6:bbl-8fa95101::ESNET-Z16701:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "sand-cr6:ga-bb-b", - "port": "1/1/c4/1", - "ipv4Address": "134.55.57.8/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -28571,127 +28577,84 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13038 + "esdbEquipmentInterfaceId": 16761, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:2/1/c9/1", + "urn": "pppl-cr6:2/1/c1/1", "tags": [ - "sand-cr6---sand-ht2:ht-70934c50:::na", - "sand-cr6---sand-ht2:ht-70934c50:service1::na" + "pppl-cr6---wash-cr6:bbl-8c7c2df9::ESNET-Z12583:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13073 + "esdbEquipmentInterfaceId": 16772, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:1/1/c8/1", + "urn": "pppl-cr6:2/1/c14/1", "tags": [ - "sand-cr6---sand-ht1:ht-0f3f89da:::na", - "sand-cr6---sand-ht1:ht-0f3f89da:service1::na" + "pppl-cr6---pppl-ps:pt-bd4d5965:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 4090, + "floor": 1112, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 13042 - }, - { - "urn": "sand-cr6:2/1/c8/1", - "tags": [ - "sand-cr6---sand-ht2:ht-70934c50:::na", - "sand-cr6---sand-ht2:ht-70934c50:service1::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 + "ceiling": 910 }, { - "floor": 2, - "ceiling": 4088 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 13072 + "esdbEquipmentInterfaceId": 16780, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:1/1/c9/1", + "urn": "pppl-cr6:2/1/c2/1", "tags": [ - "sand-cr6---sand-ht1:ht-0f3f89da:::na", - "sand-cr6---sand-ht1:ht-0f3f89da:service1::na" + "pppl-cr6---ppploit128-cr6:bbl-8fa95101::ESNET-Z16398:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 - }, - { - "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 13043 - }, - { - "urn": "sand-cr6:2/1/c17/4", - "tags": [ - "sand-cr6---ga-cr6:bbl-3a6bade9::ESNET-Z11484:na", - "sand-cr6---ga-cr6:ESNET-Z11484::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "sand-cr6:ga-bb-a", - "port": "2/1/c17/4", - "ipv4Address": "134.55.57.103/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -28702,85 +28665,107 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13084 + "esdbEquipmentInterfaceId": 16773, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:lag-401", + "urn": "pppl-cr6:2/1/c7/1", "tags": [ - "sand-cr6---sand-ht2:ht-70934c50:capture::na" + "pppl-cr6---PPPL::conn-h:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 7 + }, + { + "floor": 10, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25685 + "esdbEquipmentInterfaceId": 16774, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "sand-cr6:lag-400", + "urn": "pppl-cr6:lag-20", "tags": [ - "sand-cr6---sand-ht1:ht-0f3f89da:capture::na" + "pppl-cr6---pppl-mpr1:mgt-eef4cc96:lag-20:ESNET-Z09178:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 2, + "floor": 1111, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 25684 + "esdbEquipmentInterfaceId": 16845, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1695 + "esdbEquipmentId": 1842, + "orchSubscriptionId": null }, { - "urn": "y12-cr6", + "urn": "ppploit128-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.218", + "ipv4Address": "134.55.200.246", "reservableVlans": [], - "location": "Y12", - "locationId": 615, - "latitude": "35.99531", - "longitude": "-84.23764", + "location": "PPPLOIT128", + "locationId": 661, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "y12-cr6:1/1/c1/1", + "urn": "ppploit128-cr6:1/1/c1/1", "tags": [ - "y12-cr6---ornl1064-cr6:bbl-f80790be::ESNET-Z12544:na", - "y12-cr6---ornl1064-cr6:ESNET-Z12544::show:intracloud" + "ppploit128-cr6---newy32aoa-cr6:bbl-777e3b2a::ESNET-Z16691:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "y12-cr6:ornl1064-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.58.98/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -28791,80 +28776,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16790 + "esdbEquipmentInterfaceId": 28776, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "y12-cr6:1/1/c13/2", + "urn": "ppploit128-cr6:1/1/c2/1", "tags": [ - "y12-cr6---Y12::conn-e:show:na", - "y12-cr6---y12(as65167):l3edge-1fe1dab1:site_conn-e_base:show:na" + "ppploit128-cr6---pppl-cr6:bbl-8fa95101::ESNET-Z16701:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 2115 + "ceiling": 5 }, { - "floor": 2117, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16795 + "esdbEquipmentInterfaceId": 28777, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "y12-cr6:lag-20", + "urn": "ppploit128-cr6:2/1/c1/1", "tags": [ - "y12-cr6---y12-mpr1:mgt-e2a032fb:lag-20:ESNET-Z09181:na", - "y12-cr6---y12-mpr1:ESNET-Z09181::show:intracloud", - "y12-cr6---y12-ps:pt-1fcea296:owamp::na" + "ppploit128-cr6---pppl-cr6:bbl-8fa95101::ESNET-Z16398:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 16847 + "esdbEquipmentInterfaceId": 28788, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "y12-cr6:2/1/c14/1", + "urn": "ppploit128-cr6:2/1/c14/1", "tags": [ - "y12-cr6---y12-ps:pt-1fcea296:::na", - "y12-cr6---y12-ps:pt-1fcea296:throughput::na" + "ppploit128-cr6---ppploit128-ps:pt-28642da0:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 1112, @@ -28879,91 +28864,52 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 16810 + "esdbEquipmentInterfaceId": 28796, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "y12-cr6:lag-12", + "urn": "ppploit128-cr6:2/1/c7/1", "tags": [ - "y12-cr6---Y12::conn-h:show:na" + "ppploit128-cr6---PPPL::conn-i:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, + "ceiling": 22 + }, + { + "floor": 25, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 27058 - } - ], - "esdbEquipmentId": 1843 - }, - { - "urn": "bost-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.178", - "reservableVlans": [], - "location": "BOST", - "locationId": 270, - "latitude": "42.367472", - "longitude": "-71.086401", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ - { - "urn": "bost-cr6:1/1/c31/1", - "tags": [ - "bost-cr6---newy1118th-cr6:bbl-8e112d33::ESNET-Z14430:na", - "bost-cr6---newy1118th-cr6:ESNET-Z14430::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "bost-cr6:newy1118th-bb-d", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.254/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 - }, - { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12615 + "esdbEquipmentInterfaceId": 28790, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:lag-20", + "urn": "ppploit128-cr6:lag-20", "tags": [ - "bost-cr6---bost-mpr1:mgt-9cc5cb0a:lag-20:ESNET-Z08566:na", - "bost-cr6---bost-mpr1:ESNET-Z08566::show:intracloud", - "bost-cr6---bost-ps:pt-4a8cdc6c:owamp::na" + "ppploit128-cr6---ppploit128-mpr1:mgt-d61e9a29:lag-20:ESNET-Z16413:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 20000, "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { "floor": 1111, @@ -28982,56 +28928,71 @@ "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 14927 - }, + "esdbEquipmentInterfaceId": 28800, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2667, + "orchSubscriptionId": null + }, + { + "urn": "sacr-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.183", + "reservableVlans": [], + "location": "SACR", + "locationId": 276, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "bost-cr6:2/1/c14/1", + "urn": "sacr-cr6:1/1/c22/1", "tags": [ - "bost-cr6---bost-ps:pt-4a8cdc6c:::na", - "bost-cr6---bost-ps:pt-4a8cdc6c:throughput::na" + "sacr-cr6---snlca902-cr6:bbl-031bb467::ESNET-Z14808:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12630 + "esdbEquipmentInterfaceId": 12996, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:2/1/c25/1", + "urn": "sacr-cr6:1/1/c25/1", "tags": [ - "bost-cr6---eqxld8-cr6:bbl-9c8a3291::ESNET-Z15699:na", - "bost-cr6---eqxld8-cr6:ESNET-Z15699::show:intracloud" + "sacr-cr6---salt-cr6:bbl-a75a952a::ESNET-Z10871:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bost-cr6:eqxld8-bb-a", - "port": "2/1/c25/1", - "ipv4Address": "134.55.57.48/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29042,27 +29003,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12643 + "esdbEquipmentInterfaceId": 12997, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:1/1/c34/1", + "urn": "sacr-cr6:1/1/c28/1", "tags": [ - "bost-cr6---eqxch2-cr6:bbl-16769fcc::ESNET-Z10745:na", - "bost-cr6---eqxch2-cr6:ESNET-Z10745::show:intracloud" + "sacr-cr6---snlca902-cr6:bbl-031bb467::ESNET-Z14796:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bost-cr6:eqxch2-bb-b", - "port": "1/1/c34/1", - "ipv4Address": "134.55.58.26/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29073,27 +29031,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12616 + "esdbEquipmentInterfaceId": 12998, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:1/1/c25/1", + "urn": "sacr-cr6:1/1/c31/1", "tags": [ - "bost-cr6---cern513-cr6:bbl-28c523ce::ESNET-Z15698:na", - "bost-cr6---cern513-cr6:ESNET-Z15698::show:intracloud" + "sacr-cr6---lbnl50-cr6:bbl-d534f139::ESNET-Z10829:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bost-cr6:cern513-bb-a", - "port": "1/1/c25/1", - "ipv4Address": "134.55.57.32/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29104,27 +29059,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12613 + "esdbEquipmentInterfaceId": 12999, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:2/1/c31/1", + "urn": "sacr-cr6:1/1/c34/1", "tags": [ - "bost-cr6---eqxch2-cr6:bbl-16769fcc::ESNET-Z14521:na", - "bost-cr6---eqxch2-cr6:ESNET-Z14521::show:intracloud" + "sacr-cr6---seat-cr6:bbl-09c50b02::ESNET-Z10865:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bost-cr6:eqxch2-bb-c", - "port": "2/1/c31/1", - "ipv4Address": "134.55.56.170/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29135,55 +29087,112 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12645 + "esdbEquipmentInterfaceId": 13000, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:1/1/c3/1", + "urn": "sacr-cr6:1/1/c8/1", "tags": [ - "bost-cr6---MIT::conn-d:show:na", - "bost-cr6---lns(as65170):l3edge-9fe6d7c5:site_conn-d_base:show:na", - "bost-cr6---mit(as3):l3edge-41508148:conn-d_base:show:na", - "bost-cr6---psfc(as65169):l3edge-e3897998:site_conn-d_base:show:na", - "bost-cr6---mit(as3):l3edge-30c8c612:site_conn-d_l3vpn-lhcone:show:intercloud" + "sacr-cr6---sacr-ht1:ht-f595940a:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2612, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 2607 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12589 + "esdbEquipmentInterfaceId": 12978, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:2/1/c34/1", + "urn": "sacr-cr6:1/1/c9/1", "tags": [ - "bost-cr6---newy1118th-cr6:bbl-8e112d33::ESNET-Z10748:na", - "bost-cr6---newy1118th-cr6:ESNET-Z10748::show:intracloud" + "sacr-cr6---sacr-ht1:ht-f595940a:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12979, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sacr-cr6:2/1/c14/1", + "tags": [ + "sacr-cr6---sacr-ps:pt-a4ec247a:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, { - "urn": "bost-cr6:newy1118th-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.58.28/31" + "floor": 912, + "ceiling": 1110 } ], + "esdbEquipmentInterfaceId": 13014, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sacr-cr6:2/1/c19/1", + "tags": [ + "sacr-cr6---salt-cr6:bbl-a75a952a::ESNET-Z18144:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29194,27 +29203,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12646 + "esdbEquipmentInterfaceId": 13025, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:2/1/c6/1", + "urn": "sacr-cr6:2/1/c22/1", "tags": [ - "bost-cr6---eqxam3-cr6:bbl-de4f9dc8::ESNET-Z13409:na", - "bost-cr6---eqxam3-cr6:ESNET-Z13409::show:intracloud" + "sacr-cr6---seat-cr6:bbl-09c50b02::ESNET-Z14153:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, { - "urn": "bost-cr6:eqxam3-bb-a", - "port": "2/1/c6/1", - "ipv4Address": "134.55.57.69/31" + "floor": 7, + "ceiling": 4095 } ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "esdbEquipmentInterfaceId": 13026, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sacr-cr6:2/1/c25/1", + "tags": [ + "sacr-cr6---salt-cr6:bbl-a75a952a::ESNET-Z14067:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29225,76 +29259,108 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12622 + "esdbEquipmentInterfaceId": 13027, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:2/1/c9/1", + "urn": "sacr-cr6:2/1/c28/1", "tags": [ - "bost-cr6---bost-ht2:ht-f54c5219:::na", - "bost-cr6---bost-ht2:ht-f54c5219:service1::na" + "sacr-cr6---lbnl50-cr6:bbl-d534f139::ESNET-Z14017:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12625 + "esdbEquipmentInterfaceId": 13028, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:1/1/c1/1", + "urn": "sacr-cr6:2/1/c31/1", "tags": [ - "bost-cr6---NOX::conn-c:show:na", - "bost-cr6---nox(as10578):l3edge-f26b1cfe:conn-c_base:show:na", - "bost-cr6---net2(as1929):l3edge-b49f92eb:site_conn-c_l3vpn-lhcone:show:intercloud" + "sacr-cr6---lbnl50-cr6:bbl-d534f139::ESNET-Z12403:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 3022, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13029, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sacr-cr6:2/1/c34/1", + "tags": [ + "sacr-cr6---snlca902-cr6:bbl-031bb467::ESNET-Z14865:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ { "floor": 2, - "ceiling": 2995 + "ceiling": 5 }, { - "floor": 2997, - "ceiling": 3020 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12587 + "esdbEquipmentInterfaceId": 13030, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:1/1/c8/1", + "urn": "sacr-cr6:2/1/c8/1", "tags": [ - "bost-cr6---bost-ht1:ht-c41c33ee:::na", - "bost-cr6---bost-ht1:ht-c41c33ee:service1::na" + "sacr-cr6---sacr-ht2:ht-cae994c8:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -29305,21 +29371,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12594 + "esdbEquipmentInterfaceId": 13008, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:2/1/c8/1", + "urn": "sacr-cr6:2/1/c9/1", "tags": [ - "bost-cr6---bost-ht2:ht-f54c5219:::na", - "bost-cr6---bost-ht2:ht-f54c5219:service1::na" + "sacr-cr6---sacr-ht2:ht-cae994c8:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -29330,155 +29399,191 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12624 + "esdbEquipmentInterfaceId": 13009, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:1/1/c9/1", + "urn": "sacr-cr6:lag-20", "tags": [ - "bost-cr6---bost-ht1:ht-c41c33ee:::na", - "bost-cr6---bost-ht1:ht-c41c33ee:service1::na" + "sacr-cr6---sacr-mpr1:mgt-addba690:lag-20:ESNET-Z08650:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, + "floor": 31, + "ceiling": 918 + }, + { + "floor": 1111, "ceiling": 4095 }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + }, { "floor": 2, - "ceiling": 4088 + "ceiling": 29 } ], - "esdbEquipmentInterfaceId": 12595 + "esdbEquipmentInterfaceId": 14955, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:lag-401", + "urn": "sacr-cr6:lag-400", "tags": [ - "bost-cr6---bost-ht2:ht-f54c5219:capture::na" + "sacr-cr6---sacr-ht1:ht-f595940a:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25725 + "esdbEquipmentInterfaceId": 25718, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bost-cr6:lag-400", + "urn": "sacr-cr6:lag-401", "tags": [ - "bost-cr6---bost-ht1:ht-c41c33ee:capture::na" + "sacr-cr6---sacr-ht2:ht-cae994c8:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, + "ceiling": 399 + }, + { + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25724 + "esdbEquipmentInterfaceId": 25719, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1685 + "esdbEquipmentId": 1693, + "orchSubscriptionId": null }, { - "urn": "bnl515b-cr6", + "urn": "salt-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.201", + "ipv4Address": "134.55.200.190", "reservableVlans": [], - "location": "BNL515B", - "locationId": 598, - "latitude": "40.8661116", - "longitude": "-72.8709471", + "location": "SALT", + "locationId": 284, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "bnl515b-cr6:1/1/c1/1", + "urn": "salt-cr6:1/1/c19/1", "tags": [ - "bnl515b-cr6---BNL::conn-n:show:na" + "salt-cr6---sacr-cr6:bbl-a75a952a::ESNET-Z18144:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14319 + "esdbEquipmentInterfaceId": 13445, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515b-cr6:lag-20", + "urn": "salt-cr6:1/1/c22/1", "tags": [ - "bnl515b-cr6---bnl515b-mpr1:mgt-03a68be8:lag-20:ESNET-Z08560:na", - "bnl515b-cr6---bnl515b-mpr1:ESNET-Z08560::show:intracloud" + "salt-cr6---lasv-cr6:bbl-c133c652::ESNET-Z18073:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14925 + "esdbEquipmentInterfaceId": 13446, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515b-cr6:2/1/c34/1", + "urn": "salt-cr6:1/1/c25/1", "tags": [ - "bnl515b-cr6---bnl515-cr6:bbl-18d52e9d::ESNET-Z08767:na", - "bnl515b-cr6---bnl515-cr6:ESNET-Z08767::show:intracloud" + "salt-cr6---bois-cr6:bbl-b00f50e6::ESNET-Z14700:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "bnl515b-cr6:bnl515-bb-a", - "port": "2/1/c34/1", - "ipv4Address": "134.55.56.191/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29489,71 +29594,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14378 + "esdbEquipmentInterfaceId": 13447, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "bnl515b-cr6:1/1/c17/2", + "urn": "salt-cr6:1/1/c28/1", "tags": [ - "bnl515b-cr6---ESNET::conn-aq:show:na", - "bnl515b-cr6---esnet-services(as65291):manual:conn-aq_base:show:na", - "bnl515b-cr6---esnet(as65291):l3edge-88c6fbfb:site_conn-aq_ipt:show:na" + "salt-cr6---sacr-cr6:bbl-a75a952a::ESNET-Z10871:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 2616, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 2613 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14336 - } - ], - "esdbEquipmentId": 1721 - }, - { - "urn": "denv-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.170", - "reservableVlans": [], - "location": "DENV", - "locationId": 273, - "latitude": "39.745838", - "longitude": "-104.979509", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13448, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "denv-cr6:1/1/c31/1", + "urn": "salt-cr6:1/1/c31/1", "tags": [ - "denv-cr6---albq-cr6:bbl-ab203166::ESNET-Z10697:na", - "denv-cr6---albq-cr6:ESNET-Z10697::show:intracloud" + "salt-cr6---denv-cr6:bbl-32fd0ab8::ESNET-Z10790:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "denv-cr6:albq-bb-c", - "port": "1/1/c31/1", - "ipv4Address": "134.55.56.63/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29564,176 +29650,168 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12807 + "esdbEquipmentInterfaceId": 13449, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:lag-20", + "urn": "salt-cr6:1/1/c34/1", "tags": [ - "denv-cr6---denv-mpr1:mgt-3b95f415:lag-20:ESNET-Z08611:na", - "denv-cr6---denv-mpr1:ESNET-Z08611::show:intracloud", - "denv-cr6---doenet-wapa-lw(as65033):l3edge-c45bd4a4:site_conn-b_base:show:na", - "denv-cr6---denv-ps:pt-f5a8fee7:owamp::na" + "salt-cr6---denv-cr6:bbl-32fd0ab8::ESNET-Z14030:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 31, - "ceiling": 918 + "floor": 2, + "ceiling": 5 }, { - "floor": 1111, + "floor": 7, "ceiling": 4095 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 - }, - { - "floor": 2, - "ceiling": 29 } ], - "esdbEquipmentInterfaceId": 14942 + "esdbEquipmentInterfaceId": 13450, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c14/1", + "urn": "salt-cr6:1/1/c8/1", "tags": [ - "denv-cr6---denv-ps:pt-f5a8fee7:::na", - "denv-cr6---denv-ps:pt-f5a8fee7:throughput::na" + "salt-cr6---salt-ht1:ht-feb93224:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1112, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 910 - }, - { - "floor": 912, - "ceiling": 1110 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12822 + "esdbEquipmentInterfaceId": 13428, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c25/1", + "urn": "salt-cr6:1/1/c9/1", "tags": [ - "denv-cr6---kans-cr6:bbl-9e99b61a::ESNET-Z14012:na", - "denv-cr6---kans-cr6:ESNET-Z14012::show:intracloud" + "salt-cr6---salt-ht1:ht-feb93224:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "denv-cr6:kans-bb-e", - "port": "2/1/c25/1", - "ipv4Address": "134.55.56.106/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12835 + "esdbEquipmentInterfaceId": 13429, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:1/1/c34/1", + "urn": "salt-cr6:2/1/c14/1", "tags": [ - "denv-cr6---kans-cr6:bbl-9e99b61a::ESNET-Z10787:na", - "denv-cr6---kans-cr6:ESNET-Z10787::show:intracloud" + "salt-cr6---salt-ps:pt-147cc775:::na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "denv-cr6:kans-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.57.34/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, { "floor": 2, - "ceiling": 5 + "ceiling": 910 }, { - "floor": 7, - "ceiling": 4095 + "floor": 912, + "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 12808 + "esdbEquipmentInterfaceId": 13464, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c3/1", + "urn": "salt-cr6:2/1/c17/2", "tags": [ - "denv-cr6---nrelrsf-cr6:bbl-17115f47::ESNET-Z12560:na" + "salt-cr6---FABRIC::conn-e:show:na" ], "capabilities": [ - "ETHERNET" + "ETHERNET", + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, + "ceiling": 1009 + }, + { + "floor": 1011, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12811 + "esdbEquipmentInterfaceId": 13468, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c31/1", + "urn": "salt-cr6:2/1/c19/1", "tags": [ - "denv-cr6---kans-cr6:bbl-9e99b61a::ESNET-Z10904:na", - "denv-cr6---kans-cr6:ESNET-Z10904::show:intracloud" + "salt-cr6---bois-cr6:bbl-b00f50e6::ESNET-Z18140:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "denv-cr6:kans-bb-d", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.172/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29744,52 +29822,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12837 - }, - { - "urn": "denv-cr6:1/1/c17/3", - "tags": [ - "denv-cr6---557WW::conn-d:show:na", - "denv-cr6---ww557(as65066):l3edge-a103e309:site_conn-d_base:show:na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 2999 - }, - { - "floor": 3001, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12797 + "esdbEquipmentInterfaceId": 13475, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:1/1/c3/1", + "urn": "salt-cr6:2/1/c22/1", "tags": [ - "denv-cr6---nrelrsf-cr6:bbl-17115f47::ESNET-Z12560:na", - "denv-cr6---nrelrsf-cr6:ESNET-Z12560::show:intracloud" + "salt-cr6---denv-cr6:bbl-32fd0ab8::ESNET-Z18141:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "denv-cr6:nrelrsf-bb-a", - "port": "1/1/c3/1", - "ipv4Address": "134.55.58.108/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29800,27 +29850,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12781 + "esdbEquipmentInterfaceId": 13476, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c34/1", + "urn": "salt-cr6:2/1/c25/1", "tags": [ - "denv-cr6---salt-cr6:bbl-32fd0ab8::ESNET-Z10790:na", - "denv-cr6---salt-cr6:ESNET-Z10790::show:intracloud" + "salt-cr6---lasv-cr6:bbl-c133c652::ESNET-Z14706:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "denv-cr6:salt-bb-b", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.200/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29831,27 +29878,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12838 + "esdbEquipmentInterfaceId": 13477, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:1/1/c28/1", + "urn": "salt-cr6:2/1/c28/1", "tags": [ - "denv-cr6---salt-cr6:bbl-32fd0ab8::ESNET-Z14030:na", - "denv-cr6---salt-cr6:ESNET-Z14030::show:intracloud" + "salt-cr6---sacr-cr6:bbl-a75a952a::ESNET-Z14067:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "denv-cr6:salt-bb-c", - "port": "1/1/c28/1", - "ipv4Address": "134.55.56.96/31" - } - ], + "ifces": [], "reservableIngressBw": 400000, "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -29862,82 +29906,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12806 + "esdbEquipmentInterfaceId": 13478, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:1/1/c5/1", + "urn": "salt-cr6:2/1/c31/1", "tags": [ - "denv-cr6---FRGP::conn-b:show:na", - "denv-cr6---frgp(as14041):l3edge-997bf516:conn-b_base:show:na", - "denv-cr6---frgp(as14041):l3edge-ad918f3f:conn-b_base:show:na" + "salt-cr6---lasv-cr6:bbl-c133c652::ESNET-Z10826:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, - "ceiling": 898 + "ceiling": 5 }, { - "floor": 901, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12783 + "esdbEquipmentInterfaceId": 13479, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:1/1/c6/1", + "urn": "salt-cr6:2/1/c34/1", "tags": [ - "denv-cr6---denv-dtn1:dtn-ab927292:::na", - "denv-cr6---denv-dtn1:dtn-ab927292:throughput::na" + "salt-cr6---bois-cr6:bbl-b00f50e6::ESNET-Z10739:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 913, - "ceiling": 915 - }, { "floor": 2, - "ceiling": 911 + "ceiling": 5 }, { - "floor": 917, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12784 + "esdbEquipmentInterfaceId": 13480, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c6/1", + "urn": "salt-cr6:2/1/c7/1", "tags": [ - "denv-cr6---lanlta50-cr6:bbl-f2ccbf4a::ESNET-Z13372:na", - "denv-cr6---lanlta50-cr6:ESNET-Z13372::show:intracloud" + "salt-cr6---inlerob-cr6:bbl-256aab3b::ESNET-Z14440:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "denv-cr6:lanlta50-bb-a", - "port": "2/1/c6/1", - "ipv4Address": "134.55.58.155/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -29948,21 +29990,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 12814 + "esdbEquipmentInterfaceId": 13457, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c9/1", + "urn": "salt-cr6:2/1/c8/1", "tags": [ - "denv-cr6---denv-ht2:ht-724df73a:::na", - "denv-cr6---denv-ht2:ht-724df73a:service1::na" + "salt-cr6---salt-ht2:ht-934216a7:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -29973,21 +30018,24 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12817 + "esdbEquipmentInterfaceId": 13458, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:1/1/c8/1", + "urn": "salt-cr6:2/1/c9/1", "tags": [ - "denv-cr6---denv-ht1:ht-2460d1fa:::na", - "denv-cr6---denv-ht1:ht-2460d1fa:service1::na" + "salt-cr6---salt-ht2:ht-934216a7:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 4090, @@ -29998,197 +30046,139 @@ "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 12786 + "esdbEquipmentInterfaceId": 13459, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:2/1/c8/1", + "urn": "salt-cr6:lag-20", "tags": [ - "denv-cr6---denv-ht2:ht-724df73a:::na", - "denv-cr6---denv-ht2:ht-724df73a:service1::na" + "salt-cr6---salt-mpr1:mgt-71a041c5:lag-20:ESNET-Z08620:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 967, + "ceiling": 1019 }, { - "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 12816 - }, - { - "urn": "denv-cr6:1/1/c9/1", - "tags": [ - "denv-cr6---denv-ht1:ht-2460d1fa:::na", - "denv-cr6---denv-ht1:ht-2460d1fa:service1::na" - ], - "capabilities": [ - "ETHERNET", - "EDGE" - ], - "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, - "reservableVlans": [ - { - "floor": 4090, + "floor": 1111, "ceiling": 4095 }, { "floor": 2, - "ceiling": 4088 - } - ], - "esdbEquipmentInterfaceId": 12787 - }, - { - "urn": "denv-cr6:2/1/c28/1", - "tags": [ - "denv-cr6---albq-cr6:bbl-ab203166::ESNET-Z14014:na", - "denv-cr6---albq-cr6:ESNET-Z14014::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "denv-cr6:albq-bb-d", - "port": "2/1/c28/1", - "ipv4Address": "134.55.56.15/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 + "ceiling": 918 }, { - "floor": 7, - "ceiling": 4095 - } - ], - "esdbEquipmentInterfaceId": 12836 - }, - { - "urn": "denv-cr6:2/1/c17/4", - "tags": [ - "denv-cr6---nrelesif-cr6:bbl-0ee6558c::ESNET-Z12558:na", - "denv-cr6---nrelesif-cr6:ESNET-Z12558::show:intracloud" - ], - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "denv-cr6:nrelesif-bb-a", - "port": "2/1/c17/4", - "ipv4Address": "134.55.58.110/31" - } - ], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, - "reservableVlans": [ - { - "floor": 2, - "ceiling": 5 + "floor": 920, + "ceiling": 965 }, { - "floor": 7, - "ceiling": 4095 + "floor": 1021, + "ceiling": 1109 } ], - "esdbEquipmentInterfaceId": 12828 + "esdbEquipmentInterfaceId": 14945, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:lag-401", + "urn": "salt-cr6:lag-400", "tags": [ - "denv-cr6---denv-ht2:ht-724df73a:capture::na" + "salt-cr6---salt-ht1:ht-feb93224:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { - "floor": 2, + "floor": 402, + "ceiling": 403 + }, + { + "floor": 406, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 } ], - "esdbEquipmentInterfaceId": 25753 + "esdbEquipmentInterfaceId": 25692, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "denv-cr6:lag-400", + "urn": "salt-cr6:lag-401", "tags": [ - "denv-cr6---denv-ht1:ht-2460d1fa:capture::na" + "salt-cr6---salt-ht2:ht-934216a7:capture::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 200000, "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25752 + "esdbEquipmentInterfaceId": 25693, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" } ], - "esdbEquipmentId": 1690 + "esdbEquipmentId": 1705, + "orchSubscriptionId": null }, { - "urn": "lbnl59qa-cr6a", + "urn": "sand-cr6", "model": "ALCATEL_SR7750", "type": "ROUTER", - "ipv4Address": "134.55.200.244", + "ipv4Address": "134.55.200.184", "reservableVlans": [], - "location": "LBNL59QA", - "locationId": 637, - "latitude": "37.8759845", - "longitude": "-122.2500142", + "location": "SAND", + "locationId": 277, + "latitude": "0.0", + "longitude": "0.0", "capabilities": [ "ETHERNET", "MPLS" ], "ports": [ { - "urn": "lbnl59qa-cr6a:1/1/c1/1", + "urn": "sand-cr6:1/1/c25/1", "tags": [ - "lbnl59qa-cr6a---lbnl59-cr6:bbl-ddac996f::ESNET-Z11396:na", - "lbnl59qa-cr6a---lbnl59-cr6:ESNET-Z11396::show:intracloud" + "sand-cr6---elpa-cr6:bbl-29b7785e::ESNET-Z17644:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lbnl59qa-cr6a:lbnl59-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.128/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -30199,89 +30189,52 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22630 + "esdbEquipmentInterfaceId": 13061, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lbnl59qa-cr6a:lag-20", + "urn": "sand-cr6:1/1/c31/1", "tags": [ - "lbnl59qa-cr6a---lbnl59qa-mpr1:mgt-53bf7431:lag-20:ESNET-Z14076:na", - "lbnl59qa-cr6a---lbnl59qa-mpr1:ESNET-Z14076::show:intracloud", - "lbnl59qa-base--qa-gw:gw::na", - "lbnl59qa-cr6a---esnet-services(as64922):l3edge-4c330749:site_conn-n_base:show:na", - "lbnl59qa--qa-gw:gw::na" + "sand-cr6---losa-cr6:bbl-d030958d::ESNET-Z13696:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 967, - "ceiling": 1921 - }, { "floor": 2, - "ceiling": 921 - }, - { - "floor": 1923, - "ceiling": 1923 - }, - { - "floor": 923, - "ceiling": 923 - }, - { - "floor": 925, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 1925, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25796 - } - ], - "esdbEquipmentId": 2036 - }, - { - "urn": "inlerob-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.222", - "reservableVlans": [], - "location": "INLEROB", - "locationId": 625, - "latitude": "43.51763", - "longitude": "-112.04925", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13063, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "inlerob-cr6:2/1/c7/1", + "urn": "sand-cr6:1/1/c34/1", "tags": [ - "inlerob-cr6---salt-cr6:bbl-256aab3b::ESNET-Z14440:na", - "inlerob-cr6---salt-cr6:ESNET-Z14440::show:intracloud" + "sand-cr6---elpa-cr6:bbl-29b7785e::ESNET-Z10796:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "inlerob-cr6:salt-bb-a", - "port": "2/1/c7/1", - "ipv4Address": "134.55.56.83/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -30292,27 +30245,24 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22201 + "esdbEquipmentInterfaceId": 13064, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "inlerob-cr6:1/1/c1/1", + "urn": "sand-cr6:1/1/c4/1", "tags": [ - "inlerob-cr6---inleil-cr6:bbl-c40704a5::ESNET-Z13303:na", - "inlerob-cr6---inleil-cr6:ESNET-Z13303::show:intracloud" + "sand-cr6---ga-cr6:bbl-be0906c1::ESNET-Z14634:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "inlerob-cr6:inleil-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.32/31" - } - ], + "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, @@ -30323,90 +30273,80 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 22187 + "esdbEquipmentInterfaceId": 13038, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "inlerob-cr6:1/1/c13/2", + "urn": "sand-cr6:1/1/c8/1", "tags": [ - "inlerob-cr6---INL::conn-h:show:na", - "inlerob-cr6---doenet-id(as65028):l3edge-01da1e4a:site_conn-h_base:show:na", - "inlerob-cr6---inl(as14702):l3edge-0180c439:site_conn-h_base:show:na", - "inlerob-cr6---inl(as14702):l3edge-747a625a:site_conn-h_base:show:na" + "sand-cr6---sand-ht1:ht-0f3f89da:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 1523 - }, - { - "floor": 1525, - "ceiling": 1525 - }, - { - "floor": 3959, + "floor": 4090, "ceiling": 4095 }, { - "floor": 1527, - "ceiling": 3957 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22192 + "esdbEquipmentInterfaceId": 13042, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "inlerob-cr6:lag-20", + "urn": "sand-cr6:1/1/c9/1", "tags": [ - "inlerob-cr6---inlerob-mpr1:mgt-9645f344:lag-20:ESNET-Z11273:na", - "inlerob-cr6---inlerob-mpr1:ESNET-Z11273::show:intracloud", - "inlerob-cr6---inlerob-ps:pt-e7e386d2:owamp::na" + "sand-cr6---sand-ht1:ht-0f3f89da:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 1111, + "floor": 4090, "ceiling": 4095 }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 - }, - { - "floor": 967, - "ceiling": 1109 + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 22211 + "esdbEquipmentInterfaceId": 13043, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "inlerob-cr6:2/1/c14/1", + "urn": "sand-cr6:2/1/c14/1", "tags": [ - "inlerob-cr6---inlerob-ps:pt-e7e386d2:::na", - "inlerob-cr6---inlerob-ps:pt-e7e386d2:throughput::na" + "sand-cr6---sand-ps:pt-9d15950f:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 1112, @@ -30421,45 +30361,24 @@ "ceiling": 1110 } ], - "esdbEquipmentInterfaceId": 22207 - } - ], - "esdbEquipmentId": 2021 - }, - { - "urn": "lasv-cr6", - "model": "ALCATEL_SR7750", - "type": "ROUTER", - "ipv4Address": "134.55.200.186", - "reservableVlans": [], - "location": "LASV", - "locationId": 279, - "latitude": "36.23704", - "longitude": "-115.117311", - "capabilities": [ - "ETHERNET", - "MPLS" - ], - "ports": [ + "esdbEquipmentInterfaceId": 13078, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, { - "urn": "lasv-cr6:1/1/c31/1", + "urn": "sand-cr6:2/1/c17/4", "tags": [ - "lasv-cr6---losa-cr6:bbl-fc13de87::ESNET-Z10823:na", - "lasv-cr6---losa-cr6:ESNET-Z10823::show:intracloud" + "sand-cr6---ga-cr6:bbl-3a6bade9::ESNET-Z11484:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lasv-cr6:losa-bb-b", - "port": "1/1/c31/1", - "ipv4Address": "134.55.57.178/31" - } - ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, @@ -30470,284 +30389,359 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13191 + "esdbEquipmentInterfaceId": 13084, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:lag-20", + "urn": "sand-cr6:2/1/c31/1", "tags": [ - "lasv-cr6---lasv-mpr1:mgt-2323ee67:lag-20:ESNET-Z08623:na", - "lasv-cr6---lasv-mpr1:ESNET-Z08623::show:intracloud", - "lasv-cr6---lasv-ps:pt-b4987d85:owamp::na" + "sand-cr6---elpa-cr6:bbl-29b7785e::ESNET-Z14009:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 20000, - "reservableEgressBw": 20000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1111, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 918 - }, - { - "floor": 920, - "ceiling": 965 + "ceiling": 5 }, { - "floor": 967, - "ceiling": 1109 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 14946 + "esdbEquipmentInterfaceId": 13093, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:2/1/c14/1", + "urn": "sand-cr6:2/1/c34/1", "tags": [ - "lasv-cr6---lasv-ps:pt-b4987d85:::na", - "lasv-cr6---lasv-ps:pt-b4987d85:throughput::na" + "sand-cr6---losa-cr6:bbl-d030958d::ESNET-Z10850:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ - { - "floor": 1112, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 910 + "ceiling": 5 }, { - "floor": 912, - "ceiling": 1110 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13206 + "esdbEquipmentInterfaceId": 13094, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:1/1/c34/1", + "urn": "sand-cr6:2/1/c8/1", "tags": [ - "lasv-cr6---salt-cr6:bbl-35e9a968::ESNET-Z14706:na", - "lasv-cr6---salt-cr6:ESNET-Z14706::show:intracloud" + "sand-cr6---sand-ht2:ht-70934c50:::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, { - "urn": "lasv-cr6:salt-bb-c", - "port": "1/1/c34/1", - "ipv4Address": "134.55.56.74/31" + "floor": 2, + "ceiling": 4088 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 13072, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sand-cr6:2/1/c9/1", + "tags": [ + "sand-cr6---sand-ht2:ht-70934c50:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 5 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 7, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13192 + "esdbEquipmentInterfaceId": 13073, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:1/1/c17/4", + "urn": "sand-cr6:lag-20", "tags": [ - "lasv-cr6---DOE-NNSA-IARC::conn-f:show:na", - "lasv-cr6---doe-nnsa-iarc(as36288):l3edge-3fe0a884:site_conn-f_base:show:na", - "lasv-cr6---doe-nnsa-iarc(as36288):l3edge-f825a0a8:site_conn-f_base:show:na" + "sand-cr6---sand-mpr1:mgt-58f6982e:lag-20:ESNET-Z08626:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, "reservableVlans": [ { - "floor": 1704, + "floor": 31, + "ceiling": 918 + }, + { + "floor": 1111, "ceiling": 4095 }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + }, { "floor": 2, - "ceiling": 1701 + "ceiling": 29 } ], - "esdbEquipmentInterfaceId": 13182 + "esdbEquipmentInterfaceId": 14947, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:2/1/c31/1", + "urn": "sand-cr6:lag-400", "tags": [ - "lasv-cr6---salt-cr6:bbl-c133c652::ESNET-Z10826:na", - "lasv-cr6---salt-cr6:ESNET-Z10826::show:intracloud" + "sand-cr6---sand-ht1:ht-0f3f89da:capture::na" ], "capabilities": [ "ETHERNET", - "MPLS" + "EDGE", + "TAGGED" ], - "ifces": [ + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ { - "urn": "lasv-cr6:salt-bb-b", - "port": "2/1/c31/1", - "ipv4Address": "134.55.57.216/31" + "floor": 2, + "ceiling": 4095 } ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "esdbEquipmentInterfaceId": 25684, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sand-cr6:lag-401", + "tags": [ + "sand-cr6---sand-ht2:ht-70934c50:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 399 }, { - "floor": 7, + "floor": 402, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13221 - }, + "esdbEquipmentInterfaceId": 25685, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1695, + "orchSubscriptionId": null + }, + { + "urn": "seat-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.191", + "reservableVlans": [], + "location": "SEAT", + "locationId": 286, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ { - "urn": "lasv-cr6:1/1/c17/3", + "urn": "seat-cr6:1/1/c13/1", "tags": [ - "lasv-cr6---LANL-NNSS::conn-b:show:na", - "lasv-cr6---lanl-nnss(as65004):l3edge-928646dd:site_conn-b_base:show:na" + "seat-cr6---DREN::conn-c:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { "floor": 2, - "ceiling": 599 + "ceiling": 3845 }, { - "floor": 601, + "floor": 3847, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13181 + "esdbEquipmentInterfaceId": 13497, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:2/1/c34/1", + "urn": "seat-cr6:1/1/c17/2", "tags": [ - "lasv-cr6---losa-cr6:bbl-89167da2::ESNET-Z14708:na", - "lasv-cr6---losa-cr6:ESNET-Z14708::show:intracloud" + "seat-cr6---FABRIC::conn-af:show:na" ], "capabilities": [ "ETHERNET", - "MPLS" - ], - "ifces": [ - { - "urn": "lasv-cr6:losa-bb-c", - "port": "2/1/c34/1", - "ipv4Address": "134.55.57.26/31" - } + "EDGE", + "TAGGED" ], - "reservableIngressBw": 400000, - "reservableEgressBw": 400000, + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 5 + "ceiling": 1009 }, { - "floor": 7, + "floor": 1011, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13222 + "esdbEquipmentInterfaceId": 13502, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:1/1/c17/2", + "urn": "seat-cr6:1/1/c17/3", "tags": [ - "lasv-cr6---DOE-NNSA-LASV::conn-a:show:na", - "lasv-cr6---doe-nnsa-lasv(as65173):l3edge-2051104b:site_conn-a_base:show:na" + "seat-cr6---netlalb-cr6:bbl-50fa8875::ESNET-Z12529:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 1799 + "ceiling": 5 }, { - "floor": 1801, + "floor": 7, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13180 + "esdbEquipmentInterfaceId": 13503, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:2/1/c9/1", + "urn": "seat-cr6:1/1/c22/1", "tags": [ - "lasv-cr6---lasv-ht2:ht-95bee280:::na", - "lasv-cr6---lasv-ht2:ht-95bee280:service1::na" + "seat-cr6---pnnlemsl-cr6:bbl-ce0033d0::ESNET-Z11749:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13201 + "esdbEquipmentInterfaceId": 13510, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:1/1/c1/1", + "urn": "seat-cr6:1/1/c25/1", "tags": [ - "lasv-cr6---nnss-cr6:bbl-1118c475::ESNET-Z13319:na", - "lasv-cr6---nnss-cr6:ESNET-Z13319::show:intracloud" + "seat-cr6---sacr-cr6:bbl-09c50b02::ESNET-Z14153:na" ], "capabilities": [ "ETHERNET", + "TAGGED", "MPLS" ], - "ifces": [ - { - "urn": "lasv-cr6:nnss-bb-a", - "port": "1/1/c1/1", - "ipv4Address": "134.55.56.36/31" - } - ], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, @@ -30758,7751 +30752,11013 @@ "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13163 + "esdbEquipmentInterfaceId": 13511, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:1/1/c8/1", + "urn": "seat-cr6:1/1/c28/1", "tags": [ - "lasv-cr6---lasv-ht1:ht-4cca3fff:::na", - "lasv-cr6---lasv-ht1:ht-4cca3fff:service1::na" + "seat-cr6---bois-cr6:bbl-80877151::ESNET-Z10895:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13170 + "esdbEquipmentInterfaceId": 13512, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:2/1/c8/1", + "urn": "seat-cr6:1/1/c31/1", "tags": [ - "lasv-cr6---lasv-ht2:ht-95bee280:::na", - "lasv-cr6---lasv-ht2:ht-95bee280:service1::na" + "seat-cr6---sacr-cr6:bbl-09c50b02::ESNET-Z10865:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "TAGGED", + "MPLS" ], "ifces": [], - "reservableIngressBw": 100000, - "reservableEgressBw": 100000, + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { - "floor": 4090, - "ceiling": 4095 + "floor": 2, + "ceiling": 5 }, { - "floor": 2, - "ceiling": 4088 + "floor": 7, + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13200 + "esdbEquipmentInterfaceId": 13513, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:1/1/c9/1", + "urn": "seat-cr6:1/1/c5/1", "tags": [ - "lasv-cr6---lasv-ht1:ht-4cca3fff:::na", - "lasv-cr6---lasv-ht1:ht-4cca3fff:service1::na" + "seat-cr6---PNNL::conn-o:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 100000, "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ - { - "floor": 4090, - "ceiling": 4095 - }, { "floor": 2, - "ceiling": 4088 + "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13171 + "esdbEquipmentInterfaceId": 13489, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:2/1/c17/2", + "urn": "seat-cr6:1/1/c6/1", "tags": [ - "lasv-cr6---DOE-NNSA-IARC::conn-e:show:na", - "lasv-cr6---doe-nnsa-iarc(as36288):l3edge-ad09a322:site_conn-e_base:show:na", - "lasv-cr6---doe-nnsa-iarc(as36288):l3edge-a3ae7458:site_conn-e_base:show:na" + "seat-cr6---PNNL::conn-q:show:na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], "reservableIngressBw": 10000, "reservableEgressBw": 10000, + "reservableBw": 10000, "reservableVlans": [ { "floor": 2, - "ceiling": 1699 + "ceiling": 964 }, { - "floor": 1702, + "floor": 966, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 13210 + "esdbEquipmentInterfaceId": 13490, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:2/1/c17/4", + "urn": "seat-cr6:1/1/c8/1", "tags": [ - "lasv-cr6---DOE-NNSA-LASV::conn-b:show:na", - "lasv-cr6---doe-nnsa-lasv(as65173):l3edge-b19f524d:site_conn-b_base:show:na" + "seat-cr6---seat-ht1:ht-d31efccf:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 10000, - "reservableEgressBw": 10000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, - "ceiling": 1800 + "floor": 4090, + "ceiling": 4095 }, { - "floor": 1802, - "ceiling": 4095 + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 13212 + "esdbEquipmentInterfaceId": 13492, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:lag-401", + "urn": "seat-cr6:1/1/c9/1", "tags": [ - "lasv-cr6---lasv-ht2:ht-95bee280:capture::na" + "seat-cr6---seat-ht1:ht-d31efccf:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, "reservableVlans": [ { - "floor": 2, + "floor": 4090, "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 } ], - "esdbEquipmentInterfaceId": 25691 + "esdbEquipmentInterfaceId": 13493, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" }, { - "urn": "lasv-cr6:lag-400", + "urn": "seat-cr6:2/1/c14/1", "tags": [ - "lasv-cr6---lasv-ht1:ht-4cca3fff:capture::na" + "seat-cr6---seat-ps:pt-fcaf994e:::na" ], "capabilities": [ "ETHERNET", - "EDGE" + "EDGE", + "TAGGED" ], "ifces": [], - "reservableIngressBw": 200000, - "reservableEgressBw": 200000, + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 13528, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "seat-cr6:2/1/c22/1", + "tags": [ + "seat-cr6---PWAVE-SEATTLE::conn-c:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, "reservableVlans": [ { "floor": 2, + "ceiling": 705 + }, + { + "floor": 952, + "ceiling": 960 + }, + { + "floor": 841, + "ceiling": 950 + }, + { + "floor": 780, + "ceiling": 813 + }, + { + "floor": 1039, + "ceiling": 1101 + }, + { + "floor": 962, + "ceiling": 1036 + }, + { + "floor": 708, + "ceiling": 775 + }, + { + "floor": 815, + "ceiling": 815 + }, + { + "floor": 817, + "ceiling": 827 + }, + { + "floor": 829, + "ceiling": 839 + }, + { + "floor": 1103, + "ceiling": 1456 + }, + { + "floor": 1458, "ceiling": 4095 } ], - "esdbEquipmentInterfaceId": 25690 - } - ], - "esdbEquipmentId": 1698 - } - ], - "problems": [ - { - "device": "lbnl59-cr6", - "description": "lag lag-21 missing from ESDB or NSO. description: lbnl59-cr6--lbnl59dev-mpr1::ESNET-Z11449:show:na", - "severity": "MAJOR" - }, - { - "device": "lbnl59-cr6", - "description": "port 1/1/c18/2 missing from ESDB or NSO. description: lbnl59-cr6---LBNL59-Sinkhole::conn-a:show:na", - "severity": "MAJOR" - }, - { - "device": "lbnl59-cr6", - "description": "port 2/1/c17/4 missing from ESDB or NSO. description: lbnl59-cr6---lbl-pt1:pt-d7ae6c20:::na", - "severity": "MAJOR" - }, - { - "device": "lbnl59-cr6", - "description": "port 2/1/c3/1 missing from ESDB or NSO. description: lbnl59-cr6---lbnl59-cache1::ESNET-Z14007::na", - "severity": "MAJOR" - }, - { - "device": "lbnl59-cr6", - "description": "port 2/1/c5/1 missing from ESDB or NSO. description: null", - "severity": "MAJOR" - }, - { - "device": "fnalgcc-cr6", - "description": "port 1/1/c19/1 missing from ESDB or NSO. description: fnalgcc-cr6---FNAL::conn-ac:show:na", - "severity": "MAJOR" - }, - { - "device": "fnalgcc-cr6", - "description": "port 2/1/c19/1 missing from ESDB or NSO. description: fnalgcc-cr6---FNAL::conn-ad:show:na", - "severity": "MAJOR" - }, - { - "device": "eqxsv5-cr6", - "description": "lag lag-30 missing from ESDB or NSO. description: eqxsv5-cr6---eqxsv5-pce::ESNET-Z08557:na", - "severity": "MAJOR" - }, - { - "device": "sunn-cr6", - "description": "port 2/1/c17/3 missing from ESDB or NSO. description: sunn-cr6---sunn-dtn::ESNET-Z08682:show:na", - "severity": "MAJOR" - }, - { - "device": "eqxam3-cr6", - "description": "port 2/1/c3/1 missing from ESDB or NSO. description: eqxam3-cr6---eqxam3-cache1::ESNET-Z14429::na", - "severity": "MAJOR" - }, - { - "device": "chic-cr6", - "description": "port 1/1/c17/4 missing from ESDB or NSO. description: chic-cr6---zeek-chic::ESNET-Z08262:show:na", - "severity": "MAJOR" - }, - { - "device": "chic-cr6", - "description": "port 1/1/c9/1 missing from ESDB or NSO. description: chic-cr6---chic-cache1::ESNET-Z11376::na", - "severity": "MAJOR" - }, - { - "device": "newy32aoa-cr6", - "description": "port 1/1/c1/1 missing from ESDB or NSO. description: null", - "severity": "MAJOR" - }, - { - "device": "netlpgh-cr6", - "description": "port 2/1/c13/2 missing from ESDB or NSO. description: netlpgh-cr6---eqxdc4-cr6:bbl-00494538::ESNET-Z11936:na", - "severity": "MAJOR" - }, - { - "device": "eqxld8-cr6", - "description": "port 2/1/c3/1 missing from ESDB or NSO. description: eqxld8-cr6---eqxld8-cache1::ESNET-z14423::na", - "severity": "MAJOR" - }, - { - "device": "newy1118th-cr6", - "description": "port 1/1/c1/1 missing from ESDB or NSO. description: null", - "severity": "MAJOR" - }, - { - "device": "newy1118th-cr6", - "description": "port 2/1/c17/3 missing from ESDB or NSO. description: newy1118th-cr6---zeek-newy::ESNET-Z03484:show:na", - "severity": "MAJOR" - }, - { - "device": "albq-cr6", - "description": "port 2/1/c17/2 missing from ESDB or NSO. description: albq-cr6->snla-rt1:10ge:ip-a:show:na", - "severity": "MAJOR" - }, - { - "device": "eqxch2-cr6", - "description": "lag lag-30 missing from ESDB or NSO. description: eqxch2-cr6---eqxch2-pce::ESNET-Z08557:na", - "severity": "MAJOR" - }, - { - "device": "srs70344a-cr6", - "description": "port 1/1/c13/3 missing from ESDB or NSO. description: temp SRS BBL", - "severity": "MAJOR" - }, - { - "device": "srs70344a-cr6", - "description": "router interface srs702a-bb-b port 1/1/c13/3 not in oscars ports", - "severity": "MAJOR" - }, - { - "device": "bost-cr6", - "description": "port 1/1/c5/1 missing from ESDB or NSO. description: bost-cr6---bost-cache1::ESNET-Z11373::na", - "severity": "MAJOR" - }, - { - "device": "bost-cr6", - "description": "port 2/1/c1/1 missing from ESDB or NSO. description: null", - "severity": "MAJOR" - }, - { - "device": "134.55.57.56/31", - "description": "metrics list for network 134.55.57.56/31 : wrong size: 1 members: [pppl-cr6:ppploit128-bb-a ]", - "severity": "MINOR" - }, - { - "device": "134.55.219.12/30", - "description": "metrics list for network 134.55.219.12/30 : wrong size: 1 members: [wash-cr6:to_llnl-dc_ip-a ]", - "severity": "MINOR" - } - ], - "adjcies": [ - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c28/1", - "addr": "134.55.58.7", - "ifce": "newy32aoa-cr6:newy1118th-bb-f" - }, - "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c28/1", - "addr": "134.55.58.6", - "ifce": "newy1118th-cr6:newy32aoa-bb-f" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c28/1", - "addr": "134.55.58.6", - "ifce": "newy1118th-cr6:newy32aoa-bb-f" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c28/1", - "addr": "134.55.58.7", - "ifce": "newy32aoa-cr6:newy1118th-bb-f" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "nrelesif-cr6", - "port": "nrelesif-cr6:1/1/c2/1", - "addr": "134.55.58.102", - "ifce": "nrelesif-cr6:nrelrsf-bb-a" - }, - "z": { - "device": "nrelrsf-cr6", - "port": "nrelrsf-cr6:1/1/c2/1", - "addr": "134.55.58.103", - "ifce": "nrelrsf-cr6:nrelesif-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "nrelrsf-cr6", - "port": "nrelrsf-cr6:1/1/c2/1", - "addr": "134.55.58.103", - "ifce": "nrelrsf-cr6:nrelesif-bb-a" - }, - "z": { - "device": "nrelesif-cr6", - "port": "nrelesif-cr6:1/1/c2/1", - "addr": "134.55.58.102", - "ifce": "nrelesif-cr6:nrelrsf-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "pppl-cr6", - "port": "pppl-cr6:1/1/c1/1", - "addr": "134.55.58.135", - "ifce": "pppl-cr6:newy32aoa-bb-b" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c16/1", - "addr": "134.55.58.134", - "ifce": "newy32aoa-cr6:pppl-bb-b" - }, - "metrics": { - "MPLS": 5050 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c16/1", - "addr": "134.55.58.134", - "ifce": "newy32aoa-cr6:pppl-bb-b" - }, - "z": { - "device": "pppl-cr6", - "port": "pppl-cr6:1/1/c1/1", - "addr": "134.55.58.135", - "ifce": "pppl-cr6:newy32aoa-bb-b" - }, - "metrics": { - "MPLS": 5050 - } - }, - { - "a": { - "device": "lanlta50-cr6", - "port": "lanlta50-cr6:1/1/c8/1", - "addr": "134.55.58.150", - "ifce": "lanlta50-cr6:lanlta03-bb-a" - }, - "z": { - "device": "lanlta03-cr6", - "port": "lanlta03-cr6:1/1/c8/1", - "addr": "134.55.58.151", - "ifce": "lanlta03-cr6:lanlta50-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "lanlta03-cr6", - "port": "lanlta03-cr6:1/1/c8/1", - "addr": "134.55.58.151", - "ifce": "lanlta03-cr6:lanlta50-bb-a" - }, - "z": { - "device": "lanlta50-cr6", - "port": "lanlta50-cr6:1/1/c8/1", - "addr": "134.55.58.150", - "ifce": "lanlta50-cr6:lanlta03-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:2/1/c31/1", - "addr": "134.55.58.39", - "ifce": "eqxsv5-cr6:sunn-bb-e" - }, - "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c25/1", - "addr": "134.55.58.38", - "ifce": "sunn-cr6:eqxsv5-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c25/1", - "addr": "134.55.58.38", - "ifce": "sunn-cr6:eqxsv5-bb-e" - }, - "z": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:2/1/c31/1", - "addr": "134.55.58.39", - "ifce": "eqxsv5-cr6:sunn-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c17/3", - "addr": "134.55.57.21", - "ifce": "atla-cr6:srs70344a-bb-b" - }, - "z": { - "device": "srs70344a-cr6", - "port": "srs70344a-cr6:2/1/c13/2", - "addr": "134.55.57.20", - "ifce": "srs70344a-cr6:atla-bb-b" - }, - "metrics": { - "MPLS": 100010 - } + "esdbEquipmentInterfaceId": 13540, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "seat-cr6:2/1/c25/1", + "tags": [ + "seat-cr6---bois-cr6:bbl-80877151::ESNET-Z14704:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13541, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "seat-cr6:2/1/c3/1", + "tags": [ + "seat-cr6---SIX::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13517, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "seat-cr6:2/1/c31/1", + "tags": [ + "seat-cr6---pnnlemsl-cr6:bbl-ce0033d0::ESNET-Z12476:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13543, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "seat-cr6:2/1/c34/1", + "tags": [ + "seat-cr6---bois-cr6:bbl-80877151::ESNET-Z10742:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13544, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "seat-cr6:2/1/c8/1", + "tags": [ + "seat-cr6---seat-ht2:ht-4c27d9fe:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13522, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "seat-cr6:2/1/c9/1", + "tags": [ + "seat-cr6---seat-ht2:ht-4c27d9fe:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13523, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "seat-cr6:lag-2", + "tags": [ + "seat-cr6---GOOGLE::conn-h:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 21954, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "seat-cr6:lag-20", + "tags": [ + "seat-cr6---seat-mpr1:mgt-010eef26:lag-20:ESNET-Z08569:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 967, + "ceiling": 1019 + }, + { + "floor": 1111, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 1021, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 14928, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "seat-cr6:lag-3", + "tags": [ + "seat-cr6---GOOGLE::conn-o:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 27050, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "seat-cr6:lag-400", + "tags": [ + "seat-cr6---seat-ht1:ht-d31efccf:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 407 + }, + { + "floor": 410, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 25694, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "seat-cr6:lag-401", + "tags": [ + "seat-cr6---seat-ht2:ht-4c27d9fe:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 412, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 + } + ], + "esdbEquipmentInterfaceId": 25695, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1706, + "orchSubscriptionId": null }, { - "a": { - "device": "srs70344a-cr6", - "port": "srs70344a-cr6:2/1/c13/2", - "addr": "134.55.57.20", - "ifce": "srs70344a-cr6:atla-bb-b" - }, - "z": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c17/3", - "addr": "134.55.57.21", - "ifce": "atla-cr6:srs70344a-bb-b" - }, - "metrics": { - "MPLS": 100010 - } - }, - { - "a": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c25/1", - "addr": "134.55.57.4", - "ifce": "chat-cr6:ornl1064-bb-d" - }, - "z": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:2/1/c31/1", - "addr": "134.55.57.5", - "ifce": "ornl1064-cr6:chat-bb-d" - }, - "metrics": { - "MPLS": 3550 - } - }, - { - "a": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:2/1/c31/1", - "addr": "134.55.57.5", - "ifce": "ornl1064-cr6:chat-bb-d" - }, - "z": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c25/1", - "addr": "134.55.57.4", - "ifce": "chat-cr6:ornl1064-bb-d" - }, - "metrics": { - "MPLS": 3550 - } - }, - { - "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c17/2", - "addr": "134.55.58.87", - "ifce": "eqxdc4-cr6:netlpgh-bb-a" - }, - "z": { - "device": "netlpgh-cr6", - "port": "netlpgh-cr6:1/1/c13/2", - "addr": "134.55.58.86", - "ifce": "netlpgh-cr6:eqxdc4-bb-a" - }, - "metrics": { - "MPLS": 500050 - } - }, - { - "a": { - "device": "netlpgh-cr6", - "port": "netlpgh-cr6:1/1/c13/2", - "addr": "134.55.58.86", - "ifce": "netlpgh-cr6:eqxdc4-bb-a" - }, - "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c17/2", - "addr": "134.55.58.87", - "ifce": "eqxdc4-cr6:netlpgh-bb-a" - }, - "metrics": { - "MPLS": 500050 - } - }, - { - "a": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:1/1/c7/1", - "addr": "134.55.57.68", - "ifce": "eqxam3-cr6:bost-bb-a" - }, - "z": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c6/1", - "addr": "134.55.57.69", - "ifce": "bost-cr6:eqxam3-bb-a" - }, - "metrics": { - "MPLS": 2076 - } - }, - { - "a": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c6/1", - "addr": "134.55.57.69", - "ifce": "bost-cr6:eqxam3-bb-a" - }, - "z": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:1/1/c7/1", - "addr": "134.55.57.68", - "ifce": "eqxam3-cr6:bost-bb-a" - }, - "metrics": { - "MPLS": 2076 - } - }, - { - "a": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:1/1/c31/1", - "addr": "134.55.57.149", - "ifce": "slac50n-cr6:lbnl59-bb-b" - }, - "z": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c31/1", - "addr": "134.55.57.148", - "ifce": "lbnl59-cr6:slac50n-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c31/1", - "addr": "134.55.57.148", - "ifce": "lbnl59-cr6:slac50n-bb-b" - }, - "z": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:1/1/c31/1", - "addr": "134.55.57.149", - "ifce": "slac50n-cr6:lbnl59-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c28/1", - "addr": "134.55.57.229", - "ifce": "wash-cr6:atla-bb-g" - }, - "z": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c28/1", - "addr": "134.55.57.228", - "ifce": "atla-cr6:wash-bb-g" - }, - "metrics": { - "MPLS": 780 - } - }, - { - "a": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c28/1", - "addr": "134.55.57.228", - "ifce": "atla-cr6:wash-bb-g" - }, - "z": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c28/1", - "addr": "134.55.57.229", - "ifce": "wash-cr6:atla-bb-g" - }, - "metrics": { - "MPLS": 780 - } - }, - { - "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c31/1", - "addr": "134.55.57.133", - "ifce": "wash-cr6:eqxdc4-bb-c" - }, - "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c31/1", - "addr": "134.55.57.132", - "ifce": "eqxdc4-cr6:wash-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c31/1", - "addr": "134.55.57.132", - "ifce": "eqxdc4-cr6:wash-bb-c" - }, - "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c31/1", - "addr": "134.55.57.133", - "ifce": "wash-cr6:eqxdc4-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "elpa-cr6", - "port": "elpa-cr6:1/1/c34/1", - "addr": "134.55.57.196", - "ifce": "elpa-cr6:hous-bb-c" - }, - "z": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c31/1", - "addr": "134.55.57.197", - "ifce": "hous-cr6:elpa-bb-c" - }, - "metrics": { - "MPLS": 810 - } - }, - { - "a": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c31/1", - "addr": "134.55.57.197", - "ifce": "hous-cr6:elpa-bb-c" - }, - "z": { - "device": "elpa-cr6", - "port": "elpa-cr6:1/1/c34/1", - "addr": "134.55.57.196", - "ifce": "elpa-cr6:hous-bb-c" - }, - "metrics": { - "MPLS": 810 - } - }, - { - "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c34/1", - "addr": "134.55.57.165", - "ifce": "eqxch2-cr6:star-bb-d" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:1/1/c28/1", - "addr": "134.55.57.164", - "ifce": "star-cr6:eqxch2-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "star-cr6", - "port": "star-cr6:1/1/c28/1", - "addr": "134.55.57.164", - "ifce": "star-cr6:eqxch2-bb-d" - }, - "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c34/1", - "addr": "134.55.57.165", - "ifce": "eqxch2-cr6:star-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:2/1/c1/1", - "addr": "134.55.57.245", - "ifce": "ameshwh-cr6:ameshwhb-bb-a" - }, - "z": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:2/1/c1/1", - "addr": "134.55.57.244", - "ifce": "ameshwhb-cr6:ameshwh-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:2/1/c1/1", - "addr": "134.55.57.244", - "ifce": "ameshwhb-cr6:ameshwh-bb-a" - }, - "z": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:2/1/c1/1", - "addr": "134.55.57.245", - "ifce": "ameshwh-cr6:ameshwhb-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c2/1", - "addr": "134.55.57.52", - "ifce": "eqxdc4-cr6:jlab205-bb-a" - }, - "z": { - "device": "jlab205-cr6", - "port": "jlab205-cr6:1/1/c2/1", - "addr": "134.55.57.53", - "ifce": "jlab205-cr6:eqxdc4-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "jlab205-cr6", - "port": "jlab205-cr6:1/1/c2/1", - "addr": "134.55.57.53", - "ifce": "jlab205-cr6:eqxdc4-bb-a" - }, - "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c2/1", - "addr": "134.55.57.52", - "ifce": "eqxdc4-cr6:jlab205-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "frib-cr6b", - "port": "frib-cr6b:1/1/c2/1", - "addr": "134.55.57.36", - "ifce": "frib-cr6b:star-bb-a" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:2/1/c15/1", - "addr": "134.55.57.37", - "ifce": "star-cr6:frib-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "star-cr6", - "port": "star-cr6:2/1/c15/1", - "addr": "134.55.57.37", - "ifce": "star-cr6:frib-bb-a" - }, - "z": { - "device": "frib-cr6b", - "port": "frib-cr6b:1/1/c2/1", - "addr": "134.55.57.36", - "ifce": "frib-cr6b:star-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c28/1", - "addr": "134.55.56.194", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-e" - }, - "z": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c28/1", - "addr": "134.55.56.195", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c28/1", - "addr": "134.55.56.195", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-e" - }, - "z": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c28/1", - "addr": "134.55.56.194", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c3/1", - "addr": "134.55.56.226", - "ifce": "ornl5600-cr6:orau-bb-b" - }, - "z": { - "device": "orau-cr6", - "port": "orau-cr6:2/1/c1/1", - "addr": "134.55.56.227", - "ifce": "orau-cr6:ornl5600-bb-b" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "orau-cr6", - "port": "orau-cr6:2/1/c1/1", - "addr": "134.55.56.227", - "ifce": "orau-cr6:ornl5600-bb-b" - }, - "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c3/1", - "addr": "134.55.56.226", - "ifce": "ornl5600-cr6:orau-bb-b" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c25/1", - "addr": "134.55.56.242", - "ifce": "fnalfcc-cr6:fnalgcc-bb-d" - }, - "z": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:1/1/c28/1", - "addr": "134.55.56.243", - "ifce": "fnalgcc-cr6:fnalfcc-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:1/1/c28/1", - "addr": "134.55.56.243", - "ifce": "fnalgcc-cr6:fnalfcc-bb-d" - }, - "z": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c25/1", - "addr": "134.55.56.242", - "ifce": "fnalfcc-cr6:fnalgcc-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c25/1", - "addr": "134.55.56.210", - "ifce": "bnl515-cr6:bnl725-bb-a" - }, - "z": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:1/1/c25/1", - "addr": "134.55.56.211", - "ifce": "bnl725-cr6:bnl515-bb-a" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:1/1/c25/1", - "addr": "134.55.56.211", - "ifce": "bnl725-cr6:bnl515-bb-a" - }, - "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c25/1", - "addr": "134.55.56.210", - "ifce": "bnl515-cr6:bnl725-bb-a" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "bois-cr6", - "port": "bois-cr6:1/1/c31/1", - "addr": "134.55.56.131", - "ifce": "bois-cr6:seat-bb-b" - }, - "z": { - "device": "seat-cr6", - "port": "seat-cr6:2/1/c34/1", - "addr": "134.55.56.130", - "ifce": "seat-cr6:bois-bb-b" - }, - "metrics": { - "MPLS": 760 - } - }, - { - "a": { - "device": "seat-cr6", - "port": "seat-cr6:2/1/c34/1", - "addr": "134.55.56.130", - "ifce": "seat-cr6:bois-bb-b" - }, - "z": { - "device": "bois-cr6", - "port": "bois-cr6:1/1/c31/1", - "addr": "134.55.56.131", - "ifce": "bois-cr6:seat-bb-b" - }, - "metrics": { - "MPLS": 760 - } - }, - { - "a": { - "device": "snlnm-cr6", - "port": "snlnm-cr6:1/1/c7/1", - "addr": "134.55.56.146", - "ifce": "snlnm-cr6:albq-bb-c" - }, - "z": { - "device": "albq-cr6", - "port": "albq-cr6:2/1/c18/2", - "addr": "134.55.56.147", - "ifce": "albq-cr6:snlnm-bb-c" - }, - "metrics": { - "MPLS": 100010 - } - }, - { - "a": { - "device": "albq-cr6", - "port": "albq-cr6:2/1/c18/2", - "addr": "134.55.56.147", - "ifce": "albq-cr6:snlnm-bb-c" - }, - "z": { - "device": "snlnm-cr6", - "port": "snlnm-cr6:1/1/c7/1", - "addr": "134.55.56.146", - "ifce": "snlnm-cr6:albq-bb-c" - }, - "metrics": { - "MPLS": 100010 - } - }, - { - "a": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c22/1", - "addr": "134.55.56.66", - "ifce": "atla-cr6:chat-bb-e" - }, - "z": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c28/1", - "addr": "134.55.56.67", - "ifce": "chat-cr6:atla-bb-e" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c28/1", - "addr": "134.55.56.67", - "ifce": "chat-cr6:atla-bb-e" - }, - "z": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c22/1", - "addr": "134.55.56.66", - "ifce": "atla-cr6:chat-bb-e" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c7/1", - "addr": "134.55.56.82", - "ifce": "salt-cr6:inlerob-bb-a" - }, - "z": { - "device": "inlerob-cr6", - "port": "inlerob-cr6:2/1/c7/1", - "addr": "134.55.56.83", - "ifce": "inlerob-cr6:salt-bb-a" - }, - "metrics": { - "MPLS": 1020 - } - }, - { - "a": { - "device": "inlerob-cr6", - "port": "inlerob-cr6:2/1/c7/1", - "addr": "134.55.56.83", - "ifce": "inlerob-cr6:salt-bb-a" - }, - "z": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c7/1", - "addr": "134.55.56.82", - "ifce": "salt-cr6:inlerob-bb-a" - }, - "metrics": { - "MPLS": 1020 - } - }, - { - "a": { - "device": "cern773-cr6", - "port": "cern773-cr6:1/1/c31/1", - "addr": "134.55.56.179", - "ifce": "cern773-cr6:eqxld8-bb-c" - }, - "z": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:1/1/c31/1", - "addr": "134.55.56.178", - "ifce": "eqxld8-cr6:cern773-bb-c" - }, - "metrics": { - "MPLS": 740 - } - }, - { - "a": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:1/1/c31/1", - "addr": "134.55.56.178", - "ifce": "eqxld8-cr6:cern773-bb-c" - }, - "z": { - "device": "cern773-cr6", - "port": "cern773-cr6:1/1/c31/1", - "addr": "134.55.56.179", - "ifce": "cern773-cr6:eqxld8-bb-c" - }, - "metrics": { - "MPLS": 740 - } - }, - { - "a": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c25/1", - "addr": "134.55.56.162", - "ifce": "elpa-cr6:hous-bb-e" - }, - "z": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c28/1", - "addr": "134.55.56.163", - "ifce": "hous-cr6:elpa-bb-e" - }, - "metrics": { - "MPLS": 810 - } - }, - { - "a": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c28/1", - "addr": "134.55.56.163", - "ifce": "hous-cr6:elpa-bb-e" - }, - "z": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c25/1", - "addr": "134.55.56.162", - "ifce": "elpa-cr6:hous-bb-e" - }, - "metrics": { - "MPLS": 810 - } - }, - { - "a": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c25/1", - "addr": "134.55.56.35", - "ifce": "kans-cr6:eqxda3-bb-c" - }, - "z": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:2/1/c31/1", - "addr": "134.55.56.34", - "ifce": "eqxda3-cr6:kans-bb-c" - }, - "metrics": { - "MPLS": 770 - } - }, - { - "a": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:2/1/c31/1", - "addr": "134.55.56.34", - "ifce": "eqxda3-cr6:kans-bb-c" - }, - "z": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c25/1", - "addr": "134.55.56.35", - "ifce": "kans-cr6:eqxda3-bb-c" - }, - "metrics": { - "MPLS": 770 - } - }, - { - "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c25/1", - "addr": "134.55.56.19", - "ifce": "wash-cr6:eqxdc4-bb-e" - }, - "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c22/1", - "addr": "134.55.56.18", - "ifce": "eqxdc4-cr6:wash-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c22/1", - "addr": "134.55.56.18", - "ifce": "eqxdc4-cr6:wash-bb-e" - }, - "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c25/1", - "addr": "134.55.56.19", - "ifce": "wash-cr6:eqxdc4-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:2/1/c28/1", - "addr": "134.55.56.51", - "ifce": "fnalgcc-cr6:chic-bb-d" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c22/1", - "addr": "134.55.56.50", - "ifce": "chic-cr6:fnalgcc-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c22/1", - "addr": "134.55.56.50", - "ifce": "chic-cr6:fnalgcc-bb-d" - }, - "z": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:2/1/c28/1", - "addr": "134.55.56.51", - "ifce": "fnalgcc-cr6:chic-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c13/1", - "addr": "134.55.58.104", - "ifce": "ornl5600-cr6:osti-bb-a" - }, - "z": { - "device": "osti-cr6", - "port": "osti-cr6:2/1/c1/1", - "addr": "134.55.58.105", - "ifce": "osti-cr6:ornl5600-bb-a" - }, - "metrics": { - "MPLS": 15000000 - } - }, - { - "a": { - "device": "osti-cr6", - "port": "osti-cr6:2/1/c1/1", - "addr": "134.55.58.105", - "ifce": "osti-cr6:ornl5600-bb-a" - }, - "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c13/1", - "addr": "134.55.58.104", - "ifce": "ornl5600-cr6:osti-bb-a" - }, - "metrics": { - "MPLS": 15000000 - } - }, - { - "a": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c17/2", - "addr": "134.55.57.6", - "ifce": "bois-cr6:inleil-bb-a" - }, - "z": { - "device": "inleil-cr6", - "port": "inleil-cr6:2/1/c13/2", - "addr": "134.55.57.7", - "ifce": "inleil-cr6:bois-bb-a" - }, - "metrics": { - "MPLS": 100020 - } - }, - { - "a": { - "device": "inleil-cr6", - "port": "inleil-cr6:2/1/c13/2", - "addr": "134.55.57.7", - "ifce": "inleil-cr6:bois-bb-a" - }, - "z": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c17/2", - "addr": "134.55.57.6", - "ifce": "bois-cr6:inleil-bb-a" - }, - "metrics": { - "MPLS": 100020 - } - }, - { - "a": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c28/1", - "addr": "134.55.57.22", - "ifce": "bois-cr6:seat-bb-d" - }, - "z": { - "device": "seat-cr6", - "port": "seat-cr6:2/1/c25/1", - "addr": "134.55.57.23", - "ifce": "seat-cr6:bois-bb-d" - }, - "metrics": { - "MPLS": 730 - } - }, - { - "a": { - "device": "seat-cr6", - "port": "seat-cr6:2/1/c25/1", - "addr": "134.55.57.23", - "ifce": "seat-cr6:bois-bb-d" - }, - "z": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c28/1", - "addr": "134.55.57.22", - "ifce": "bois-cr6:seat-bb-d" - }, - "metrics": { - "MPLS": 730 - } - }, - { - "a": { - "device": "srs702a-cr6", - "port": "srs702a-cr6:1/1/c1/1", - "addr": "134.55.58.40", - "ifce": "srs702a-cr6:srs70344a-bb-a" - }, - "z": { - "device": "srs70344a-cr6", - "port": "srs70344a-cr6:1/1/c1/1", - "addr": "134.55.58.41", - "ifce": "srs70344a-cr6:srs702a-bb-a" - }, - "metrics": { - "MPLS": 505 - } - }, - { - "a": { - "device": "srs70344a-cr6", - "port": "srs70344a-cr6:1/1/c1/1", - "addr": "134.55.58.41", - "ifce": "srs70344a-cr6:srs702a-bb-a" - }, - "z": { - "device": "srs702a-cr6", - "port": "srs702a-cr6:1/1/c1/1", - "addr": "134.55.58.40", - "ifce": "srs702a-cr6:srs70344a-bb-a" - }, - "metrics": { - "MPLS": 505 - } - }, - { - "a": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:2/1/c28/1", - "addr": "134.55.58.168", - "ifce": "slac50s-cr6:sunn-bb-e" - }, - "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c19/1", - "addr": "134.55.58.169", - "ifce": "sunn-cr6:slac50s-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c19/1", - "addr": "134.55.58.169", - "ifce": "sunn-cr6:slac50s-bb-e" - }, - "z": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:2/1/c28/1", - "addr": "134.55.58.168", - "ifce": "slac50s-cr6:sunn-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c28/1", - "addr": "134.55.58.9", - "ifce": "newy32aoa-cr6:newy1118th-bb-g" - }, - "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c25/1", - "addr": "134.55.58.8", - "ifce": "newy1118th-cr6:newy32aoa-bb-g" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c25/1", - "addr": "134.55.58.8", - "ifce": "newy1118th-cr6:newy32aoa-bb-g" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c28/1", - "addr": "134.55.58.9", - "ifce": "newy32aoa-cr6:newy1118th-bb-g" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "lanlta50-cr6", - "port": "lanlta50-cr6:2/1/c8/1", - "addr": "134.55.58.152", - "ifce": "lanlta50-cr6:lanlta03-bb-b" - }, - "z": { - "device": "lanlta03-cr6", - "port": "lanlta03-cr6:2/1/c8/1", - "addr": "134.55.58.153", - "ifce": "lanlta03-cr6:lanlta50-bb-b" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "lanlta03-cr6", - "port": "lanlta03-cr6:2/1/c8/1", - "addr": "134.55.58.153", - "ifce": "lanlta03-cr6:lanlta50-bb-b" - }, - "z": { - "device": "lanlta50-cr6", - "port": "lanlta50-cr6:2/1/c8/1", - "addr": "134.55.58.152", - "ifce": "lanlta50-cr6:lanlta03-bb-b" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:1/1/c19/1", - "addr": "134.55.57.54", - "ifce": "eqxam3-cr6:newy32aoa-bb-a" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c4/1", - "addr": "134.55.57.55", - "ifce": "newy32aoa-cr6:eqxam3-bb-a" - }, - "metrics": { - "MPLS": 2268 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c4/1", - "addr": "134.55.57.55", - "ifce": "newy32aoa-cr6:eqxam3-bb-a" - }, - "z": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:1/1/c19/1", - "addr": "134.55.57.54", - "ifce": "eqxam3-cr6:newy32aoa-bb-a" - }, - "metrics": { - "MPLS": 2268 - } - }, - { - "a": { - "device": "ga-cr6", - "port": "ga-cr6:2/1/c1/1", - "addr": "134.55.57.102", - "ifce": "ga-cr6:sand-bb-a" - }, - "z": { - "device": "sand-cr6", - "port": "sand-cr6:2/1/c17/4", - "addr": "134.55.57.103", - "ifce": "sand-cr6:ga-bb-a" - }, - "metrics": { - "MPLS": 100010 - } - }, - { - "a": { - "device": "sand-cr6", - "port": "sand-cr6:2/1/c17/4", - "addr": "134.55.57.103", - "ifce": "sand-cr6:ga-bb-a" - }, - "z": { - "device": "ga-cr6", - "port": "ga-cr6:2/1/c1/1", - "addr": "134.55.57.102", - "ifce": "ga-cr6:sand-bb-a" - }, - "metrics": { - "MPLS": 100010 - } - }, - { - "a": { - "device": "anl221-cr6", - "port": "anl221-cr6:1/1/c28/1", - "addr": "134.55.57.134", - "ifce": "anl221-cr6:anl541b-bb-c" - }, - "z": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:1/1/c28/1", - "addr": "134.55.57.135", - "ifce": "anl541b-cr6:anl221-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:1/1/c28/1", - "addr": "134.55.57.135", - "ifce": "anl541b-cr6:anl221-bb-c" - }, - "z": { - "device": "anl221-cr6", - "port": "anl221-cr6:1/1/c28/1", - "addr": "134.55.57.134", - "ifce": "anl221-cr6:anl541b-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:2/1/c31/1", - "addr": "134.55.57.151", - "ifce": "slac50n-cr6:lbnl59-bb-c" - }, - "z": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:2/1/c31/1", - "addr": "134.55.57.150", - "ifce": "lbnl59-cr6:slac50n-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:2/1/c31/1", - "addr": "134.55.57.150", - "ifce": "lbnl59-cr6:slac50n-bb-c" - }, - "z": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:2/1/c31/1", - "addr": "134.55.57.151", - "ifce": "slac50n-cr6:lbnl59-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:1/1/c2/1", - "addr": "134.55.57.71", - "ifce": "ameshwh-cr6:kans-bb-a" - }, - "z": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c13/1", - "addr": "134.55.57.70", - "ifce": "kans-cr6:ameshwh-bb-a" - }, - "metrics": { - "MPLS": 15123123 - } - }, - { - "a": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c13/1", - "addr": "134.55.57.70", - "ifce": "kans-cr6:ameshwh-bb-a" - }, - "z": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:1/1/c2/1", - "addr": "134.55.57.71", - "ifce": "ameshwh-cr6:kans-bb-a" - }, - "metrics": { - "MPLS": 15123123 - } - }, - { - "a": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c28/1", - "addr": "134.55.57.215", - "ifce": "salt-cr6:sacr-bb-b" - }, - "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c25/1", - "addr": "134.55.57.214", - "ifce": "sacr-cr6:salt-bb-b" - }, - "metrics": { - "MPLS": 780 - } - }, - { - "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c25/1", - "addr": "134.55.57.214", - "ifce": "sacr-cr6:salt-bb-b" - }, - "z": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c28/1", - "addr": "134.55.57.215", - "ifce": "salt-cr6:sacr-bb-b" - }, - "metrics": { - "MPLS": 780 - } - }, - { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c25/1", - "addr": "134.55.57.182", - "ifce": "chic-cr6:star-bb-e" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:1/1/c31/1", - "addr": "134.55.57.183", - "ifce": "star-cr6:chic-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "star-cr6", - "port": "star-cr6:1/1/c31/1", - "addr": "134.55.57.183", - "ifce": "star-cr6:chic-bb-e" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c25/1", - "addr": "134.55.57.182", - "ifce": "chic-cr6:star-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c31/1", - "addr": "134.55.57.198", - "ifce": "elpa-cr6:hous-bb-d" - }, - "z": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c31/1", - "addr": "134.55.57.199", - "ifce": "hous-cr6:elpa-bb-d" - }, - "metrics": { - "MPLS": 810 - } - }, - { - "a": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c31/1", - "addr": "134.55.57.199", - "ifce": "hous-cr6:elpa-bb-d" - }, - "z": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c31/1", - "addr": "134.55.57.198", - "ifce": "elpa-cr6:hous-bb-d" - }, - "metrics": { - "MPLS": 810 - } - }, - { - "a": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:1/1/c13/2", - "addr": "134.55.57.246", - "ifce": "ameshwh-cr6:star-bb-a" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:1/1/c17/4", - "addr": "134.55.57.247", - "ifce": "star-cr6:ameshwh-bb-a" - }, - "metrics": { - "MPLS": 100050 - } - }, - { - "a": { - "device": "star-cr6", - "port": "star-cr6:1/1/c17/4", - "addr": "134.55.57.247", - "ifce": "star-cr6:ameshwh-bb-a" - }, - "z": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:1/1/c13/2", - "addr": "134.55.57.246", - "ifce": "ameshwh-cr6:star-bb-a" - }, - "metrics": { - "MPLS": 100050 - } - }, - { - "a": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:1/1/c31/1", - "addr": "134.55.57.166", - "ifce": "anl541b-cr6:star-bb-b" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:1/1/c34/1", - "addr": "134.55.57.167", - "ifce": "star-cr6:anl541b-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "star-cr6", - "port": "star-cr6:1/1/c34/1", - "addr": "134.55.57.167", - "ifce": "star-cr6:anl541b-bb-b" - }, - "z": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:1/1/c31/1", - "addr": "134.55.57.166", - "ifce": "anl541b-cr6:star-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c34/1", - "addr": "134.55.57.230", - "ifce": "atla-cr6:chat-bb-b" - }, - "z": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c31/1", - "addr": "134.55.57.231", - "ifce": "chat-cr6:atla-bb-b" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c31/1", - "addr": "134.55.57.231", - "ifce": "chat-cr6:atla-bb-b" - }, - "z": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c34/1", - "addr": "134.55.57.230", - "ifce": "atla-cr6:chat-bb-b" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c1/1", - "addr": "134.55.57.39", - "ifce": "chic-cr6:frib-bb-a" - }, - "z": { - "device": "frib-cr6a", - "port": "frib-cr6a:1/1/c2/1", - "addr": "134.55.57.38", - "ifce": "frib-cr6a:chic-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "frib-cr6a", - "port": "frib-cr6a:1/1/c2/1", - "addr": "134.55.57.38", - "ifce": "frib-cr6a:chic-bb-a" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c1/1", - "addr": "134.55.57.39", - "ifce": "chic-cr6:frib-bb-a" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c22/1", - "addr": "134.55.56.181", - "ifce": "newy32aoa-cr6:newy1118th-bb-i" - }, - "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c22/1", - "addr": "134.55.56.180", - "ifce": "newy1118th-cr6:newy32aoa-bb-i" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c22/1", - "addr": "134.55.56.180", - "ifce": "newy1118th-cr6:newy32aoa-bb-i" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c22/1", - "addr": "134.55.56.181", - "ifce": "newy32aoa-cr6:newy1118th-bb-i" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:2/1/c34/1", - "addr": "134.55.56.164", - "ifce": "lbnl59-cr6:lbnl50-bb-b" - }, - "z": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:2/1/c31/1", - "addr": "134.55.56.165", - "ifce": "lbnl50-cr6:lbnl59-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:2/1/c31/1", - "addr": "134.55.56.165", - "ifce": "lbnl50-cr6:lbnl59-bb-b" - }, - "z": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:2/1/c34/1", - "addr": "134.55.56.164", - "ifce": "lbnl59-cr6:lbnl50-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c19/1", - "addr": "134.55.56.245", - "ifce": "kans-cr6:chic-bb-d" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c19/1", - "addr": "134.55.56.244", - "ifce": "chic-cr6:kans-bb-d" - }, - "metrics": { - "MPLS": 770 - } - }, - { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c19/1", - "addr": "134.55.56.244", - "ifce": "chic-cr6:kans-bb-d" - }, - "z": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c19/1", - "addr": "134.55.56.245", - "ifce": "kans-cr6:chic-bb-d" - }, - "metrics": { - "MPLS": 770 - } - }, - { - "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c28/1", - "addr": "134.55.56.197", - "ifce": "bnl515-cr6:newy32aoa-bb-e" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c25/1", - "addr": "134.55.56.196", - "ifce": "newy32aoa-cr6:bnl515-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c25/1", - "addr": "134.55.56.196", - "ifce": "newy32aoa-cr6:bnl515-bb-e" - }, - "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c28/1", - "addr": "134.55.56.197", - "ifce": "bnl515-cr6:newy32aoa-bb-e" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c25/1", - "addr": "134.55.56.69", - "ifce": "eqxdc4-cr6:eqxch2-bb-h" - }, - "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c1/1", - "addr": "134.55.56.68", - "ifce": "eqxch2-cr6:eqxdc4-bb-h" - }, - "metrics": { - "MPLS": 790 - } - }, - { - "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c1/1", - "addr": "134.55.56.68", - "ifce": "eqxch2-cr6:eqxdc4-bb-h" - }, - "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c25/1", - "addr": "134.55.56.69", - "ifce": "eqxdc4-cr6:eqxch2-bb-h" - }, - "metrics": { - "MPLS": 790 - } - }, - { - "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c22/1", - "addr": "134.55.56.84", - "ifce": "sacr-cr6:snlca902-bb-b" - }, - "z": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:2/1/c31/1", - "addr": "134.55.56.85", - "ifce": "snlca902-cr6:sacr-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:2/1/c31/1", - "addr": "134.55.56.85", - "ifce": "snlca902-cr6:sacr-bb-b" - }, - "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c22/1", - "addr": "134.55.56.84", - "ifce": "sacr-cr6:snlca902-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:1/1/c34/1", - "addr": "134.55.56.101", - "ifce": "eqxsv5-cr6:sunn-bb-c" - }, - "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c34/1", - "addr": "134.55.56.100", - "ifce": "sunn-cr6:eqxsv5-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c34/1", - "addr": "134.55.56.100", - "ifce": "sunn-cr6:eqxsv5-bb-c" - }, - "z": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:1/1/c34/1", - "addr": "134.55.56.101", - "ifce": "eqxsv5-cr6:sunn-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:1/1/c28/1", - "addr": "134.55.56.133", - "ifce": "bnl725-cr6:newy32aoa-bb-b" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c34/1", - "addr": "134.55.56.132", - "ifce": "newy32aoa-cr6:bnl725-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c34/1", - "addr": "134.55.56.132", - "ifce": "newy32aoa-cr6:bnl725-bb-b" - }, - "z": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:1/1/c28/1", - "addr": "134.55.56.133", - "ifce": "bnl725-cr6:newy32aoa-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "losa-cr6", - "port": "losa-cr6:2/1/c28/1", - "addr": "134.55.56.20", - "ifce": "losa-cr6:sand-bb-c" - }, - "z": { - "device": "sand-cr6", - "port": "sand-cr6:1/1/c31/1", - "addr": "134.55.56.21", - "ifce": "sand-cr6:losa-bb-c" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "sand-cr6", - "port": "sand-cr6:1/1/c31/1", - "addr": "134.55.56.21", - "ifce": "sand-cr6:losa-bb-c" - }, - "z": { - "device": "losa-cr6", - "port": "losa-cr6:2/1/c28/1", - "addr": "134.55.56.20", - "ifce": "losa-cr6:sand-bb-c" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "nnss-cr6", - "port": "nnss-cr6:1/1/c1/1", - "addr": "134.55.56.37", - "ifce": "nnss-cr6:lasv-bb-a" - }, - "z": { - "device": "lasv-cr6", - "port": "lasv-cr6:1/1/c1/1", - "addr": "134.55.56.36", - "ifce": "lasv-cr6:nnss-bb-a" - }, - "metrics": { - "MPLS": 5050 - } - }, - { - "a": { - "device": "lasv-cr6", - "port": "lasv-cr6:1/1/c1/1", - "addr": "134.55.56.36", - "ifce": "lasv-cr6:nnss-bb-a" - }, - "z": { - "device": "nnss-cr6", - "port": "nnss-cr6:1/1/c1/1", - "addr": "134.55.56.37", - "ifce": "nnss-cr6:lasv-bb-a" - }, - "metrics": { - "MPLS": 5050 - } - }, - { - "a": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c31/1", - "addr": "134.55.58.43", - "ifce": "losa-cr6:eqxsv5-bb-a" - }, - "z": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:1/1/c31/1", - "addr": "134.55.58.42", - "ifce": "eqxsv5-cr6:losa-bb-a" - }, - "metrics": { - "MPLS": 780 - } - }, - { - "a": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:1/1/c31/1", - "addr": "134.55.58.42", - "ifce": "eqxsv5-cr6:losa-bb-a" - }, - "z": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c31/1", - "addr": "134.55.58.43", - "ifce": "losa-cr6:eqxsv5-bb-a" - }, - "metrics": { - "MPLS": 780 - } - }, - { - "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c31/1", - "addr": "134.55.58.170", - "ifce": "ornl5600-cr6:nash-bb-c" - }, - "z": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c28/1", - "addr": "134.55.58.171", - "ifce": "nash-cr6:ornl5600-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c28/1", - "addr": "134.55.58.171", - "ifce": "nash-cr6:ornl5600-bb-c" - }, - "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c31/1", - "addr": "134.55.58.170", - "ifce": "ornl5600-cr6:nash-bb-c" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "ga-cr6", - "port": "ga-cr6:2/1/c2/1", - "addr": "134.55.57.9", - "ifce": "ga-cr6:sand-bb-b" - }, - "z": { - "device": "sand-cr6", - "port": "sand-cr6:1/1/c4/1", - "addr": "134.55.57.8", - "ifce": "sand-cr6:ga-bb-b" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "sand-cr6", - "port": "sand-cr6:1/1/c4/1", - "addr": "134.55.57.8", - "ifce": "sand-cr6:ga-bb-b" - }, - "z": { - "device": "ga-cr6", - "port": "ga-cr6:2/1/c2/1", - "addr": "134.55.57.9", - "ifce": "ga-cr6:sand-bb-b" - }, - "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "snlnm-cr6", - "port": "snlnm-cr6:2/1/c13/2", - "addr": "134.55.58.138", - "ifce": "snlnm-cr6:albq-bb-b" - }, - "z": { - "device": "albq-cr6", - "port": "albq-cr6:1/1/c17/3", - "addr": "134.55.58.139", - "ifce": "albq-cr6:snlnm-bb-b" - }, - "metrics": { - "MPLS": 100010 - } - }, - { - "a": { - "device": "albq-cr6", - "port": "albq-cr6:1/1/c17/3", - "addr": "134.55.58.139", - "ifce": "albq-cr6:snlnm-bb-b" - }, - "z": { - "device": "snlnm-cr6", - "port": "snlnm-cr6:2/1/c13/2", - "addr": "134.55.58.138", - "ifce": "snlnm-cr6:albq-bb-b" - }, - "metrics": { - "MPLS": 100010 - } - }, - { - "a": { - "device": "lanlta50-cr6", - "port": "lanlta50-cr6:1/1/c1/1", - "addr": "134.55.58.154", - "ifce": "lanlta50-cr6:denv-bb-a" - }, - "z": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c6/1", - "addr": "134.55.58.155", - "ifce": "denv-cr6:lanlta50-bb-a" - }, - "metrics": { - "MPLS": 1110 - } - }, - { - "a": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c6/1", - "addr": "134.55.58.155", - "ifce": "denv-cr6:lanlta50-bb-a" - }, - "z": { - "device": "lanlta50-cr6", - "port": "lanlta50-cr6:1/1/c1/1", - "addr": "134.55.58.154", - "ifce": "lanlta50-cr6:denv-bb-a" - }, - "metrics": { - "MPLS": 1110 - } - }, - { - "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c25/1", - "addr": "134.55.58.11", - "ifce": "eqxdc4-cr6:eqxch2-bb-e" - }, - "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c28/1", - "addr": "134.55.58.10", - "ifce": "eqxch2-cr6:eqxdc4-bb-e" - }, - "metrics": { - "MPLS": 790 - } - }, - { - "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c28/1", - "addr": "134.55.58.10", - "ifce": "eqxch2-cr6:eqxdc4-bb-e" - }, - "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c25/1", - "addr": "134.55.58.11", - "ifce": "eqxdc4-cr6:eqxch2-bb-e" - }, - "metrics": { - "MPLS": 790 - } - }, - { - "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c31/1", - "addr": "134.55.58.27", - "ifce": "eqxch2-cr6:bost-bb-b" - }, - "z": { - "device": "bost-cr6", - "port": "bost-cr6:1/1/c34/1", - "addr": "134.55.58.26", - "ifce": "bost-cr6:eqxch2-bb-b" - }, - "metrics": { - "MPLS": 890 - } - }, - { - "a": { - "device": "bost-cr6", - "port": "bost-cr6:1/1/c34/1", - "addr": "134.55.58.26", - "ifce": "bost-cr6:eqxch2-bb-b" - }, - "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c31/1", - "addr": "134.55.58.27", - "ifce": "eqxch2-cr6:bost-bb-b" - }, - "metrics": { - "MPLS": 890 - } - }, - { - "a": { - "device": "bois-cr6", - "port": "bois-cr6:1/1/c25/1", - "addr": "134.55.57.24", - "ifce": "bois-cr6:salt-bb-c" - }, - "z": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c25/1", - "addr": "134.55.57.25", - "ifce": "salt-cr6:bois-bb-c" - }, - "metrics": { - "MPLS": 730 - } - }, - { - "a": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c25/1", - "addr": "134.55.57.25", - "ifce": "salt-cr6:bois-bb-c" - }, - "z": { - "device": "bois-cr6", - "port": "bois-cr6:1/1/c25/1", - "addr": "134.55.57.24", - "ifce": "bois-cr6:salt-bb-c" - }, - "metrics": { - "MPLS": 730 - } - }, - { - "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c17/4", - "addr": "134.55.58.90", - "ifce": "eqxdc4-cr6:germantown-bb-a" - }, - "z": { - "device": "germantown-cr6", - "port": "germantown-cr6:2/1/c13/2", - "addr": "134.55.58.91", - "ifce": "germantown-cr6:eqxdc4-bb-a" - }, - "metrics": { - "MPLS": 100030 - } - }, - { - "a": { - "device": "germantown-cr6", - "port": "germantown-cr6:2/1/c13/2", - "addr": "134.55.58.91", - "ifce": "germantown-cr6:eqxdc4-bb-a" - }, - "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c17/4", - "addr": "134.55.58.90", - "ifce": "eqxdc4-cr6:germantown-bb-a" - }, - "metrics": { - "MPLS": 100030 - } - }, - { - "a": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c34/1", - "addr": "134.55.57.232", - "ifce": "atla-cr6:chat-bb-c" - }, - "z": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c31/1", - "addr": "134.55.57.233", - "ifce": "chat-cr6:atla-bb-c" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c31/1", - "addr": "134.55.57.233", - "ifce": "chat-cr6:atla-bb-c" - }, - "z": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c34/1", - "addr": "134.55.57.232", - "ifce": "atla-cr6:chat-bb-c" - }, - "metrics": { - "MPLS": 720 - } - }, - { - "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c31/1", - "addr": "134.55.57.72", - "ifce": "ornl5600-cr6:nash-bb-b" - }, - "z": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c28/1", - "addr": "134.55.57.73", - "ifce": "nash-cr6:ornl5600-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c28/1", - "addr": "134.55.57.73", - "ifce": "nash-cr6:ornl5600-bb-b" - }, - "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c31/1", - "addr": "134.55.57.72", - "ifce": "ornl5600-cr6:nash-bb-b" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c31/1", - "addr": "134.55.57.201", - "ifce": "salt-cr6:denv-bb-b" - }, - "z": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c34/1", - "addr": "134.55.57.200", - "ifce": "denv-cr6:salt-bb-b" - }, - "metrics": { - "MPLS": 800 - } - }, - { - "a": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c34/1", - "addr": "134.55.57.200", - "ifce": "denv-cr6:salt-bb-b" - }, - "z": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c31/1", - "addr": "134.55.57.201", - "ifce": "salt-cr6:denv-bb-b" - }, - "metrics": { - "MPLS": 800 - } - }, - { - "a": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c31/1", - "addr": "134.55.57.217", - "ifce": "salt-cr6:lasv-bb-b" - }, - "z": { - "device": "lasv-cr6", - "port": "lasv-cr6:2/1/c31/1", - "addr": "134.55.57.216", - "ifce": "lasv-cr6:salt-bb-b" - }, - "metrics": { - "MPLS": 760 - } - }, - { - "a": { - "device": "lasv-cr6", - "port": "lasv-cr6:2/1/c31/1", - "addr": "134.55.57.216", - "ifce": "lasv-cr6:salt-bb-b" - }, - "z": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c31/1", - "addr": "134.55.57.217", - "ifce": "salt-cr6:lasv-bb-b" - }, - "metrics": { - "MPLS": 760 - } - }, - { - "a": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:1/1/c13/2", - "addr": "134.55.57.248", - "ifce": "ameshwhb-cr6:chic-bb-a" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c17/3", - "addr": "134.55.57.249", - "ifce": "chic-cr6:ameshwhb-bb-a" - }, - "metrics": { - "MPLS": 100050 - } - }, - { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c17/3", - "addr": "134.55.57.249", - "ifce": "chic-cr6:ameshwhb-bb-a" - }, - "z": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:1/1/c13/2", - "addr": "134.55.57.248", - "ifce": "ameshwhb-cr6:chic-bb-a" - }, - "metrics": { - "MPLS": 100050 - } - }, - { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c25/1", - "addr": "134.55.57.184", - "ifce": "chic-cr6:star-bb-f" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:2/1/c31/1", - "addr": "134.55.57.185", - "ifce": "star-cr6:chic-bb-f" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "star-cr6", - "port": "star-cr6:2/1/c31/1", - "addr": "134.55.57.185", - "ifce": "star-cr6:chic-bb-f" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c25/1", - "addr": "134.55.57.184", - "ifce": "chic-cr6:star-bb-f" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c31/1", - "addr": "134.55.57.168", - "ifce": "anl541b-cr6:star-bb-c" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:2/1/c34/1", - "addr": "134.55.57.169", - "ifce": "star-cr6:anl541b-bb-c" - }, - "metrics": { - "MPLS": 15000000 - } - }, - { - "a": { - "device": "star-cr6", - "port": "star-cr6:2/1/c34/1", - "addr": "134.55.57.169", - "ifce": "star-cr6:anl541b-bb-c" - }, - "z": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c31/1", - "addr": "134.55.57.168", - "ifce": "anl541b-cr6:star-bb-c" - }, - "metrics": { - "MPLS": 15000000 - } - }, - { - "a": { - "device": "kans-cr6", - "port": "kans-cr6:1/1/c19/1", - "addr": "134.55.57.41", - "ifce": "kans-cr6:chic-bb-c" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c31/1", - "addr": "134.55.57.40", - "ifce": "chic-cr6:kans-bb-c" - }, - "metrics": { - "MPLS": 770 - } - }, - { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c31/1", - "addr": "134.55.57.40", - "ifce": "chic-cr6:kans-bb-c" - }, - "z": { - "device": "kans-cr6", - "port": "kans-cr6:1/1/c19/1", - "addr": "134.55.57.41", - "ifce": "kans-cr6:chic-bb-c" - }, - "metrics": { - "MPLS": 770 - } - }, - { - "a": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:2/1/c28/1", - "addr": "134.55.56.87", - "ifce": "snlca902-cr6:llnl-bb-h" - }, - "z": { - "device": "llnl-cr6", - "port": "llnl-cr6:2/1/c31/1", - "addr": "134.55.56.86", - "ifce": "llnl-cr6:snlca902-bb-h" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "llnl-cr6", - "port": "llnl-cr6:2/1/c31/1", - "addr": "134.55.56.86", - "ifce": "llnl-cr6:snlca902-bb-h" - }, - "z": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:2/1/c28/1", - "addr": "134.55.56.87", - "ifce": "snlca902-cr6:llnl-bb-h" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:1/1/c31/1", - "addr": "134.55.56.231", - "ifce": "lbnl50-cr6:sacr-bb-d" - }, - "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c31/1", - "addr": "134.55.56.230", - "ifce": "sacr-cr6:lbnl50-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c31/1", - "addr": "134.55.56.230", - "ifce": "sacr-cr6:lbnl50-bb-d" - }, - "z": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:1/1/c31/1", - "addr": "134.55.56.231", - "ifce": "lbnl50-cr6:sacr-bb-d" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c19/1", - "addr": "134.55.56.246", - "ifce": "newy32aoa-cr6:eqxld8-bb-b" - }, - "z": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:2/1/c19/1", - "addr": "134.55.56.247", - "ifce": "eqxld8-cr6:newy32aoa-bb-b" - }, - "metrics": { - "MPLS": 2028 - } - }, - { - "a": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:2/1/c19/1", - "addr": "134.55.56.247", - "ifce": "eqxld8-cr6:newy32aoa-bb-b" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c19/1", - "addr": "134.55.56.246", - "ifce": "newy32aoa-cr6:eqxld8-bb-b" - }, - "metrics": { - "MPLS": 2028 - } - }, - { - "a": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c25/1", - "addr": "134.55.56.215", - "ifce": "wash-cr6:newy32aoa-bb-f" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c19/1", - "addr": "134.55.56.214", - "ifce": "newy32aoa-cr6:wash-bb-f" - }, - "metrics": { - "MPLS": 730 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c19/1", - "addr": "134.55.56.214", - "ifce": "newy32aoa-cr6:wash-bb-f" - }, - "z": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c25/1", - "addr": "134.55.56.215", - "ifce": "wash-cr6:newy32aoa-bb-f" - }, - "metrics": { - "MPLS": 730 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c22/1", - "addr": "134.55.56.151", - "ifce": "newy32aoa-cr6:newy1118th-bb-h" - }, - "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c22/1", - "addr": "134.55.56.150", - "ifce": "newy1118th-cr6:newy32aoa-bb-h" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c22/1", - "addr": "134.55.56.150", - "ifce": "newy1118th-cr6:newy32aoa-bb-h" - }, - "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c22/1", - "addr": "134.55.56.151", - "ifce": "newy32aoa-cr6:newy1118th-bb-h" - }, - "metrics": { - "MPLS": 710 - } + "urn": "slac50n-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.193", + "reservableVlans": [], + "location": "SLAC50N", + "locationId": 487, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "slac50n-cr6:1/1/c1/1", + "tags": [ + "slac50n-cr6---SLAC::conn-g:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 314, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 312 + } + ], + "esdbEquipmentInterfaceId": 13613, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:1/1/c17/2", + "tags": [ + "slac50n-cr6---slac-pt1:throughput:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13630, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:1/1/c19/1", + "tags": [ + "slac50n-cr6---SLAC::conn-i:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 13637, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "slac50n-cr6:1/1/c2/1", + "tags": [ + "slac50n-cr6---SLAC::conn-e:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 1123 + }, + { + "floor": 1125, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13614, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:1/1/c28/1", + "tags": [ + "slac50n-cr6---slac50s-cr6:bbl-8de1a60d::ESNET-Z10931:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13640, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:1/1/c31/1", + "tags": [ + "slac50n-cr6---lbnl59-cr6:bbl-9eda47aa::ESNET-Z10832:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13641, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:1/1/c34/1", + "tags": [ + "slac50n-cr6---slac50s-cr6:bbl-8de1a60d::ESNET-Z07207:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13642, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:1/1/c8/1", + "tags": [ + "slac50n-cr6---slac50n-ht1:ht-7fa55681:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13620, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:1/1/c9/1", + "tags": [ + "slac50n-cr6---slac50n-ht1:ht-7fa55681:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13621, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:2/1/c14/1", + "tags": [ + "slac50n-cr6---slac50n-ps:pt-586dbdac:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2222, + "ceiling": 4095 + }, + { + "floor": 1112, + "ceiling": 2220 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 13656, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:2/1/c28/1", + "tags": [ + "slac50n-cr6---lbnl59-cr6:bbl-9eda47aa::ESNET-Z13302:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13670, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:2/1/c31/1", + "tags": [ + "slac50n-cr6---lbnl59-cr6:bbl-9eda47aa::ESNET-Z10835:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13671, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:2/1/c34/1", + "tags": [ + "slac50n-cr6---slac50s-cr6:bbl-8de1a60d::ESNET-Z10934:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13672, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:2/1/c8/1", + "tags": [ + "slac50n-cr6---slac50n-ht2:ht-403c2a3e:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13650, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:2/1/c9/1", + "tags": [ + "slac50n-cr6---slac50n-ht2:ht-403c2a3e:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13651, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:lag-20", + "tags": [ + "slac50n-cr6---slac50n-mpr1:mgt-1b382c92:lag-20:ESNET-Z08638:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 2221, + "ceiling": 4095 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 1111, + "ceiling": 1136 + }, + { + "floor": 967, + "ceiling": 1109 + }, + { + "floor": 1138, + "ceiling": 2219 + } + ], + "esdbEquipmentInterfaceId": 14951, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:lag-400", + "tags": [ + "slac50n-cr6---slac50n-ht1:ht-7fa55681:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 404, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 + } + ], + "esdbEquipmentInterfaceId": 25748, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50n-cr6:lag-401", + "tags": [ + "slac50n-cr6---slac50n-ht2:ht-403c2a3e:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 399 + }, + { + "floor": 402, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 25749, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1708, + "orchSubscriptionId": null }, { - "a": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:2/1/c28/1", - "addr": "134.55.56.166", - "ifce": "lbnl59-cr6:lbnl50-bb-c" - }, - "z": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:2/1/c34/1", - "addr": "134.55.56.167", - "ifce": "lbnl50-cr6:lbnl59-bb-c" - }, - "metrics": { - "MPLS": 710 - } + "urn": "slac50s-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.194", + "reservableVlans": [], + "location": "SLAC50S", + "locationId": 488, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "slac50s-cr6:1/1/c1/1", + "tags": [ + "slac50s-cr6---SLAC::conn-h:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 315, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 313 + } + ], + "esdbEquipmentInterfaceId": 13677, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:1/1/c19/1", + "tags": [ + "slac50s-cr6---SLAC::conn-j:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 13701, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "slac50s-cr6:1/1/c2/1", + "tags": [ + "slac50s-cr6---SLAC::conn-f:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1137, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 1133 + }, + { + "floor": 1135, + "ceiling": 1135 + } + ], + "esdbEquipmentInterfaceId": 13678, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:1/1/c28/1", + "tags": [ + "slac50s-cr6---slac50n-cr6:bbl-8de1a60d::ESNET-Z10931:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13704, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:1/1/c31/1", + "tags": [ + "slac50s-cr6---sunn-cr6:bbl-2d106b69::ESNET-Z10874:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13705, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:1/1/c34/1", + "tags": [ + "slac50s-cr6---slac50n-cr6:bbl-8de1a60d::ESNET-Z07207:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13706, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:1/1/c8/1", + "tags": [ + "slac50s-cr6---slac50s-ht1:ht-e498952e:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13684, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:1/1/c9/1", + "tags": [ + "slac50s-cr6---slac50s-ht1:ht-e498952e:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13685, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:2/1/c14/1", + "tags": [ + "slac50s-cr6---slac50s-ps:pt-26ba00cf:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2222, + "ceiling": 4095 + }, + { + "floor": 1112, + "ceiling": 2220 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 13720, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:2/1/c28/1", + "tags": [ + "slac50s-cr6---sunn-cr6:bbl-2d106b69::ESNET-Z13471:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13734, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:2/1/c31/1", + "tags": [ + "slac50s-cr6---sunn-cr6:bbl-2d106b69::ESNET-Z10877:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13735, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:2/1/c34/1", + "tags": [ + "slac50s-cr6---slac50n-cr6:bbl-8de1a60d::ESNET-Z10934:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 13736, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:2/1/c8/1", + "tags": [ + "slac50s-cr6---slac50s-ht2:ht-d6513644:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13714, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:2/1/c9/1", + "tags": [ + "slac50s-cr6---slac50s-ht2:ht-d6513644:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 13715, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:lag-20", + "tags": [ + "slac50s-cr6---slac50s-mpr1:mgt-1f7e071c:lag-20:ESNET-Z08632:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 1111, + "ceiling": 2219 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 2221, + "ceiling": 4095 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 14949, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:lag-400", + "tags": [ + "slac50s-cr6---slac50s-ht1:ht-e498952e:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 404, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 + } + ], + "esdbEquipmentInterfaceId": 25750, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "slac50s-cr6:lag-401", + "tags": [ + "slac50s-cr6---slac50s-ht2:ht-d6513644:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 399 + }, + { + "floor": 402, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 25751, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1709, + "orchSubscriptionId": null }, { - "a": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:2/1/c34/1", - "addr": "134.55.56.167", - "ifce": "lbnl50-cr6:lbnl59-bb-c" - }, - "z": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:2/1/c28/1", - "addr": "134.55.56.166", - "ifce": "lbnl59-cr6:lbnl50-bb-c" - }, - "metrics": { - "MPLS": 710 - } + "urn": "snlca902-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.245", + "reservableVlans": [], + "location": "SNLCA902", + "locationId": 655, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "snlca902-cr6:1/1/c17/2", + "tags": [ + "snlca902-cr6---LLNL::conn-g:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 26979, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "snlca902-cr6:1/1/c17/3", + "tags": [ + "snlca902-cr6---LLNL::conn-r:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 1127, + "ceiling": 4095 + }, + { + "floor": 1121, + "ceiling": 1125 + }, + { + "floor": 2, + "ceiling": 1119 + } + ], + "esdbEquipmentInterfaceId": 26980, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:1/1/c28/1", + "tags": [ + "snlca902-cr6---llnl-cr6:bbl-11d45c84::ESNET-Z14863:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 26989, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:1/1/c3/1", + "tags": [ + "snlca902-cr6---SNLL::conn-f:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1153, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 1148 + }, + { + "floor": 1151, + "ceiling": 1151 + } + ], + "esdbEquipmentInterfaceId": 26964, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:1/1/c31/1", + "tags": [ + "snlca902-cr6---sacr-cr6:bbl-031bb467::ESNET-Z14796:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 26990, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:1/1/c34/1", + "tags": [ + "snlca902-cr6---sacr-cr6:bbl-031bb467::ESNET-Z14865:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 26991, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:1/1/c8/1", + "tags": [ + "snlca902-cr6---snlca902-ht1:ht-63469d5b:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 26969, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:1/1/c9/1", + "tags": [ + "snlca902-cr6---snlca902-ht1:ht-63469d5b:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 26970, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c14/1", + "tags": [ + "snlca902-cr6---snlca902-ps:pt-0d7b3275:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 27005, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c2/1", + "tags": [ + "snlca902-cr6---LLNL::conn-s:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 83 + }, + { + "floor": 85, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 26993, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c28/1", + "tags": [ + "snlca902-cr6---llnl-cr6:bbl-11d45c84::ESNET-Z14864:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 27019, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c3/1", + "tags": [ + "snlca902-cr6---LLNL::conn-u:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 163 + }, + { + "floor": 165, + "ceiling": 165 + }, + { + "floor": 167, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 26994, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c31/1", + "tags": [ + "snlca902-cr6---sacr-cr6:bbl-031bb467::ESNET-Z14808:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 27020, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c34/1", + "tags": [ + "snlca902-cr6---llnl-cr6:bbl-11d45c84::ESNET-Z14409:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 26915, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c8/1", + "tags": [ + "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 26999, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:2/1/c9/1", + "tags": [ + "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 27000, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:lag-20", + "tags": [ + "snlca902-cr6---snlca902-mpr1:mgt-4676179b:lag-20:ESNET-Z14407:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 26913, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:lag-400", + "tags": [ + "snlca902-cr6---snlca902-ht1:ht-63469d5b:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 27082, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlca902-cr6:lag-401", + "tags": [ + "snlca902-cr6---snlca902-ht2:ht-1f2ce0c1:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 399 + }, + { + "floor": 402, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 27083, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2430, + "orchSubscriptionId": null }, { - "a": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:2/1/c28/1", - "addr": "134.55.56.183", - "ifce": "lbnl50-cr6:sacr-bb-e" - }, - "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c31/1", - "addr": "134.55.56.182", - "ifce": "sacr-cr6:lbnl50-bb-e" - }, - "metrics": { - "MPLS": 710 - } + "urn": "snlnm-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.228", + "reservableVlans": [], + "location": "SNLNM", + "locationId": 631, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "snlnm-cr6:1/1/c1/1", + "tags": [ + "snlnm-cr6---albq-cr6:bbl-29a8c47f::ESNET-Z18048:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22373, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:1/1/c13/2", + "tags": [ + "snlnm-cr6---SNLA::conn-g:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 22378, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "snlnm-cr6:1/1/c13/4", + "tags": [ + "snlnm-cr6---DOENET-ALBQ::conn-c:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 29 + }, + { + "floor": 31, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22380, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:1/1/c7/1", + "tags": [ + "snlnm-cr6---albq-cr6:bbl-77a810bc::ESNET-Z16314:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22375, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:1/1/c8/1", + "tags": [ + "snlnm-cr6---DOE-IN-SNLNM::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22376, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:2/1/c1/1", + "tags": [ + "snlnm-cr6---albq-cr6:bbl-29a8c47f::ESNET-Z18049:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22385, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:2/1/c13/2", + "tags": [ + "snlnm-cr6---albq-cr6:bbl-77a810bc::ESNET-Z13338:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22390, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:2/1/c13/4", + "tags": [ + "snlnm-cr6---SNLA::conn-h:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 22392, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "snlnm-cr6:2/1/c14/1", + "tags": [ + "snlnm-cr6---snlnm-ps:pt-daf5227c:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 22393, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:lag-2", + "tags": [ + "snlnm-cr6---SNLA::conn-k:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 1160, + "ceiling": 4095 + }, + { + "floor": 1152, + "ceiling": 1154 + }, + { + "floor": 1156, + "ceiling": 1158 + }, + { + "floor": 2, + "ceiling": 1150 + } + ], + "esdbEquipmentInterfaceId": 30487, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "snlnm-cr6:lag-20", + "tags": [ + "snlnm-cr6---snlnm-mpr1:mgt-7031e838:lag-20:ESNET-Z11291:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 1111, + "ceiling": 1997 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 2000, + "ceiling": 4095 + }, + { + "floor": 967, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 22397, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2027, + "orchSubscriptionId": null }, { - "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c31/1", - "addr": "134.55.56.182", - "ifce": "sacr-cr6:lbnl50-bb-e" - }, - "z": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:2/1/c28/1", - "addr": "134.55.56.183", - "ifce": "lbnl50-cr6:sacr-bb-e" - }, - "metrics": { - "MPLS": 710 - } + "urn": "srs702a-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.229", + "reservableVlans": [], + "location": "SRS702A", + "locationId": 632, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "srs702a-cr6:1/1/c1/1", + "tags": [ + "srs702a-cr6---srs70344a-cr6:bbl-89da058b::ESNET-Z11678:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22404, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs702a-cr6:1/1/c13/2", + "tags": [ + "srs702a-cr6---nash-cr6:bbl-ce66b716::ESNET-Z11679:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22409, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs702a-cr6:1/1/c13/4", + "tags": [ + "srs702a-cr6---SRS::conn-o:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 22411, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "srs702a-cr6:1/1/c2/1", + "tags": [ + "srs702a-cr6---SRS::conn-f:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 663 + }, + { + "floor": 666, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22405, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs702a-cr6:1/1/c7/1", + "tags": [ + "srs702a-cr6---SRS::conn-p:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 666 + }, + { + "floor": 668, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22406, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs702a-cr6:lag-20", + "tags": [ + "srs702a-cr6---srs702a-mpr1:mgt-0cf0863e:lag-20:ESNET-Z11294:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22428, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2028, + "orchSubscriptionId": null }, { - "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c14/1", - "addr": "134.55.56.118", - "ifce": "chic-cr6:star-bb-d" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:1/1/c6/1", - "addr": "134.55.56.119", - "ifce": "star-cr6:chic-bb-d" - }, - "metrics": { - "MPLS": 15000000 - } + "urn": "srs70344a-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.230", + "reservableVlans": [], + "location": "SRS70344A", + "locationId": 633, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "srs70344a-cr6:1/1/c1/1", + "tags": [ + "srs70344a-cr6---srs702a-cr6:bbl-89da058b::ESNET-Z11678:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22435, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs70344a-cr6:1/1/c13/2", + "tags": [ + "srs70344a-cr6---SRS::conn-d:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 664, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 661 + } + ], + "esdbEquipmentInterfaceId": 22440, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs70344a-cr6:1/1/c13/4", + "tags": [ + "srs70344a-cr6---SRS::conn-n:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 22442, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "srs70344a-cr6:1/1/c7/1", + "tags": [ + "srs70344a-cr6---SRS::conn-q:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 667, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 665 + } + ], + "esdbEquipmentInterfaceId": 22437, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs70344a-cr6:2/1/c13/2", + "tags": [ + "srs70344a-cr6---atla-cr6:bbl-9e92de02::ESNET-Z11677:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 22452, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "srs70344a-cr6:lag-20", + "tags": [ + "srs70344a-cr6---srs70344a-mpr1:mgt-d89e3f24:lag-20:ESNET-Z11297:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 967, + "ceiling": 4095 + }, + { + "floor": 11, + "ceiling": 965 + }, + { + "floor": 2, + "ceiling": 9 + } + ], + "esdbEquipmentInterfaceId": 22459, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2029, + "orchSubscriptionId": null }, { - "a": { - "device": "star-cr6", - "port": "star-cr6:1/1/c6/1", - "addr": "134.55.56.119", - "ifce": "star-cr6:chic-bb-d" - }, - "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c14/1", - "addr": "134.55.56.118", - "ifce": "chic-cr6:star-bb-d" - }, - "metrics": { - "MPLS": 15000000 - } + "urn": "star-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.166", + "reservableVlans": [], + "location": "STAR", + "locationId": 259, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "star-cr6:1/1/c17/2", + "tags": [ + "star-cr6---ASGC::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 11894, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "star-cr6:1/1/c19/1", + "tags": [ + "star-cr6---chic-cr6:bbl-52330e01::ESNET-Z11681:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11901, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:1/1/c22/1", + "tags": [ + "star-cr6---eqxch2-cr6:bbl-15248511::ESNET-Z10284:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11902, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:1/1/c28/1", + "tags": [ + "star-cr6---eqxch2-cr6:bbl-15248511::ESNET-Z10799:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11904, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:1/1/c31/1", + "tags": [ + "star-cr6---chic-cr6:bbl-52330e01::ESNET-Z10775:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11905, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:1/1/c34/1", + "tags": [ + "star-cr6---anl541b-cr6:bbl-acd4c1da::ESNET-Z10709:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11906, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:1/1/c6/1", + "tags": [ + "star-cr6---chic-cr6:bbl-35f4b07b::ESNET-Z09682:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11882, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:1/1/c8/1", + "tags": [ + "star-cr6---star-ht1:ht-6f6e9f97:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 11884, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c12/1", + "tags": [ + "star-cr6---star-dtn1:dtn-6cd9c934:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 913, + "ceiling": 915 + }, + { + "floor": 2, + "ceiling": 911 + }, + { + "floor": 917, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11918, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c14/1", + "tags": [ + "star-cr6---star-ps:pt-6655e338:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 11920, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c15/1", + "tags": [ + "star-cr6---frib-cr6b:bbl-e31aae12::ESNET-Z10944:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11921, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c17/3", + "tags": [ + "star-cr6---FABRIC::conn-p:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 1009 + }, + { + "floor": 1011, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11925, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c19/1", + "tags": [ + "star-cr6---TESTBED::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11931, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c22/1", + "tags": [ + "star-cr6---anl541b-cr6:bbl-acd4c1da::ESNET-Z12165:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11932, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c28/1", + "tags": [ + "star-cr6---eqxch2-cr6:bbl-15248511::ESNET-Z10802:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11934, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c29/1", + "tags": [ + "star-cr6---eqxch2-cr6:bbl-15248511::ESNET-Z17935:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 30460, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c31/1", + "tags": [ + "star-cr6---chic-cr6:bbl-52330e01::ESNET-Z10778:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11935, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c34/1", + "tags": [ + "star-cr6---anl541b-cr6:bbl-acd4c1da::ESNET-Z10712:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 11936, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c35/1", + "tags": [ + "star-cr6---chic-cr6:bbl-52330e01::ESNET-Z17936:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 30462, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c5/1", + "tags": [ + "star-cr6---Starlight::conn-c:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 127, + "ceiling": 131 + }, + { + "floor": 133, + "ceiling": 163 + }, + { + "floor": 181, + "ceiling": 246 + }, + { + "floor": 248, + "ceiling": 263 + }, + { + "floor": 2, + "ceiling": 123 + }, + { + "floor": 1248, + "ceiling": 3729 + }, + { + "floor": 347, + "ceiling": 349 + }, + { + "floor": 165, + "ceiling": 179 + }, + { + "floor": 265, + "ceiling": 268 + }, + { + "floor": 280, + "ceiling": 345 + }, + { + "floor": 3731, + "ceiling": 4095 + }, + { + "floor": 351, + "ceiling": 1246 + }, + { + "floor": 272, + "ceiling": 278 + } + ], + "esdbEquipmentInterfaceId": 11911, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:2/1/c8/1", + "tags": [ + "star-cr6---star-ht2:ht-9c8f2731:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 11914, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:lag-10", + "tags": [ + "star-cr6---BTAA::conn-w:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 800000, + "reservableEgressBw": 800000, + "reservableBw": 800000, + "reservableVlans": [ + { + "floor": 2622, + "ceiling": 3200 + }, + { + "floor": 2305, + "ceiling": 2306 + }, + { + "floor": 2317, + "ceiling": 2318 + }, + { + "floor": 3213, + "ceiling": 4095 + }, + { + "floor": 3202, + "ceiling": 3208 + }, + { + "floor": 2320, + "ceiling": 2619 + }, + { + "floor": 290, + "ceiling": 296 + }, + { + "floor": 2309, + "ceiling": 2314 + }, + { + "floor": 298, + "ceiling": 307 + }, + { + "floor": 2, + "ceiling": 288 + }, + { + "floor": 309, + "ceiling": 2303 + }, + { + "floor": 3211, + "ceiling": 3211 + } + ], + "esdbEquipmentInterfaceId": 29124, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:lag-20", + "tags": [ + "star-cr6---star-mpr1:mgt-d5a3daaf:lag-20:ESNET-Z08548:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 967, + "ceiling": 1019 + }, + { + "floor": 1111, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 24 + }, + { + "floor": 955, + "ceiling": 965 + }, + { + "floor": 920, + "ceiling": 952 + }, + { + "floor": 26, + "ceiling": 918 + }, + { + "floor": 1021, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 14919, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:lag-400", + "tags": [ + "star-cr6---star-ht1:ht-6f6e9f97:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 408, + "ceiling": 4095 + }, + { + "floor": 404, + "ceiling": 405 + }, + { + "floor": 2, + "ceiling": 399 + } + ], + "esdbEquipmentInterfaceId": 25700, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "star-cr6:lag-401", + "tags": [ + "star-cr6---star-ht2:ht-9c8f2731:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 410, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 + } + ], + "esdbEquipmentInterfaceId": 25701, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1664, + "orchSubscriptionId": null }, { - "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c22/1", - "addr": "134.55.56.103", - "ifce": "eqxch2-cr6:star-bb-c" - }, - "z": { - "device": "star-cr6", - "port": "star-cr6:1/1/c22/1", - "addr": "134.55.56.102", - "ifce": "star-cr6:eqxch2-bb-c" - }, - "metrics": { - "MPLS": 710 - } + "urn": "sunn-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.172", + "reservableVlans": [], + "location": "SUNN", + "locationId": 264, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "sunn-cr6:1/1/c1/1", + "tags": [ + "sunn-cr6---LUMEN::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "UNTAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 0, + "ceiling": 0 + } + ], + "esdbEquipmentInterfaceId": 12199, + "orchSubscriptionId": null, + "ethernetEncapsulation": "NULL" + }, + { + "urn": "sunn-cr6:1/1/c19/1", + "tags": [ + "sunn-cr6---TESTBED::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12223, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c2/1", + "tags": [ + "sunn-cr6---PWAVE-SUNN::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 142, + "ceiling": 703 + }, + { + "floor": 781, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 139 + }, + { + "floor": 705, + "ceiling": 779 + } + ], + "esdbEquipmentInterfaceId": 12200, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c22/1", + "tags": [ + "sunn-cr6---losa-cr6:bbl-025391c0::ESNET-Z13640:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12224, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c25/1", + "tags": [ + "sunn-cr6---eqxsv5-cr6:bbl-d719d8b6::ESNET-Z11725:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12225, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c28/1", + "tags": [ + "sunn-cr6---slac50s-cr6:bbl-2d106b69::ESNET-Z10874:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12226, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c3/1", + "tags": [ + "sunn-cr6---Internet2::conn-e:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 313, + "ceiling": 1236 + }, + { + "floor": 1239, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 311 + } + ], + "esdbEquipmentInterfaceId": 12201, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c31/1", + "tags": [ + "sunn-cr6---llnl-cr6:bbl-7eb16d2a::ESNET-Z10847:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12227, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c34/1", + "tags": [ + "sunn-cr6---eqxsv5-cr6:bbl-d719d8b6::ESNET-Z10817:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12228, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c6/1", + "tags": [ + "sunn-cr6---PacketFabric::conn-j:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12204, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c8/1", + "tags": [ + "sunn-cr6---sunn-ht1:ht-aee50207:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12206, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:1/1/c9/1", + "tags": [ + "sunn-cr6---sunn-ht1:ht-aee50207:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12207, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c1/1", + "tags": [ + "sunn-cr6---CENIC::conn-i:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12229, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c10/1", + "tags": [ + "sunn-cr6---NREN::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2494, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 2492 + } + ], + "esdbEquipmentInterfaceId": 12238, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c14/1", + "tags": [ + "sunn-cr6---sunn-ps:pt-b77d8487:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 12242, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c16/1", + "tags": [ + "sunn-cr6---ESNET-SERVICES::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 50, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 48 + } + ], + "esdbEquipmentInterfaceId": 12244, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c19/1", + "tags": [ + "sunn-cr6---slac50s-cr6:bbl-2d106b69::ESNET-Z13471:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12253, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c22/1", + "tags": [ + "sunn-cr6---llnl-cr6:bbl-7eb16d2a::ESNET-Z13470:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12254, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c25/1", + "tags": [ + "sunn-cr6---eqxsv5-cr6:bbl-d719d8b6::ESNET-Z10820:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12255, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c28/1", + "tags": [ + "sunn-cr6---slac50s-cr6:bbl-2d106b69::ESNET-Z10877:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12256, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c31/1", + "tags": [ + "sunn-cr6---losa-cr6:bbl-025391c0::ESNET-Z10853:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12257, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c34/1", + "tags": [ + "sunn-cr6---llnl-cr6:bbl-7eb16d2a::ESNET-Z10844:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12258, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c4/1", + "tags": [ + "sunn-cr6---losa-cr6:bbl-025391c0::ESNET-Z18158:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12232, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c8/1", + "tags": [ + "sunn-cr6---sunn-ht2:ht-09799b67:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12236, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:2/1/c9/1", + "tags": [ + "sunn-cr6---sunn-dtn1:dtn-e74ec557:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 913, + "ceiling": 915 + }, + { + "floor": 2, + "ceiling": 911 + }, + { + "floor": 917, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12237, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:lag-20", + "tags": [ + "sunn-cr6---sunn-mpr1:mgt-f839e37c:lag-20:ESNET-Z08584:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 14933, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:lag-400", + "tags": [ + "sunn-cr6---sunn-ht1:ht-aee50207:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 408, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 + } + ], + "esdbEquipmentInterfaceId": 24399, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "sunn-cr6:lag-401", + "tags": [ + "sunn-cr6---sunn-ht2:ht-09799b67:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 410, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 + } + ], + "esdbEquipmentInterfaceId": 26880, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1673, + "orchSubscriptionId": null }, { - "a": { - "device": "star-cr6", - "port": "star-cr6:1/1/c22/1", - "addr": "134.55.56.102", - "ifce": "star-cr6:eqxch2-bb-c" - }, - "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c22/1", - "addr": "134.55.56.103", - "ifce": "eqxch2-cr6:star-bb-c" - }, - "metrics": { - "MPLS": 710 - } + "urn": "wash-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.175", + "reservableVlans": [], + "location": "WASH", + "locationId": 267, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "wash-cr6:1/1/c1/1", + "tags": [ + "wash-cr6---ornl5600-cr6:bbl-7d976214::ESNET-Z12523:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12395, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c15/1", + "tags": [ + "wash-cr6---wash-bert1:bert-bf17541c:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4011, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4009 + } + ], + "esdbEquipmentInterfaceId": 12409, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c17/2", + "tags": [ + "wash-cr6---wash-pt1:throughput:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12412, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c17/3", + "tags": [ + "wash-cr6---Alef::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 99 + }, + { + "floor": 101, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12413, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c17/4", + "tags": [ + "wash-cr6---lhcone-wash-opt1:throughput:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12414, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c2/1", + "tags": [ + "wash-cr6---pppl-cr6:bbl-8c7c2df9::ESNET-Z12583:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12396, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c22/1", + "tags": [ + "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z15048:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12420, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c25/1", + "tags": [ + "wash-cr6---eqxdc4-cr6:bbl-a7031f25::ESNET-Z13638:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12421, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c28/1", + "tags": [ + "wash-cr6---newy32aoa-cr6:bbl-324fb434::ESNET-Z10862:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12422, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c3/1", + "tags": [ + "wash-cr6---NOAA::conn-a:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 1299 + }, + { + "floor": 1301, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12397, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c31/1", + "tags": [ + "wash-cr6---eqxdc4-cr6:bbl-a7031f25::ESNET-Z10811:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12423, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c34/1", + "tags": [ + "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z10724:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12424, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c4/1", + "tags": [ + "wash-cr6---DOE-NNSA-MANA::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1995, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 1993 + } + ], + "esdbEquipmentInterfaceId": 12398, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c5/1", + "tags": [ + "wash-cr6---cern513-cr6:bbl-087d55e0::ESNET-Z11848:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12399, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c8/1", + "tags": [ + "wash-cr6---wash-ht1:ht-66244c7a:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12402, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:1/1/c9/1", + "tags": [ + "wash-cr6---wash-ht1:ht-66244c7a:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12403, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c14/1", + "tags": [ + "wash-cr6---wash-ps:pt-2d41a602:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 12438, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c15/1", + "tags": [ + "wash-cr6---wash-bert1:bert-bf17541c:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4011, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4009 + } + ], + "esdbEquipmentInterfaceId": 12439, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c17/2", + "tags": [ + "wash-cr6---forrestal-cr6:bbl-bcd15892::ESNET-Z13460:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12442, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c17/3", + "tags": [ + "wash-cr6---FABRIC::conn-c:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 1009 + }, + { + "floor": 1011, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12443, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c17/4", + "tags": [ + "wash-cr6---VA::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 1000, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 998 + } + ], + "esdbEquipmentInterfaceId": 12444, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c22/1", + "tags": [ + "wash-cr6---newy32aoa-cr6:bbl-324fb434::ESNET-Z16839:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12450, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c25/1", + "tags": [ + "wash-cr6---newy32aoa-cr6:bbl-324fb434::ESNET-Z14060:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12451, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c28/1", + "tags": [ + "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z10886:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12452, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c31/1", + "tags": [ + "wash-cr6---eqxdc4-cr6:bbl-a7031f25::ESNET-Z10814:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12453, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c34/1", + "tags": [ + "wash-cr6---atla-cr6:bbl-fb50a6d0::ESNET-Z10727:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12454, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c4/1", + "tags": [ + "wash-cr6---PacketFabric::conn-b:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12428, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c6/1", + "tags": [ + "wash-cr6---wash-dtn1:dtn-361401ea:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 913, + "ceiling": 915 + }, + { + "floor": 2, + "ceiling": 911 + }, + { + "floor": 917, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 12430, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c8/1", + "tags": [ + "wash-cr6---wash-ht2:ht-c703e45a:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12432, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:2/1/c9/1", + "tags": [ + "wash-cr6---wash-ht2:ht-c703e45a:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 4090, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 4088 + } + ], + "esdbEquipmentInterfaceId": 12433, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:lag-20", + "tags": [ + "wash-cr6---wash-mpr1:mgt-5609819e:lag-20:ESNET-Z08602:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 2321, + "ceiling": 4095 + }, + { + "floor": 1111, + "ceiling": 2301 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 2311, + "ceiling": 2319 + }, + { + "floor": 968, + "ceiling": 1019 + }, + { + "floor": 2304, + "ceiling": 2309 + }, + { + "floor": 1021, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 14939, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:lag-400", + "tags": [ + "wash-cr6---wash-ht1:ht-66244c7a:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 414, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 399 + } + ], + "esdbEquipmentInterfaceId": 25732, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:lag-401", + "tags": [ + "wash-cr6---wash-ht2:ht-c703e45a:capture::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 200000, + "reservableEgressBw": 200000, + "reservableBw": 200000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 399 + }, + { + "floor": 402, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 25733, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "wash-cr6:lag-50", + "tags": [ + "wash-cr6---WIX::conn-d:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 1202, + "ceiling": 2001 + }, + { + "floor": 2003, + "ceiling": 2009 + }, + { + "floor": 2014, + "ceiling": 2308 + }, + { + "floor": 2, + "ceiling": 122 + }, + { + "floor": 197, + "ceiling": 202 + }, + { + "floor": 3731, + "ceiling": 4095 + }, + { + "floor": 2313, + "ceiling": 3629 + }, + { + "floor": 204, + "ceiling": 1199 + }, + { + "floor": 3631, + "ceiling": 3729 + }, + { + "floor": 124, + "ceiling": 193 + }, + { + "floor": 2011, + "ceiling": 2012 + } + ], + "esdbEquipmentInterfaceId": 27723, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1680, + "orchSubscriptionId": null }, { - "a": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:1/1/c34/1", - "addr": "134.55.56.39", - "ifce": "slac50n-cr6:slac50s-bb-a" - }, - "z": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:1/1/c34/1", - "addr": "134.55.56.38", - "ifce": "slac50s-cr6:slac50n-bb-a" - }, - "metrics": { - "MPLS": 710 - } + "urn": "y12-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.218", + "reservableVlans": [], + "location": "Y12", + "locationId": 615, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "y12-cr6:1/1/c1/1", + "tags": [ + "y12-cr6---ornl1064-cr6:bbl-f80790be::ESNET-Z12544:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 16790, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12-cr6:1/1/c13/2", + "tags": [ + "y12-cr6---Y12::conn-e:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 2179 + }, + { + "floor": 2181, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 16795, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12-cr6:1/1/c2/1", + "tags": [ + "y12-cr6---y12co-cr6:bbl-f5643804::ESNET-Z17979:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 16791, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12-cr6:2/1/c14/1", + "tags": [ + "y12-cr6---y12-ps:pt-1fcea296:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 10000, + "reservableEgressBw": 10000, + "reservableBw": 10000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 16810, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12-cr6:lag-12", + "tags": [ + "y12-cr6---Y12::conn-h:show:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 27058, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12-cr6:lag-20", + "tags": [ + "y12-cr6---y12-mpr1:mgt-e2a032fb:lag-20:ESNET-Z09181:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 16847, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 1843, + "orchSubscriptionId": null }, { - "a": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:1/1/c34/1", - "addr": "134.55.56.38", - "ifce": "slac50s-cr6:slac50n-bb-a" - }, - "z": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:1/1/c34/1", - "addr": "134.55.56.39", - "ifce": "slac50n-cr6:slac50s-bb-a" - }, - "metrics": { - "MPLS": 710 - } - }, + "urn": "y12co-cr6", + "model": "ALCATEL_SR7750", + "type": "ROUTER", + "ipv4Address": "134.55.200.64", + "reservableVlans": [], + "location": "Y12co", + "locationId": 679, + "latitude": "0.0", + "longitude": "0.0", + "capabilities": [ + "ETHERNET", + "MPLS" + ], + "ports": [ + { + "urn": "y12co-cr6:1/1/c2/1", + "tags": [ + "y12co-cr6---y12-cr6:bbl-f5643804::ESNET-Z17979:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 30329, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12co-cr6:1/1/c22/1", + "tags": [ + "y12co-cr6---ornl5600-cr6:bbl-697017cc::ESNET-Z17887:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 400000, + "reservableEgressBw": 400000, + "reservableBw": 400000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 30349, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12co-cr6:2/1/c14/1", + "tags": [ + "y12co-cr6---y12co-ps:pt-6e5f97a6:::na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 1112, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 910 + }, + { + "floor": 912, + "ceiling": 1110 + } + ], + "esdbEquipmentInterfaceId": 30367, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12co-cr6:2/1/c7/1", + "tags": [ + "y12co-cr6---orau-cr6:bbl-1c47df6d::ESNET-Z17927:na" + ], + "capabilities": [ + "ETHERNET", + "TAGGED", + "MPLS" + ], + "ifces": [], + "reservableIngressBw": 100000, + "reservableEgressBw": 100000, + "reservableBw": 100000, + "reservableVlans": [ + { + "floor": 2, + "ceiling": 5 + }, + { + "floor": 7, + "ceiling": 4095 + } + ], + "esdbEquipmentInterfaceId": 30360, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + }, + { + "urn": "y12co-cr6:lag-20", + "tags": [ + "y12co-cr6---y12co-mpr1:mgt-721d72b2:lag-20:ESNET-Z17888:na" + ], + "capabilities": [ + "ETHERNET", + "EDGE", + "TAGGED" + ], + "ifces": [], + "reservableIngressBw": 20000, + "reservableEgressBw": 20000, + "reservableBw": 20000, + "reservableVlans": [ + { + "floor": 1111, + "ceiling": 4095 + }, + { + "floor": 2, + "ceiling": 918 + }, + { + "floor": 920, + "ceiling": 965 + }, + { + "floor": 967, + "ceiling": 1109 + } + ], + "esdbEquipmentInterfaceId": 30380, + "orchSubscriptionId": null, + "ethernetEncapsulation": "DOT1Q" + } + ], + "esdbEquipmentId": 2862, + "orchSubscriptionId": null + } + ], + "problems": [], + "adjcies": [ { "a": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c28/1", - "addr": "134.55.56.22", - "ifce": "losa-cr6:sunn-bb-c" + "device": "netlpgh-cr6", + "port": "netlpgh-cr6:1/1/c13/2", + "addr": "134.55.58.86", + "ifce": "eqxdc4-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c22/1", - "addr": "134.55.56.23", - "ifce": "sunn-cr6:losa-bb-c" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:2/1/c17/2", + "addr": "134.55.58.87", + "ifce": "netlpgh-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 500050 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c22/1", - "addr": "134.55.56.23", - "ifce": "sunn-cr6:losa-bb-c" + "device": "bost-cr6", + "port": "bost-cr6:1/1/c31/1", + "addr": "134.55.56.254", + "ifce": "newy325hudson-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c28/1", - "addr": "134.55.56.22", - "ifce": "losa-cr6:sunn-bb-c" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:2/1/c22/1", + "addr": "134.55.56.255", + "ifce": "bost-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 750 - } - }, - { - "a": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:1/1/c4/1", - "addr": "134.55.56.55", - "ifce": "eqxld8-cr6:newy1118th-bb-a" }, - "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c5/1", - "addr": "134.55.56.54", - "ifce": "newy1118th-cr6:eqxld8-bb-a" - }, - "metrics": { - "MPLS": 2376 - } + "orchSubscriptionId": null }, { "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c5/1", - "addr": "134.55.56.54", - "ifce": "newy1118th-cr6:eqxld8-bb-a" + "device": "bost-cr6", + "port": "bost-cr6:2/1/c34/1", + "addr": "134.55.57.254", + "ifce": "newy325hudson-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:1/1/c4/1", - "addr": "134.55.56.55", - "ifce": "eqxld8-cr6:newy1118th-bb-a" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:1/1/c28/1", + "addr": "134.55.57.255", + "ifce": "bost-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 2376 - } - }, - { - "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c4/1", - "addr": "134.55.37.21", - "ifce": "newy32aoa-cr6:to_eqxld8-cr6_ip-c" - }, - "z": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:2/1/c1/1", - "addr": "134.55.37.22", - "ifce": "eqxld8-cr6:to_newy32aoa-cr6_ip-c" + "MPLS": 750 }, - "metrics": { - "MPLS": 2028 - } + "orchSubscriptionId": null }, { "a": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:2/1/c1/1", - "addr": "134.55.37.22", - "ifce": "eqxld8-cr6:to_newy32aoa-cr6_ip-c" + "device": "bost-cr6", + "port": "bost-cr6:2/1/c22/1", + "addr": "134.55.57.128", + "ifce": "newy325hudson-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c4/1", - "addr": "134.55.37.21", - "ifce": "newy32aoa-cr6:to_eqxld8-cr6_ip-c" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:2/1/c35/1", + "addr": "134.55.57.129", + "ifce": "bost-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 2028 - } - }, - { - "a": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c17/3", - "addr": "134.55.58.45", - "ifce": "nash-cr6:srs702a-bb-a" - }, - "z": { - "device": "srs702a-cr6", - "port": "srs702a-cr6:1/1/c13/2", - "addr": "134.55.58.44", - "ifce": "srs702a-cr6:nash-bb-a" + "MPLS": 750 }, - "metrics": { - "MPLS": 100100 - } + "orchSubscriptionId": null }, { "a": { - "device": "srs702a-cr6", - "port": "srs702a-cr6:1/1/c13/2", - "addr": "134.55.58.44", - "ifce": "srs702a-cr6:nash-bb-a" + "device": "losa-cr6", + "port": "losa-cr6:2/1/c34/1", + "addr": "134.55.57.114", + "ifce": "sunn-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c17/3", - "addr": "134.55.58.45", - "ifce": "nash-cr6:srs702a-bb-a" + "device": "sunn-cr6", + "port": "sunn-cr6:2/1/c31/1", + "addr": "134.55.57.115", + "ifce": "losa-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100100 - } - }, - { - "a": { - "device": "nrelrsf-cr6", - "port": "nrelrsf-cr6:1/1/c1/1", - "addr": "134.55.58.109", - "ifce": "nrelrsf-cr6:denv-bb-a" - }, - "z": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c3/1", - "addr": "134.55.58.108", - "ifce": "denv-cr6:nrelrsf-bb-a" + "MPLS": 780 }, - "metrics": { - "MPLS": 1010 - } + "orchSubscriptionId": null }, { "a": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c3/1", - "addr": "134.55.58.108", - "ifce": "denv-cr6:nrelrsf-bb-a" + "device": "losa-cr6", + "port": "losa-cr6:1/1/c28/1", + "addr": "134.55.56.22", + "ifce": "sunn-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "nrelrsf-cr6", - "port": "nrelrsf-cr6:1/1/c1/1", - "addr": "134.55.58.109", - "ifce": "nrelrsf-cr6:denv-bb-a" + "device": "sunn-cr6", + "port": "sunn-cr6:1/1/c22/1", + "addr": "134.55.56.23", + "ifce": "losa-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } - }, - { - "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c4/1", - "addr": "134.55.58.125", - "ifce": "ornl5600-cr6:wash-bb-a" - }, - "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c1/1", - "addr": "134.55.58.124", - "ifce": "wash-cr6:ornl5600-bb-a" + "MPLS": 780 }, - "metrics": { - "MPLS": 5150 - } + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c1/1", - "addr": "134.55.58.124", - "ifce": "wash-cr6:ornl5600-bb-a" + "device": "losa-cr6", + "port": "losa-cr6:1/1/c19/1", + "addr": "134.55.58.106", + "ifce": "sunn-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c4/1", - "addr": "134.55.58.125", - "ifce": "ornl5600-cr6:wash-bb-a" + "device": "sunn-cr6", + "port": "sunn-cr6:2/1/c4/1", + "addr": "134.55.58.107", + "ifce": "losa-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 5150 - } - }, - { - "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c28/1", - "addr": "134.55.58.29", - "ifce": "newy1118th-cr6:bost-bb-c" - }, - "z": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c34/1", - "addr": "134.55.58.28", - "ifce": "bost-cr6:newy1118th-bb-c" + "MPLS": 780 }, - "metrics": { - "MPLS": 710 - } + "orchSubscriptionId": null }, { "a": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c34/1", - "addr": "134.55.58.28", - "ifce": "bost-cr6:newy1118th-bb-c" + "device": "eqxda3-cr6", + "port": "eqxda3-cr6:1/1/c31/1", + "addr": "134.55.57.122", + "ifce": "hous-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c28/1", - "addr": "134.55.58.29", - "ifce": "newy1118th-cr6:bost-bb-c" + "device": "hous-cr6", + "port": "hous-cr6:1/1/c28/1", + "addr": "134.55.57.123", + "ifce": "eqxda3-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c25/1", - "addr": "134.55.57.27", - "ifce": "losa-cr6:lasv-bb-c" + "device": "eqxda3-cr6", + "port": "eqxda3-cr6:1/1/c34/1", + "addr": "134.55.57.170", + "ifce": "hous-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "lasv-cr6", - "port": "lasv-cr6:2/1/c34/1", - "addr": "134.55.57.26", - "ifce": "lasv-cr6:losa-bb-c" + "device": "hous-cr6", + "port": "hous-cr6:2/1/c34/1", + "addr": "134.55.57.171", + "ifce": "eqxda3-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lasv-cr6", - "port": "lasv-cr6:2/1/c34/1", - "addr": "134.55.57.26", - "ifce": "lasv-cr6:losa-bb-c" + "device": "eqxda3-cr6", + "port": "eqxda3-cr6:2/1/c28/1", + "addr": "134.55.57.126", + "ifce": "hous-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c25/1", - "addr": "134.55.57.27", - "ifce": "losa-cr6:lasv-bb-c" + "device": "hous-cr6", + "port": "hous-cr6:1/1/c22/1", + "addr": "134.55.57.127", + "ifce": "eqxda3-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { "device": "sacr-cr6", "port": "sacr-cr6:1/1/c28/1", "addr": "134.55.57.10", - "ifce": "sacr-cr6:snlca902-bb-a" + "ifce": "snlca902-bb-a", + "orchSubscriptionId": null }, "z": { "device": "snlca902-cr6", "port": "snlca902-cr6:1/1/c31/1", "addr": "134.55.57.11", - "ifce": "snlca902-cr6:sacr-bb-a" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:1/1/c31/1", - "addr": "134.55.57.11", - "ifce": "snlca902-cr6:sacr-bb-a" - }, - "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c28/1", - "addr": "134.55.57.10", - "ifce": "sacr-cr6:snlca902-bb-a" - }, - "metrics": { - "MPLS": 710 - } - }, - { - "a": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:1/1/c31/1", - "addr": "134.55.58.92", - "ifce": "pnnlemsl-cr6:seat-bb-a" - }, - "z": { - "device": "seat-cr6", - "port": "seat-cr6:2/1/c31/1", - "addr": "134.55.58.93", - "ifce": "seat-cr6:pnnlemsl-bb-a" + "ifce": "sacr-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } - }, - { - "a": { - "device": "seat-cr6", - "port": "seat-cr6:2/1/c31/1", - "addr": "134.55.58.93", - "ifce": "seat-cr6:pnnlemsl-bb-a" - }, - "z": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:1/1/c31/1", - "addr": "134.55.58.92", - "ifce": "pnnlemsl-cr6:seat-bb-a" }, - "metrics": { - "MPLS": 710 - } + "orchSubscriptionId": null }, { "a": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:2/1/c28/1", - "addr": "134.55.58.141", - "ifce": "slac50n-cr6:lbnl59-bb-d" + "device": "sacr-cr6", + "port": "sacr-cr6:1/1/c22/1", + "addr": "134.55.56.84", + "ifce": "snlca902-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c28/1", - "addr": "134.55.58.140", - "ifce": "lbnl59-cr6:slac50n-bb-d" + "device": "snlca902-cr6", + "port": "snlca902-cr6:2/1/c31/1", + "addr": "134.55.56.85", + "ifce": "sacr-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } - }, - { - "a": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c28/1", - "addr": "134.55.58.140", - "ifce": "lbnl59-cr6:slac50n-bb-d" - }, - "z": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:2/1/c28/1", - "addr": "134.55.58.141", - "ifce": "slac50n-cr6:lbnl59-bb-d" }, - "metrics": { - "MPLS": 710 - } + "orchSubscriptionId": null }, { "a": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c5/1", - "addr": "134.55.58.157", - "ifce": "kans-cr6:kcnsc-bb-a" + "device": "sacr-cr6", + "port": "sacr-cr6:2/1/c34/1", + "addr": "134.55.56.10", + "ifce": "snlca902-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "kcnsc-cr6", - "port": "kcnsc-cr6:1/1/c1/1", - "addr": "134.55.58.156", - "ifce": "kcnsc-cr6:kans-bb-a" + "device": "snlca902-cr6", + "port": "snlca902-cr6:1/1/c34/1", + "addr": "134.55.56.11", + "ifce": "sacr-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 15000000 + }, + "orchSubscriptionId": null }, { "a": { - "device": "kcnsc-cr6", - "port": "kcnsc-cr6:1/1/c1/1", - "addr": "134.55.58.156", - "ifce": "kcnsc-cr6:kans-bb-a" + "device": "eqxda3-cr6", + "port": "eqxda3-cr6:2/1/c34/1", + "addr": "134.55.57.158", + "ifce": "kans-bb-b", + "orchSubscriptionId": null }, "z": { "device": "kans-cr6", - "port": "kans-cr6:2/1/c5/1", - "addr": "134.55.58.157", - "ifce": "kans-cr6:kcnsc-bb-a" + "port": "kans-cr6:2/1/c34/1", + "addr": "134.55.57.159", + "ifce": "eqxda3-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 770 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern773-cr6", - "port": "cern773-cr6:1/1/c7/1", - "addr": "134.55.58.60", - "ifce": "cern773-cr6:cern513-bb-a" + "device": "eqxda3-cr6", + "port": "eqxda3-cr6:2/1/c31/1", + "addr": "134.55.56.34", + "ifce": "kans-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c7/1", - "addr": "134.55.58.61", - "ifce": "cern513-cr6:cern773-bb-a" + "device": "kans-cr6", + "port": "kans-cr6:2/1/c25/1", + "addr": "134.55.56.35", + "ifce": "eqxda3-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 770 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c7/1", - "addr": "134.55.58.61", - "ifce": "cern513-cr6:cern773-bb-a" + "device": "eqxda3-cr6", + "port": "eqxda3-cr6:1/1/c28/1", + "addr": "134.55.56.94", + "ifce": "kans-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "cern773-cr6", - "port": "cern773-cr6:1/1/c7/1", - "addr": "134.55.58.60", - "ifce": "cern773-cr6:cern513-bb-a" + "device": "kans-cr6", + "port": "kans-cr6:1/1/c34/1", + "addr": "134.55.56.95", + "ifce": "eqxda3-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 770 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c34/1", - "addr": "134.55.57.218", - "ifce": "fnalfcc-cr6:fnalgcc-bb-b" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c5/1", + "addr": "134.55.58.146", + "ifce": "cern513-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:1/1/c34/1", - "addr": "134.55.57.219", - "ifce": "fnalgcc-cr6:fnalfcc-bb-b" + "device": "cern513-cr6", + "port": "cern513-cr6:1/1/c4/1", + "addr": "134.55.58.147", + "ifce": "wash-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 2244 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:1/1/c34/1", - "addr": "134.55.57.219", - "ifce": "fnalgcc-cr6:fnalfcc-bb-b" + "device": "seat-cr6", + "port": "seat-cr6:1/1/c31/1", + "addr": "134.55.56.122", + "ifce": "sacr-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c34/1", - "addr": "134.55.57.218", - "ifce": "fnalfcc-cr6:fnalgcc-bb-b" + "device": "sacr-cr6", + "port": "sacr-cr6:1/1/c34/1", + "addr": "134.55.56.123", + "ifce": "seat-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c34/1", - "addr": "134.55.57.202", - "ifce": "bois-cr6:salt-bb-b" + "device": "seat-cr6", + "port": "seat-cr6:1/1/c25/1", + "addr": "134.55.56.176", + "ifce": "sacr-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c34/1", - "addr": "134.55.57.203", - "ifce": "salt-cr6:bois-bb-b" + "device": "sacr-cr6", + "port": "sacr-cr6:2/1/c22/1", + "addr": "134.55.56.177", + "ifce": "seat-bb-e", + "orchSubscriptionId": null }, "metrics": { "MPLS": 750 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c34/1", - "addr": "134.55.57.203", - "ifce": "salt-cr6:bois-bb-b" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c31/1", + "addr": "134.55.57.222", + "ifce": "fnalgcc-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c34/1", - "addr": "134.55.57.202", - "ifce": "bois-cr6:salt-bb-b" + "device": "fnalgcc-cr6", + "port": "fnalgcc-cr6:1/1/c31/1", + "addr": "134.55.57.223", + "ifce": "chic-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { "device": "chic-cr6", - "port": "chic-cr6:2/1/c34/1", - "addr": "134.55.57.187", - "ifce": "chic-cr6:eqxch2-bb-f" + "port": "chic-cr6:2/1/c22/1", + "addr": "134.55.56.50", + "ifce": "fnalgcc-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c28/1", - "addr": "134.55.57.186", - "ifce": "eqxch2-cr6:chic-bb-f" + "device": "fnalgcc-cr6", + "port": "fnalgcc-cr6:2/1/c28/1", + "addr": "134.55.56.51", + "ifce": "chic-bb-d", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c28/1", - "addr": "134.55.57.186", - "ifce": "eqxch2-cr6:chic-bb-f" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c23/1", + "addr": "134.55.57.96", + "ifce": "fnalgcc-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c34/1", - "addr": "134.55.57.187", - "ifce": "chic-cr6:eqxch2-bb-f" + "device": "fnalgcc-cr6", + "port": "fnalgcc-cr6:1/1/c25/1", + "addr": "134.55.57.97", + "ifce": "chic-bb-e", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c31/1", - "addr": "134.55.57.234", - "ifce": "atla-cr6:hous-bb-c" + "device": "denv-cr6", + "port": "denv-cr6:2/1/c17/4", + "addr": "134.55.58.110", + "ifce": "nrelesif-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c34/1", - "addr": "134.55.57.235", - "ifce": "hous-cr6:atla-bb-c" + "device": "nrelesif-cr6", + "port": "nrelesif-cr6:1/1/c13/2", + "addr": "134.55.58.111", + "ifce": "denv-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 810 - } + "MPLS": 100010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c34/1", - "addr": "134.55.57.235", - "ifce": "hous-cr6:atla-bb-c" + "device": "lasv-cr6", + "port": "lasv-cr6:1/1/c1/1", + "addr": "134.55.56.36", + "ifce": "nnss-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c31/1", - "addr": "134.55.57.234", - "ifce": "atla-cr6:hous-bb-c" + "device": "nnss-cr6", + "port": "nnss-cr6:1/1/c1/1", + "addr": "134.55.56.37", + "ifce": "lasv-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 810 - } + "MPLS": 5050 + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl221-cr6", - "port": "anl221-cr6:1/1/c34/1", - "addr": "134.55.57.42", - "ifce": "anl221-cr6:anl541b-bb-b" + "device": "llnl-cr6", + "port": "llnl-cr6:2/1/c34/1", + "addr": "134.55.56.44", + "ifce": "snlca902-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:1/1/c34/1", - "addr": "134.55.57.43", - "ifce": "anl541b-cr6:anl221-bb-b" + "device": "snlca902-cr6", + "port": "snlca902-cr6:2/1/c34/1", + "addr": "134.55.56.45", + "ifce": "llnl-bb-f", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:1/1/c34/1", - "addr": "134.55.57.43", - "ifce": "anl541b-cr6:anl221-bb-b" + "device": "llnl-cr6", + "port": "llnl-cr6:1/1/c31/1", + "addr": "134.55.56.64", + "ifce": "snlca902-bb-g", + "orchSubscriptionId": null }, "z": { - "device": "anl221-cr6", - "port": "anl221-cr6:1/1/c34/1", - "addr": "134.55.57.42", - "ifce": "anl221-cr6:anl541b-bb-b" + "device": "snlca902-cr6", + "port": "snlca902-cr6:1/1/c28/1", + "addr": "134.55.56.65", + "ifce": "llnl-bb-g", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c5/1", - "addr": "134.55.57.58", - "ifce": "atla-cr6:jlab12-bb-a" + "device": "llnl-cr6", + "port": "llnl-cr6:2/1/c31/1", + "addr": "134.55.56.86", + "ifce": "snlca902-bb-h", + "orchSubscriptionId": null }, "z": { - "device": "jlab12-cr6", - "port": "jlab12-cr6:1/1/c2/1", - "addr": "134.55.57.59", - "ifce": "jlab12-cr6:atla-bb-a" + "device": "snlca902-cr6", + "port": "snlca902-cr6:2/1/c28/1", + "addr": "134.55.56.87", + "ifce": "llnl-bb-h", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1040 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "jlab12-cr6", - "port": "jlab12-cr6:1/1/c2/1", - "addr": "134.55.57.59", - "ifce": "jlab12-cr6:atla-bb-a" + "device": "star-cr6", + "port": "star-cr6:1/1/c22/1", + "addr": "134.55.56.102", + "ifce": "eqxch2-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c5/1", - "addr": "134.55.57.58", - "ifce": "atla-cr6:jlab12-bb-a" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:1/1/c22/1", + "addr": "134.55.56.103", + "ifce": "star-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1040 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c28/1", - "addr": "134.55.57.123", - "ifce": "hous-cr6:eqxda3-bb-b" + "device": "star-cr6", + "port": "star-cr6:1/1/c28/1", + "addr": "134.55.57.164", + "ifce": "eqxch2-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:1/1/c31/1", - "addr": "134.55.57.122", - "ifce": "eqxda3-cr6:hous-bb-b" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:1/1/c34/1", + "addr": "134.55.57.165", + "ifce": "star-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:1/1/c31/1", - "addr": "134.55.57.122", - "ifce": "eqxda3-cr6:hous-bb-b" + "device": "star-cr6", + "port": "star-cr6:2/1/c28/1", + "addr": "134.55.57.162", + "ifce": "eqxch2-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c28/1", - "addr": "134.55.57.123", - "ifce": "hous-cr6:eqxda3-bb-b" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c34/1", + "addr": "134.55.57.163", + "ifce": "star-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c34/1", - "addr": "134.55.57.171", - "ifce": "hous-cr6:eqxda3-bb-c" + "device": "star-cr6", + "port": "star-cr6:2/1/c29/1", + "addr": "134.55.58.52", + "ifce": "eqxch2-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:1/1/c34/1", - "addr": "134.55.57.170", - "ifce": "eqxda3-cr6:hous-bb-c" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c35/1", + "addr": "134.55.58.53", + "ifce": "star-bb-f", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:1/1/c34/1", - "addr": "134.55.57.170", - "ifce": "eqxda3-cr6:hous-bb-c" + "device": "bost-cr6", + "port": "bost-cr6:1/1/c34/1", + "addr": "134.55.58.26", + "ifce": "eqxch2-bb-b", + "orchSubscriptionId": null }, - "z": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c34/1", - "addr": "134.55.57.171", - "ifce": "hous-cr6:eqxda3-bb-c" + "z": { + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:1/1/c31/1", + "addr": "134.55.58.27", + "ifce": "bost-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 890 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:1/1/c34/1", - "addr": "134.55.56.104", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-b" + "device": "bost-cr6", + "port": "bost-cr6:2/1/c31/1", + "addr": "134.55.56.170", + "ifce": "eqxch2-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:1/1/c34/1", - "addr": "134.55.56.105", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-b" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:1/1/c19/1", + "addr": "134.55.56.171", + "ifce": "bost-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 890 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:1/1/c34/1", - "addr": "134.55.56.105", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-b" + "device": "bost-cr6", + "port": "bost-cr6:2/1/c28/1", + "addr": "134.55.57.154", + "ifce": "eqxch2-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:1/1/c34/1", - "addr": "134.55.56.104", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-b" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c23/1", + "addr": "134.55.57.155", + "ifce": "bost-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 890 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c34/1", - "addr": "134.55.56.136", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-c" + "device": "denv-cr6", + "port": "denv-cr6:1/1/c3/1", + "addr": "134.55.58.108", + "ifce": "nrelrsf-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c34/1", - "addr": "134.55.56.137", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-c" + "device": "nrelrsf-cr6", + "port": "nrelrsf-cr6:1/1/c1/1", + "addr": "134.55.58.109", + "ifce": "denv-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c34/1", - "addr": "134.55.56.137", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-c" + "device": "bnl515-cr6", + "port": "bnl515-cr6:2/1/c34/1", + "addr": "134.55.56.190", + "ifce": "bnl515b-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c34/1", - "addr": "134.55.56.136", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-c" + "device": "bnl515b-cr6", + "port": "bnl515b-cr6:2/1/c34/1", + "addr": "134.55.56.191", + "ifce": "bnl515-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:1/1/c31/1", - "addr": "134.55.56.200", - "ifce": "eqxam3-cr6:eqxld8-bb-c" + "device": "orau-cr6", + "port": "orau-cr6:2/1/c7/1", + "addr": "134.55.58.48", + "ifce": "y12co-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:2/1/c31/1", - "addr": "134.55.56.201", - "ifce": "eqxld8-cr6:eqxam3-bb-c" + "device": "y12co-cr6", + "port": "y12co-cr6:2/1/c7/1", + "addr": "134.55.58.49", + "ifce": "orau-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:2/1/c31/1", - "addr": "134.55.56.201", - "ifce": "eqxld8-cr6:eqxam3-bb-c" + "device": "frib-cr6b", + "port": "frib-cr6b:1/1/c1/1", + "addr": "134.55.56.144", + "ifce": "frib-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:1/1/c31/1", - "addr": "134.55.56.200", - "ifce": "eqxam3-cr6:eqxld8-bb-c" + "device": "frib-cr6a", + "port": "frib-cr6a:1/1/c1/1", + "addr": "134.55.56.145", + "ifce": "frib-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c19/1", - "addr": "134.55.56.121", - "ifce": "chic-cr6:eqxch2-bb-c" + "device": "frib-cr6b", + "port": "frib-cr6b:2/1/c1/1", + "addr": "134.55.58.36", + "ifce": "frib-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c22/1", - "addr": "134.55.56.120", - "ifce": "eqxch2-cr6:chic-bb-c" + "device": "frib-cr6a", + "port": "frib-cr6a:2/1/c1/1", + "addr": "134.55.58.37", + "ifce": "frib-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c22/1", - "addr": "134.55.56.120", - "ifce": "eqxch2-cr6:chic-bb-c" + "device": "frib-cr6a", + "port": "frib-cr6a:1/1/c2/1", + "addr": "134.55.57.38", + "ifce": "chic-bb-a", + "orchSubscriptionId": null }, "z": { "device": "chic-cr6", - "port": "chic-cr6:2/1/c19/1", - "addr": "134.55.56.121", - "ifce": "chic-cr6:eqxch2-bb-c" + "port": "chic-cr6:1/1/c1/1", + "addr": "134.55.57.39", + "ifce": "frib-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:2/1/c34/1", - "addr": "134.55.56.249", - "ifce": "eqxsv5-cr6:sunn-bb-d" + "device": "bnl515-cr6", + "port": "bnl515-cr6:1/1/c25/1", + "addr": "134.55.56.210", + "ifce": "bnl725-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c25/1", - "addr": "134.55.56.248", - "ifce": "sunn-cr6:eqxsv5-bb-d" + "device": "bnl725-cr6", + "port": "bnl725-cr6:1/1/c25/1", + "addr": "134.55.56.211", + "ifce": "bnl515-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c25/1", - "addr": "134.55.56.248", - "ifce": "sunn-cr6:eqxsv5-bb-d" + "device": "bnl515-cr6", + "port": "bnl515-cr6:1/1/c34/1", + "addr": "134.55.57.44", + "ifce": "bnl725-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "eqxsv5-cr6", - "port": "eqxsv5-cr6:2/1/c34/1", - "addr": "134.55.56.249", - "ifce": "eqxsv5-cr6:sunn-bb-d" + "device": "bnl725-cr6", + "port": "bnl725-cr6:1/1/c31/1", + "addr": "134.55.57.45", + "ifce": "bnl515-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } - }, - { - "a": { - "device": "forrestal-cr6", - "port": "forrestal-cr6:2/1/c13/2", - "addr": "134.55.56.8", - "ifce": "forrestal-cr6:germantown-bb-a" - }, - "z": { - "device": "germantown-cr6", - "port": "germantown-cr6:1/1/c13/2", - "addr": "134.55.56.9", - "ifce": "germantown-cr6:forrestal-bb-a" }, - "metrics": { - "MPLS": 100020 - } + "orchSubscriptionId": null }, { "a": { - "device": "germantown-cr6", - "port": "germantown-cr6:1/1/c13/2", - "addr": "134.55.56.9", - "ifce": "germantown-cr6:forrestal-bb-a" + "device": "bnl515-cr6", + "port": "bnl515-cr6:2/1/c28/1", + "addr": "134.55.57.46", + "ifce": "bnl725-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "forrestal-cr6", - "port": "forrestal-cr6:2/1/c13/2", - "addr": "134.55.56.8", - "ifce": "forrestal-cr6:germantown-bb-a" + "device": "bnl725-cr6", + "port": "bnl725-cr6:2/1/c31/1", + "addr": "134.55.57.47", + "ifce": "bnl515-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100020 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c28/1", - "addr": "134.55.56.25", - "ifce": "elpa-cr6:albq-bb-d" + "device": "lbnl50-cr6", + "port": "lbnl50-cr6:1/1/c1/1", + "addr": "134.55.57.88", + "ifce": "lbnl59qa-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "albq-cr6", - "port": "albq-cr6:1/1/c31/1", - "addr": "134.55.56.24", - "ifce": "albq-cr6:elpa-bb-d" + "device": "lbnl59qa-cr6b", + "port": "lbnl59qa-cr6b:1/1/c1/1", + "addr": "134.55.57.89", + "ifce": "lbnl50-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 740 - } + "MPLS": 5050 + }, + "orchSubscriptionId": null }, { "a": { - "device": "albq-cr6", - "port": "albq-cr6:1/1/c31/1", - "addr": "134.55.56.24", - "ifce": "albq-cr6:elpa-bb-d" + "device": "salt-cr6", + "port": "salt-cr6:2/1/c7/1", + "addr": "134.55.56.82", + "ifce": "inlerob-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c28/1", - "addr": "134.55.56.25", - "ifce": "elpa-cr6:albq-bb-d" + "device": "inlerob-cr6", + "port": "inlerob-cr6:2/1/c7/1", + "addr": "134.55.56.83", + "ifce": "salt-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 740 - } + "MPLS": 1020 + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c2/1", - "addr": "134.55.58.126", - "ifce": "wash-cr6:pppl-bb-b" + "device": "bost-cr6", + "port": "bost-cr6:1/1/c25/1", + "addr": "134.55.57.32", + "ifce": "cern513-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "pppl-cr6", - "port": "pppl-cr6:2/1/c1/1", - "addr": "134.55.58.127", - "ifce": "pppl-cr6:wash-bb-b" + "device": "cern513-cr6", + "port": "cern513-cr6:1/1/c28/1", + "addr": "134.55.57.33", + "ifce": "bost-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 5050 - } + "MPLS": 2796 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pppl-cr6", - "port": "pppl-cr6:2/1/c1/1", - "addr": "134.55.58.127", - "ifce": "pppl-cr6:wash-bb-b" + "device": "albq-cr6", + "port": "albq-cr6:1/1/c2/1", + "addr": "134.55.58.134", + "ifce": "snlnm-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c2/1", - "addr": "134.55.58.126", - "ifce": "wash-cr6:pppl-bb-b" + "device": "snlnm-cr6", + "port": "snlnm-cr6:1/1/c1/1", + "addr": "134.55.58.135", + "ifce": "albq-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 5050 - } + "MPLS": 15123123 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c28/1", - "addr": "134.55.58.79", - "ifce": "fnalfcc-cr6:anl221-bb-d" + "device": "albq-cr6", + "port": "albq-cr6:2/1/c2/1", + "addr": "134.55.58.136", + "ifce": "snlnm-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "anl221-cr6", - "port": "anl221-cr6:2/1/c28/1", - "addr": "134.55.58.78", - "ifce": "anl221-cr6:fnalfcc-bb-d" + "device": "snlnm-cr6", + "port": "snlnm-cr6:2/1/c1/1", + "addr": "134.55.58.137", + "ifce": "albq-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 15123123 + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl221-cr6", - "port": "anl221-cr6:2/1/c28/1", - "addr": "134.55.58.78", - "ifce": "anl221-cr6:fnalfcc-bb-d" + "device": "elpa-cr6", + "port": "elpa-cr6:2/1/c34/1", + "addr": "134.55.57.192", + "ifce": "sand-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c28/1", - "addr": "134.55.58.79", - "ifce": "fnalfcc-cr6:anl221-bb-d" + "device": "sand-cr6", + "port": "sand-cr6:1/1/c34/1", + "addr": "134.55.57.193", + "ifce": "elpa-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 800 + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c17/2", - "addr": "134.55.58.159", - "ifce": "wash-cr6:forrestal-bb-a" + "device": "elpa-cr6", + "port": "elpa-cr6:1/1/c28/1", + "addr": "134.55.56.92", + "ifce": "sand-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "forrestal-cr6", - "port": "forrestal-cr6:1/1/c13/2", - "addr": "134.55.58.158", - "ifce": "forrestal-cr6:wash-bb-a" + "device": "sand-cr6", + "port": "sand-cr6:2/1/c31/1", + "addr": "134.55.56.93", + "ifce": "elpa-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 800 + }, + "orchSubscriptionId": null }, { "a": { - "device": "forrestal-cr6", - "port": "forrestal-cr6:1/1/c13/2", - "addr": "134.55.58.158", - "ifce": "forrestal-cr6:wash-bb-a" + "device": "elpa-cr6", + "port": "elpa-cr6:1/1/c25/1", + "addr": "134.55.57.188", + "ifce": "sand-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c17/2", - "addr": "134.55.58.159", - "ifce": "wash-cr6:forrestal-bb-a" + "device": "sand-cr6", + "port": "sand-cr6:1/1/c25/1", + "addr": "134.55.57.189", + "ifce": "elpa-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 800 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c25/1", - "addr": "134.55.58.94", - "ifce": "pnnlemsl-cr6:seat-bb-b" + "device": "hous-cr6", + "port": "hous-cr6:1/1/c17/3", + "addr": "134.55.56.192", + "ifce": "pantex-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c22/1", - "addr": "134.55.58.95", - "ifce": "seat-cr6:pnnlemsl-bb-b" + "device": "pantex-cr6", + "port": "pantex-cr6:1/1/c13/2", + "addr": "134.55.56.193", + "ifce": "hous-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 15000000 + }, + "orchSubscriptionId": null }, { "a": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c22/1", - "addr": "134.55.58.95", - "ifce": "seat-cr6:pnnlemsl-bb-b" + "device": "slac50s-cr6", + "port": "slac50s-cr6:1/1/c31/1", + "addr": "134.55.57.144", + "ifce": "sunn-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c25/1", - "addr": "134.55.58.94", - "ifce": "pnnlemsl-cr6:seat-bb-b" + "device": "sunn-cr6", + "port": "sunn-cr6:1/1/c28/1", + "addr": "134.55.57.145", + "ifce": "slac50s-bb-c", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c22/1", - "addr": "134.55.58.30", - "ifce": "chic-cr6:star-bb-j" + "device": "slac50s-cr6", + "port": "slac50s-cr6:2/1/c31/1", + "addr": "134.55.57.146", + "ifce": "sunn-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "star-cr6", - "port": "star-cr6:1/1/c19/1", - "addr": "134.55.58.31", - "ifce": "star-cr6:chic-bb-j" + "device": "sunn-cr6", + "port": "sunn-cr6:2/1/c28/1", + "addr": "134.55.57.147", + "ifce": "slac50s-bb-d", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "star-cr6", - "port": "star-cr6:1/1/c19/1", - "addr": "134.55.58.31", - "ifce": "star-cr6:chic-bb-j" + "device": "slac50s-cr6", + "port": "slac50s-cr6:2/1/c28/1", + "addr": "134.55.58.168", + "ifce": "sunn-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c22/1", - "addr": "134.55.58.30", - "ifce": "chic-cr6:star-bb-j" + "device": "sunn-cr6", + "port": "sunn-cr6:2/1/c19/1", + "addr": "134.55.58.169", + "ifce": "slac50s-bb-e", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "nrelesif-cr6", - "port": "nrelesif-cr6:1/1/c13/2", - "addr": "134.55.58.111", - "ifce": "nrelesif-cr6:denv-bb-a" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c13/1", + "addr": "134.55.57.64", + "ifce": "ameshwhb-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c17/4", - "addr": "134.55.58.110", - "ifce": "denv-cr6:nrelesif-bb-a" + "device": "ameshwhb-cr6", + "port": "ameshwhb-cr6:1/1/c2/1", + "addr": "134.55.57.65", + "ifce": "chic-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 1020 + }, + "orchSubscriptionId": null }, { "a": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c17/4", - "addr": "134.55.58.110", - "ifce": "denv-cr6:nrelesif-bb-a" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:2/1/c34/1", + "addr": "134.55.56.220", + "ifce": "cern513-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "nrelesif-cr6", - "port": "nrelesif-cr6:1/1/c13/2", - "addr": "134.55.58.111", - "ifce": "nrelesif-cr6:denv-bb-a" + "device": "cern513-cr6", + "port": "cern513-cr6:2/1/c31/1", + "addr": "134.55.56.221", + "ifce": "eqxam3-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 730 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern773-cr6", - "port": "cern773-cr6:2/1/c7/1", - "addr": "134.55.58.62", - "ifce": "cern773-cr6:cern513-bb-b" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:1/1/c28/1", + "addr": "134.55.57.118", + "ifce": "cern513-bb-d", + "orchSubscriptionId": null }, "z": { "device": "cern513-cr6", - "port": "cern513-cr6:2/1/c7/1", - "addr": "134.55.58.63", - "ifce": "cern513-cr6:cern773-bb-b" + "port": "cern513-cr6:1/1/c31/1", + "addr": "134.55.57.119", + "ifce": "eqxam3-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 730 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern513-cr6", - "port": "cern513-cr6:2/1/c7/1", - "addr": "134.55.58.63", - "ifce": "cern513-cr6:cern773-bb-b" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:1/1/c25/1", + "addr": "134.55.58.18", + "ifce": "cern513-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "cern773-cr6", - "port": "cern773-cr6:2/1/c7/1", - "addr": "134.55.58.62", - "ifce": "cern773-cr6:cern513-bb-b" + "device": "cern513-cr6", + "port": "cern513-cr6:2/1/c28/1", + "addr": "134.55.58.19", + "ifce": "eqxam3-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 15000000 + }, + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c25/1", - "addr": "134.55.57.13", - "ifce": "nash-cr6:chat-bb-d" + "device": "pantex-cr6", + "port": "pantex-cr6:1/1/c1/1", + "addr": "134.55.57.74", + "ifce": "pantex1237-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c28/1", - "addr": "134.55.57.12", - "ifce": "chat-cr6:nash-bb-d" + "device": "pantex1237-cr6", + "port": "pantex1237-cr6:1/1/c1/1", + "addr": "134.55.57.75", + "ifce": "pantex-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c28/1", - "addr": "134.55.57.12", - "ifce": "chat-cr6:nash-bb-d" + "device": "pantex-cr6", + "port": "pantex-cr6:2/1/c1/1", + "addr": "134.55.57.76", + "ifce": "pantex1237-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c25/1", - "addr": "134.55.57.13", - "ifce": "nash-cr6:chat-bb-d" + "device": "pantex1237-cr6", + "port": "pantex1237-cr6:2/1/c1/1", + "addr": "134.55.57.77", + "ifce": "pantex-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:2/1/c28/1", - "addr": "134.55.57.220", - "ifce": "fnalfcc-cr6:fnalgcc-bb-c" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c34/1", + "addr": "134.55.56.208", + "ifce": "wash-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:2/1/c31/1", - "addr": "134.55.57.221", - "ifce": "fnalgcc-cr6:fnalfcc-bb-c" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c28/1", + "addr": "134.55.56.209", + "ifce": "newy32aoa-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:2/1/c31/1", - "addr": "134.55.57.221", - "ifce": "fnalgcc-cr6:fnalfcc-bb-c" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c19/1", + "addr": "134.55.56.214", + "ifce": "wash-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:2/1/c28/1", - "addr": "134.55.57.220", - "ifce": "fnalfcc-cr6:fnalgcc-bb-c" + "device": "wash-cr6", + "port": "wash-cr6:2/1/c25/1", + "addr": "134.55.56.215", + "ifce": "newy32aoa-bb-f", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c4/1", - "addr": "134.55.57.61", - "ifce": "ornl5600-cr6:nash-bb-a" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c32/1", + "addr": "134.55.57.100", + "ifce": "wash-bb-g", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c10/1", - "addr": "134.55.57.60", - "ifce": "nash-cr6:ornl5600-bb-a" + "device": "wash-cr6", + "port": "wash-cr6:2/1/c22/1", + "addr": "134.55.57.101", + "ifce": "newy32aoa-bb-g", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 5100 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c10/1", - "addr": "134.55.57.60", - "ifce": "nash-cr6:ornl5600-bb-a" + "device": "denv-cr6", + "port": "denv-cr6:2/1/c34/1", + "addr": "134.55.57.200", + "ifce": "salt-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c4/1", - "addr": "134.55.57.61", - "ifce": "ornl5600-cr6:nash-bb-a" + "device": "salt-cr6", + "port": "salt-cr6:1/1/c31/1", + "addr": "134.55.57.201", + "ifce": "denv-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 5100 - } + "MPLS": 800 + }, + "orchSubscriptionId": null }, { "a": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c31/1", - "addr": "134.55.57.173", - "ifce": "kans-cr6:denv-bb-d" + "device": "denv-cr6", + "port": "denv-cr6:1/1/c28/1", + "addr": "134.55.56.96", + "ifce": "salt-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c31/1", - "addr": "134.55.57.172", - "ifce": "denv-cr6:kans-bb-d" + "device": "salt-cr6", + "port": "salt-cr6:1/1/c34/1", + "addr": "134.55.56.97", + "ifce": "denv-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 800 + }, + "orchSubscriptionId": null }, { "a": { "device": "denv-cr6", - "port": "denv-cr6:2/1/c31/1", - "addr": "134.55.57.172", - "ifce": "denv-cr6:kans-bb-d" + "port": "denv-cr6:1/1/c22/1", + "addr": "134.55.58.82", + "ifce": "salt-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c31/1", - "addr": "134.55.57.173", - "ifce": "kans-cr6:denv-bb-d" + "device": "salt-cr6", + "port": "salt-cr6:2/1/c22/1", + "addr": "134.55.58.83", + "ifce": "denv-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 800 + }, + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c6/1", - "addr": "134.55.57.156", - "ifce": "nash-cr6:hous-bb-b" + "device": "ameshwhb-cr6", + "port": "ameshwhb-cr6:2/1/c1/1", + "addr": "134.55.57.244", + "ifce": "ameshwh-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c1/1", - "addr": "134.55.57.157", - "ifce": "hous-cr6:nash-bb-b" + "device": "ameshwh-cr6", + "port": "ameshwh-cr6:2/1/c1/1", + "addr": "134.55.57.245", + "ifce": "ameshwhb-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1070 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c1/1", - "addr": "134.55.57.157", - "ifce": "hous-cr6:nash-bb-b" + "device": "ameshwhb-cr6", + "port": "ameshwhb-cr6:1/1/c1/1", + "addr": "134.55.57.66", + "ifce": "ameshwh-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c6/1", - "addr": "134.55.57.156", - "ifce": "nash-cr6:hous-bb-b" + "device": "ameshwh-cr6", + "port": "ameshwh-cr6:1/1/c1/1", + "addr": "134.55.57.67", + "ifce": "ameshwhb-bb-b", + "orchSubscriptionId": null + }, + "metrics": { + "MPLS": 1010 }, - "metrics": { - "MPLS": 1070 - } + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c31/1", - "addr": "134.55.57.205", - "ifce": "nash-cr6:chic-bb-d" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c19/1", + "addr": "134.55.56.80", + "ifce": "anl541b-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c28/1", - "addr": "134.55.57.204", - "ifce": "chic-cr6:nash-bb-d" + "device": "anl541b-cr6", + "port": "anl541b-cr6:2/1/c25/1", + "addr": "134.55.56.81", + "ifce": "eqxch2-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { "device": "chic-cr6", - "port": "chic-cr6:1/1/c28/1", - "addr": "134.55.57.204", - "ifce": "chic-cr6:nash-bb-d" + "port": "chic-cr6:1/1/c14/1", + "addr": "134.55.56.118", + "ifce": "star-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c31/1", - "addr": "134.55.57.205", - "ifce": "nash-cr6:chic-bb-d" + "device": "star-cr6", + "port": "star-cr6:1/1/c6/1", + "addr": "134.55.56.119", + "ifce": "chic-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 15000000 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pantex-cr6", - "port": "pantex-cr6:2/1/c13/2", - "addr": "134.55.57.189", - "ifce": "pantex-cr6:eqxda3-bb-a" + "device": "losa-cr6", + "port": "losa-cr6:1/1/c4/1", + "addr": "134.55.56.206", + "ifce": "ga-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:2/1/c17/4", - "addr": "134.55.57.188", - "ifce": "eqxda3-cr6:pantex-bb-a" + "device": "ga-cr6", + "port": "ga-cr6:1/1/c2/1", + "addr": "134.55.56.207", + "ifce": "losa-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 500150 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:2/1/c17/4", - "addr": "134.55.57.188", - "ifce": "eqxda3-cr6:pantex-bb-a" + "device": "atla-cr6", + "port": "atla-cr6:1/1/c31/1", + "addr": "134.55.57.234", + "ifce": "hous-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "pantex-cr6", - "port": "pantex-cr6:2/1/c13/2", - "addr": "134.55.57.189", - "ifce": "pantex-cr6:eqxda3-bb-a" + "device": "hous-cr6", + "port": "hous-cr6:1/1/c34/1", + "addr": "134.55.57.235", + "ifce": "atla-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 500150 - } + "MPLS": 810 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c31/1", - "addr": "134.55.57.237", - "ifce": "fnalfcc-cr6:anl221-bb-b" + "device": "atla-cr6", + "port": "atla-cr6:2/1/c25/1", + "addr": "134.55.56.172", + "ifce": "hous-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "anl221-cr6", - "port": "anl221-cr6:1/1/c31/1", - "addr": "134.55.57.236", - "ifce": "anl221-cr6:fnalfcc-bb-b" + "device": "hous-cr6", + "port": "hous-cr6:2/1/c25/1", + "addr": "134.55.56.173", + "ifce": "atla-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 810 + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl221-cr6", - "port": "anl221-cr6:1/1/c31/1", - "addr": "134.55.57.236", - "ifce": "anl221-cr6:fnalfcc-bb-b" + "device": "atla-cr6", + "port": "atla-cr6:1/1/c19/1", + "addr": "134.55.58.6", + "ifce": "hous-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:1/1/c31/1", - "addr": "134.55.57.237", - "ifce": "fnalfcc-cr6:anl221-bb-b" + "device": "hous-cr6", + "port": "hous-cr6:1/1/c25/1", + "addr": "134.55.58.7", + "ifce": "atla-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 810 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern773-cr6", - "port": "cern773-cr6:2/1/c34/1", - "addr": "134.55.57.28", - "ifce": "cern773-cr6:cern513-bb-d" + "device": "ga-cr6", + "port": "ga-cr6:2/1/c1/1", + "addr": "134.55.57.102", + "ifce": "sand-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "cern513-cr6", - "port": "cern513-cr6:2/1/c34/1", - "addr": "134.55.57.29", - "ifce": "cern513-cr6:cern773-bb-d" + "device": "sand-cr6", + "port": "sand-cr6:2/1/c17/4", + "addr": "134.55.57.103", + "ifce": "ga-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 100010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern513-cr6", - "port": "cern513-cr6:2/1/c34/1", - "addr": "134.55.57.29", - "ifce": "cern513-cr6:cern773-bb-d" + "device": "nash-cr6", + "port": "nash-cr6:1/1/c10/1", + "addr": "134.55.57.60", + "ifce": "ornl5600-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "cern773-cr6", - "port": "cern773-cr6:2/1/c34/1", - "addr": "134.55.57.28", - "ifce": "cern773-cr6:cern513-bb-d" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:1/1/c4/1", + "addr": "134.55.57.61", + "ifce": "nash-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 5100 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c34/1", - "addr": "134.55.57.44", - "ifce": "bnl515-cr6:bnl725-bb-b" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:1/1/c2/1", + "addr": "134.55.57.52", + "ifce": "jlab205-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:1/1/c31/1", - "addr": "134.55.57.45", - "ifce": "bnl725-cr6:bnl515-bb-b" + "device": "jlab205-cr6", + "port": "jlab205-cr6:1/1/c2/1", + "addr": "134.55.57.53", + "ifce": "eqxdc4-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:1/1/c31/1", - "addr": "134.55.57.45", - "ifce": "bnl725-cr6:bnl515-bb-b" + "device": "anl221-cr6", + "port": "anl221-cr6:2/1/c34/1", + "addr": "134.55.56.154", + "ifce": "anl541b-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c34/1", - "addr": "134.55.57.44", - "ifce": "bnl515-cr6:bnl725-bb-b" + "device": "anl541b-cr6", + "port": "anl541b-cr6:2/1/c34/1", + "addr": "134.55.56.155", + "ifce": "anl221-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:1/1/c28/1", - "addr": "134.55.57.141", - "ifce": "slac50n-cr6:slac50s-bb-b" + "device": "anl221-cr6", + "port": "anl221-cr6:1/1/c34/1", + "addr": "134.55.57.42", + "ifce": "anl541b-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:1/1/c28/1", - "addr": "134.55.57.140", - "ifce": "slac50s-cr6:slac50n-bb-b" + "device": "anl541b-cr6", + "port": "anl541b-cr6:1/1/c34/1", + "addr": "134.55.57.43", + "ifce": "anl221-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:1/1/c28/1", - "addr": "134.55.57.140", - "ifce": "slac50s-cr6:slac50n-bb-b" + "device": "anl221-cr6", + "port": "anl221-cr6:1/1/c28/1", + "addr": "134.55.57.134", + "ifce": "anl541b-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:1/1/c28/1", - "addr": "134.55.57.141", - "ifce": "slac50n-cr6:slac50s-bb-b" + "device": "anl541b-cr6", + "port": "anl541b-cr6:1/1/c28/1", + "addr": "134.55.57.135", + "ifce": "anl221-bb-c", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c25/1", - "addr": "134.55.56.75", - "ifce": "salt-cr6:lasv-bb-c" + "device": "netlalb-cr6", + "port": "netlalb-cr6:1/1/c13/2", + "addr": "134.55.56.250", + "ifce": "seat-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "lasv-cr6", - "port": "lasv-cr6:1/1/c34/1", - "addr": "134.55.56.74", - "ifce": "lasv-cr6:salt-bb-c" + "device": "seat-cr6", + "port": "seat-cr6:1/1/c17/3", + "addr": "134.55.56.251", + "ifce": "netlalb-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 730 - } + "MPLS": 100020 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lasv-cr6", - "port": "lasv-cr6:1/1/c34/1", - "addr": "134.55.56.74", - "ifce": "lasv-cr6:salt-bb-c" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c25/1", + "addr": "134.55.57.182", + "ifce": "star-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c25/1", - "addr": "134.55.56.75", - "ifce": "salt-cr6:lasv-bb-c" + "device": "star-cr6", + "port": "star-cr6:1/1/c31/1", + "addr": "134.55.57.183", + "ifce": "chic-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 730 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c28/1", - "addr": "134.55.56.107", - "ifce": "kans-cr6:denv-bb-e" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c25/1", + "addr": "134.55.57.184", + "ifce": "star-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c25/1", - "addr": "134.55.56.106", - "ifce": "denv-cr6:kans-bb-e" + "device": "star-cr6", + "port": "star-cr6:2/1/c31/1", + "addr": "134.55.57.185", + "ifce": "chic-bb-f", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c25/1", - "addr": "134.55.56.106", - "ifce": "denv-cr6:kans-bb-e" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c22/1", + "addr": "134.55.58.30", + "ifce": "star-bb-j", + "orchSubscriptionId": null }, "z": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c28/1", - "addr": "134.55.56.107", - "ifce": "kans-cr6:denv-bb-e" + "device": "star-cr6", + "port": "star-cr6:1/1/c19/1", + "addr": "134.55.58.31", + "ifce": "chic-bb-j", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c17/3", - "addr": "134.55.56.251", - "ifce": "seat-cr6:netlalb-bb-a" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c35/1", + "addr": "134.55.58.54", + "ifce": "star-bb-k", + "orchSubscriptionId": null }, "z": { - "device": "netlalb-cr6", - "port": "netlalb-cr6:1/1/c13/2", - "addr": "134.55.56.250", - "ifce": "netlalb-cr6:seat-bb-a" + "device": "star-cr6", + "port": "star-cr6:2/1/c35/1", + "addr": "134.55.58.55", + "ifce": "chic-bb-k", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100020 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "netlalb-cr6", - "port": "netlalb-cr6:1/1/c13/2", - "addr": "134.55.56.250", - "ifce": "netlalb-cr6:seat-bb-a" + "device": "lbnl59-cr6", + "port": "lbnl59-cr6:1/1/c34/1", + "addr": "134.55.56.0", + "ifce": "lbnl50-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c17/3", - "addr": "134.55.56.251", - "ifce": "seat-cr6:netlalb-bb-a" + "device": "lbnl50-cr6", + "port": "lbnl50-cr6:1/1/c34/1", + "addr": "134.55.56.1", + "ifce": "lbnl59-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100020 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c31/1", - "addr": "134.55.56.122", - "ifce": "seat-cr6:sacr-bb-d" + "device": "lbnl59-cr6", + "port": "lbnl59-cr6:2/1/c34/1", + "addr": "134.55.56.164", + "ifce": "lbnl50-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c34/1", - "addr": "134.55.56.123", - "ifce": "sacr-cr6:seat-bb-d" + "device": "lbnl50-cr6", + "port": "lbnl50-cr6:2/1/c31/1", + "addr": "134.55.56.165", + "ifce": "lbnl59-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:1/1/c34/1", - "addr": "134.55.56.123", - "ifce": "sacr-cr6:seat-bb-d" + "device": "lbnl59-cr6", + "port": "lbnl59-cr6:2/1/c28/1", + "addr": "134.55.56.166", + "ifce": "lbnl50-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c31/1", - "addr": "134.55.56.122", - "ifce": "seat-cr6:sacr-bb-d" + "device": "lbnl50-cr6", + "port": "lbnl50-cr6:2/1/c34/1", + "addr": "134.55.56.167", + "ifce": "lbnl59-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:1/1/c28/1", - "addr": "134.55.56.138", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-a" + "device": "elpa-cr6", + "port": "elpa-cr6:1/1/c34/1", + "addr": "134.55.57.196", + "ifce": "hous-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:1/1/c28/1", - "addr": "134.55.56.139", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-a" + "device": "hous-cr6", + "port": "hous-cr6:1/1/c31/1", + "addr": "134.55.57.197", + "ifce": "elpa-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 810 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:1/1/c28/1", - "addr": "134.55.56.139", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-a" + "device": "elpa-cr6", + "port": "elpa-cr6:2/1/c31/1", + "addr": "134.55.57.198", + "ifce": "hous-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:1/1/c28/1", - "addr": "134.55.56.138", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-a" + "device": "hous-cr6", + "port": "hous-cr6:2/1/c31/1", + "addr": "134.55.57.199", + "ifce": "elpa-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 810 + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c22/1", - "addr": "134.55.56.91", - "ifce": "wash-cr6:atla-bb-h" + "device": "elpa-cr6", + "port": "elpa-cr6:2/1/c25/1", + "addr": "134.55.56.162", + "ifce": "hous-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c25/1", - "addr": "134.55.56.90", - "ifce": "atla-cr6:wash-bb-h" + "device": "hous-cr6", + "port": "hous-cr6:2/1/c28/1", + "addr": "134.55.56.163", + "ifce": "elpa-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 810 + }, + "orchSubscriptionId": null }, { "a": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c25/1", - "addr": "134.55.56.90", - "ifce": "atla-cr6:wash-bb-h" + "device": "ornl1064-cr6", + "port": "ornl1064-cr6:1/1/c1/1", + "addr": "134.55.56.222", + "ifce": "osti-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c22/1", - "addr": "134.55.56.91", - "ifce": "wash-cr6:atla-bb-h" + "device": "osti-cr6", + "port": "osti-cr6:1/1/c1/1", + "addr": "134.55.56.223", + "ifce": "ornl1064-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl221-cr6", - "port": "anl221-cr6:2/1/c34/1", - "addr": "134.55.56.154", - "ifce": "anl221-cr6:anl541b-bb-a" + "device": "atla-cr6", + "port": "atla-cr6:1/1/c34/1", + "addr": "134.55.57.230", + "ifce": "chat-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c34/1", - "addr": "134.55.56.155", - "ifce": "anl541b-cr6:anl221-bb-a" + "device": "chat-cr6", + "port": "chat-cr6:1/1/c31/1", + "addr": "134.55.57.231", + "ifce": "atla-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c34/1", - "addr": "134.55.56.155", - "ifce": "anl541b-cr6:anl221-bb-a" + "device": "atla-cr6", + "port": "atla-cr6:2/1/c34/1", + "addr": "134.55.57.232", + "ifce": "chat-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "anl221-cr6", - "port": "anl221-cr6:2/1/c34/1", - "addr": "134.55.56.154", - "ifce": "anl221-cr6:anl541b-bb-a" + "device": "chat-cr6", + "port": "chat-cr6:2/1/c31/1", + "addr": "134.55.57.233", + "ifce": "atla-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c19/1", - "addr": "134.55.56.171", - "ifce": "eqxch2-cr6:bost-bb-c" + "device": "atla-cr6", + "port": "atla-cr6:2/1/c22/1", + "addr": "134.55.56.66", + "ifce": "chat-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c31/1", - "addr": "134.55.56.170", - "ifce": "bost-cr6:eqxch2-bb-c" + "device": "chat-cr6", + "port": "chat-cr6:1/1/c28/1", + "addr": "134.55.56.67", + "ifce": "atla-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 890 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c31/1", - "addr": "134.55.56.170", - "ifce": "bost-cr6:eqxch2-bb-c" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c34/1", + "addr": "134.55.56.132", + "ifce": "bnl725-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c19/1", - "addr": "134.55.56.171", - "ifce": "eqxch2-cr6:bost-bb-c" + "device": "bnl725-cr6", + "port": "bnl725-cr6:1/1/c28/1", + "addr": "134.55.56.133", + "ifce": "newy32aoa-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 890 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c34/1", - "addr": "134.55.56.10", - "ifce": "sacr-cr6:snlca902-bb-c" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c25/1", + "addr": "134.55.56.204", + "ifce": "bnl725-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:1/1/c34/1", - "addr": "134.55.56.11", - "ifce": "snlca902-cr6:sacr-bb-c" + "device": "bnl725-cr6", + "port": "bnl725-cr6:2/1/c28/1", + "addr": "134.55.56.205", + "ifce": "newy32aoa-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:1/1/c34/1", - "addr": "134.55.56.11", - "ifce": "snlca902-cr6:sacr-bb-c" + "device": "ornl1064-cr6", + "port": "ornl1064-cr6:2/1/c34/1", + "addr": "134.55.57.112", + "ifce": "ornl5600-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c34/1", - "addr": "134.55.56.10", - "ifce": "sacr-cr6:snlca902-bb-c" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:2/1/c34/1", + "addr": "134.55.57.113", + "ifce": "ornl1064-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c31/1", - "addr": "134.55.58.16", - "ifce": "bnl515-cr6:newy1118th-bb-c" + "device": "ornl1064-cr6", + "port": "ornl1064-cr6:1/1/c34/1", + "addr": "134.55.57.50", + "ifce": "ornl5600-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c31/1", - "addr": "134.55.58.17", - "ifce": "newy1118th-cr6:bnl515-bb-c" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:1/1/c34/1", + "addr": "134.55.57.51", + "ifce": "ornl1064-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c31/1", - "addr": "134.55.58.17", - "ifce": "newy1118th-cr6:bnl515-bb-c" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:1/1/c22/1", + "addr": "134.55.58.8", + "ifce": "y12co-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:1/1/c31/1", - "addr": "134.55.58.16", - "ifce": "bnl515-cr6:newy1118th-bb-c" + "device": "y12co-cr6", + "port": "y12co-cr6:1/1/c22/1", + "addr": "134.55.58.9", + "ifce": "ornl5600-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c25/1", - "addr": "134.55.57.15", - "ifce": "nash-cr6:chic-bb-f" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c31/1", + "addr": "134.55.57.16", + "ifce": "newy325hudson-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c1/1", - "addr": "134.55.57.14", - "ifce": "chic-cr6:nash-bb-f" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:1/1/c31/1", + "addr": "134.55.57.17", + "ifce": "newy32aoa-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c1/1", - "addr": "134.55.57.14", - "ifce": "chic-cr6:nash-bb-f" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c31/1", + "addr": "134.55.57.250", + "ifce": "newy325hudson-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c25/1", - "addr": "134.55.57.15", - "ifce": "nash-cr6:chic-bb-f" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:2/1/c34/1", + "addr": "134.55.57.251", + "ifce": "newy32aoa-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c18/2", - "addr": "134.55.58.80", - "ifce": "eqxdc4-cr6:jlab12-bb-a" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c22/1", + "addr": "134.55.56.180", + "ifce": "newy325hudson-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "jlab12-cr6", - "port": "jlab12-cr6:1/1/c13/2", - "addr": "134.55.58.81", - "ifce": "jlab12-cr6:eqxdc4-bb-a" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:1/1/c35/1", + "addr": "134.55.56.181", + "ifce": "newy32aoa-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100060 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "jlab12-cr6", - "port": "jlab12-cr6:1/1/c13/2", - "addr": "134.55.58.81", - "ifce": "jlab12-cr6:eqxdc4-bb-a" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c28/1", + "addr": "134.55.57.160", + "ifce": "newy325hudson-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c18/2", - "addr": "134.55.58.80", - "ifce": "eqxdc4-cr6:jlab12-bb-a" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:1/1/c34/1", + "addr": "134.55.57.161", + "ifce": "newy32aoa-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100060 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "llnl-cr6", - "port": "llnl-cr6:1/1/c28/1", - "addr": "134.55.58.0", - "ifce": "llnl-cr6:sunn-bb-c" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c28/1", + "addr": "134.55.57.252", + "ifce": "newy325hudson-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c34/1", - "addr": "134.55.58.1", - "ifce": "sunn-cr6:llnl-bb-c" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:2/1/c31/1", + "addr": "134.55.57.253", + "ifce": "newy32aoa-bb-f", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c34/1", - "addr": "134.55.58.1", - "ifce": "sunn-cr6:llnl-bb-c" + "device": "pnnlisb2-cr6", + "port": "pnnlisb2-cr6:2/1/c25/1", + "addr": "134.55.57.30", + "ifce": "bois-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "llnl-cr6", - "port": "llnl-cr6:1/1/c28/1", - "addr": "134.55.58.0", - "ifce": "llnl-cr6:sunn-bb-c" + "device": "bois-cr6", + "port": "bois-cr6:2/1/c25/1", + "addr": "134.55.57.31", + "ifce": "pnnlisb2-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "kans-cr6", - "port": "kans-cr6:2/1/c34/1", - "addr": "134.55.57.159", - "ifce": "kans-cr6:eqxda3-bb-b" + "device": "pnnlisb2-cr6", + "port": "pnnlisb2-cr6:1/1/c31/1", + "addr": "134.55.58.116", + "ifce": "bois-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:2/1/c34/1", - "addr": "134.55.57.158", - "ifce": "eqxda3-cr6:kans-bb-b" + "device": "bois-cr6", + "port": "bois-cr6:1/1/c34/1", + "addr": "134.55.58.117", + "ifce": "pnnlisb2-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 770 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxda3-cr6", - "port": "eqxda3-cr6:2/1/c34/1", - "addr": "134.55.57.158", - "ifce": "eqxda3-cr6:kans-bb-b" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c31/1", + "addr": "134.55.57.40", + "ifce": "kans-bb-c", + "orchSubscriptionId": null }, "z": { "device": "kans-cr6", - "port": "kans-cr6:2/1/c34/1", - "addr": "134.55.57.159", - "ifce": "kans-cr6:eqxda3-bb-b" + "port": "kans-cr6:1/1/c19/1", + "addr": "134.55.57.41", + "ifce": "chic-bb-c", + "orchSubscriptionId": null }, "metrics": { "MPLS": 770 - } - }, - { - "a": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:2/1/c31/1", - "addr": "134.55.57.239", - "ifce": "fnalfcc-cr6:anl221-bb-c" - }, - "z": { - "device": "anl221-cr6", - "port": "anl221-cr6:2/1/c31/1", - "addr": "134.55.57.238", - "ifce": "anl221-cr6:fnalfcc-bb-c" }, - "metrics": { - "MPLS": 710 - } + "orchSubscriptionId": null }, { "a": { - "device": "anl221-cr6", - "port": "anl221-cr6:2/1/c31/1", - "addr": "134.55.57.238", - "ifce": "anl221-cr6:fnalfcc-bb-c" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c19/1", + "addr": "134.55.56.244", + "ifce": "kans-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:2/1/c31/1", - "addr": "134.55.57.239", - "ifce": "fnalfcc-cr6:anl221-bb-c" + "device": "kans-cr6", + "port": "kans-cr6:2/1/c19/1", + "addr": "134.55.56.245", + "ifce": "chic-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 770 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c17/3", - "addr": "134.55.57.79", - "ifce": "eqxdc4-cr6:netlmgn-bb-a" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c23/1", + "addr": "134.55.57.90", + "ifce": "kans-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "netlmgn-cr6", - "port": "netlmgn-cr6:1/1/c13/2", - "addr": "134.55.57.78", - "ifce": "netlmgn-cr6:eqxdc4-bb-a" + "device": "kans-cr6", + "port": "kans-cr6:1/1/c28/1", + "addr": "134.55.57.91", + "ifce": "chic-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 770 + }, + "orchSubscriptionId": null }, { "a": { - "device": "netlmgn-cr6", - "port": "netlmgn-cr6:1/1/c13/2", - "addr": "134.55.57.78", - "ifce": "netlmgn-cr6:eqxdc4-bb-a" + "device": "nrelesif-cr6", + "port": "nrelesif-cr6:1/1/c2/1", + "addr": "134.55.58.102", + "ifce": "nrelrsf-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c17/3", - "addr": "134.55.57.79", - "ifce": "eqxdc4-cr6:netlmgn-bb-a" + "device": "nrelrsf-cr6", + "port": "nrelrsf-cr6:1/1/c2/1", + "addr": "134.55.58.103", + "ifce": "nrelesif-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100010 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c28/1", - "addr": "134.55.57.46", - "ifce": "bnl515-cr6:bnl725-bb-c" + "device": "eqxsv5-cr6", + "port": "eqxsv5-cr6:1/1/c31/1", + "addr": "134.55.58.42", + "ifce": "losa-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:2/1/c31/1", - "addr": "134.55.57.47", - "ifce": "bnl725-cr6:bnl515-bb-c" + "device": "losa-cr6", + "port": "losa-cr6:1/1/c31/1", + "addr": "134.55.58.43", + "ifce": "eqxsv5-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:2/1/c31/1", - "addr": "134.55.57.47", - "ifce": "bnl725-cr6:bnl515-bb-c" + "device": "atla-cr6", + "port": "atla-cr6:1/1/c5/1", + "addr": "134.55.57.58", + "ifce": "jlab12-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c28/1", - "addr": "134.55.57.46", - "ifce": "bnl515-cr6:bnl725-bb-c" + "device": "jlab12-cr6", + "port": "jlab12-cr6:1/1/c2/1", + "addr": "134.55.57.59", + "ifce": "atla-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1040 + }, + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c31/1", - "addr": "134.55.57.207", - "ifce": "nash-cr6:chic-bb-e" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c16/1", + "addr": "134.55.57.84", + "ifce": "ppploit128-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c28/1", - "addr": "134.55.57.206", - "ifce": "chic-cr6:nash-bb-e" + "device": "ppploit128-cr6", + "port": "ppploit128-cr6:1/1/c1/1", + "addr": "134.55.57.85", + "ifce": "newy32aoa-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 5050 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chic-cr6", - "port": "chic-cr6:2/1/c28/1", - "addr": "134.55.57.206", - "ifce": "chic-cr6:nash-bb-e" + "device": "snlnm-cr6", + "port": "snlnm-cr6:2/1/c13/2", + "addr": "134.55.58.138", + "ifce": "albq-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c31/1", - "addr": "134.55.57.207", - "ifce": "nash-cr6:chic-bb-e" + "device": "albq-cr6", + "port": "albq-cr6:1/1/c17/3", + "addr": "134.55.58.139", + "ifce": "snlnm-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 100010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c34/1", - "addr": "134.55.57.190", - "ifce": "losa-cr6:sand-bb-b" + "device": "snlnm-cr6", + "port": "snlnm-cr6:1/1/c7/1", + "addr": "134.55.56.146", + "ifce": "albq-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "sand-cr6", - "port": "sand-cr6:2/1/c34/1", - "addr": "134.55.57.191", - "ifce": "sand-cr6:losa-bb-b" + "device": "albq-cr6", + "port": "albq-cr6:2/1/c18/2", + "addr": "134.55.56.147", + "ifce": "snlnm-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 100010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sand-cr6", - "port": "sand-cr6:2/1/c34/1", - "addr": "134.55.57.191", - "ifce": "sand-cr6:losa-bb-b" + "device": "albq-cr6", + "port": "albq-cr6:1/1/c3/1", + "addr": "134.55.58.148", + "ifce": "lanlta03-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c34/1", - "addr": "134.55.57.190", - "ifce": "losa-cr6:sand-bb-b" + "device": "lanlta03-cr6", + "port": "lanlta03-cr6:1/1/c1/1", + "addr": "134.55.58.149", + "ifce": "albq-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 1020 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c28/1", - "addr": "134.55.57.175", - "ifce": "eqxdc4-cr6:eqxch2-bb-c" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c1/1", + "addr": "134.55.58.124", + "ifce": "ornl5600-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c25/1", - "addr": "134.55.57.174", - "ifce": "eqxch2-cr6:eqxdc4-bb-c" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:2/1/c4/1", + "addr": "134.55.58.125", + "ifce": "wash-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 5150 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:1/1/c25/1", - "addr": "134.55.57.174", - "ifce": "eqxch2-cr6:eqxdc4-bb-c" + "device": "llnl-cr6", + "port": "llnl-cr6:1/1/c28/1", + "addr": "134.55.58.0", + "ifce": "sunn-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:1/1/c28/1", - "addr": "134.55.57.175", - "ifce": "eqxdc4-cr6:eqxch2-bb-c" + "device": "sunn-cr6", + "port": "sunn-cr6:2/1/c34/1", + "addr": "134.55.58.1", + "ifce": "llnl-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:1/1/c31/1", - "addr": "134.55.57.223", - "ifce": "fnalgcc-cr6:chic-bb-c" + "device": "llnl-cr6", + "port": "llnl-cr6:2/1/c28/1", + "addr": "134.55.58.2", + "ifce": "sunn-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c31/1", - "addr": "134.55.57.222", - "ifce": "chic-cr6:fnalgcc-bb-c" + "device": "sunn-cr6", + "port": "sunn-cr6:1/1/c31/1", + "addr": "134.55.58.3", + "ifce": "llnl-bb-d", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c31/1", - "addr": "134.55.57.222", - "ifce": "chic-cr6:fnalgcc-bb-c" + "device": "llnl-cr6", + "port": "llnl-cr6:1/1/c34/1", + "addr": "134.55.58.164", + "ifce": "sunn-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:1/1/c31/1", - "addr": "134.55.57.223", - "ifce": "fnalgcc-cr6:chic-bb-c" + "device": "sunn-cr6", + "port": "sunn-cr6:2/1/c22/1", + "addr": "134.55.58.165", + "ifce": "llnl-bb-e", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:2/1/c34/1", - "addr": "134.55.57.143", - "ifce": "slac50n-cr6:slac50s-bb-c" + "device": "bois-cr6", + "port": "bois-cr6:1/1/c31/1", + "addr": "134.55.56.131", + "ifce": "seat-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:2/1/c34/1", - "addr": "134.55.57.142", - "ifce": "slac50s-cr6:slac50n-bb-c" + "device": "seat-cr6", + "port": "seat-cr6:2/1/c34/1", + "addr": "134.55.56.130", + "ifce": "bois-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 760 + }, + "orchSubscriptionId": null }, { "a": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:2/1/c34/1", - "addr": "134.55.57.142", - "ifce": "slac50s-cr6:slac50n-bb-c" + "device": "bois-cr6", + "port": "bois-cr6:2/1/c31/1", + "addr": "134.55.58.20", + "ifce": "seat-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "slac50n-cr6", - "port": "slac50n-cr6:2/1/c34/1", - "addr": "134.55.57.143", - "ifce": "slac50n-cr6:slac50s-bb-c" + "device": "seat-cr6", + "port": "seat-cr6:1/1/c28/1", + "addr": "134.55.58.21", + "ifce": "bois-bb-c", + "orchSubscriptionId": null + }, + "metrics": { + "MPLS": 760 }, - "metrics": { - "MPLS": 710 - } + "orchSubscriptionId": null }, { "a": { "device": "bois-cr6", - "port": "bois-cr6:2/1/c25/1", - "addr": "134.55.57.31", - "ifce": "bois-cr6:pnnlisb2-bb-c" + "port": "bois-cr6:2/1/c28/1", + "addr": "134.55.57.22", + "ifce": "seat-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c25/1", - "addr": "134.55.57.30", - "ifce": "pnnlisb2-cr6:bois-bb-c" + "device": "seat-cr6", + "port": "seat-cr6:2/1/c25/1", + "addr": "134.55.57.23", + "ifce": "bois-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 760 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c25/1", - "addr": "134.55.57.30", - "ifce": "pnnlisb2-cr6:bois-bb-c" + "device": "bnl515-cr6", + "port": "bnl515-cr6:2/1/c25/1", + "addr": "134.55.56.160", + "ifce": "newy325hudson-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c25/1", - "addr": "134.55.57.31", - "ifce": "bois-cr6:pnnlisb2-bb-c" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:2/1/c28/1", + "addr": "134.55.56.161", + "ifce": "bnl515-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "jlab12-cr6", - "port": "jlab12-cr6:2/1/c1/1", - "addr": "134.55.56.61", - "ifce": "jlab12-cr6:jlab205-bb-a" + "device": "bnl515-cr6", + "port": "bnl515-cr6:1/1/c31/1", + "addr": "134.55.58.4", + "ifce": "newy325hudson-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "jlab205-cr6", - "port": "jlab205-cr6:2/1/c1/1", - "addr": "134.55.56.60", - "ifce": "jlab205-cr6:jlab12-bb-a" + "device": "newy325hudson-cr6", + "port": "newy325hudson-cr6:1/1/c25/1", + "addr": "134.55.58.5", + "ifce": "bnl515-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1515 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "jlab205-cr6", - "port": "jlab205-cr6:2/1/c1/1", - "addr": "134.55.56.60", - "ifce": "jlab205-cr6:jlab12-bb-a" + "device": "srs702a-cr6", + "port": "srs702a-cr6:1/1/c1/1", + "addr": "134.55.58.40", + "ifce": "srs70344a-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "jlab12-cr6", - "port": "jlab12-cr6:2/1/c1/1", - "addr": "134.55.56.61", - "ifce": "jlab12-cr6:jlab205-bb-a" + "device": "srs70344a-cr6", + "port": "srs70344a-cr6:1/1/c1/1", + "addr": "134.55.58.41", + "ifce": "srs702a-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1515 - } + "MPLS": 505 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:2/1/c28/1", - "addr": "134.55.56.205", - "ifce": "bnl725-cr6:newy32aoa-bb-a" + "device": "pnnlisb2-cr6", + "port": "pnnlisb2-cr6:1/1/c34/1", + "addr": "134.55.56.104", + "ifce": "pnnlemsl-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c25/1", - "addr": "134.55.56.204", - "ifce": "newy32aoa-cr6:bnl725-bb-a" + "device": "pnnlemsl-cr6", + "port": "pnnlemsl-cr6:1/1/c34/1", + "addr": "134.55.56.105", + "ifce": "pnnlisb2-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c25/1", - "addr": "134.55.56.204", - "ifce": "newy32aoa-cr6:bnl725-bb-a" + "device": "pnnlisb2-cr6", + "port": "pnnlisb2-cr6:2/1/c34/1", + "addr": "134.55.56.136", + "ifce": "pnnlemsl-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "bnl725-cr6", - "port": "bnl725-cr6:2/1/c28/1", - "addr": "134.55.56.205", - "ifce": "bnl725-cr6:newy32aoa-bb-a" + "device": "pnnlemsl-cr6", + "port": "pnnlemsl-cr6:2/1/c34/1", + "addr": "134.55.56.137", + "ifce": "pnnlisb2-bb-c", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern513-cr6", - "port": "cern513-cr6:2/1/c31/1", - "addr": "134.55.56.221", - "ifce": "cern513-cr6:eqxam3-bb-c" + "device": "pnnlisb2-cr6", + "port": "pnnlisb2-cr6:2/1/c31/1", + "addr": "134.55.56.174", + "ifce": "pnnlemsl-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:2/1/c34/1", - "addr": "134.55.56.220", - "ifce": "eqxam3-cr6:cern513-bb-c" + "device": "pnnlemsl-cr6", + "port": "pnnlemsl-cr6:2/1/c31/1", + "addr": "134.55.56.175", + "ifce": "pnnlisb2-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 730 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxam3-cr6", - "port": "eqxam3-cr6:2/1/c34/1", - "addr": "134.55.56.220", - "ifce": "eqxam3-cr6:cern513-bb-c" + "device": "pnnlisb2-cr6", + "port": "pnnlisb2-cr6:1/1/c28/1", + "addr": "134.55.56.138", + "ifce": "pnnlemsl-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "cern513-cr6", - "port": "cern513-cr6:2/1/c31/1", - "addr": "134.55.56.221", - "ifce": "cern513-cr6:eqxam3-bb-c" + "device": "pnnlemsl-cr6", + "port": "pnnlemsl-cr6:1/1/c28/1", + "addr": "134.55.56.139", + "ifce": "pnnlisb2-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 730 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c25/1", - "addr": "134.55.56.172", - "ifce": "atla-cr6:hous-bb-d" + "device": "pnnlisb2-cr6", + "port": "pnnlisb2-cr6:2/1/c28/1", + "addr": "134.55.56.194", + "ifce": "pnnlemsl-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c25/1", - "addr": "134.55.56.173", - "ifce": "hous-cr6:atla-bb-d" + "device": "pnnlemsl-cr6", + "port": "pnnlemsl-cr6:2/1/c28/1", + "addr": "134.55.56.195", + "ifce": "pnnlisb2-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 810 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "hous-cr6", - "port": "hous-cr6:2/1/c25/1", - "addr": "134.55.56.173", - "ifce": "hous-cr6:atla-bb-d" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c2/1", + "addr": "134.55.58.126", + "ifce": "pppl-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c25/1", - "addr": "134.55.56.172", - "ifce": "atla-cr6:hous-bb-d" + "device": "pppl-cr6", + "port": "pppl-cr6:2/1/c1/1", + "addr": "134.55.58.127", + "ifce": "wash-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 810 - } + "MPLS": 5050 + }, + "orchSubscriptionId": null }, { "a": { - "device": "elpa-cr6", - "port": "elpa-cr6:1/1/c28/1", - "addr": "134.55.56.92", - "ifce": "elpa-cr6:sand-bb-c" + "device": "slac50s-cr6", + "port": "slac50s-cr6:1/1/c34/1", + "addr": "134.55.56.38", + "ifce": "slac50n-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "sand-cr6", - "port": "sand-cr6:2/1/c31/1", - "addr": "134.55.56.93", - "ifce": "sand-cr6:elpa-bb-c" + "device": "slac50n-cr6", + "port": "slac50n-cr6:1/1/c34/1", + "addr": "134.55.56.39", + "ifce": "slac50s-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 800 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sand-cr6", - "port": "sand-cr6:2/1/c31/1", - "addr": "134.55.56.93", - "ifce": "sand-cr6:elpa-bb-c" + "device": "slac50s-cr6", + "port": "slac50s-cr6:1/1/c28/1", + "addr": "134.55.57.140", + "ifce": "slac50n-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "elpa-cr6", - "port": "elpa-cr6:1/1/c28/1", - "addr": "134.55.56.92", - "ifce": "elpa-cr6:sand-bb-c" + "device": "slac50n-cr6", + "port": "slac50n-cr6:1/1/c28/1", + "addr": "134.55.57.141", + "ifce": "slac50s-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 800 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:2/1/c34/1", - "addr": "134.55.56.45", - "ifce": "snlca902-cr6:llnl-bb-f" + "device": "slac50s-cr6", + "port": "slac50s-cr6:2/1/c34/1", + "addr": "134.55.57.142", + "ifce": "slac50n-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "llnl-cr6", - "port": "llnl-cr6:2/1/c34/1", - "addr": "134.55.56.44", - "ifce": "llnl-cr6:snlca902-bb-f" + "device": "slac50n-cr6", + "port": "slac50n-cr6:2/1/c34/1", + "addr": "134.55.57.143", + "ifce": "slac50s-bb-c", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "llnl-cr6", - "port": "llnl-cr6:2/1/c34/1", - "addr": "134.55.56.44", - "ifce": "llnl-cr6:snlca902-bb-f" + "device": "pppl-cr6", + "port": "pppl-cr6:2/1/c2/1", + "addr": "134.55.57.56", + "ifce": "ppploit128-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:2/1/c34/1", - "addr": "134.55.56.45", - "ifce": "snlca902-cr6:llnl-bb-f" + "device": "ppploit128-cr6", + "port": "ppploit128-cr6:2/1/c1/1", + "addr": "134.55.57.57", + "ifce": "pppl-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c17/2", - "addr": "134.55.58.82", - "ifce": "atla-cr6:jlab205-bb-a" + "device": "pppl-cr6", + "port": "pppl-cr6:1/1/c2/1", + "addr": "134.55.57.82", + "ifce": "ppploit128-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "jlab205-cr6", - "port": "jlab205-cr6:1/1/c13/2", - "addr": "134.55.58.83", - "ifce": "jlab205-cr6:atla-bb-a" + "device": "ppploit128-cr6", + "port": "ppploit128-cr6:1/1/c2/1", + "addr": "134.55.57.83", + "ifce": "pppl-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100160 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "jlab205-cr6", - "port": "jlab205-cr6:1/1/c13/2", - "addr": "134.55.58.83", - "ifce": "jlab205-cr6:atla-bb-a" + "device": "eqxda3-cr6", + "port": "eqxda3-cr6:2/1/c17/4", + "addr": "134.55.57.152", + "ifce": "pantex1237-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c17/2", - "addr": "134.55.58.82", - "ifce": "atla-cr6:jlab205-bb-a" + "device": "pantex1237-cr6", + "port": "pantex1237-cr6:1/1/c13/2", + "addr": "134.55.57.153", + "ifce": "eqxda3-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 100160 - } + "MPLS": 500150 + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c5/1", - "addr": "134.55.58.146", - "ifce": "wash-cr6:cern513-bb-a" + "device": "netlmgn-cr6", + "port": "netlmgn-cr6:1/1/c13/2", + "addr": "134.55.57.78", + "ifce": "eqxdc4-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c4/1", - "addr": "134.55.58.147", - "ifce": "cern513-cr6:wash-bb-a" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:1/1/c17/3", + "addr": "134.55.57.79", + "ifce": "netlmgn-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 2244 - } + "MPLS": 100010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c4/1", - "addr": "134.55.58.147", - "ifce": "cern513-cr6:wash-bb-a" + "device": "bost-cr6", + "port": "bost-cr6:2/1/c25/1", + "addr": "134.55.57.48", + "ifce": "eqxld8-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c5/1", - "addr": "134.55.58.146", - "ifce": "wash-cr6:cern513-bb-a" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:1/1/c28/1", + "addr": "134.55.57.49", + "ifce": "bost-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 2244 - } + "MPLS": 2028 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c31/1", - "addr": "134.55.58.18", - "ifce": "bnl515-cr6:newy1118th-bb-d" + "device": "srs70344a-cr6", + "port": "srs70344a-cr6:2/1/c13/2", + "addr": "134.55.57.20", + "ifce": "atla-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c31/1", - "addr": "134.55.58.19", - "ifce": "newy1118th-cr6:bnl515-bb-d" + "device": "atla-cr6", + "port": "atla-cr6:1/1/c17/3", + "addr": "134.55.57.21", + "ifce": "srs70344a-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15000000 - } + "MPLS": 100010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c31/1", - "addr": "134.55.58.19", - "ifce": "newy1118th-cr6:bnl515-bb-d" + "device": "denv-cr6", + "port": "denv-cr6:1/1/c34/1", + "addr": "134.55.57.34", + "ifce": "kans-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c31/1", - "addr": "134.55.58.18", - "ifce": "bnl515-cr6:newy1118th-bb-d" + "device": "kans-cr6", + "port": "kans-cr6:1/1/c25/1", + "addr": "134.55.57.35", + "ifce": "denv-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15000000 - } + "MPLS": 790 + }, + "orchSubscriptionId": null }, { "a": { - "device": "llnl-cr6", - "port": "llnl-cr6:2/1/c28/1", - "addr": "134.55.58.2", - "ifce": "llnl-cr6:sunn-bb-d" + "device": "denv-cr6", + "port": "denv-cr6:2/1/c31/1", + "addr": "134.55.57.172", + "ifce": "kans-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c31/1", - "addr": "134.55.58.3", - "ifce": "sunn-cr6:llnl-bb-d" + "device": "kans-cr6", + "port": "kans-cr6:2/1/c31/1", + "addr": "134.55.57.173", + "ifce": "denv-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 790 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c31/1", - "addr": "134.55.58.3", - "ifce": "sunn-cr6:llnl-bb-d" + "device": "denv-cr6", + "port": "denv-cr6:2/1/c25/1", + "addr": "134.55.56.106", + "ifce": "kans-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "llnl-cr6", - "port": "llnl-cr6:2/1/c28/1", - "addr": "134.55.58.2", - "ifce": "llnl-cr6:sunn-bb-d" + "device": "kans-cr6", + "port": "kans-cr6:2/1/c28/1", + "addr": "134.55.56.107", + "ifce": "denv-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 790 + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c31/1", - "addr": "134.55.57.17", - "ifce": "newy32aoa-cr6:newy1118th-bb-d" + "device": "lbnl59-cr6", + "port": "lbnl59-cr6:1/1/c31/1", + "addr": "134.55.57.148", + "ifce": "slac50n-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c34/1", - "addr": "134.55.57.16", - "ifce": "newy1118th-cr6:newy32aoa-bb-d" + "device": "slac50n-cr6", + "port": "slac50n-cr6:1/1/c31/1", + "addr": "134.55.57.149", + "ifce": "lbnl59-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:1/1/c34/1", - "addr": "134.55.57.16", - "ifce": "newy1118th-cr6:newy32aoa-bb-d" + "device": "lbnl59-cr6", + "port": "lbnl59-cr6:2/1/c31/1", + "addr": "134.55.57.150", + "ifce": "slac50n-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c31/1", - "addr": "134.55.57.17", - "ifce": "newy32aoa-cr6:newy1118th-bb-d" + "device": "slac50n-cr6", + "port": "slac50n-cr6:2/1/c31/1", + "addr": "134.55.57.151", + "ifce": "lbnl59-bb-c", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern773-cr6", - "port": "cern773-cr6:1/1/c34/1", - "addr": "134.55.57.0", - "ifce": "cern773-cr6:cern513-bb-c" + "device": "lbnl59-cr6", + "port": "lbnl59-cr6:1/1/c28/1", + "addr": "134.55.58.140", + "ifce": "slac50n-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c34/1", - "addr": "134.55.57.1", - "ifce": "cern513-cr6:cern773-bb-c" + "device": "slac50n-cr6", + "port": "slac50n-cr6:2/1/c28/1", + "addr": "134.55.58.141", + "ifce": "lbnl59-bb-d", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c34/1", - "addr": "134.55.57.1", - "ifce": "cern513-cr6:cern773-bb-c" + "device": "kans-cr6", + "port": "kans-cr6:2/1/c13/1", + "addr": "134.55.57.70", + "ifce": "ameshwh-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "cern773-cr6", - "port": "cern773-cr6:1/1/c34/1", - "addr": "134.55.57.0", - "ifce": "cern773-cr6:cern513-bb-c" + "device": "ameshwh-cr6", + "port": "ameshwh-cr6:1/1/c2/1", + "addr": "134.55.57.71", + "ifce": "kans-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1020 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c7/1", - "addr": "134.55.58.99", - "ifce": "ornl1064-cr6:y12-bb-a" + "device": "cern773-cr6", + "port": "cern773-cr6:1/1/c7/1", + "addr": "134.55.58.60", + "ifce": "cern513-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "y12-cr6", - "port": "y12-cr6:1/1/c1/1", - "addr": "134.55.58.98", - "ifce": "y12-cr6:ornl1064-bb-a" + "device": "cern513-cr6", + "port": "cern513-cr6:1/1/c7/1", + "addr": "134.55.58.61", + "ifce": "cern773-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 1010 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "y12-cr6", - "port": "y12-cr6:1/1/c1/1", - "addr": "134.55.58.98", - "ifce": "y12-cr6:ornl1064-bb-a" + "device": "cern773-cr6", + "port": "cern773-cr6:2/1/c7/1", + "addr": "134.55.58.62", + "ifce": "cern513-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c7/1", - "addr": "134.55.58.99", - "ifce": "ornl1064-cr6:y12-bb-a" + "device": "cern513-cr6", + "port": "cern513-cr6:2/1/c7/1", + "addr": "134.55.58.63", + "ifce": "cern773-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 1010 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c34/1", - "addr": "134.55.57.225", - "ifce": "wash-cr6:atla-bb-e" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:1/1/c31/1", + "addr": "134.55.57.72", + "ifce": "nash-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c31/1", - "addr": "134.55.57.224", - "ifce": "atla-cr6:wash-bb-e" + "device": "nash-cr6", + "port": "nash-cr6:1/1/c28/1", + "addr": "134.55.57.73", + "ifce": "ornl5600-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 3550 + }, + "orchSubscriptionId": null }, { "a": { - "device": "atla-cr6", - "port": "atla-cr6:2/1/c31/1", - "addr": "134.55.57.224", - "ifce": "atla-cr6:wash-bb-e" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:2/1/c31/1", + "addr": "134.55.58.170", + "ifce": "nash-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c34/1", - "addr": "134.55.57.225", - "ifce": "wash-cr6:atla-bb-e" + "device": "nash-cr6", + "port": "nash-cr6:2/1/c28/1", + "addr": "134.55.58.171", + "ifce": "ornl5600-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 3550 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:1/1/c2/1", - "addr": "134.55.57.65", - "ifce": "ameshwhb-cr6:chic-bb-b" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:1/1/c31/1", + "addr": "134.55.57.132", + "ifce": "wash-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c13/1", - "addr": "134.55.57.64", - "ifce": "chic-cr6:ameshwhb-bb-b" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c31/1", + "addr": "134.55.57.133", + "ifce": "eqxdc4-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15123123 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c13/1", - "addr": "134.55.57.64", - "ifce": "chic-cr6:ameshwhb-bb-b" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:2/1/c31/1", + "addr": "134.55.57.130", + "ifce": "wash-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:1/1/c2/1", - "addr": "134.55.57.65", - "ifce": "ameshwhb-cr6:chic-bb-b" + "device": "wash-cr6", + "port": "wash-cr6:2/1/c31/1", + "addr": "134.55.57.131", + "ifce": "eqxdc4-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15123123 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c34/1", - "addr": "134.55.57.113", - "ifce": "ornl5600-cr6:ornl1064-bb-a" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:2/1/c22/1", + "addr": "134.55.56.18", + "ifce": "wash-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:2/1/c34/1", - "addr": "134.55.57.112", - "ifce": "ornl1064-cr6:ornl5600-bb-a" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c25/1", + "addr": "134.55.56.19", + "ifce": "eqxdc4-bb-e", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:2/1/c34/1", - "addr": "134.55.57.112", - "ifce": "ornl1064-cr6:ornl5600-bb-a" + "device": "sacr-cr6", + "port": "sacr-cr6:1/1/c25/1", + "addr": "134.55.57.214", + "ifce": "salt-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:2/1/c34/1", - "addr": "134.55.57.113", - "ifce": "ornl5600-cr6:ornl1064-bb-a" + "device": "salt-cr6", + "port": "salt-cr6:1/1/c28/1", + "addr": "134.55.57.215", + "ifce": "sacr-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 820 + }, + "orchSubscriptionId": null }, { "a": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:1/1/c31/1", - "addr": "134.55.57.144", - "ifce": "slac50s-cr6:sunn-bb-c" + "device": "sacr-cr6", + "port": "sacr-cr6:2/1/c25/1", + "addr": "134.55.56.224", + "ifce": "salt-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c28/1", - "addr": "134.55.57.145", - "ifce": "sunn-cr6:slac50s-bb-c" + "device": "salt-cr6", + "port": "salt-cr6:2/1/c28/1", + "addr": "134.55.56.225", + "ifce": "sacr-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 820 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:1/1/c28/1", - "addr": "134.55.57.145", - "ifce": "sunn-cr6:slac50s-bb-c" + "device": "sacr-cr6", + "port": "sacr-cr6:2/1/c19/1", + "addr": "134.55.58.118", + "ifce": "salt-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:1/1/c31/1", - "addr": "134.55.57.144", - "ifce": "slac50s-cr6:sunn-bb-c" + "device": "salt-cr6", + "port": "salt-cr6:1/1/c19/1", + "addr": "134.55.58.119", + "ifce": "sacr-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 15123123 + }, + "orchSubscriptionId": null }, { "a": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c34/1", - "addr": "134.55.57.192", - "ifce": "elpa-cr6:sand-bb-b" + "device": "forrestal-cr6", + "port": "forrestal-cr6:2/1/c13/2", + "addr": "134.55.56.8", + "ifce": "germantown-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "sand-cr6", - "port": "sand-cr6:1/1/c34/1", - "addr": "134.55.57.193", - "ifce": "sand-cr6:elpa-bb-b" + "device": "germantown-cr6", + "port": "germantown-cr6:1/1/c13/2", + "addr": "134.55.56.9", + "ifce": "forrestal-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 800 - } + "MPLS": 100020 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sand-cr6", - "port": "sand-cr6:1/1/c34/1", - "addr": "134.55.57.193", - "ifce": "sand-cr6:elpa-bb-b" + "device": "chat-cr6", + "port": "chat-cr6:1/1/c25/1", + "addr": "134.55.57.2", + "ifce": "ornl1064-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "elpa-cr6", - "port": "elpa-cr6:2/1/c34/1", - "addr": "134.55.57.192", - "ifce": "elpa-cr6:sand-bb-b" + "device": "ornl1064-cr6", + "port": "ornl1064-cr6:1/1/c31/1", + "addr": "134.55.57.3", + "ifce": "chat-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 800 - } + "MPLS": 3550 + }, + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c34/1", - "addr": "134.55.57.209", - "ifce": "nash-cr6:chat-bb-b" + "device": "chat-cr6", + "port": "chat-cr6:2/1/c25/1", + "addr": "134.55.57.4", + "ifce": "ornl1064-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c34/1", - "addr": "134.55.57.208", - "ifce": "chat-cr6:nash-bb-b" + "device": "ornl1064-cr6", + "port": "ornl1064-cr6:2/1/c31/1", + "addr": "134.55.57.5", + "ifce": "chat-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 3550 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c34/1", - "addr": "134.55.57.208", - "ifce": "chat-cr6:nash-bb-b" + "device": "fnalfcc-cr6", + "port": "fnalfcc-cr6:2/1/c34/1", + "addr": "134.55.56.110", + "ifce": "fnalgcc-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:1/1/c34/1", - "addr": "134.55.57.209", - "ifce": "nash-cr6:chat-bb-b" + "device": "fnalgcc-cr6", + "port": "fnalgcc-cr6:2/1/c34/1", + "addr": "134.55.56.111", + "ifce": "fnalfcc-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c28/1", - "addr": "134.55.57.177", - "ifce": "eqxdc4-cr6:eqxch2-bb-d" + "device": "fnalfcc-cr6", + "port": "fnalfcc-cr6:1/1/c34/1", + "addr": "134.55.57.218", + "ifce": "fnalgcc-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c25/1", - "addr": "134.55.57.176", - "ifce": "eqxch2-cr6:eqxdc4-bb-d" + "device": "fnalgcc-cr6", + "port": "fnalgcc-cr6:1/1/c34/1", + "addr": "134.55.57.219", + "ifce": "fnalfcc-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c25/1", - "addr": "134.55.57.176", - "ifce": "eqxch2-cr6:eqxdc4-bb-d" + "device": "fnalfcc-cr6", + "port": "fnalfcc-cr6:2/1/c28/1", + "addr": "134.55.57.220", + "ifce": "fnalgcc-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c28/1", - "addr": "134.55.57.177", - "ifce": "eqxdc4-cr6:eqxch2-bb-d" + "device": "fnalgcc-cr6", + "port": "fnalgcc-cr6:2/1/c31/1", + "addr": "134.55.57.221", + "ifce": "fnalfcc-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 790 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c28/1", - "addr": "134.55.57.33", - "ifce": "cern513-cr6:bost-bb-a" + "device": "fnalfcc-cr6", + "port": "fnalfcc-cr6:1/1/c25/1", + "addr": "134.55.56.242", + "ifce": "fnalgcc-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "bost-cr6", - "port": "bost-cr6:1/1/c25/1", - "addr": "134.55.57.32", - "ifce": "bost-cr6:cern513-bb-a" + "device": "fnalgcc-cr6", + "port": "fnalgcc-cr6:1/1/c28/1", + "addr": "134.55.56.243", + "ifce": "fnalfcc-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 2796 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bost-cr6", - "port": "bost-cr6:1/1/c25/1", - "addr": "134.55.57.32", - "ifce": "bost-cr6:cern513-bb-a" + "device": "albq-cr6", + "port": "albq-cr6:1/1/c34/1", + "addr": "134.55.56.62", + "ifce": "denv-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "cern513-cr6", - "port": "cern513-cr6:1/1/c28/1", - "addr": "134.55.57.33", - "ifce": "cern513-cr6:bost-bb-a" + "device": "denv-cr6", + "port": "denv-cr6:1/1/c31/1", + "addr": "134.55.56.63", + "ifce": "albq-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 2796 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:1/1/c28/1", - "addr": "134.55.57.49", - "ifce": "eqxld8-cr6:bost-bb-a" + "device": "albq-cr6", + "port": "albq-cr6:2/1/c31/1", + "addr": "134.55.56.14", + "ifce": "denv-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c25/1", - "addr": "134.55.57.48", - "ifce": "bost-cr6:eqxld8-bb-a" + "device": "denv-cr6", + "port": "denv-cr6:2/1/c28/1", + "addr": "134.55.56.15", + "ifce": "albq-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15123123 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bost-cr6", - "port": "bost-cr6:2/1/c25/1", - "addr": "134.55.57.48", - "ifce": "bost-cr6:eqxld8-bb-a" + "device": "albq-cr6", + "port": "albq-cr6:1/1/c28/1", + "addr": "134.55.57.246", + "ifce": "denv-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "eqxld8-cr6", - "port": "eqxld8-cr6:1/1/c28/1", - "addr": "134.55.57.49", - "ifce": "eqxld8-cr6:bost-bb-a" + "device": "denv-cr6", + "port": "denv-cr6:1/1/c25/1", + "addr": "134.55.57.247", + "ifce": "albq-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15123123 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:2/1/c34/1", - "addr": "134.55.56.110", - "ifce": "fnalfcc-cr6:fnalgcc-bb-a" + "device": "ornl1064-cr6", + "port": "ornl1064-cr6:1/1/c3/1", + "addr": "134.55.56.142", + "ifce": "orau-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:2/1/c34/1", - "addr": "134.55.56.111", - "ifce": "fnalgcc-cr6:fnalfcc-bb-a" + "device": "orau-cr6", + "port": "orau-cr6:1/1/c1/1", + "addr": "134.55.56.143", + "ifce": "ornl1064-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "fnalgcc-cr6", - "port": "fnalgcc-cr6:2/1/c34/1", - "addr": "134.55.56.111", - "ifce": "fnalgcc-cr6:fnalfcc-bb-a" + "device": "anl221-cr6", + "port": "anl221-cr6:1/1/c31/1", + "addr": "134.55.57.236", + "ifce": "fnalfcc-bb-b", + "orchSubscriptionId": null }, "z": { "device": "fnalfcc-cr6", - "port": "fnalfcc-cr6:2/1/c34/1", - "addr": "134.55.56.110", - "ifce": "fnalfcc-cr6:fnalgcc-bb-a" + "port": "fnalfcc-cr6:1/1/c31/1", + "addr": "134.55.57.237", + "ifce": "anl221-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "ga-cr6", - "port": "ga-cr6:1/1/c2/1", - "addr": "134.55.56.207", - "ifce": "ga-cr6:losa-bb-a" + "device": "anl221-cr6", + "port": "anl221-cr6:2/1/c31/1", + "addr": "134.55.57.238", + "ifce": "fnalfcc-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c4/1", - "addr": "134.55.56.206", - "ifce": "losa-cr6:ga-bb-a" + "device": "fnalfcc-cr6", + "port": "fnalfcc-cr6:2/1/c31/1", + "addr": "134.55.57.239", + "ifce": "anl221-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "losa-cr6", - "port": "losa-cr6:1/1/c4/1", - "addr": "134.55.56.206", - "ifce": "losa-cr6:ga-bb-a" + "device": "anl221-cr6", + "port": "anl221-cr6:2/1/c28/1", + "addr": "134.55.58.78", + "ifce": "fnalfcc-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "ga-cr6", - "port": "ga-cr6:1/1/c2/1", - "addr": "134.55.56.207", - "ifce": "ga-cr6:losa-bb-a" + "device": "fnalfcc-cr6", + "port": "fnalfcc-cr6:1/1/c28/1", + "addr": "134.55.58.79", + "ifce": "anl221-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 15000000 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c34/1", - "addr": "134.55.56.190", - "ifce": "bnl515-cr6:bnl515b-bb-a" + "device": "anl541b-cr6", + "port": "anl541b-cr6:1/1/c31/1", + "addr": "134.55.57.166", + "ifce": "star-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "bnl515b-cr6", - "port": "bnl515b-cr6:2/1/c34/1", - "addr": "134.55.56.191", - "ifce": "bnl515b-cr6:bnl515-bb-a" + "device": "star-cr6", + "port": "star-cr6:1/1/c34/1", + "addr": "134.55.57.167", + "ifce": "anl541b-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl515b-cr6", - "port": "bnl515b-cr6:2/1/c34/1", - "addr": "134.55.56.191", - "ifce": "bnl515b-cr6:bnl515-bb-a" + "device": "anl541b-cr6", + "port": "anl541b-cr6:2/1/c31/1", + "addr": "134.55.57.168", + "ifce": "star-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c34/1", - "addr": "134.55.56.190", - "ifce": "bnl515-cr6:bnl515b-bb-a" + "device": "star-cr6", + "port": "star-cr6:2/1/c34/1", + "addr": "134.55.57.169", + "ifce": "anl541b-bb-c", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } - }, - { - "a": { - "device": "orau-cr6", - "port": "orau-cr6:1/1/c1/1", - "addr": "134.55.56.143", - "ifce": "orau-cr6:ornl1064-bb-b" - }, - "z": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c3/1", - "addr": "134.55.56.142", - "ifce": "ornl1064-cr6:orau-bb-b" }, - "metrics": { - "MPLS": 1010 - } + "orchSubscriptionId": null }, { "a": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c3/1", - "addr": "134.55.56.142", - "ifce": "ornl1064-cr6:orau-bb-b" + "device": "anl541b-cr6", + "port": "anl541b-cr6:2/1/c28/1", + "addr": "134.55.58.84", + "ifce": "star-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "orau-cr6", - "port": "orau-cr6:1/1/c1/1", - "addr": "134.55.56.143", - "ifce": "orau-cr6:ornl1064-bb-b" + "device": "star-cr6", + "port": "star-cr6:2/1/c22/1", + "addr": "134.55.58.85", + "ifce": "anl541b-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c34/1", - "addr": "134.55.56.127", - "ifce": "chic-cr6:eqxch2-bb-e" + "device": "bois-cr6", + "port": "bois-cr6:2/1/c34/1", + "addr": "134.55.57.202", + "ifce": "salt-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c31/1", - "addr": "134.55.56.126", - "ifce": "eqxch2-cr6:chic-bb-e" + "device": "salt-cr6", + "port": "salt-cr6:2/1/c34/1", + "addr": "134.55.57.203", + "ifce": "bois-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c31/1", - "addr": "134.55.56.126", - "ifce": "eqxch2-cr6:chic-bb-e" + "device": "bois-cr6", + "port": "bois-cr6:1/1/c25/1", + "addr": "134.55.57.24", + "ifce": "salt-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "chic-cr6", - "port": "chic-cr6:1/1/c34/1", - "addr": "134.55.56.127", - "ifce": "chic-cr6:eqxch2-bb-e" + "device": "salt-cr6", + "port": "salt-cr6:1/1/c25/1", + "addr": "134.55.57.25", + "ifce": "bois-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c31/1", - "addr": "134.55.56.174", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-d" + "device": "bois-cr6", + "port": "bois-cr6:1/1/c28/1", + "addr": "134.55.58.80", + "ifce": "salt-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c31/1", - "addr": "134.55.56.175", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-d" + "device": "salt-cr6", + "port": "salt-cr6:2/1/c19/1", + "addr": "134.55.58.81", + "ifce": "bois-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlemsl-cr6", - "port": "pnnlemsl-cr6:2/1/c31/1", - "addr": "134.55.56.175", - "ifce": "pnnlemsl-cr6:pnnlisb2-bb-d" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:1/1/c3/1", + "addr": "134.55.56.226", + "ifce": "orau-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:2/1/c31/1", - "addr": "134.55.56.174", - "ifce": "pnnlisb2-cr6:pnnlemsl-bb-d" + "device": "orau-cr6", + "port": "orau-cr6:2/1/c1/1", + "addr": "134.55.56.227", + "ifce": "ornl5600-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c19/1", - "addr": "134.55.56.255", - "ifce": "newy1118th-cr6:bost-bb-d" + "device": "albq-cr6", + "port": "albq-cr6:2/1/c34/1", + "addr": "134.55.57.194", + "ifce": "elpa-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "bost-cr6", - "port": "bost-cr6:1/1/c31/1", - "addr": "134.55.56.254", - "ifce": "bost-cr6:newy1118th-bb-d" + "device": "elpa-cr6", + "port": "elpa-cr6:1/1/c31/1", + "addr": "134.55.57.195", + "ifce": "albq-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 740 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bost-cr6", - "port": "bost-cr6:1/1/c31/1", - "addr": "134.55.56.254", - "ifce": "bost-cr6:newy1118th-bb-d" + "device": "albq-cr6", + "port": "albq-cr6:1/1/c31/1", + "addr": "134.55.56.24", + "ifce": "elpa-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c19/1", - "addr": "134.55.56.255", - "ifce": "newy1118th-cr6:bost-bb-d" + "device": "elpa-cr6", + "port": "elpa-cr6:2/1/c28/1", + "addr": "134.55.56.25", + "ifce": "albq-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 740 + }, + "orchSubscriptionId": null }, { "a": { "device": "albq-cr6", - "port": "albq-cr6:1/1/c34/1", - "addr": "134.55.56.62", - "ifce": "albq-cr6:denv-bb-c" + "port": "albq-cr6:2/1/c28/1", + "addr": "134.55.57.248", + "ifce": "elpa-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c31/1", - "addr": "134.55.56.63", - "ifce": "denv-cr6:albq-bb-c" + "device": "elpa-cr6", + "port": "elpa-cr6:1/1/c22/1", + "addr": "134.55.57.249", + "ifce": "albq-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 740 + }, + "orchSubscriptionId": null }, { "a": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c31/1", - "addr": "134.55.56.63", - "ifce": "denv-cr6:albq-bb-c" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:1/1/c31/1", + "addr": "134.55.56.200", + "ifce": "eqxld8-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "albq-cr6", - "port": "albq-cr6:1/1/c34/1", - "addr": "134.55.56.62", - "ifce": "albq-cr6:denv-bb-c" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:2/1/c31/1", + "addr": "134.55.56.201", + "ifce": "eqxam3-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "osti-cr6", - "port": "osti-cr6:1/1/c1/1", - "addr": "134.55.56.223", - "ifce": "osti-cr6:ornl1064-bb-b" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:2/1/c31/1", + "addr": "134.55.57.120", + "ifce": "eqxld8-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c1/1", - "addr": "134.55.56.222", - "ifce": "ornl1064-cr6:osti-bb-b" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:1/1/c34/1", + "addr": "134.55.57.121", + "ifce": "eqxam3-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c1/1", - "addr": "134.55.56.222", - "ifce": "ornl1064-cr6:osti-bb-b" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:2/1/c25/1", + "addr": "134.55.58.16", + "ifce": "eqxld8-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "osti-cr6", - "port": "osti-cr6:1/1/c1/1", - "addr": "134.55.56.223", - "ifce": "osti-cr6:ornl1064-bb-b" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:2/1/c4/1", + "addr": "134.55.58.17", + "ifce": "eqxam3-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:1/1/c28/1", - "addr": "134.55.56.31", - "ifce": "lbnl50-cr6:sacr-bb-f" + "device": "forrestal-cr6", + "port": "forrestal-cr6:1/1/c13/2", + "addr": "134.55.58.158", + "ifce": "wash-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c28/1", - "addr": "134.55.56.30", - "ifce": "sacr-cr6:lbnl50-bb-f" + "device": "wash-cr6", + "port": "wash-cr6:2/1/c17/2", + "addr": "134.55.58.159", + "ifce": "forrestal-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 100010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c28/1", - "addr": "134.55.56.30", - "ifce": "sacr-cr6:lbnl50-bb-f" + "device": "sand-cr6", + "port": "sand-cr6:1/1/c4/1", + "addr": "134.55.57.8", + "ifce": "ga-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:1/1/c28/1", - "addr": "134.55.56.31", - "ifce": "lbnl50-cr6:sacr-bb-f" + "device": "ga-cr6", + "port": "ga-cr6:2/1/c2/1", + "addr": "134.55.57.9", + "ifce": "sand-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "albq-cr6", - "port": "albq-cr6:2/1/c31/1", - "addr": "134.55.56.14", - "ifce": "albq-cr6:denv-bb-d" + "device": "lbnl59qa-cr6b", + "port": "lbnl59qa-cr6b:2/1/c1/1", + "addr": "134.55.57.86", + "ifce": "lbnl59qa-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c28/1", - "addr": "134.55.56.15", - "ifce": "denv-cr6:albq-bb-d" + "device": "lbnl59qa-cr6a", + "port": "lbnl59qa-cr6a:2/1/c1/1", + "addr": "134.55.57.87", + "ifce": "lbnl59qa-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "denv-cr6", - "port": "denv-cr6:2/1/c28/1", - "addr": "134.55.56.15", - "ifce": "denv-cr6:albq-bb-d" + "device": "lanlta50-cr6", + "port": "lanlta50-cr6:1/1/c8/1", + "addr": "134.55.58.150", + "ifce": "lanlta03-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "albq-cr6", - "port": "albq-cr6:2/1/c31/1", - "addr": "134.55.56.14", - "ifce": "albq-cr6:denv-bb-d" + "device": "lanlta03-cr6", + "port": "lanlta03-cr6:1/1/c8/1", + "addr": "134.55.58.151", + "ifce": "lanlta50-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bois-cr6", - "port": "bois-cr6:1/1/c34/1", - "addr": "134.55.58.117", - "ifce": "bois-cr6:pnnlisb2-bb-b" + "device": "lanlta50-cr6", + "port": "lanlta50-cr6:2/1/c8/1", + "addr": "134.55.58.152", + "ifce": "lanlta03-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:1/1/c31/1", - "addr": "134.55.58.116", - "ifce": "pnnlisb2-cr6:bois-bb-b" + "device": "lanlta03-cr6", + "port": "lanlta03-cr6:2/1/c8/1", + "addr": "134.55.58.153", + "ifce": "lanlta50-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pnnlisb2-cr6", - "port": "pnnlisb2-cr6:1/1/c31/1", - "addr": "134.55.58.116", - "ifce": "pnnlisb2-cr6:bois-bb-b" + "device": "cern773-cr6", + "port": "cern773-cr6:1/1/c34/1", + "addr": "134.55.57.0", + "ifce": "cern513-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "bois-cr6", - "port": "bois-cr6:1/1/c34/1", - "addr": "134.55.58.117", - "ifce": "bois-cr6:pnnlisb2-bb-b" + "device": "cern513-cr6", + "port": "cern513-cr6:1/1/c34/1", + "addr": "134.55.57.1", + "ifce": "cern773-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c25/1", - "addr": "134.55.57.2", - "ifce": "chat-cr6:ornl1064-bb-c" + "device": "cern773-cr6", + "port": "cern773-cr6:2/1/c34/1", + "addr": "134.55.57.28", + "ifce": "cern513-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c31/1", - "addr": "134.55.57.3", - "ifce": "ornl1064-cr6:chat-bb-c" + "device": "cern513-cr6", + "port": "cern513-cr6:2/1/c34/1", + "addr": "134.55.57.29", + "ifce": "cern773-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 3550 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c31/1", - "addr": "134.55.57.3", - "ifce": "ornl1064-cr6:chat-bb-c" + "device": "lasv-cr6", + "port": "lasv-cr6:2/1/c31/1", + "addr": "134.55.57.216", + "ifce": "salt-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "chat-cr6", - "port": "chat-cr6:1/1/c25/1", - "addr": "134.55.57.2", - "ifce": "chat-cr6:ornl1064-bb-c" + "device": "salt-cr6", + "port": "salt-cr6:2/1/c31/1", + "addr": "134.55.57.217", + "ifce": "lasv-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 3550 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "llnl-cr6", - "port": "llnl-cr6:1/1/c34/1", - "addr": "134.55.58.164", - "ifce": "llnl-cr6:sunn-bb-e" + "device": "lasv-cr6", + "port": "lasv-cr6:1/1/c34/1", + "addr": "134.55.56.74", + "ifce": "salt-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c22/1", - "addr": "134.55.58.165", - "ifce": "sunn-cr6:llnl-bb-e" + "device": "salt-cr6", + "port": "salt-cr6:2/1/c25/1", + "addr": "134.55.56.75", + "ifce": "lasv-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c22/1", - "addr": "134.55.58.165", - "ifce": "sunn-cr6:llnl-bb-e" + "device": "lasv-cr6", + "port": "lasv-cr6:2/1/c28/1", + "addr": "134.55.58.58", + "ifce": "salt-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "llnl-cr6", - "port": "llnl-cr6:1/1/c34/1", - "addr": "134.55.58.164", - "ifce": "llnl-cr6:sunn-bb-e" + "device": "salt-cr6", + "port": "salt-cr6:1/1/c22/1", + "addr": "134.55.58.59", + "ifce": "lasv-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c31/1", - "addr": "134.55.58.20", - "ifce": "bois-cr6:seat-bb-c" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:1/1/c31/1", + "addr": "134.55.56.178", + "ifce": "cern773-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c28/1", - "addr": "134.55.58.21", - "ifce": "seat-cr6:bois-bb-c" + "device": "cern773-cr6", + "port": "cern773-cr6:1/1/c31/1", + "addr": "134.55.56.179", + "ifce": "eqxld8-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 740 + }, + "orchSubscriptionId": null }, { "a": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c28/1", - "addr": "134.55.58.21", - "ifce": "seat-cr6:bois-bb-c" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:2/1/c34/1", + "addr": "134.55.57.116", + "ifce": "cern773-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "bois-cr6", - "port": "bois-cr6:2/1/c31/1", - "addr": "134.55.58.20", - "ifce": "bois-cr6:seat-bb-c" + "device": "cern773-cr6", + "port": "cern773-cr6:2/1/c31/1", + "addr": "134.55.57.117", + "ifce": "eqxld8-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 760 - } + "MPLS": 740 + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c31/1", - "addr": "134.55.58.5", - "ifce": "newy32aoa-cr6:newy1118th-bb-e" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:1/1/c22/1", + "addr": "134.55.58.14", + "ifce": "cern773-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c34/1", - "addr": "134.55.58.4", - "ifce": "newy1118th-cr6:newy32aoa-bb-e" + "device": "cern773-cr6", + "port": "cern773-cr6:2/1/c28/1", + "addr": "134.55.58.15", + "ifce": "eqxld8-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 740 + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c34/1", - "addr": "134.55.58.4", - "ifce": "newy1118th-cr6:newy32aoa-bb-e" + "device": "inlerob-cr6", + "port": "inlerob-cr6:1/1/c1/1", + "addr": "134.55.56.32", + "ifce": "inleil-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:2/1/c31/1", - "addr": "134.55.58.5", - "ifce": "newy32aoa-cr6:newy1118th-bb-e" + "device": "inleil-cr6", + "port": "inleil-cr6:1/1/c1/1", + "addr": "134.55.56.33", + "ifce": "inlerob-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "frib-cr6a", - "port": "frib-cr6a:2/1/c1/1", - "addr": "134.55.58.37", - "ifce": "frib-cr6a:frib-bb-b" + "device": "inlerob-cr6", + "port": "inlerob-cr6:2/1/c1/1", + "addr": "134.55.58.28", + "ifce": "inleil-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "frib-cr6b", - "port": "frib-cr6b:2/1/c1/1", - "addr": "134.55.58.36", - "ifce": "frib-cr6b:frib-bb-b" + "device": "inleil-cr6", + "port": "inleil-cr6:2/1/c1/1", + "addr": "134.55.58.29", + "ifce": "inlerob-bb-b", + "orchSubscriptionId": null }, "metrics": { "MPLS": 1010 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "frib-cr6b", - "port": "frib-cr6b:2/1/c1/1", - "addr": "134.55.58.36", - "ifce": "frib-cr6b:frib-bb-b" + "device": "bois-cr6", + "port": "bois-cr6:2/1/c17/2", + "addr": "134.55.57.6", + "ifce": "inleil-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "frib-cr6a", - "port": "frib-cr6a:2/1/c1/1", - "addr": "134.55.58.37", - "ifce": "frib-cr6a:frib-bb-b" + "device": "inleil-cr6", + "port": "inleil-cr6:2/1/c13/2", + "addr": "134.55.57.7", + "ifce": "bois-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 100020 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lanlta03-cr6", - "port": "lanlta03-cr6:1/1/c1/1", - "addr": "134.55.58.149", - "ifce": "lanlta03-cr6:albq-bb-a" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c25/1", + "addr": "134.55.56.196", + "ifce": "bnl515-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "albq-cr6", - "port": "albq-cr6:1/1/c3/1", - "addr": "134.55.58.148", - "ifce": "albq-cr6:lanlta03-bb-a" + "device": "bnl515-cr6", + "port": "bnl515-cr6:1/1/c28/1", + "addr": "134.55.56.197", + "ifce": "newy32aoa-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1020 - } + "MPLS": 15000000 + }, + "orchSubscriptionId": null }, { "a": { - "device": "albq-cr6", - "port": "albq-cr6:1/1/c3/1", - "addr": "134.55.58.148", - "ifce": "albq-cr6:lanlta03-bb-a" + "device": "pnnlemsl-cr6", + "port": "pnnlemsl-cr6:2/1/c25/1", + "addr": "134.55.58.94", + "ifce": "seat-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "lanlta03-cr6", - "port": "lanlta03-cr6:1/1/c1/1", - "addr": "134.55.58.149", - "ifce": "lanlta03-cr6:albq-bb-a" + "device": "seat-cr6", + "port": "seat-cr6:1/1/c22/1", + "addr": "134.55.58.95", + "ifce": "pnnlemsl-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1020 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c28/1", - "addr": "134.55.58.84", - "ifce": "anl541b-cr6:star-bb-e" + "device": "pnnlemsl-cr6", + "port": "pnnlemsl-cr6:1/1/c31/1", + "addr": "134.55.58.92", + "ifce": "seat-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "star-cr6", - "port": "star-cr6:2/1/c22/1", - "addr": "134.55.58.85", - "ifce": "star-cr6:anl541b-bb-e" + "device": "seat-cr6", + "port": "seat-cr6:2/1/c31/1", + "addr": "134.55.58.93", + "ifce": "pnnlemsl-bb-a", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "star-cr6", - "port": "star-cr6:2/1/c22/1", - "addr": "134.55.58.85", - "ifce": "star-cr6:anl541b-bb-e" + "device": "srs702a-cr6", + "port": "srs702a-cr6:1/1/c13/2", + "addr": "134.55.58.44", + "ifce": "nash-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c28/1", - "addr": "134.55.58.84", - "ifce": "anl541b-cr6:star-bb-e" + "device": "nash-cr6", + "port": "nash-cr6:2/1/c17/3", + "addr": "134.55.58.45", + "ifce": "srs702a-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 100100 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c34/1", - "addr": "134.55.57.51", - "ifce": "ornl5600-cr6:ornl1064-bb-b" + "device": "losa-cr6", + "port": "losa-cr6:1/1/c34/1", + "addr": "134.55.57.190", + "ifce": "sand-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c34/1", - "addr": "134.55.57.50", - "ifce": "ornl1064-cr6:ornl5600-bb-b" + "device": "sand-cr6", + "port": "sand-cr6:2/1/c34/1", + "addr": "134.55.57.191", + "ifce": "losa-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ornl1064-cr6", - "port": "ornl1064-cr6:1/1/c34/1", - "addr": "134.55.57.50", - "ifce": "ornl1064-cr6:ornl5600-bb-b" + "device": "losa-cr6", + "port": "losa-cr6:2/1/c28/1", + "addr": "134.55.56.20", + "ifce": "sand-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "ornl5600-cr6", - "port": "ornl5600-cr6:1/1/c34/1", - "addr": "134.55.57.51", - "ifce": "ornl5600-cr6:ornl1064-bb-b" + "device": "sand-cr6", + "port": "sand-cr6:1/1/c31/1", + "addr": "134.55.56.21", + "ifce": "losa-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:1/1/c1/1", - "addr": "134.55.57.67", - "ifce": "ameshwh-cr6:ameshwhb-bb-b" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c19/1", + "addr": "134.55.56.246", + "ifce": "eqxld8-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:1/1/c1/1", - "addr": "134.55.57.66", - "ifce": "ameshwhb-cr6:ameshwh-bb-b" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:2/1/c19/1", + "addr": "134.55.56.247", + "ifce": "newy32aoa-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15123123 - } + "MPLS": 2028 + }, + "orchSubscriptionId": null }, { "a": { - "device": "ameshwhb-cr6", - "port": "ameshwhb-cr6:1/1/c1/1", - "addr": "134.55.57.66", - "ifce": "ameshwhb-cr6:ameshwh-bb-b" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c29/1", + "addr": "134.55.57.104", + "ifce": "eqxld8-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "ameshwh-cr6", - "port": "ameshwh-cr6:1/1/c1/1", - "addr": "134.55.57.67", - "ifce": "ameshwh-cr6:ameshwhb-bb-b" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:2/1/c28/1", + "addr": "134.55.57.105", + "ifce": "newy32aoa-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15123123 - } + "MPLS": 2028 + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c31/1", - "addr": "134.55.57.131", - "ifce": "wash-cr6:eqxdc4-bb-d" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:1/1/c35/1", + "addr": "134.55.57.106", + "ifce": "eqxld8-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c31/1", - "addr": "134.55.57.130", - "ifce": "eqxdc4-cr6:wash-bb-d" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:1/1/c25/1", + "addr": "134.55.57.107", + "ifce": "newy32aoa-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 2028 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxdc4-cr6", - "port": "eqxdc4-cr6:2/1/c31/1", - "addr": "134.55.57.130", - "ifce": "eqxdc4-cr6:wash-bb-d" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c35/1", + "addr": "134.55.57.108", + "ifce": "eqxld8-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c31/1", - "addr": "134.55.57.131", - "ifce": "wash-cr6:eqxdc4-bb-d" + "device": "eqxld8-cr6", + "port": "eqxld8-cr6:2/1/c25/1", + "addr": "134.55.57.109", + "ifce": "newy32aoa-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 2028 + }, + "orchSubscriptionId": null }, { "a": { - "device": "losa-cr6", - "port": "losa-cr6:2/1/c34/1", - "addr": "134.55.57.114", - "ifce": "losa-cr6:sunn-bb-b" + "device": "kans-cr6", + "port": "kans-cr6:2/1/c2/1", + "addr": "134.55.57.180", + "ifce": "kcnsc-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c31/1", - "addr": "134.55.57.115", - "ifce": "sunn-cr6:losa-bb-b" + "device": "kcnsc-cr6", + "port": "kcnsc-cr6:2/1/c2/1", + "addr": "134.55.57.181", + "ifce": "kans-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c31/1", - "addr": "134.55.57.115", - "ifce": "sunn-cr6:losa-bb-b" + "device": "sacr-cr6", + "port": "sacr-cr6:1/1/c31/1", + "addr": "134.55.56.230", + "ifce": "lbnl50-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "losa-cr6", - "port": "losa-cr6:2/1/c34/1", - "addr": "134.55.57.114", - "ifce": "losa-cr6:sunn-bb-b" + "device": "lbnl50-cr6", + "port": "lbnl50-cr6:1/1/c31/1", + "addr": "134.55.56.231", + "ifce": "sacr-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 730 + }, + "orchSubscriptionId": null }, { "a": { - "device": "elpa-cr6", - "port": "elpa-cr6:1/1/c31/1", - "addr": "134.55.57.195", - "ifce": "elpa-cr6:albq-bb-c" + "device": "sacr-cr6", + "port": "sacr-cr6:2/1/c31/1", + "addr": "134.55.56.182", + "ifce": "lbnl50-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "albq-cr6", - "port": "albq-cr6:2/1/c34/1", - "addr": "134.55.57.194", - "ifce": "albq-cr6:elpa-bb-c" + "device": "lbnl50-cr6", + "port": "lbnl50-cr6:2/1/c28/1", + "addr": "134.55.56.183", + "ifce": "sacr-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 740 - } + "MPLS": 730 + }, + "orchSubscriptionId": null }, { "a": { - "device": "albq-cr6", - "port": "albq-cr6:2/1/c34/1", - "addr": "134.55.57.194", - "ifce": "albq-cr6:elpa-bb-c" + "device": "sacr-cr6", + "port": "sacr-cr6:2/1/c28/1", + "addr": "134.55.56.30", + "ifce": "lbnl50-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "elpa-cr6", - "port": "elpa-cr6:1/1/c31/1", - "addr": "134.55.57.195", - "ifce": "elpa-cr6:albq-bb-c" + "device": "lbnl50-cr6", + "port": "lbnl50-cr6:1/1/c28/1", + "addr": "134.55.56.31", + "ifce": "sacr-bb-f", + "orchSubscriptionId": null + }, + "metrics": { + "MPLS": 730 }, - "metrics": { - "MPLS": 740 - } + "orchSubscriptionId": null }, { "a": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c34/1", - "addr": "134.55.57.211", - "ifce": "nash-cr6:chat-bb-c" + "device": "sunn-cr6", + "port": "sunn-cr6:1/1/c34/1", + "addr": "134.55.56.100", + "ifce": "eqxsv5-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c34/1", - "addr": "134.55.57.210", - "ifce": "chat-cr6:nash-bb-c" + "device": "eqxsv5-cr6", + "port": "eqxsv5-cr6:1/1/c34/1", + "addr": "134.55.56.101", + "ifce": "sunn-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "chat-cr6", - "port": "chat-cr6:2/1/c34/1", - "addr": "134.55.57.210", - "ifce": "chat-cr6:nash-bb-c" + "device": "sunn-cr6", + "port": "sunn-cr6:2/1/c25/1", + "addr": "134.55.56.248", + "ifce": "eqxsv5-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "nash-cr6", - "port": "nash-cr6:2/1/c34/1", - "addr": "134.55.57.211", - "ifce": "nash-cr6:chat-bb-c" + "device": "eqxsv5-cr6", + "port": "eqxsv5-cr6:2/1/c34/1", + "addr": "134.55.56.249", + "ifce": "sunn-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 720 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "losa-cr6", - "port": "losa-cr6:2/1/c31/1", - "addr": "134.55.57.179", - "ifce": "losa-cr6:lasv-bb-b" + "device": "sunn-cr6", + "port": "sunn-cr6:1/1/c25/1", + "addr": "134.55.58.38", + "ifce": "eqxsv5-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "lasv-cr6", - "port": "lasv-cr6:1/1/c31/1", - "addr": "134.55.57.178", - "ifce": "lasv-cr6:losa-bb-b" + "device": "eqxsv5-cr6", + "port": "eqxsv5-cr6:2/1/c31/1", + "addr": "134.55.58.39", + "ifce": "sunn-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 740 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lasv-cr6", - "port": "lasv-cr6:1/1/c31/1", - "addr": "134.55.57.178", - "ifce": "lasv-cr6:losa-bb-b" + "device": "lbnl59qa-cr6a", + "port": "lbnl59qa-cr6a:1/1/c1/1", + "addr": "134.55.56.128", + "ifce": "lbnl59-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "losa-cr6", - "port": "losa-cr6:2/1/c31/1", - "addr": "134.55.57.179", - "ifce": "losa-cr6:lasv-bb-b" + "device": "lbnl59-cr6", + "port": "lbnl59-cr6:1/1/c1/1", + "addr": "134.55.56.129", + "ifce": "lbnl59qa-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 740 - } + "MPLS": 5050 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c34/1", - "addr": "134.55.57.163", - "ifce": "eqxch2-cr6:star-bb-e" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:1/1/c7/1", + "addr": "134.55.57.68", + "ifce": "bost-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "star-cr6", - "port": "star-cr6:2/1/c28/1", - "addr": "134.55.57.162", - "ifce": "star-cr6:eqxch2-bb-e" + "device": "bost-cr6", + "port": "bost-cr6:2/1/c6/1", + "addr": "134.55.57.69", + "ifce": "eqxam3-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 2076 + }, + "orchSubscriptionId": null }, { "a": { - "device": "star-cr6", - "port": "star-cr6:2/1/c28/1", - "addr": "134.55.57.162", - "ifce": "star-cr6:eqxch2-bb-e" + "device": "llnl-cr6", + "port": "llnl-cr6:1/1/c25/1", + "addr": "134.55.58.70", + "ifce": "llnl354-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c34/1", - "addr": "134.55.57.163", - "ifce": "eqxch2-cr6:star-bb-e" + "device": "llnl354-cr6", + "port": "llnl354-cr6:1/1/c25/1", + "addr": "134.55.58.71", + "ifce": "llnl-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 15123123 + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c34/1", - "addr": "134.55.57.227", - "ifce": "wash-cr6:atla-bb-f" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:1/1/c17/4", + "addr": "134.55.58.90", + "ifce": "germantown-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c28/1", - "addr": "134.55.57.226", - "ifce": "atla-cr6:wash-bb-f" + "device": "germantown-cr6", + "port": "germantown-cr6:2/1/c13/2", + "addr": "134.55.58.91", + "ifce": "eqxdc4-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 100030 + }, + "orchSubscriptionId": null }, { "a": { - "device": "atla-cr6", - "port": "atla-cr6:1/1/c28/1", - "addr": "134.55.57.226", - "ifce": "atla-cr6:wash-bb-f" + "device": "frib-cr6b", + "port": "frib-cr6b:1/1/c2/1", + "addr": "134.55.57.36", + "ifce": "star-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:2/1/c34/1", - "addr": "134.55.57.227", - "ifce": "wash-cr6:atla-bb-f" + "device": "star-cr6", + "port": "star-cr6:2/1/c15/1", + "addr": "134.55.57.37", + "ifce": "frib-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "kans-cr6", - "port": "kans-cr6:1/1/c25/1", - "addr": "134.55.57.35", - "ifce": "kans-cr6:denv-bb-c" + "device": "nash-cr6", + "port": "nash-cr6:1/1/c6/1", + "addr": "134.55.57.156", + "ifce": "hous-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c34/1", - "addr": "134.55.57.34", - "ifce": "denv-cr6:kans-bb-c" + "device": "hous-cr6", + "port": "hous-cr6:1/1/c1/1", + "addr": "134.55.57.157", + "ifce": "nash-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15000000 - } + "MPLS": 1070 + }, + "orchSubscriptionId": null }, { "a": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c34/1", - "addr": "134.55.57.34", - "ifce": "denv-cr6:kans-bb-c" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c22/1", + "addr": "134.55.56.120", + "ifce": "chic-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "kans-cr6", - "port": "kans-cr6:1/1/c25/1", - "addr": "134.55.57.35", - "ifce": "kans-cr6:denv-bb-c" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c19/1", + "addr": "134.55.56.121", + "ifce": "eqxch2-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 15000000 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:2/1/c31/1", - "addr": "134.55.57.146", - "ifce": "slac50s-cr6:sunn-bb-d" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c31/1", + "addr": "134.55.56.126", + "ifce": "chic-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c28/1", - "addr": "134.55.57.147", - "ifce": "sunn-cr6:slac50s-bb-d" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c34/1", + "addr": "134.55.56.127", + "ifce": "eqxch2-bb-e", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "sunn-cr6", - "port": "sunn-cr6:2/1/c28/1", - "addr": "134.55.57.147", - "ifce": "sunn-cr6:slac50s-bb-d" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:1/1/c28/1", + "addr": "134.55.57.186", + "ifce": "chic-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "slac50s-cr6", - "port": "slac50s-cr6:2/1/c31/1", - "addr": "134.55.57.146", - "ifce": "slac50s-cr6:sunn-bb-d" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c34/1", + "addr": "134.55.57.187", + "ifce": "eqxch2-bb-f", + "orchSubscriptionId": null }, "metrics": { "MPLS": 710 - } + }, + "orchSubscriptionId": null }, { "a": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c34/1", - "addr": "134.55.56.97", - "ifce": "salt-cr6:denv-bb-c" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:1/1/c35/1", + "addr": "134.55.58.50", + "ifce": "chic-bb-g", + "orchSubscriptionId": null }, "z": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c28/1", - "addr": "134.55.56.96", - "ifce": "denv-cr6:salt-bb-c" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c35/1", + "addr": "134.55.58.51", + "ifce": "eqxch2-bb-g", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 800 - } + "MPLS": 710 + }, + "orchSubscriptionId": null }, { "a": { - "device": "denv-cr6", - "port": "denv-cr6:1/1/c28/1", - "addr": "134.55.56.96", - "ifce": "denv-cr6:salt-bb-c" + "device": "jlab205-cr6", + "port": "jlab205-cr6:2/1/c1/1", + "addr": "134.55.56.60", + "ifce": "jlab12-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "salt-cr6", - "port": "salt-cr6:1/1/c34/1", - "addr": "134.55.56.97", - "ifce": "salt-cr6:denv-bb-c" + "device": "jlab12-cr6", + "port": "jlab12-cr6:2/1/c1/1", + "addr": "134.55.56.61", + "ifce": "jlab205-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 800 - } + "MPLS": 1515 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c1/1", - "addr": "134.55.56.129", - "ifce": "lbnl59-cr6:lbnl59qa-bb-a" + "device": "chat-cr6", + "port": "chat-cr6:1/1/c34/1", + "addr": "134.55.57.208", + "ifce": "nash-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "lbnl59qa-cr6a", - "port": "lbnl59qa-cr6a:1/1/c1/1", - "addr": "134.55.56.128", - "ifce": "lbnl59qa-cr6a:lbnl59-bb-a" + "device": "nash-cr6", + "port": "nash-cr6:1/1/c34/1", + "addr": "134.55.57.209", + "ifce": "chat-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 5050 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lbnl59qa-cr6a", - "port": "lbnl59qa-cr6a:1/1/c1/1", - "addr": "134.55.56.128", - "ifce": "lbnl59qa-cr6a:lbnl59-bb-a" + "device": "chat-cr6", + "port": "chat-cr6:2/1/c34/1", + "addr": "134.55.57.210", + "ifce": "nash-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c1/1", - "addr": "134.55.56.129", - "ifce": "lbnl59-cr6:lbnl59qa-bb-a" + "device": "nash-cr6", + "port": "nash-cr6:2/1/c34/1", + "addr": "134.55.57.211", + "ifce": "chat-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 5050 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "frib-cr6a", - "port": "frib-cr6a:1/1/c1/1", - "addr": "134.55.56.145", - "ifce": "frib-cr6a:frib-bb-a" + "device": "chat-cr6", + "port": "chat-cr6:2/1/c28/1", + "addr": "134.55.57.12", + "ifce": "nash-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "frib-cr6b", - "port": "frib-cr6b:1/1/c1/1", - "addr": "134.55.56.144", - "ifce": "frib-cr6b:frib-bb-a" + "device": "nash-cr6", + "port": "nash-cr6:2/1/c25/1", + "addr": "134.55.57.13", + "ifce": "chat-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 720 + }, + "orchSubscriptionId": null }, { "a": { - "device": "frib-cr6b", - "port": "frib-cr6b:1/1/c1/1", - "addr": "134.55.56.144", - "ifce": "frib-cr6b:frib-bb-a" + "device": "chic-cr6", + "port": "chic-cr6:1/1/c28/1", + "addr": "134.55.57.204", + "ifce": "nash-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "frib-cr6a", - "port": "frib-cr6a:1/1/c1/1", - "addr": "134.55.56.145", - "ifce": "frib-cr6a:frib-bb-a" + "device": "nash-cr6", + "port": "nash-cr6:1/1/c31/1", + "addr": "134.55.57.205", + "ifce": "chic-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 760 + }, + "orchSubscriptionId": null }, { "a": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c28/1", - "addr": "134.55.56.209", - "ifce": "wash-cr6:newy32aoa-bb-e" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c28/1", + "addr": "134.55.57.206", + "ifce": "nash-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c34/1", - "addr": "134.55.56.208", - "ifce": "newy32aoa-cr6:wash-bb-e" + "device": "nash-cr6", + "port": "nash-cr6:2/1/c31/1", + "addr": "134.55.57.207", + "ifce": "chic-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 730 - } + "MPLS": 760 + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy32aoa-cr6", - "port": "newy32aoa-cr6:1/1/c34/1", - "addr": "134.55.56.208", - "ifce": "newy32aoa-cr6:wash-bb-e" + "device": "chic-cr6", + "port": "chic-cr6:2/1/c1/1", + "addr": "134.55.57.14", + "ifce": "nash-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "wash-cr6", - "port": "wash-cr6:1/1/c28/1", - "addr": "134.55.56.209", - "ifce": "wash-cr6:newy32aoa-bb-e" + "device": "nash-cr6", + "port": "nash-cr6:1/1/c25/1", + "addr": "134.55.57.15", + "ifce": "chic-bb-f", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 730 - } + "MPLS": 760 + }, + "orchSubscriptionId": null }, { "a": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c17/3", - "addr": "134.55.56.192", - "ifce": "hous-cr6:pantex-bb-a" + "device": "eqxam3-cr6", + "port": "eqxam3-cr6:1/1/c19/1", + "addr": "134.55.57.54", + "ifce": "newy32aoa-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "pantex-cr6", - "port": "pantex-cr6:1/1/c13/2", - "addr": "134.55.56.193", - "ifce": "pantex-cr6:hous-bb-a" + "device": "newy32aoa-cr6", + "port": "newy32aoa-cr6:2/1/c4/1", + "addr": "134.55.57.55", + "ifce": "eqxam3-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 500200 - } + "MPLS": 2268 + }, + "orchSubscriptionId": null }, { "a": { - "device": "pantex-cr6", - "port": "pantex-cr6:1/1/c13/2", - "addr": "134.55.56.193", - "ifce": "pantex-cr6:hous-bb-a" + "device": "ornl5600-cr6", + "port": "ornl5600-cr6:2/1/c13/1", + "addr": "134.55.58.104", + "ifce": "osti-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "hous-cr6", - "port": "hous-cr6:1/1/c17/3", - "addr": "134.55.56.192", - "ifce": "hous-cr6:pantex-bb-a" + "device": "osti-cr6", + "port": "osti-cr6:2/1/c1/1", + "addr": "134.55.58.105", + "ifce": "ornl5600-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 500200 - } + "MPLS": 15000000 + }, + "orchSubscriptionId": null }, { "a": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c28/1", - "addr": "134.55.56.225", - "ifce": "salt-cr6:sacr-bb-c" + "device": "lanlta50-cr6", + "port": "lanlta50-cr6:1/1/c1/1", + "addr": "134.55.58.154", + "ifce": "denv-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c25/1", - "addr": "134.55.56.224", - "ifce": "sacr-cr6:salt-bb-c" + "device": "denv-cr6", + "port": "denv-cr6:2/1/c6/1", + "addr": "134.55.58.155", + "ifce": "lanlta50-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 1110 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c25/1", - "addr": "134.55.56.224", - "ifce": "sacr-cr6:salt-bb-c" + "device": "y12-cr6", + "port": "y12-cr6:1/1/c2/1", + "addr": "134.55.58.56", + "ifce": "y12co-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "salt-cr6", - "port": "salt-cr6:2/1/c28/1", - "addr": "134.55.56.225", - "ifce": "salt-cr6:sacr-bb-c" + "device": "y12co-cr6", + "port": "y12co-cr6:1/1/c2/1", + "addr": "134.55.58.57", + "ifce": "y12-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 780 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c25/1", - "addr": "134.55.56.160", - "ifce": "bnl515-cr6:newy1118th-bb-e" + "device": "y12-cr6", + "port": "y12-cr6:1/1/c1/1", + "addr": "134.55.58.98", + "ifce": "ornl1064-bb-a", + "orchSubscriptionId": null }, "z": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c25/1", - "addr": "134.55.56.161", - "ifce": "newy1118th-cr6:bnl515-bb-e" + "device": "ornl1064-cr6", + "port": "ornl1064-cr6:1/1/c7/1", + "addr": "134.55.58.99", + "ifce": "y12-bb-a", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 1010 + }, + "orchSubscriptionId": null }, { "a": { - "device": "newy1118th-cr6", - "port": "newy1118th-cr6:2/1/c25/1", - "addr": "134.55.56.161", - "ifce": "newy1118th-cr6:bnl515-bb-e" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:1/1/c25/1", + "addr": "134.55.57.174", + "ifce": "eqxdc4-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "bnl515-cr6", - "port": "bnl515-cr6:2/1/c25/1", - "addr": "134.55.56.160", - "ifce": "bnl515-cr6:newy1118th-bb-e" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:1/1/c28/1", + "addr": "134.55.57.175", + "ifce": "eqxch2-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 840 + }, + "orchSubscriptionId": null }, { "a": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c25/1", - "addr": "134.55.56.176", - "ifce": "seat-cr6:sacr-bb-e" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c25/1", + "addr": "134.55.57.176", + "ifce": "eqxdc4-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c22/1", - "addr": "134.55.56.177", - "ifce": "sacr-cr6:seat-bb-e" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:2/1/c28/1", + "addr": "134.55.57.177", + "ifce": "eqxch2-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 840 + }, + "orchSubscriptionId": null }, { "a": { - "device": "sacr-cr6", - "port": "sacr-cr6:2/1/c22/1", - "addr": "134.55.56.177", - "ifce": "sacr-cr6:seat-bb-e" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c28/1", + "addr": "134.55.58.10", + "ifce": "eqxdc4-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "seat-cr6", - "port": "seat-cr6:1/1/c25/1", - "addr": "134.55.56.176", - "ifce": "seat-cr6:sacr-bb-e" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:1/1/c25/1", + "addr": "134.55.58.11", + "ifce": "eqxch2-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 750 - } + "MPLS": 840 + }, + "orchSubscriptionId": null }, { "a": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:1/1/c28/1", - "addr": "134.55.56.65", - "ifce": "snlca902-cr6:llnl-bb-g" + "device": "eqxch2-cr6", + "port": "eqxch2-cr6:2/1/c1/1", + "addr": "134.55.56.68", + "ifce": "eqxdc4-bb-h", + "orchSubscriptionId": null }, "z": { - "device": "llnl-cr6", - "port": "llnl-cr6:1/1/c31/1", - "addr": "134.55.56.64", - "ifce": "llnl-cr6:snlca902-bb-g" + "device": "eqxdc4-cr6", + "port": "eqxdc4-cr6:2/1/c25/1", + "addr": "134.55.56.69", + "ifce": "eqxch2-bb-h", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 840 + }, + "orchSubscriptionId": null }, { "a": { - "device": "llnl-cr6", - "port": "llnl-cr6:1/1/c31/1", - "addr": "134.55.56.64", - "ifce": "llnl-cr6:snlca902-bb-g" + "device": "atla-cr6", + "port": "atla-cr6:2/1/c31/1", + "addr": "134.55.57.224", + "ifce": "wash-bb-e", + "orchSubscriptionId": null }, "z": { - "device": "snlca902-cr6", - "port": "snlca902-cr6:1/1/c28/1", - "addr": "134.55.56.65", - "ifce": "snlca902-cr6:llnl-bb-g" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c34/1", + "addr": "134.55.57.225", + "ifce": "atla-bb-e", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c25/1", - "addr": "134.55.56.81", - "ifce": "anl541b-cr6:eqxch2-bb-c" + "device": "atla-cr6", + "port": "atla-cr6:1/1/c28/1", + "addr": "134.55.57.226", + "ifce": "wash-bb-f", + "orchSubscriptionId": null }, "z": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c19/1", - "addr": "134.55.56.80", - "ifce": "eqxch2-cr6:anl541b-bb-c" + "device": "wash-cr6", + "port": "wash-cr6:2/1/c34/1", + "addr": "134.55.57.227", + "ifce": "atla-bb-f", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "eqxch2-cr6", - "port": "eqxch2-cr6:2/1/c19/1", - "addr": "134.55.56.80", - "ifce": "eqxch2-cr6:anl541b-bb-c" + "device": "atla-cr6", + "port": "atla-cr6:2/1/c28/1", + "addr": "134.55.57.228", + "ifce": "wash-bb-g", + "orchSubscriptionId": null }, "z": { - "device": "anl541b-cr6", - "port": "anl541b-cr6:2/1/c25/1", - "addr": "134.55.56.81", - "ifce": "anl541b-cr6:eqxch2-bb-c" + "device": "wash-cr6", + "port": "wash-cr6:2/1/c28/1", + "addr": "134.55.57.229", + "ifce": "atla-bb-g", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c34/1", - "addr": "134.55.56.0", - "ifce": "lbnl59-cr6:lbnl50-bb-a" + "device": "atla-cr6", + "port": "atla-cr6:1/1/c25/1", + "addr": "134.55.56.90", + "ifce": "wash-bb-h", + "orchSubscriptionId": null }, "z": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:1/1/c34/1", - "addr": "134.55.56.1", - "ifce": "lbnl50-cr6:lbnl59-bb-a" + "device": "wash-cr6", + "port": "wash-cr6:1/1/c22/1", + "addr": "134.55.56.91", + "ifce": "atla-bb-h", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 780 + }, + "orchSubscriptionId": null }, { "a": { - "device": "lbnl50-cr6", - "port": "lbnl50-cr6:1/1/c34/1", - "addr": "134.55.56.1", - "ifce": "lbnl50-cr6:lbnl59-bb-a" + "device": "lasv-cr6", + "port": "lasv-cr6:1/1/c31/1", + "addr": "134.55.57.178", + "ifce": "losa-bb-b", + "orchSubscriptionId": null }, "z": { - "device": "lbnl59-cr6", - "port": "lbnl59-cr6:1/1/c34/1", - "addr": "134.55.56.0", - "ifce": "lbnl59-cr6:lbnl50-bb-a" + "device": "losa-cr6", + "port": "losa-cr6:2/1/c31/1", + "addr": "134.55.57.179", + "ifce": "lasv-bb-b", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 710 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "inleil-cr6", - "port": "inleil-cr6:1/1/c1/1", - "addr": "134.55.56.33", - "ifce": "inleil-cr6:inlerob-bb-a" + "device": "lasv-cr6", + "port": "lasv-cr6:2/1/c34/1", + "addr": "134.55.57.26", + "ifce": "losa-bb-c", + "orchSubscriptionId": null }, "z": { - "device": "inlerob-cr6", - "port": "inlerob-cr6:1/1/c1/1", - "addr": "134.55.56.32", - "ifce": "inlerob-cr6:inleil-bb-a" + "device": "losa-cr6", + "port": "losa-cr6:1/1/c25/1", + "addr": "134.55.57.27", + "ifce": "lasv-bb-c", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 750 + }, + "orchSubscriptionId": null }, { "a": { - "device": "inlerob-cr6", - "port": "inlerob-cr6:1/1/c1/1", - "addr": "134.55.56.32", - "ifce": "inlerob-cr6:inleil-bb-a" + "device": "lasv-cr6", + "port": "lasv-cr6:1/1/c28/1", + "addr": "134.55.56.54", + "ifce": "losa-bb-d", + "orchSubscriptionId": null }, "z": { - "device": "inleil-cr6", - "port": "inleil-cr6:1/1/c1/1", - "addr": "134.55.56.33", - "ifce": "inleil-cr6:inlerob-bb-a" + "device": "losa-cr6", + "port": "losa-cr6:2/1/c25/1", + "addr": "134.55.56.55", + "ifce": "lasv-bb-d", + "orchSubscriptionId": null }, "metrics": { - "MPLS": 1010 - } + "MPLS": 750 + }, + "orchSubscriptionId": null } ] } \ No newline at end of file