blob: 74e2aa6d3b2ede1d7419eb87a490b84f50caeb17 [file] [log] [blame]
Jeremy Ronquillo223db002020-06-05 10:28:22 -07001# Copyright 2018 Intel Corporation
Jeremy Ronquilloec2d3e42020-06-05 11:33:39 -07002# Copyright 2018-present Open Networking Foundation
Jeremy Ronquillo223db002020-06-05 10:28:22 -07003#
Jeremy Ronquilloec2d3e42020-06-05 11:33:39 -07004# SPDX-License-Identifier: Apache-2.0
Jeremy Ronquillo6046ce32020-06-18 11:06:29 -07005# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
Jeremy Ronquillo223db002020-06-05 10:28:22 -07006
7images:
8 tags:
9 init: docker.io/omecproject/pod-init:1.0.0
Hyunsun Moonb76c6f02021-06-04 10:24:10 -070010 hssdb: "registry.aetherproject.org/proxy/omecproject/c3po-hssdb:master-deaea91"
11 hss: "registry.aetherproject.org/proxy/omecproject/c3po-hss:master-deaea91"
12 mme: "registry.aetherproject.org/proxy/omecproject/nucleus:master-9f86f87"
13 spgwc: "registry.aetherproject.org/omecproject/spgw:master-b9ce120"
14 pcrf: "registry.aetherproject.org/proxy/omecproject/c3po-pcrf:pcrf-7824e6e"
15 pcrfdb: "registry.aetherproject.org/proxy/omecproject/c3po-pcrfdb:pcrf-7824e6e"
Jeremy Ronquillo223db002020-06-05 10:28:22 -070016 depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
Ajay Lotan Thakurefe5d8e2021-07-31 08:32:16 -050017 config4g: "registry.aetherproject.org/omecproject/5gc-webui:onf-release3.0.5-latest"
Jeremy Ronquillo223db002020-06-05 10:28:22 -070018 pullPolicy: IfNotPresent
Hyunsun Moond9a09e82021-03-17 12:16:53 -070019 # Secrets must be manually created in the namespace.
Hyunsun Moonb76c6f02021-06-04 10:24:10 -070020 pullSecrets:
21 - name: aether.registry
Jeremy Ronquillo223db002020-06-05 10:28:22 -070022
23nodeSelectors:
24 enabled: false
25 hss:
26 label: omec-cp
27 value: enabled
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -050028 pcrf:
29 label: omec-cp
30 value: enabled
Jeremy Ronquillo223db002020-06-05 10:28:22 -070031 mme:
32 label: omec-cp
33 value: enabled
34 spgwc:
35 label: omec-cp
36 value: enabled
Ajay Lotan Thakurefe5d8e2021-07-31 08:32:16 -050037 config4g:
38 label: omec-cp
39 value: enabled
Jeremy Ronquillo223db002020-06-05 10:28:22 -070040
41resources:
42 enabled: true
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -050043 pcrf:
44 requests:
45 cpu: 2
46 memory: 1Gi
47 limits:
48 cpu: 2
49 memory: 1Gi
Jeremy Ronquillo223db002020-06-05 10:28:22 -070050 hss:
51 requests:
52 cpu: 2
53 memory: 1Gi
54 limits:
55 cpu: 2
56 memory: 1Gi
57 mme:
58 # Note that MME pod is composed of 4 containers
59 # Provide resources for a container, not a pod total
60 requests:
61 cpu: 0.5
62 memory: 1Gi
63 limits:
64 cpu: 0.5
65 memory: 1Gi
66 spgwc:
67 requests:
68 cpu: 2
69 memory: 5Gi
70 limits:
71 cpu: 2
72 memory: 5Gi
Ajay Lotan Thakurefe5d8e2021-07-31 08:32:16 -050073 config4g:
74 requests:
75 cpu: 1
76 memory: 1Gi
77 limits:
78 cpu: 1
79 memory: 1Gi
Jeremy Ronquillo223db002020-06-05 10:28:22 -070080
81cassandra:
82 deploy: true
83 fullnameOverride: cassandra
84 image:
85 tag: 2.1.20
86 #selector:
87 # nodeSelector:
88 # cassandra: enabled
89 persistence:
90 enabled: false
91 config:
92 #cluster_size: 1
93 #seed_size: 1
94 endpoint_snitch: GossipingPropertyFileSnitch
95 readinessProbe:
96 initialDelaySeconds: 10
97 resources: {}
98 #requests:
99 # memory: 4Gi
100 # cpu: 2
101 #limits:
102 # memory: 4Gi
103 # cpu: 2
104
105config:
106 clusterDomain: cluster.local
107 coreDump:
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500108 enabled: true
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700109 path: /tmp/coredump
Hyunsun Moond9a09e82021-03-17 12:16:53 -0700110 useExistingConfigMap: false
Ajay Lotan Thakurefe5d8e2021-07-31 08:32:16 -0500111 logger:
112 WEBUI:
113 debugLevel: info
114 ReportCaller: false
115 config4g:
116 deploy: false
117 podAnnotations:
118 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
119 prometheus:
120 port: 9089
121 nodePort:
122 enabled: false
123 port: 30084
124 urlport:
125 port: 5000
126 nodePort:
127 enabled: false
128 port: 35000
129 ingress:
130 enabled: false
131 hostname: free5gc.local
132 path: /
133 pathType: Prefix
134 cfgFiles:
135 webuicfg.conf:
136 info:
137 version: 1.0.0
138 description: WebUI initial local configuration
139 configuration:
140 endpoints:
141 - type: spgw
142 configPushUrl: "http://spgwc:8080/v1/config"
143 configCheckUrl: "http://spgwc:8080/v1/config-check"
144 #- type: mmeapp
145 # configPushUrl: "http://mme-app-config:8080/v1/config/slice"
146 # configCheckUrl: "http://mme-app-config:8080/v1/config-check"
147 #- type: mmes1ap
148 # configPushUrl: "http://mme-s1ap-config:8080/v1/config/slice"
149 # configCheckUrl: "http://mme-s1ap-config:8080/v1/config-check"
150 - type: hss
151 configPushUrl: "http://hss:8080/v2/config/imsis"
152 configCheckUrl: "http://hss:8080/v2/config-check"
153 #- type: pcrf
154 # configPushUrl: "http://pcrf:8080/v1/config/policies"
155 # configCheckUrl: "http://pcrf:8080/v1/config-check"
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500156 pcrf:
157 deploy: true
Hyunsun Moond9a09e82021-03-17 12:16:53 -0700158 podAnnotations:
159 fluentbit.io/parser: pcrf
160 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500161 pcrfdb: cassandra
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500162 configPort:
163 port: 8080
164 nodePort:
165 enabled: false
166 port: 30081
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500167 gx:
168 nodePort:
169 enabled: false
170 port: 33868
171 prometheus:
172 port: 9089
173 nodePort:
174 enabled: false
175 port: 30086
176 # Provide the peer whitelist extension
177 # The peer name must be a fqdn. We allow also a special "*" character as the
178 # first label of the fqdn, to allow all fqdn with the same domain name.
179 # Example: *.example.net will allow host1.example.net and host2.example.net
180 acl:
181 oldTls: "*.cluster.local"
182 #ipSec:
183 bootstrap:
184 enabled: false
185 # See https://github.com/omec-project/c3po for details of config options
186 cfgFiles:
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500187 subscriber_mapping.json:
188 Policies:
189 service-groups:
190 internet:
191 default-activate-service:
192 - be-internet-access
193 services:
194 be-internet-access:
195 qci: 9
196 arp: 1
Ajay Lotan Thakur7bbaacb2021-05-24 12:36:22 -0500197 AMBR_UL: 1024000
198 AMBR_DL: 10240000
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500199 service-activation-rules:
200 - best-effort-internet-access
Ajay Lotan Thakur7bbaacb2021-05-24 12:36:22 -0500201 #activate-conditions:
202 # timer: 50
203 #deactivate-conditions:
204 # timer: 60
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500205 rules:
206 best-effort-internet-access:
207 definition:
208 Charging-Rule-Name: "best-effort-internet-access"
209 QoS-Information:
210 QoS-Class-Identifier: 9
211 Max-Requested-Bandwidth-UL: 512000
212 Max-Requested-Bandwidth-DL: 5120000
213 Guaranteed-Bitrate-UL: 0
214 Guaranteed-Bitrate-DL: 0
215 Allocation-Retention-Priority:
216 Priority-Level: 1
217 Pre-emption-Capability: 1
218 Pre-emption-Vulnerability: 1
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500219 Flow-Information:
Ajay Lotan Thakur7bbaacb2021-05-24 12:36:22 -0500220 Flow-Direction: 3
221 Flow-Description: "permit out ip from 0.0.0.0/0 to assigned"
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500222 pcrf.json:
223 common:
224 fdcfg: conf/pcrf.conf
225 # Origin host and realm will be set automatically if unset
226 #originhost: ""
227 #originrealm: ""
228 pcrf:
229 gtwhost: "*"
230 gtwport: 9080
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500231 #restport will be set by configmap
232 #restport: ""
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500233 ossport: 9082
234 # casssrv will be set to cassandra in the same cluster if unset
235 #casssrv: ""
236 casskeyspace: vpcrf
237 casshost: "cassandra"
238 cassusr: root
239 casspwd: root
240 cassdb: vpcrf
241 casscoreconnections: 2
242 cassmaxconnections: 8
243 cassioqueuesize: 32768
244 cassiothreads: 2
245 randv: true
246 optkey: "63bfa50ee6523365ff14c1f45f88737d"
247 reloadkey: false
248 logsize: 20
249 lognumber: 5
250 logname: logs/pcrf.log
251 logqsize: 8192
252 statlogsize: 20
253 statlognumber: 5
254 statlogname: logs/pcrf_stat.log
255 auditlogsize: 20
256 auditlognumber: 5
257 auditlogname: logs/pcrf_audit.log
258 statfreq: 2000
259 numworkers: 4
260 concurrent: 10
261 ossfile: conf/oss.json
262 verifyroamingsubscribers: false
Ajay Lotan Thakuraec2a1c2021-03-31 20:18:17 -0500263 rulesfile: conf/subscriber_mapping.json
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500264 oss.json:
265 option:
266 id: url
267 type: string
268 services:
269 - id: logger
270 commands:
271 - id: describe_loggers
272 - id: set_logger_level
273 options:
274 - id: name
275 type: string
276 - id: level
277 type: integer
278 - id: stats
279 commands:
280 - id: describe_stats_frequency
281 - id: describe_stats_live
282 - id: set_stats_frequency
283 options:
284 - id: frequency
285 type: integer
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700286 hss:
Hyunsun Moon83ff7352020-07-09 11:03:52 -0700287 deploy: true
Andy Bavierba196552020-09-17 13:58:04 -0700288 podAnnotations:
Hyunsun Moond9a09e82021-03-17 12:16:53 -0700289 fluentbit.io/parser: hss
Andy Bavierba196552020-09-17 13:58:04 -0700290 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700291 hssdb: cassandra
292 s6a:
293 nodePort:
294 enabled: false
295 port: 33868
Ajay Lotan Thakurcd372a22020-12-11 14:36:26 -0700296 configPort:
297 port: 8080
298 nodePort:
299 enabled: false
300 port: 30081
Hyunsun Moon11d24f92020-08-26 14:55:19 -0700301 prometheus:
302 port: 9089
303 nodePort:
304 enabled: false
305 port: 30086
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700306 # Provide the peer whitelist extension
307 # The peer name must be a fqdn. We allow also a special "*" character as the
308 # first label of the fqdn, to allow all fqdn with the same domain name.
309 # Example: *.example.net will allow host1.example.net and host2.example.net
310 acl:
311 oldTls: "*.cluster.local"
312 #ipSec:
313 bootstrap:
314 enabled: true
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700315 users:
Hyunsun Moona1c4c982020-07-22 15:01:29 -0700316 - apn: internet
317 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
318 opc: "d4416644f6154936193433dd20a0ace0"
319 sqn: 96
320 imsiStart: "208014567891200"
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700321 msisdnStart: "1122334455"
Ajay Lotan Thakurac5c1812021-02-22 12:23:20 -0600322 mme_identity: mme.omec.svc.cluster.local
323 mme_realm: omec.svc.cluster.local
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700324 count: 10
Jeremy Ronquillo20fbe492020-08-13 10:44:18 -0700325 staticusers:
326 - apn: internet
327 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
328 opc: "d4416644f6154936193433dd20a0ace0"
329 sqn: 96
330 imsi: "208014567891200"
331 msisdn: "1122334455"
332 staticAddr: 0.0.0.0
Ajay Lotan Thakurac5c1812021-02-22 12:23:20 -0600333 mme_identity: mme.omec.svc.cluster.local
334 mme_realm: omec.svc.cluster.local
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700335 mmes:
336 - id: 1
Hyunsun Moon83ff7352020-07-09 11:03:52 -0700337 mme_identity: mme.omec.svc.cluster.local
338 mme_realm: omec.svc.cluster.local
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700339 isdn: "19136246000"
340 unreachability: 1
341 # See https://github.com/omec-project/c3po for details of config options
342 cfgFiles:
343 hss.json:
344 common:
345 fdcfg: conf/hss.conf
346 # Origin host and realm will be set automatically if unset
347 #originhost: ""
348 #originrealm: ""
349 hss:
350 gtwhost: "*"
351 gtwport: 9080
Ajay Lotan Thakurcd372a22020-12-11 14:36:26 -0700352 #restport will be set by configmap
353 #restport: ""
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700354 ossport: 9082
355 # casssrv will be set to cassandra in the same cluster if unset
356 #casssrv: ""
357 cassusr: root
358 casspwd: root
359 cassdb: vhss
360 casscoreconnections: 2
361 cassmaxconnections: 8
362 cassioqueuesize: 32768
363 cassiothreads: 2
364 randv: true
365 optkey: "63bfa50ee6523365ff14c1f45f88737d"
366 reloadkey: false
367 logsize: 20
368 lognumber: 5
369 logname: logs/hss.log
370 logqsize: 8192
371 statlogsize: 20
372 statlognumber: 5
373 statlogname: logs/hss_stat.log
374 auditlogsize: 20
375 auditlognumber: 5
376 auditlogname: logs/hss_audit.log
377 statfreq: 2000
378 numworkers: 4
379 concurrent: 10
380 ossfile: conf/oss.json
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700381 verifyroamingsubscribers: false
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700382 oss.json:
383 option:
384 id: url
385 type: string
386 services:
387 - id: logger
388 commands:
389 - id: describe_loggers
390 - id: set_logger_level
391 options:
392 - id: name
393 type: string
394 - id: level
395 type: integer
396 - id: stats
397 commands:
398 - id: describe_stats_frequency
399 - id: describe_stats_live
400 - id: set_stats_frequency
401 options:
402 - id: frequency
403 type: integer
404 mme:
Hyunsun Moon83ff7352020-07-09 11:03:52 -0700405 deploy: true
Andy Bavierba196552020-09-17 13:58:04 -0700406 podAnnotations:
Hyunsun Moond9a09e82021-03-17 12:16:53 -0700407 fluentbit.io/parser: mme
Andy Bavierba196552020-09-17 13:58:04 -0700408 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":3081,"schema":"HTTP"}]'
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700409 spgwAddr: spgwc
410 s11:
411 nodePort:
412 enabled: false
413 port: 32124
414 s6a:
415 nodePort:
416 enabled: false
417 port: 33869
Hyunsun Moon11d24f92020-08-26 14:55:19 -0700418 prometheus:
419 port: 3081
420 nodePort:
421 enabled: false
422 port: 30085
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700423 # See https://github.com/omec-project/openmme/blob/master/README.txt for more config options
424 cfgFiles:
425 config.json:
426 mme:
427 name: vmmestandalone
428 group_id: 1
429 code: 1
Hyunsun Moonb76c6f02021-06-04 10:24:10 -0700430 logging: debug
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700431 mcc:
432 dig1: 2
433 dig2: 0
434 dig3: 8
435 mnc:
436 dig1: 0
437 dig2: 1
438 dig3: -1
439 plmnlist:
Hyunsun Moonb76c6f02021-06-04 10:24:10 -0700440 #plmn1 is aether common plmn, plmn2 is for aether-in-a-box
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700441 plmn1: "mcc=315,mnc=010"
442 plmn2: "mcc=208,mnc=01"
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700443 apnlist:
Hyunsun Moon6507d2f2020-07-14 15:06:25 -0700444 internet: "spgwc"
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500445 feature_list:
446 dcnr_support: "disabled"
Badhrinath Pad6779412020-07-06 10:23:58 -0700447 security:
448 #int_alg_list: "[EIA0]"
449 int_alg_list: "[EIA1, EIA2, EIA0]"
450 sec_alg_list: "[EEA0, EEA1, EEA2]"
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700451 s1ap:
452 sctp_port: 36412
453 sctp_port_external: 36412
454 s11:
455 egtp_default_port: 2123
456 # sgw_addr and pgw_addr will be set dynamically if unset
457 #sgw_addr:
458 #pgw_addr:
459 s6a:
460 host_type: freediameter
461 # host and realm will be set dynamically if unset
462 #host:
463 #realm:
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700464 spgwc:
Hyunsun Moon83ff7352020-07-09 11:03:52 -0700465 deploy: true
Andy Bavier1a2d8f52021-06-04 16:04:17 -0700466 managedByRoc:
467 enabled: false
468 syncUrl: ""
Andy Bavierba196552020-09-17 13:58:04 -0700469 podAnnotations:
Hyunsun Moond9a09e82021-03-17 12:16:53 -0700470 fluentbit.io/parser: spgwc
Andy Bavierba196552020-09-17 13:58:04 -0700471 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700472 s11:
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500473 port: 2123
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700474 nodePort:
475 enabled: false
476 port: 32123
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500477 n4:
478 port: 8805
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700479 nodePort:
480 enabled: false
481 port: 30021
Hyunsun Moon11d24f92020-08-26 14:55:19 -0700482 prometheus:
483 port: 9089
484 nodePort:
485 enabled: false
486 port: 30084
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500487 rest:
Ajay Lotan Thakur97278fa2020-09-21 17:31:51 -0500488 port: 8080
489 nodePort:
490 enabled: false
491 port: 30080
Hyunsun Moonb76c6f02021-06-04 10:24:10 -0700492 cfgFiles:
Ajay Lotan Thakurac5c1812021-02-22 12:23:20 -0600493 cp.json:
494 global:
495 transmitTimerSec: 2
496 periodicTimerSec: 10
497 transmitCount: 5
498 requestTimeoutMilliSec: 5000
499 requestTries: 3
500 gxConfig: 0
501 urrConfig: 0
502 loggingLevel: "LOG_DEBUG"
Ajay Lotan Thakuraec2a1c2021-03-31 20:18:17 -0500503 heartbeatFailure: false
Ajay Lotan Thakurac5c1812021-02-22 12:23:20 -0600504 #DNS Server - 3gpp compliant DNS server
505 dns:
506 cache:
507 concurrent: 25
508 percentage: 80
509 intervalSec: 60
510 queryTimeoutMilliSec: 1000
511 queryTries: 1
512 app:
513 frequencySec: 3
514 filename: "appqueries.json"
515 nameserver: "127.0.0.1"
516 ops:
517 frequencySec: 3
518 filename: "opsqueries.json"
519 nameserver: "127.0.0.1"
520 ip_pool_config:
521 ueIpPool:
522 ip: "10.250.0.0"
523 mask: "255.255.0.0"
524 staticUeIpPool:
525 ip: "10.249.1.0"
526 mask: "255.255.255.0"
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500527 config.json:
528 gx:
529 host_type: freediameter
530 # host and realm will be set dynamically if unset
531 #host:
532 #realm:
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700533 subscriber_mapping.json:
534 subscriber-selection-rules:
535 - priority: 5
536 keys:
537 serving-plmn:
538 mcc: 208
539 mnc: 10
540 tac: 1
541 imsi-range:
542 from: 200000000000000
543 to: 299999999999999
544 selected-apn-profile: apn-profile1
545 selected-qos-profile: qos-profile1
546 selected-access-profile:
547 - access-all
548 selected-user-plane-profile: user-plane1
549 - priority: 10
550 keys:
551 match-all: true
552 selected-apn-profile: apn-profile1
553 selected-qos-profile: qos-profile1
554 selected-access-profile:
555 - access-all
556 selected-user-plane-profile: user-plane1
557 apn-profiles:
558 apn-profile1:
559 apn-name: internet
560 usage: 1
561 network: lbo
562 gx_enabled: true
563 dns_primary: 8.8.8.4
564 dns_secondary: 8.8.8.8
565 mtu: 1460
566 user-plane-profiles:
567 user-plane1:
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500568 user-plane: upf
Ajay Lotan Thakurac5c1812021-02-22 12:23:20 -0600569 global-address: true
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700570 qos-tags:
571 tag1: BW
572 access-tags:
573 tag1: ACC
574 qos-profiles:
575 mobile:
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500576 qci: 9
577 arp: 1
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700578 apn-ambr:
579 - 12345678
580 - 12345678
581 access-profiles:
582 access-all:
583 type: allow-all
584 internet-only:
585 type: internet-only
586 filter: No_private_network
587 intranet-only:
588 type: intranet-only
589 filter: only_private_network
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500590 apps-only:
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700591 type: specific-network
592 filter: only_apps_network
593 specific-app:
594 type: specific-destination-only
595 filter: allow-app-name
596 excluding-app:
597 type: excluding-this-app
598 filter: exclude-app-name