Scott Baker | 6965439 | 2021-09-17 13:50:16 -0700 | [diff] [blame] | 1 | { |
| 2 | "groups": [ |
| 3 | "mixedGroup", |
| 4 | "AetherROCAdmin", |
| 5 | "EnterpriseAdmin" |
| 6 | ], |
| 7 | "access_profile": { |
| 8 | "access_profile": [ |
| 9 | { |
| 10 | "description": "access profile that allows all access", |
| 11 | "display_name": "Access All", |
| 12 | "filter": "null", |
| 13 | "id": "access_all", |
| 14 | "type": "allow_all" |
| 15 | }, |
| 16 | { |
| 17 | "description": "access profile that only allows access to the apps network", |
| 18 | "display_name": "Only Apps Network", |
| 19 | "filter": "only^apps^network", |
| 20 | "id": "apps_only", |
| 21 | "type": "specific_network" |
| 22 | }, |
| 23 | { |
| 24 | "description": "exclude an app from contacting a specific destination", |
| 25 | "display_name": "Exclude App By Name", |
| 26 | "filter": "exclude_app_name", |
| 27 | "id": "excluding_app", |
| 28 | "type": "excluding_this_app" |
| 29 | }, |
| 30 | { |
| 31 | "description": "access profile that allows Internet access only", |
| 32 | "display_name": "Internet Access Only", |
| 33 | "filter": "No^private^network", |
| 34 | "id": "internet_only", |
| 35 | "type": "internet_only" |
| 36 | }, |
| 37 | { |
| 38 | "description": "access profile that allows intranet access only", |
| 39 | "display_name": "Private Network Only", |
| 40 | "filter": "only^private^network", |
| 41 | "id": "intranet_only", |
| 42 | "type": "intranet_only" |
| 43 | }, |
| 44 | { |
| 45 | "description": "access profile that allows internet only", |
| 46 | "display_name": "Access Profile 1", |
| 47 | "filter": "null", |
| 48 | "id": "profile_access_demo_1", |
| 49 | "type": "allow_all" |
| 50 | }, |
| 51 | { |
| 52 | "description": "allow an app to contact a specific destination", |
| 53 | "display_name": "Allow App By Name", |
| 54 | "filter": "allow_app_name", |
| 55 | "id": "specific_app", |
| 56 | "type": "specific_destination_only" |
| 57 | } |
| 58 | ] |
| 59 | }, |
| 60 | "apn_profile": { |
| 61 | "apn_profile": [ |
| 62 | { |
| 63 | "apn_name": "internet", |
| 64 | "description": "Ciena Internet APN config", |
| 65 | "display_name": "Ciena Internet", |
| 66 | "dns_primary": "10.24.7.11", |
| 67 | "dns_secondary": "1.1.1.1", |
| 68 | "gx_enabled": true, |
| 69 | "id": "apn_internet_ciena", |
| 70 | "mtu": 1460, |
| 71 | "service_group": "internet" |
| 72 | }, |
| 73 | { |
| 74 | "apn_name": "internet", |
| 75 | "description": "Cornell1 Internet APN config", |
| 76 | "display_name": "Cornell1 Internet", |
| 77 | "dns_primary": "10.68.128.11", |
| 78 | "dns_secondary": "1.1.1.1", |
| 79 | "gx_enabled": true, |
| 80 | "id": "apn_internet_cornell1", |
| 81 | "mtu": 1460, |
| 82 | "service_group": "internet" |
| 83 | }, |
| 84 | { |
| 85 | "apn_name": "internet", |
| 86 | "description": "Default Internet APN config", |
| 87 | "display_name": "Default Internet", |
| 88 | "dns_primary": "1.1.1.1", |
| 89 | "dns_secondary": "8.8.8.8", |
| 90 | "gx_enabled": true, |
| 91 | "id": "apn_internet_default", |
| 92 | "mtu": 1460, |
| 93 | "service_group": "internet" |
| 94 | }, |
| 95 | { |
| 96 | "apn_name": "internet", |
| 97 | "description": "Intel Internet APN config", |
| 98 | "display_name": "Intel Internet", |
| 99 | "dns_primary": "10.212.74.139", |
| 100 | "dns_secondary": "10.212.87.15", |
| 101 | "gx_enabled": true, |
| 102 | "id": "apn_internet_intel", |
| 103 | "mtu": 1460, |
| 104 | "service_group": "internet" |
| 105 | }, |
| 106 | { |
| 107 | "apn_name": "internet", |
| 108 | "description": "ONF Menlo Internet APN config", |
| 109 | "display_name": "ONF Menlo Internet", |
| 110 | "dns_primary": "10.53.128.11", |
| 111 | "dns_secondary": "1.1.1.1", |
| 112 | "gx_enabled": true, |
| 113 | "id": "apn_internet_menlo", |
| 114 | "mtu": 1460, |
| 115 | "service_group": "internet" |
| 116 | }, |
| 117 | { |
| 118 | "apn_name": "internet", |
| 119 | "description": "Princeton1 Internet APN config", |
| 120 | "display_name": "Princeton1 Internet", |
| 121 | "dns_primary": "10.70.128.11", |
| 122 | "dns_secondary": "1.1.1.1", |
| 123 | "gx_enabled": true, |
| 124 | "id": "apn_internet_princeton1", |
| 125 | "mtu": 1460, |
| 126 | "service_group": "internet" |
| 127 | }, |
| 128 | { |
| 129 | "apn_name": "internet", |
| 130 | "description": "Stanford1 Internet APN config", |
| 131 | "display_name": "Stanford1 Internet", |
| 132 | "dns_primary": "10.65.128.11", |
| 133 | "dns_secondary": "1.1.1.1", |
| 134 | "gx_enabled": true, |
| 135 | "id": "apn_internet_stanford1", |
| 136 | "mtu": 1460, |
| 137 | "service_group": "internet" |
| 138 | }, |
| 139 | { |
| 140 | "apn_name": "internet", |
| 141 | "description": "Stanford2 Internet APN config", |
| 142 | "display_name": "Stanford2 Internet", |
| 143 | "dns_primary": "10.67.128.11", |
| 144 | "dns_secondary": "1.1.1.1", |
| 145 | "gx_enabled": true, |
| 146 | "id": "apn_internet_stanford2", |
| 147 | "mtu": 1460, |
| 148 | "service_group": "internet" |
| 149 | }, |
| 150 | { |
| 151 | "apn_name": "internet", |
| 152 | "description": "Telefonica Internet APN config", |
| 153 | "display_name": "Telefonica Internet", |
| 154 | "dns_primary": "10.82.128.11", |
| 155 | "dns_secondary": "1.1.1.1", |
| 156 | "gx_enabled": true, |
| 157 | "id": "apn_internet_tef", |
| 158 | "mtu": 1460, |
| 159 | "service_group": "internet" |
| 160 | }, |
| 161 | { |
| 162 | "apn_name": "internet", |
| 163 | "description": "ONF Tucson Internet APN config", |
| 164 | "display_name": "ONF Tucson Internet", |
| 165 | "dns_primary": "10.59.128.11", |
| 166 | "dns_secondary": "1.1.1.1", |
| 167 | "gx_enabled": true, |
| 168 | "id": "apn_internet_tucson", |
| 169 | "mtu": 1460, |
| 170 | "service_group": "internet" |
| 171 | }, |
| 172 | { |
| 173 | "apn_name": "internet", |
| 174 | "description": "the default APN profile", |
| 175 | "display_name": "APN Profile 1", |
| 176 | "dns_primary": "8.8.8.4", |
| 177 | "dns_secondary": "8.8.8.8", |
| 178 | "gx_enabled": true, |
| 179 | "id": "apn_profile1", |
| 180 | "mtu": 1460, |
| 181 | "service_group": "internet" |
| 182 | }, |
| 183 | { |
| 184 | "apn_name": "internet", |
| 185 | "description": "the default APN profile", |
| 186 | "display_name": "APN Profile 1", |
| 187 | "dns_primary": "8.8.4.4", |
| 188 | "dns_secondary": "8.8.8.8", |
| 189 | "gx_enabled": true, |
| 190 | "id": "profile_apn_demo_1", |
| 191 | "mtu": 1460, |
| 192 | "service_group": "internet" |
| 193 | } |
| 194 | ] |
| 195 | }, |
| 196 | "connectivity_service": { |
| 197 | "connectivity_service": [ |
| 198 | { |
| 199 | "description": "Connectivity service endpoints", |
| 200 | "display_name": "Connectivity Service 1", |
| 201 | "hss_endpoint": "http://aether_roc_umbrella_sdcore_test_dummy/v1/config/imsis", |
| 202 | "id": "connectivity_service_demo_1", |
| 203 | "pcrf_endpoint": "http://aether_roc_umbrella_sdcore_test_dummy/v1/config/policies", |
| 204 | "spgwc_endpoint": "http://aether_roc_umbrella_sdcore_test_dummy/v1/config" |
| 205 | }, |
| 206 | { |
| 207 | "description": "Connectivity service endpoints", |
| 208 | "display_name": "Connectivity Service v1", |
| 209 | "hss_endpoint": "http://aether_roc_umbrella_sdcore_test_dummy/v1/config", |
| 210 | "id": "connectivity_service_v1", |
| 211 | "spgwc_endpoint": "http://aether_roc_umbrella_sdcore_test_dummy/v1/config" |
| 212 | } |
| 213 | ] |
| 214 | }, |
| 215 | "enterprise": { |
| 216 | "enterprise": [ |
| 217 | { |
| 218 | "connectivity_service": [ |
| 219 | { |
| 220 | "connectivity_service": "connectivity_service_v1", |
| 221 | "enabled": true |
| 222 | } |
| 223 | ], |
| 224 | "description": "Aether _ Ciena", |
| 225 | "display_name": "Aether _ Ciena", |
| 226 | "id": "aether_ciena" |
| 227 | }, |
| 228 | { |
| 229 | "connectivity_service": [ |
| 230 | { |
| 231 | "connectivity_service": "connectivity_service_v1", |
| 232 | "enabled": true |
| 233 | } |
| 234 | ], |
| 235 | "description": "Aether _ Intel", |
| 236 | "display_name": "Aether _ Intel", |
| 237 | "id": "aether_intel" |
| 238 | }, |
| 239 | { |
| 240 | "connectivity_service": [ |
| 241 | { |
| 242 | "connectivity_service": "connectivity_service_v1", |
| 243 | "enabled": true |
| 244 | } |
| 245 | ], |
| 246 | "description": "Aether _ NTT", |
| 247 | "display_name": "Aether _ NTT", |
| 248 | "id": "aether_ntt" |
| 249 | }, |
| 250 | { |
| 251 | "connectivity_service": [ |
| 252 | { |
| 253 | "connectivity_service": "connectivity_service_v1", |
| 254 | "enabled": true |
| 255 | } |
| 256 | ], |
| 257 | "description": "Aether _ Open Networking Foundation", |
| 258 | "display_name": "Aether _ ONF", |
| 259 | "id": "aether_onf" |
| 260 | }, |
| 261 | { |
| 262 | "connectivity_service": [ |
| 263 | { |
| 264 | "connectivity_service": "connectivity_service_v1", |
| 265 | "enabled": true |
| 266 | } |
| 267 | ], |
| 268 | "description": "Aether _ Telefonica", |
| 269 | "display_name": "Aether _ Telefonica", |
| 270 | "id": "aether_tef" |
| 271 | }, |
| 272 | { |
| 273 | "connectivity_service": [ |
| 274 | { |
| 275 | "connectivity_service": "connectivity_service_demo_1", |
| 276 | "enabled": true |
| 277 | } |
| 278 | ], |
| 279 | "description": "Enterprise configuration", |
| 280 | "display_name": "Enterprise 1", |
| 281 | "id": "enterprise_demo_1" |
| 282 | }, |
| 283 | { |
| 284 | "connectivity_service": [ |
| 285 | { |
| 286 | "connectivity_service": "connectivity_service_v1", |
| 287 | "enabled": true |
| 288 | } |
| 289 | ], |
| 290 | "description": "Pronto _ Cornell", |
| 291 | "display_name": "Pronto _ Cornell", |
| 292 | "id": "pronto_cornell" |
| 293 | }, |
| 294 | { |
| 295 | "connectivity_service": [ |
| 296 | { |
| 297 | "connectivity_service": "connectivity_service_v1", |
| 298 | "enabled": true |
| 299 | } |
| 300 | ], |
| 301 | "description": "Pronto _ Princeton", |
| 302 | "display_name": "Pronto _ Princeton", |
| 303 | "id": "pronto_princeton" |
| 304 | }, |
| 305 | { |
| 306 | "connectivity_service": [ |
| 307 | { |
| 308 | "connectivity_service": "connectivity_service_v1", |
| 309 | "enabled": true |
| 310 | } |
| 311 | ], |
| 312 | "description": "Pronto _ Stanford", |
| 313 | "display_name": "Pronto _ Stanford", |
| 314 | "id": "pronto_stanford" |
| 315 | } |
| 316 | ] |
| 317 | }, |
| 318 | "qos_profile": { |
| 319 | "qos_profile": [ |
| 320 | { |
| 321 | "apn_ambr": { |
| 322 | "downlink": 12345678, |
| 323 | "uplink": 12345678 |
| 324 | }, |
| 325 | "description": "qos profile for demo", |
| 326 | "display_name": "QOS Profile 1", |
| 327 | "id": "profile_qos_demo_1" |
| 328 | }, |
| 329 | { |
| 330 | "apn_ambr": { |
| 331 | "downlink": 12345678, |
| 332 | "uplink": 12345678 |
| 333 | }, |
| 334 | "description": "low bitrate internet service", |
| 335 | "display_name": "QOS Profile 1", |
| 336 | "id": "qos_profile1" |
| 337 | } |
| 338 | ] |
| 339 | }, |
| 340 | "security_profile": { |
| 341 | "security_profile": [ |
| 342 | { |
| 343 | "description": "default security profile", |
| 344 | "display_name": "Default Security Profile", |
| 345 | "id": "profile_security_default_1", |
| 346 | "key": "000102030405060708090a0b0c0d0e0f", |
| 347 | "opc": "69d5c2eb2e2e624750541d3bbc692ba5", |
| 348 | "sqn": 135 |
| 349 | }, |
| 350 | { |
| 351 | "description": "security profile for demo", |
| 352 | "display_name": "Security Profile 1", |
| 353 | "id": "profile_security_demo_1", |
| 354 | "key": "465b5ce8b199b49faa5f0a2ee238a6bc", |
| 355 | "opc": "d4416644f6154936193433dd20a0ace0", |
| 356 | "sqn": 96 |
| 357 | }, |
| 358 | { |
| 359 | "description": "NTT security profile", |
| 360 | "display_name": "NTT Security Profile", |
| 361 | "id": "profile_security_ntt_1", |
| 362 | "key": "ACB9E480B30DC12C6BDD26BE882D2940", |
| 363 | "opc": "F5929B14A34AD906BC44D205242CD182", |
| 364 | "sqn": 135 |
| 365 | }, |
| 366 | { |
| 367 | "description": "Telefonica security profile", |
| 368 | "display_name": "Telefonica Security Profile", |
| 369 | "id": "profile_security_tef_1", |
| 370 | "key": "83BBE53DFA050D9648C1D14937FC1AC3", |
| 371 | "opc": "346EF56C902AF38E5E4C4E3A0B0C2497", |
| 372 | "sqn": 135 |
| 373 | } |
| 374 | ] |
| 375 | }, |
| 376 | "service_group": { |
| 377 | "service_group": [ |
| 378 | { |
| 379 | "description": "Internet service", |
| 380 | "id": "internet", |
| 381 | "service_policies": [ |
| 382 | { |
| 383 | "kind": "default", |
| 384 | "service_policy": "be_internet_access" |
| 385 | } |
| 386 | ] |
| 387 | }, |
| 388 | { |
| 389 | "description": "Menlo high definition camera service", |
| 390 | "id": "iot_hd_camera_menlo", |
| 391 | "service_policies": [ |
| 392 | { |
| 393 | "kind": "default", |
| 394 | "service_policy": "video_non_gbr_1" |
| 395 | } |
| 396 | ] |
| 397 | } |
| 398 | ] |
| 399 | }, |
| 400 | "service_policy": { |
| 401 | "service_policy": [ |
| 402 | { |
| 403 | "ambr": { |
| 404 | "downlink": 20000000, |
| 405 | "uplink": 100000 |
| 406 | }, |
| 407 | "arp": 1, |
| 408 | "id": "be_internet_access", |
| 409 | "qci": 9, |
| 410 | "rules": [ |
| 411 | { |
| 412 | "enabled": true, |
| 413 | "rule": "best_effort_internet_access" |
| 414 | } |
| 415 | ] |
| 416 | }, |
| 417 | { |
| 418 | "ambr": { |
| 419 | "downlink": 20000000, |
| 420 | "uplink": 100000 |
| 421 | }, |
| 422 | "arp": 1, |
| 423 | "id": "video_non_gbr_1", |
| 424 | "qci": 7, |
| 425 | "rules": [ |
| 426 | { |
| 427 | "enabled": true, |
| 428 | "rule": "video_non_gbr_1" |
| 429 | } |
| 430 | ] |
| 431 | } |
| 432 | ] |
| 433 | }, |
| 434 | "service_rule": { |
| 435 | "service_rule": [ |
| 436 | { |
| 437 | "charging_rule_name": "best_effort_internet_access", |
| 438 | "description": "rule for enabling best effort internet", |
| 439 | "flow": { |
| 440 | "specification": "permit out ip 0.0.0.0/0 to assigned" |
| 441 | }, |
| 442 | "id": "best_effort_internet_access", |
| 443 | "qos": { |
| 444 | "aggregate_maximum_bitrate": { |
| 445 | "downlink": 10240000, |
| 446 | "uplink": 1024000 |
| 447 | }, |
| 448 | "arp": { |
| 449 | "preemption_capability": true, |
| 450 | "preemption_vulnerability": true, |
| 451 | "priority": 1 |
| 452 | }, |
| 453 | "guaranteed_bitrate": { |
| 454 | "downlink": 1, |
| 455 | "uplink": 1 |
| 456 | }, |
| 457 | "maximum_requested_bandwidth": { |
| 458 | "downlink": 5120000, |
| 459 | "uplink": 512000 |
| 460 | }, |
| 461 | "qci": 9 |
| 462 | } |
| 463 | }, |
| 464 | { |
| 465 | "charging_rule_name": "video_non_gbr_1", |
| 466 | "description": "rule for non_gbr video", |
| 467 | "flow": { |
| 468 | "specification": "permit out ip 0.0.0.0/0 to assigned" |
| 469 | }, |
| 470 | "id": "video_non_gbr_1", |
| 471 | "qos": { |
| 472 | "aggregate_maximum_bitrate": { |
| 473 | "downlink": 5555, |
| 474 | "uplink": 4444 |
| 475 | }, |
| 476 | "arp": { |
| 477 | "preemption_capability": true, |
| 478 | "preemption_vulnerability": true, |
| 479 | "priority": 1 |
| 480 | }, |
| 481 | "guaranteed_bitrate": { |
| 482 | "downlink": 2222, |
| 483 | "uplink": 1111 |
| 484 | }, |
| 485 | "maximum_requested_bandwidth": { |
| 486 | "downlink": 3456, |
| 487 | "uplink": 2345 |
| 488 | }, |
| 489 | "qci": 9 |
| 490 | } |
| 491 | } |
| 492 | ] |
| 493 | }, |
| 494 | "subscriber": { |
| 495 | "ue": [ |
| 496 | { |
| 497 | "display_name": "Telefonica subscriber match rule", |
| 498 | "enabled": true, |
| 499 | "enterprise": "aether_tef", |
| 500 | "id": "0debf047_8416_4539_9abf_02a0d7e7f9a3", |
| 501 | "imsi_range_from": "722070000002441", |
| 502 | "imsi_range_to": "722070000002450", |
| 503 | "priority": 5, |
| 504 | "profiles": { |
| 505 | "access_profile": [ |
| 506 | { |
| 507 | "access_profile": "access_all", |
| 508 | "allowed": true |
| 509 | } |
| 510 | ], |
| 511 | "apn_profile": "apn_internet_tef", |
| 512 | "qos_profile": "qos_profile1", |
| 513 | "security_profile": "profile_security_tef_1", |
| 514 | "up_profile": "tef" |
| 515 | }, |
| 516 | "serving_plmn": { |
| 517 | "mcc": 722, |
| 518 | "mnc": 7, |
| 519 | "tac": 110 |
| 520 | } |
| 521 | }, |
| 522 | { |
| 523 | "display_name": "Stanford2 subscriber match rule", |
| 524 | "enabled": true, |
| 525 | "enterprise": "pronto_stanford", |
| 526 | "id": "1c6852e6_5b12_413a_9fa5_c631c644136c", |
| 527 | "imsi_range_from": "315010202000001", |
| 528 | "imsi_range_to": "315010202000020", |
| 529 | "priority": 5, |
| 530 | "profiles": { |
| 531 | "access_profile": [ |
| 532 | { |
| 533 | "access_profile": "access_all", |
| 534 | "allowed": true |
| 535 | } |
| 536 | ], |
| 537 | "apn_profile": "apn_internet_stanford2", |
| 538 | "qos_profile": "qos_profile1", |
| 539 | "security_profile": "profile_security_default_1", |
| 540 | "up_profile": "stanford2" |
| 541 | }, |
| 542 | "serving_plmn": { |
| 543 | "mcc": 315, |
| 544 | "mnc": 10, |
| 545 | "tac": 603 |
| 546 | } |
| 547 | }, |
| 548 | { |
| 549 | "display_name": "Princeton1 subscriber match rule", |
| 550 | "enabled": true, |
| 551 | "enterprise": "pronto_princeton", |
| 552 | "id": "30f77900_18b1_480c_a419_031956d83a9c", |
| 553 | "imsi_range_from": "315010204000001", |
| 554 | "imsi_range_to": "315010204000020", |
| 555 | "priority": 5, |
| 556 | "profiles": { |
| 557 | "access_profile": [ |
| 558 | { |
| 559 | "access_profile": "access_all", |
| 560 | "allowed": true |
| 561 | } |
| 562 | ], |
| 563 | "apn_profile": "apn_internet_princeton1", |
| 564 | "qos_profile": "qos_profile1", |
| 565 | "security_profile": "profile_security_default_1", |
| 566 | "up_profile": "princeton1" |
| 567 | }, |
| 568 | "serving_plmn": { |
| 569 | "mcc": 315, |
| 570 | "mnc": 10, |
| 571 | "tac": 605 |
| 572 | } |
| 573 | }, |
| 574 | { |
| 575 | "display_name": "Stanford1 subscriber match rule", |
| 576 | "enabled": true, |
| 577 | "enterprise": "pronto_stanford", |
| 578 | "id": "415d0496_6926_4a49_b0f1_69ef1742fd5d", |
| 579 | "imsi_range_from": "315010201000001", |
| 580 | "imsi_range_to": "315010201000020", |
| 581 | "priority": 5, |
| 582 | "profiles": { |
| 583 | "access_profile": [ |
| 584 | { |
| 585 | "access_profile": "access_all", |
| 586 | "allowed": true |
| 587 | } |
| 588 | ], |
| 589 | "apn_profile": "apn_internet_stanford1", |
| 590 | "qos_profile": "qos_profile1", |
| 591 | "security_profile": "profile_security_default_1", |
| 592 | "up_profile": "stanford1" |
| 593 | }, |
| 594 | "serving_plmn": { |
| 595 | "mcc": 315, |
| 596 | "mnc": 10, |
| 597 | "tac": 601 |
| 598 | } |
| 599 | }, |
| 600 | { |
| 601 | "display_name": "Ciena subscriber match rule", |
| 602 | "enabled": true, |
| 603 | "enterprise": "aether_ciena", |
| 604 | "id": "4c814a64_c592_468e_9435_b60f225f97ff", |
| 605 | "imsi_range_from": "315010101000001", |
| 606 | "imsi_range_to": "315010101000010", |
| 607 | "priority": 5, |
| 608 | "profiles": { |
| 609 | "access_profile": [ |
| 610 | { |
| 611 | "access_profile": "access_all", |
| 612 | "allowed": true |
| 613 | } |
| 614 | ], |
| 615 | "apn_profile": "apn_internet_ciena", |
| 616 | "qos_profile": "qos_profile1", |
| 617 | "security_profile": "profile_security_default_1", |
| 618 | "up_profile": "ciena" |
| 619 | }, |
| 620 | "serving_plmn": { |
| 621 | "mcc": 315, |
| 622 | "mnc": 10, |
| 623 | "tac": 5 |
| 624 | } |
| 625 | }, |
| 626 | { |
| 627 | "display_name": "Cornell1 subscriber match rule", |
| 628 | "enabled": true, |
| 629 | "enterprise": "pronto_cornell", |
| 630 | "id": "554b4c5b_de49_4868_ba7e_f428aefc0984", |
| 631 | "imsi_range_from": "315010203000001", |
| 632 | "imsi_range_to": "315010203000020", |
| 633 | "priority": 5, |
| 634 | "profiles": { |
| 635 | "access_profile": [ |
| 636 | { |
| 637 | "access_profile": "access_all", |
| 638 | "allowed": true |
| 639 | } |
| 640 | ], |
| 641 | "apn_profile": "apn_internet_cornell1", |
| 642 | "qos_profile": "qos_profile1", |
| 643 | "security_profile": "profile_security_default_1", |
| 644 | "up_profile": "cornell1" |
| 645 | }, |
| 646 | "serving_plmn": { |
| 647 | "mcc": 315, |
| 648 | "mnc": 10, |
| 649 | "tac": 607 |
| 650 | } |
| 651 | }, |
| 652 | { |
| 653 | "display_name": "Subscriber Match Rule 1", |
| 654 | "enabled": true, |
| 655 | "enterprise": "enterprise_demo_1", |
| 656 | "id": "5fc0bfc8_4ecc_11eb_b8e7_6f6e6f732d63", |
| 657 | "imsi_range_from": "208014567891200", |
| 658 | "imsi_range_to": "208014567891300", |
| 659 | "priority": 5, |
| 660 | "profiles": { |
| 661 | "access_profile": [ |
| 662 | { |
| 663 | "access_profile": "profile_access_demo_1", |
| 664 | "allowed": true |
| 665 | } |
| 666 | ], |
| 667 | "apn_profile": "profile_apn_demo_1", |
| 668 | "qos_profile": "profile_qos_demo_1", |
| 669 | "security_profile": "profile_security_demo_1", |
| 670 | "up_profile": "profile_up_demo_1" |
| 671 | }, |
| 672 | "serving_plmn": { |
| 673 | "mcc": 208, |
| 674 | "mnc": 10, |
| 675 | "tac": 1 |
| 676 | } |
| 677 | }, |
| 678 | { |
| 679 | "id": "8d92f0cf_d83d_482c_866d_f53ee1426622", |
| 680 | "profiles": { |
| 681 | "access_profile": [ |
| 682 | { |
| 683 | "access_profile": "access_all", |
| 684 | "allowed": false |
| 685 | } |
| 686 | ], |
| 687 | "apn_profile": "apn_internet_intel", |
| 688 | "qos_profile": "profile_qos_demo_1", |
| 689 | "security_profile": "profile_security_ntt_1", |
| 690 | "up_profile": "cornell1" |
| 691 | } |
| 692 | }, |
| 693 | { |
| 694 | "display_name": "Intel subscriber match rule 1", |
| 695 | "enabled": true, |
| 696 | "enterprise": "aether_intel", |
| 697 | "id": "c6711eb4_5210_4d94_b83c_0f890dc21c31", |
| 698 | "imsi_range_from": "315010888812341", |
| 699 | "imsi_range_to": "315010888812346", |
| 700 | "priority": 5, |
| 701 | "profiles": { |
| 702 | "access_profile": [ |
| 703 | { |
| 704 | "access_profile": "access_all", |
| 705 | "allowed": true |
| 706 | } |
| 707 | ], |
| 708 | "apn_profile": "apn_internet_intel", |
| 709 | "qos_profile": "qos_profile1", |
| 710 | "security_profile": "profile_security_default_1", |
| 711 | "up_profile": "intel" |
| 712 | }, |
| 713 | "serving_plmn": { |
| 714 | "mcc": 315, |
| 715 | "mnc": 10, |
| 716 | "tac": 101 |
| 717 | } |
| 718 | }, |
| 719 | { |
| 720 | "display_name": "ONF Tucson subscriber match rule", |
| 721 | "enabled": true, |
| 722 | "enterprise": "aether_onf", |
| 723 | "id": "cbdb20c1_c3d7_47e3_a1a1_7465c8ad6ff1", |
| 724 | "imsi_range_from": "315010999912301", |
| 725 | "imsi_range_to": "315010999912303", |
| 726 | "priority": 5, |
| 727 | "profiles": { |
| 728 | "access_profile": [ |
| 729 | { |
| 730 | "access_profile": "access_all", |
| 731 | "allowed": true |
| 732 | } |
| 733 | ], |
| 734 | "apn_profile": "apn_internet_tucson", |
| 735 | "qos_profile": "qos_profile1", |
| 736 | "security_profile": "profile_security_default_1", |
| 737 | "up_profile": "tucson" |
| 738 | }, |
| 739 | "serving_plmn": { |
| 740 | "mcc": 315, |
| 741 | "mnc": 10, |
| 742 | "tac": 222 |
| 743 | } |
| 744 | }, |
| 745 | { |
| 746 | "display_name": "NTT subscriber match rule", |
| 747 | "enabled": true, |
| 748 | "enterprise": "aether_ntt", |
| 749 | "id": "e8b4f8ea_cd9c_4ae7_a1df_15ee82cc4dc6", |
| 750 | "imsi_range_from": "999002999970951", |
| 751 | "imsi_range_to": "999002999971950", |
| 752 | "priority": 5, |
| 753 | "profiles": { |
| 754 | "access_profile": [ |
| 755 | { |
| 756 | "access_profile": "access_all", |
| 757 | "allowed": true |
| 758 | } |
| 759 | ], |
| 760 | "apn_profile": "apn_internet_default", |
| 761 | "qos_profile": "qos_profile1", |
| 762 | "security_profile": "profile_security_ntt_1", |
| 763 | "up_profile": "ntt" |
| 764 | }, |
| 765 | "serving_plmn": { |
| 766 | "mcc": 999, |
| 767 | "mnc": 2, |
| 768 | "tac": 1 |
| 769 | } |
| 770 | }, |
| 771 | { |
| 772 | "display_name": "ONF Menlo subscriber match rule", |
| 773 | "enabled": true, |
| 774 | "enterprise": "aether_onf", |
| 775 | "id": "f2ba8cc0_e593_403b_a130_f18a99018f6e", |
| 776 | "imsi_range_from": "315010999912341", |
| 777 | "imsi_range_to": "315010999912356", |
| 778 | "priority": 5, |
| 779 | "profiles": { |
| 780 | "access_profile": [ |
| 781 | { |
| 782 | "access_profile": "access_all", |
| 783 | "allowed": true |
| 784 | } |
| 785 | ], |
| 786 | "apn_profile": "apn_internet_menlo", |
| 787 | "qos_profile": "qos_profile1", |
| 788 | "security_profile": "profile_security_default_1", |
| 789 | "up_profile": "menlo" |
| 790 | }, |
| 791 | "serving_plmn": { |
| 792 | "mcc": 315, |
| 793 | "mnc": 10, |
| 794 | "tac": 203 |
| 795 | } |
| 796 | }, |
| 797 | { |
| 798 | "display_name": "Intel subscriber match rule 2", |
| 799 | "enabled": true, |
| 800 | "enterprise": "aether_intel", |
| 801 | "id": "f5a0929f_b4a4_4f34_8bd5_52c57eeb4a50", |
| 802 | "imsi_range_from": "315010102000001", |
| 803 | "imsi_range_to": "315010102000002", |
| 804 | "priority": 5, |
| 805 | "profiles": { |
| 806 | "access_profile": [ |
| 807 | { |
| 808 | "access_profile": "access_all", |
| 809 | "allowed": true |
| 810 | } |
| 811 | ], |
| 812 | "apn_profile": "apn_internet_intel", |
| 813 | "qos_profile": "qos_profile1", |
| 814 | "security_profile": "profile_security_default_1", |
| 815 | "up_profile": "intel" |
| 816 | }, |
| 817 | "serving_plmn": { |
| 818 | "mcc": 315, |
| 819 | "mnc": 10, |
| 820 | "tac": 101 |
| 821 | } |
| 822 | } |
| 823 | ] |
| 824 | }, |
| 825 | "up_profile": { |
| 826 | "up_profile": [ |
| 827 | { |
| 828 | "access_control": "none", |
| 829 | "description": "User plane profile for Ciena", |
| 830 | "display_name": "Ciena", |
| 831 | "id": "ciena", |
| 832 | "user_plane": "pfcp_agent.omec.svc.prd.ciena.aetherproject.net" |
| 833 | }, |
| 834 | { |
| 835 | "access_control": "none", |
| 836 | "description": "User plane profile for Cornell1", |
| 837 | "display_name": "Cornell1", |
| 838 | "id": "cornell1", |
| 839 | "user_plane": "pfcp_agent.omec.svc.prd.cornell1.aetherproject.net" |
| 840 | }, |
| 841 | { |
| 842 | "access_control": "none", |
| 843 | "description": "User plane profile for Intel", |
| 844 | "display_name": "Intel", |
| 845 | "id": "intel", |
| 846 | "user_plane": "upf.omec.svc.prd.intel.aetherproject.net" |
| 847 | }, |
| 848 | { |
| 849 | "access_control": "none", |
| 850 | "description": "User plane profile for ONF Menlo", |
| 851 | "display_name": "ONF Menlo", |
| 852 | "id": "menlo", |
| 853 | "user_plane": "pfcp_agent.omec.svc.prd.menlo.aetherproject.net" |
| 854 | }, |
| 855 | { |
| 856 | "access_control": "none", |
| 857 | "description": "User plane profile for NTT", |
| 858 | "display_name": "NTT", |
| 859 | "id": "ntt", |
| 860 | "user_plane": "upf.omec.svc.prd.ntt.aetherproject.net" |
| 861 | }, |
| 862 | { |
| 863 | "access_control": "none", |
| 864 | "description": "User plane profile for Princeton1", |
| 865 | "display_name": "Princeton1", |
| 866 | "id": "princeton1", |
| 867 | "user_plane": "pfcp_agent.omec.svc.prd.princeton1.aetherproject.net" |
| 868 | }, |
| 869 | { |
| 870 | "access_control": "none", |
| 871 | "description": "user_plane profile for spgwu1", |
| 872 | "display_name": "UP Profile 1", |
| 873 | "id": "profile_up_demo_1", |
| 874 | "user_plane": "upf_headless" |
| 875 | }, |
| 876 | { |
| 877 | "access_control": "none", |
| 878 | "description": "User plane profile for Stanford1", |
| 879 | "display_name": "Stanford1", |
| 880 | "id": "stanford1", |
| 881 | "user_plane": "pfcp_agent.omec.svc.prd.stanford1.aetherproject.net" |
| 882 | }, |
| 883 | { |
| 884 | "access_control": "none", |
| 885 | "description": "User plane profile for Stanford2", |
| 886 | "display_name": "Stanford2", |
| 887 | "id": "stanford2", |
| 888 | "user_plane": "pfcp_agent.omec.svc.prd.stanford2.aetherproject.net" |
| 889 | }, |
| 890 | { |
| 891 | "access_control": "none", |
| 892 | "description": "User plane profile for Telefonica", |
| 893 | "display_name": "Telefonica", |
| 894 | "id": "tef", |
| 895 | "user_plane": "upf.omec.svc.prd.tef.aetherproject.net" |
| 896 | }, |
| 897 | { |
| 898 | "access_control": "none", |
| 899 | "description": "User plane profile for ONF Tucson", |
| 900 | "display_name": "ONF Tucson", |
| 901 | "id": "tucson", |
| 902 | "user_plane": "upf.omec.svc.prd.tucson.aetherproject.net" |
| 903 | } |
| 904 | ] |
| 905 | } |
| 906 | } |