blob: 64b0933e869acab0813f1add5c313f50d8273727 [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 Moon7cc84dc2021-08-13 17:24:11 -070010 hssdb: "registry.aetherproject.org/proxy/omecproject/c3po-hssdb:master-9de5dba"
11 hss: "registry.aetherproject.org/proxy/omecproject/c3po-hss:master-9de5dba"
12 mme: "registry.aetherproject.org/proxy/omecproject/nucleus:master-9e2bf16"
Ajay Lotan Thakur811ea212021-08-03 13:05:54 -050013 spgwc: "registry.aetherproject.org/omecproject/spgw:master-d8b0987"
Hyunsun Moon7cc84dc2021-08-13 17:24:11 -070014 pcrf: "registry.aetherproject.org/proxy/omecproject/c3po-pcrf:pcrf-b29af70"
15 pcrfdb: "registry.aetherproject.org/proxy/omecproject/c3po-pcrfdb:pcrf-b29af70"
Jeremy Ronquillo223db002020-06-05 10:28:22 -070016 depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
Ajay Lotan Thakur811ea212021-08-03 13:05:54 -050017 config4g: "registry.aetherproject.org/omecproject/5gc-webui:onf-release3.0.5-c22caf8"
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
Ajay Lotan Thakur418dd5a2021-08-14 00:43:14 -0500110 managedByConfigPod: # config comes from helm by default, if enabled true, then discard
111 enabled: false # helm chart config and use the config from config Pod
Hyunsun Moond9a09e82021-03-17 12:16:53 -0700112 useExistingConfigMap: false
Ajay Lotan Thakurefe5d8e2021-07-31 08:32:16 -0500113 logger:
114 WEBUI:
115 debugLevel: info
116 ReportCaller: false
117 config4g:
118 deploy: false
119 podAnnotations:
120 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
121 prometheus:
122 port: 9089
123 nodePort:
124 enabled: false
125 port: 30084
126 urlport:
127 port: 5000
128 nodePort:
129 enabled: false
130 port: 35000
131 ingress:
132 enabled: false
133 hostname: free5gc.local
134 path: /
135 pathType: Prefix
136 cfgFiles:
137 webuicfg.conf:
138 info:
139 version: 1.0.0
140 description: WebUI initial local configuration
141 configuration:
142 endpoints:
143 - type: spgw
144 configPushUrl: "http://spgwc:8080/v1/config"
145 configCheckUrl: "http://spgwc:8080/v1/config-check"
146 #- type: mmeapp
147 # configPushUrl: "http://mme-app-config:8080/v1/config/slice"
148 # configCheckUrl: "http://mme-app-config:8080/v1/config-check"
Ajay Lotan Thakur418dd5a2021-08-14 00:43:14 -0500149 - type: mme-s1ap
150 configPushUrl: "http://mme:8081/v1/config/slice"
151 configCheckUrl: "http://mme:8081/v1/config-check"
Ajay Lotan Thakurefe5d8e2021-07-31 08:32:16 -0500152 - type: hss
153 configPushUrl: "http://hss:8080/v2/config/imsis"
154 configCheckUrl: "http://hss:8080/v2/config-check"
Ajay Lotan Thakur37eba6a2021-08-09 12:09:03 -0500155 - type: pcrf
156 configPushUrl: "http://pcrf:8080/v1/config/policies"
157 configCheckUrl: "http://pcrf:8080/v1/config-check"
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500158 pcrf:
159 deploy: true
Hyunsun Moond9a09e82021-03-17 12:16:53 -0700160 podAnnotations:
161 fluentbit.io/parser: pcrf
162 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500163 pcrfdb: cassandra
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500164 configPort:
165 port: 8080
166 nodePort:
167 enabled: false
168 port: 30081
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500169 gx:
170 nodePort:
171 enabled: false
172 port: 33868
173 prometheus:
174 port: 9089
175 nodePort:
176 enabled: false
177 port: 30086
178 # Provide the peer whitelist extension
179 # The peer name must be a fqdn. We allow also a special "*" character as the
180 # first label of the fqdn, to allow all fqdn with the same domain name.
181 # Example: *.example.net will allow host1.example.net and host2.example.net
182 acl:
183 oldTls: "*.cluster.local"
184 #ipSec:
185 bootstrap:
186 enabled: false
187 # See https://github.com/omec-project/c3po for details of config options
188 cfgFiles:
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500189 subscriber_mapping.json:
190 Policies:
191 service-groups:
192 internet:
193 default-activate-service:
194 - be-internet-access
195 services:
196 be-internet-access:
197 qci: 9
198 arp: 1
Ajay Lotan Thakur7bbaacb2021-05-24 12:36:22 -0500199 AMBR_UL: 1024000
200 AMBR_DL: 10240000
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500201 service-activation-rules:
202 - best-effort-internet-access
Ajay Lotan Thakur7bbaacb2021-05-24 12:36:22 -0500203 #activate-conditions:
204 # timer: 50
205 #deactivate-conditions:
206 # timer: 60
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500207 rules:
208 best-effort-internet-access:
209 definition:
210 Charging-Rule-Name: "best-effort-internet-access"
211 QoS-Information:
212 QoS-Class-Identifier: 9
213 Max-Requested-Bandwidth-UL: 512000
214 Max-Requested-Bandwidth-DL: 5120000
215 Guaranteed-Bitrate-UL: 0
216 Guaranteed-Bitrate-DL: 0
217 Allocation-Retention-Priority:
218 Priority-Level: 1
219 Pre-emption-Capability: 1
220 Pre-emption-Vulnerability: 1
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500221 Flow-Information:
Ajay Lotan Thakur7bbaacb2021-05-24 12:36:22 -0500222 Flow-Direction: 3
223 Flow-Description: "permit out ip from 0.0.0.0/0 to assigned"
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500224 pcrf.json:
225 common:
226 fdcfg: conf/pcrf.conf
227 # Origin host and realm will be set automatically if unset
228 #originhost: ""
229 #originrealm: ""
230 pcrf:
231 gtwhost: "*"
232 gtwport: 9080
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500233 #restport will be set by configmap
234 #restport: ""
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500235 ossport: 9082
236 # casssrv will be set to cassandra in the same cluster if unset
237 #casssrv: ""
238 casskeyspace: vpcrf
239 casshost: "cassandra"
240 cassusr: root
241 casspwd: root
242 cassdb: vpcrf
243 casscoreconnections: 2
244 cassmaxconnections: 8
245 cassioqueuesize: 32768
246 cassiothreads: 2
247 randv: true
248 optkey: "63bfa50ee6523365ff14c1f45f88737d"
249 reloadkey: false
250 logsize: 20
251 lognumber: 5
252 logname: logs/pcrf.log
253 logqsize: 8192
254 statlogsize: 20
255 statlognumber: 5
256 statlogname: logs/pcrf_stat.log
257 auditlogsize: 20
258 auditlognumber: 5
259 auditlogname: logs/pcrf_audit.log
260 statfreq: 2000
261 numworkers: 4
262 concurrent: 10
263 ossfile: conf/oss.json
264 verifyroamingsubscribers: false
Ajay Lotan Thakuraec2a1c2021-03-31 20:18:17 -0500265 rulesfile: conf/subscriber_mapping.json
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500266 oss.json:
267 option:
268 id: url
269 type: string
270 services:
271 - id: logger
272 commands:
273 - id: describe_loggers
274 - id: set_logger_level
275 options:
276 - id: name
277 type: string
278 - id: level
279 type: integer
280 - id: stats
281 commands:
282 - id: describe_stats_frequency
283 - id: describe_stats_live
284 - id: set_stats_frequency
285 options:
286 - id: frequency
287 type: integer
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700288 hss:
Hyunsun Moon83ff7352020-07-09 11:03:52 -0700289 deploy: true
Andy Bavierba196552020-09-17 13:58:04 -0700290 podAnnotations:
Hyunsun Moond9a09e82021-03-17 12:16:53 -0700291 fluentbit.io/parser: hss
Andy Bavierba196552020-09-17 13:58:04 -0700292 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700293 hssdb: cassandra
294 s6a:
295 nodePort:
296 enabled: false
297 port: 33868
Ajay Lotan Thakurcd372a22020-12-11 14:36:26 -0700298 configPort:
299 port: 8080
300 nodePort:
301 enabled: false
302 port: 30081
Hyunsun Moon11d24f92020-08-26 14:55:19 -0700303 prometheus:
304 port: 9089
305 nodePort:
306 enabled: false
307 port: 30086
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700308 # Provide the peer whitelist extension
309 # The peer name must be a fqdn. We allow also a special "*" character as the
310 # first label of the fqdn, to allow all fqdn with the same domain name.
311 # Example: *.example.net will allow host1.example.net and host2.example.net
312 acl:
313 oldTls: "*.cluster.local"
314 #ipSec:
315 bootstrap:
316 enabled: true
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700317 users:
Hyunsun Moona1c4c982020-07-22 15:01:29 -0700318 - apn: internet
319 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
320 opc: "d4416644f6154936193433dd20a0ace0"
321 sqn: 96
322 imsiStart: "208014567891200"
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700323 msisdnStart: "1122334455"
Ajay Lotan Thakurac5c1812021-02-22 12:23:20 -0600324 mme_identity: mme.omec.svc.cluster.local
325 mme_realm: omec.svc.cluster.local
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700326 count: 10
Jeremy Ronquillo20fbe492020-08-13 10:44:18 -0700327 staticusers:
328 - apn: internet
329 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
330 opc: "d4416644f6154936193433dd20a0ace0"
331 sqn: 96
332 imsi: "208014567891200"
333 msisdn: "1122334455"
334 staticAddr: 0.0.0.0
Ajay Lotan Thakurac5c1812021-02-22 12:23:20 -0600335 mme_identity: mme.omec.svc.cluster.local
336 mme_realm: omec.svc.cluster.local
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700337 mmes:
338 - id: 1
Hyunsun Moon83ff7352020-07-09 11:03:52 -0700339 mme_identity: mme.omec.svc.cluster.local
340 mme_realm: omec.svc.cluster.local
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700341 isdn: "19136246000"
342 unreachability: 1
343 # See https://github.com/omec-project/c3po for details of config options
344 cfgFiles:
345 hss.json:
346 common:
347 fdcfg: conf/hss.conf
348 # Origin host and realm will be set automatically if unset
349 #originhost: ""
350 #originrealm: ""
351 hss:
352 gtwhost: "*"
353 gtwport: 9080
Ajay Lotan Thakurcd372a22020-12-11 14:36:26 -0700354 #restport will be set by configmap
355 #restport: ""
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700356 ossport: 9082
357 # casssrv will be set to cassandra in the same cluster if unset
358 #casssrv: ""
359 cassusr: root
360 casspwd: root
361 cassdb: vhss
362 casscoreconnections: 2
363 cassmaxconnections: 8
364 cassioqueuesize: 32768
365 cassiothreads: 2
366 randv: true
367 optkey: "63bfa50ee6523365ff14c1f45f88737d"
368 reloadkey: false
369 logsize: 20
370 lognumber: 5
371 logname: logs/hss.log
372 logqsize: 8192
373 statlogsize: 20
374 statlognumber: 5
375 statlogname: logs/hss_stat.log
376 auditlogsize: 20
377 auditlognumber: 5
378 auditlogname: logs/hss_audit.log
379 statfreq: 2000
380 numworkers: 4
381 concurrent: 10
382 ossfile: conf/oss.json
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700383 verifyroamingsubscribers: false
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700384 oss.json:
385 option:
386 id: url
387 type: string
388 services:
389 - id: logger
390 commands:
391 - id: describe_loggers
392 - id: set_logger_level
393 options:
394 - id: name
395 type: string
396 - id: level
397 type: integer
398 - id: stats
399 commands:
400 - id: describe_stats_frequency
401 - id: describe_stats_live
402 - id: set_stats_frequency
403 options:
404 - id: frequency
405 type: integer
406 mme:
Hyunsun Moon83ff7352020-07-09 11:03:52 -0700407 deploy: true
Andy Bavierba196552020-09-17 13:58:04 -0700408 podAnnotations:
Hyunsun Moond9a09e82021-03-17 12:16:53 -0700409 fluentbit.io/parser: mme
Andy Bavierba196552020-09-17 13:58:04 -0700410 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":3081,"schema":"HTTP"}]'
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700411 spgwAddr: spgwc
412 s11:
413 nodePort:
414 enabled: false
415 port: 32124
416 s6a:
417 nodePort:
418 enabled: false
419 port: 33869
Hyunsun Moon11d24f92020-08-26 14:55:19 -0700420 prometheus:
421 port: 3081
422 nodePort:
423 enabled: false
424 port: 30085
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700425 # See https://github.com/omec-project/openmme/blob/master/README.txt for more config options
426 cfgFiles:
427 config.json:
428 mme:
429 name: vmmestandalone
430 group_id: 1
431 code: 1
Hyunsun Moonb76c6f02021-06-04 10:24:10 -0700432 logging: debug
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700433 plmnlist:
Hyunsun Moonb76c6f02021-06-04 10:24:10 -0700434 #plmn1 is aether common plmn, plmn2 is for aether-in-a-box
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700435 plmn1: "mcc=315,mnc=010"
436 plmn2: "mcc=208,mnc=01"
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700437 apnlist:
Hyunsun Moon6507d2f2020-07-14 15:06:25 -0700438 internet: "spgwc"
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500439 feature_list:
440 dcnr_support: "disabled"
Badhrinath Pad6779412020-07-06 10:23:58 -0700441 security:
442 #int_alg_list: "[EIA0]"
443 int_alg_list: "[EIA1, EIA2, EIA0]"
444 sec_alg_list: "[EEA0, EEA1, EEA2]"
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700445 s1ap:
446 sctp_port: 36412
447 sctp_port_external: 36412
448 s11:
449 egtp_default_port: 2123
450 # sgw_addr and pgw_addr will be set dynamically if unset
451 #sgw_addr:
452 #pgw_addr:
453 s6a:
454 host_type: freediameter
455 # host and realm will be set dynamically if unset
456 #host:
457 #realm:
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700458 spgwc:
Hyunsun Moon83ff7352020-07-09 11:03:52 -0700459 deploy: true
Andy Bavier1a2d8f52021-06-04 16:04:17 -0700460 managedByRoc:
461 enabled: false
462 syncUrl: ""
Andy Bavierba196552020-09-17 13:58:04 -0700463 podAnnotations:
Hyunsun Moond9a09e82021-03-17 12:16:53 -0700464 fluentbit.io/parser: spgwc
Andy Bavierba196552020-09-17 13:58:04 -0700465 field.cattle.io/workloadMetrics: '[{"path":"/metrics","port":9089,"schema":"HTTP"}]'
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700466 s11:
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500467 port: 2123
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700468 nodePort:
469 enabled: false
470 port: 32123
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500471 n4:
472 port: 8805
Jeremy Ronquillo223db002020-06-05 10:28:22 -0700473 nodePort:
474 enabled: false
475 port: 30021
Hyunsun Moon11d24f92020-08-26 14:55:19 -0700476 prometheus:
477 port: 9089
478 nodePort:
479 enabled: false
480 port: 30084
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500481 rest:
Ajay Lotan Thakur97278fa2020-09-21 17:31:51 -0500482 port: 8080
483 nodePort:
484 enabled: false
485 port: 30080
Hyunsun Moonb76c6f02021-06-04 10:24:10 -0700486 cfgFiles:
Ajay Lotan Thakurac5c1812021-02-22 12:23:20 -0600487 cp.json:
488 global:
489 transmitTimerSec: 2
490 periodicTimerSec: 10
491 transmitCount: 5
492 requestTimeoutMilliSec: 5000
493 requestTries: 3
494 gxConfig: 0
495 urrConfig: 0
496 loggingLevel: "LOG_DEBUG"
Ajay Lotan Thakuraec2a1c2021-03-31 20:18:17 -0500497 heartbeatFailure: false
Ajay Lotan Thakurac5c1812021-02-22 12:23:20 -0600498 #DNS Server - 3gpp compliant DNS server
499 dns:
500 cache:
501 concurrent: 25
502 percentage: 80
503 intervalSec: 60
504 queryTimeoutMilliSec: 1000
505 queryTries: 1
506 app:
507 frequencySec: 3
508 filename: "appqueries.json"
509 nameserver: "127.0.0.1"
510 ops:
511 frequencySec: 3
512 filename: "opsqueries.json"
513 nameserver: "127.0.0.1"
514 ip_pool_config:
515 ueIpPool:
516 ip: "10.250.0.0"
517 mask: "255.255.0.0"
518 staticUeIpPool:
519 ip: "10.249.1.0"
520 mask: "255.255.255.0"
Ajay Lotan Thakurc3cd6192020-10-12 20:12:38 -0500521 config.json:
522 gx:
523 host_type: freediameter
524 # host and realm will be set dynamically if unset
525 #host:
526 #realm:
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700527 subscriber_mapping.json:
528 subscriber-selection-rules:
529 - priority: 5
530 keys:
531 serving-plmn:
532 mcc: 208
533 mnc: 10
534 tac: 1
535 imsi-range:
536 from: 200000000000000
537 to: 299999999999999
538 selected-apn-profile: apn-profile1
539 selected-qos-profile: qos-profile1
540 selected-access-profile:
541 - access-all
542 selected-user-plane-profile: user-plane1
543 - priority: 10
544 keys:
545 match-all: true
546 selected-apn-profile: apn-profile1
547 selected-qos-profile: qos-profile1
548 selected-access-profile:
549 - access-all
550 selected-user-plane-profile: user-plane1
551 apn-profiles:
552 apn-profile1:
553 apn-name: internet
554 usage: 1
555 network: lbo
556 gx_enabled: true
557 dns_primary: 8.8.8.4
558 dns_secondary: 8.8.8.8
559 mtu: 1460
560 user-plane-profiles:
561 user-plane1:
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500562 user-plane: upf
Ajay Lotan Thakurac5c1812021-02-22 12:23:20 -0600563 global-address: true
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700564 qos-tags:
565 tag1: BW
566 access-tags:
567 tag1: ACC
568 qos-profiles:
569 mobile:
Ajay Lotan Thakurdad35d32021-03-18 12:21:21 -0500570 qci: 9
571 arp: 1
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700572 apn-ambr:
573 - 12345678
574 - 12345678
575 access-profiles:
576 access-all:
577 type: allow-all
578 internet-only:
579 type: internet-only
580 filter: No_private_network
581 intranet-only:
582 type: intranet-only
583 filter: only_private_network
Hyunsun Moon7f03a772020-09-27 23:23:50 -0500584 apps-only:
Ajay Lotan Thakurb48ed2d2020-07-01 11:58:51 -0700585 type: specific-network
586 filter: only_apps_network
587 specific-app:
588 type: specific-destination-only
589 filter: allow-app-name
590 excluding-app:
591 type: excluding-this-app
592 filter: exclude-app-name