blob: ad532b5addf46b2d9efd223d88ac13c3f7402dcc [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 Bavier7cee6f42019-11-05 16:49:47 -070040 }
41 ]
42 },
43 "bandwidthprofile":{
44 "integration":{
45 "cache":{
46 "enabled":true,
47 "maxsize":40,
48 "ttl":"PT1m"
49 }
50 },
51 "entries":[
52 {
53 "id": "Default",
54 "air": 100000,
55 "cbs": 30,
Andy Bavier2dc931c2019-11-06 15:03:09 -070056 "cir": 10000,
Andy Bavier7cee6f42019-11-05 16:49:47 -070057 "ebs": 30,
Andy Bavier2dc931c2019-11-06 15:03:09 -070058 "eir": 10000
Andy Bavier7cee6f42019-11-05 16:49:47 -070059 },
60 {
61 "id": "User_Bandwidth1",
62 "air": 100000,
63 "cbs": 10000,
Andy Bavier2dc931c2019-11-06 15:03:09 -070064 "cir": 30000,
Andy Bavier7cee6f42019-11-05 16:49:47 -070065 "ebs": 1000,
Andy Bavier2dc931c2019-11-06 15:03:09 -070066 "eir": 20000
Andy Bavier7cee6f42019-11-05 16:49:47 -070067 },
68 {
69 "id": "User_Bandwidth2",
70 "air": 100000,
71 "cbs": 5000,
72 "cir": 100000,
73 "ebs": 5000,
74 "eir": 100000
75 },
76 {
77 "id": "User_Bandwidth3",
78 "air": 100000,
79 "cbs": 5000,
80 "cir": 1000000,
81 "ebs": 5000,
82 "eir": 1000000
83 }
84
85 ]
86 }
87 }
88 }
89}