blob: f886d30dee1f614f65561bf50648d19fec5b08f4 [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",
17 "uplinkPort": 65536
18 },
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"
29 }
30 ]
31 },
32 "bandwidthprofile":{
33 "integration":{
34 "cache":{
35 "enabled":true,
36 "maxsize":40,
37 "ttl":"PT1m"
38 }
39 },
40 "entries":[
41 {
42 "id": "Default",
43 "air": 100000,
44 "cbs": 30,
45 "cir": 600,
46 "ebs": 30,
47 "eir": 400
48 },
49 {
50 "id": "User_Bandwidth1",
51 "air": 100000,
52 "cbs": 10000,
53 "cir": 5000,
54 "ebs": 1000,
55 "eir": 5000
56 },
57 {
58 "id": "User_Bandwidth2",
59 "air": 100000,
60 "cbs": 5000,
61 "cir": 100000,
62 "ebs": 5000,
63 "eir": 100000
64 },
65 {
66 "id": "User_Bandwidth3",
67 "air": 100000,
68 "cbs": 5000,
69 "cir": 1000000,
70 "ebs": 5000,
71 "eir": 1000000
72 }
73
74 ]
75 }
76 }
77 }
78}