blob: c34c8a9f21f7dbac9b387271953a1c588f59f87a [file] [log] [blame]
Andy Bavier7cee6f42019-11-05 16:49:47 -07001{
2 "apps": {
3 "org.opencord.sadis": {
4 "sadis": {
5 "integration": {
6 "cache": {
7 "enabled": false,
8 "maxsize": 50,
9 "ttl": "PT0m"
10 }
11 },
12 "entries": [
13 {
14 "id": "EC1925000157",
15 "hardwareIdentifier": "0f:f1:ce:c0:ff:ee",
16 "nasId": "EC1925000157",
Andy Bavier67967452019-11-26 15:22:50 -070017 "uplinkPort": 1048576
Andy Bavier7cee6f42019-11-05 16:49:47 -070018 },
19 {
20 "id": "ALPHe3d1ce7b-1",
21 "cTag": 11,
22 "sTag": 11,
23 "nasPortId": "ALPHe3d1ce7b-1",
24 "circuitId": "ALPHe3d1ce7b-1",
25 "remoteId": "ALPHe3d1ce7b",
26 "technologyProfileId": 64,
27 "upstreamBandwidthProfile": "User_Bandwidth1",
28 "downstreamBandwidthProfile": "User_Bandwidth1"
Andy Bavier507d53f2019-12-06 17:00:23 -070029 },
30 {
31 "id": "ISKT71e801a0-1",
32 "cTag": 12,
33 "sTag": 11,
34 "nasPortId": "ISKT71e801a0-1",
35 "circuitId": "ISKT71e801a0-1",
36 "remoteId": "ISKT71e801a0",
37 "technologyProfileId": 64,
38 "upstreamBandwidthProfile": "User_Bandwidth2",
39 "downstreamBandwidthProfile": "User_Bandwidth2"
Andy Bavier2a6bcb12019-12-12 16:58:12 -070040 },
41 {
42 "id": "ALPHe3d1cfac-1",
43 "cTag": 21,
44 "sTag": 21,
45 "nasPortId": "ALPHe3d1cfac-1",
46 "circuitId": "ALPHe3d1cfac-1",
47 "remoteId": "ALPHe3d1cfac",
48 "technologyProfileId": 64,
49 "upstreamBandwidthProfile": "User_Bandwidth3",
50 "downstreamBandwidthProfile": "User_Bandwidth3"
Andy Bavier7cee6f42019-11-05 16:49:47 -070051 }
52 ]
53 },
54 "bandwidthprofile":{
55 "integration":{
56 "cache":{
57 "enabled":true,
58 "maxsize":40,
59 "ttl":"PT1m"
60 }
61 },
62 "entries":[
63 {
64 "id": "Default",
65 "air": 100000,
66 "cbs": 30,
Andy Bavier0a7b0682020-02-05 13:48:26 -070067 "cir": 16000,
Andy Bavier7cee6f42019-11-05 16:49:47 -070068 "ebs": 30,
Andy Bavier0a7b0682020-02-05 13:48:26 -070069 "eir": 16000
Andy Bavier7cee6f42019-11-05 16:49:47 -070070 },
71 {
72 "id": "User_Bandwidth1",
73 "air": 100000,
74 "cbs": 10000,
Andy Bavier2dc931c2019-11-06 15:03:09 -070075 "cir": 30000,
Andy Bavier7cee6f42019-11-05 16:49:47 -070076 "ebs": 1000,
Andy Bavier2dc931c2019-11-06 15:03:09 -070077 "eir": 20000
Andy Bavier7cee6f42019-11-05 16:49:47 -070078 },
79 {
80 "id": "User_Bandwidth2",
81 "air": 100000,
82 "cbs": 5000,
83 "cir": 100000,
84 "ebs": 5000,
85 "eir": 100000
86 },
87 {
88 "id": "User_Bandwidth3",
89 "air": 100000,
90 "cbs": 5000,
91 "cir": 1000000,
92 "ebs": 5000,
93 "eir": 1000000
94 }
95
96 ]
97 }
98 }
99 }
100}