blob: 2a5179c930e3d023660adddf0711a0ad7a24f241 [file] [log] [blame]
Matteo Scandolo816a78e2020-06-02 14:37:14 -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": "ALPHe3d1cf8e-1",
15 "nasPortId": "ALPHe3d1cf8e-1",
16 "circuitId": "",
17 "remoteId": "",
18 "uniTagList": [{
19 "ponCTag": 11,
20 "ponSTag": 111,
21 "technologyProfileId": 64,
22 "downstreamBandwidthProfile": "Default",
23 "upstreamBandwidthProfile": "Default",
24 "isDhcpRequired": true
25 }]
26 },
27 {
28 "id": "ALPHe3d1cfe3-1",
29 "nasPortId": "ALPHe3d1cfe3-1",
30 "circuitId": "",
31 "remoteId": "",
32 "uniTagList": [{
33 "ponCTag": 12,
34 "ponSTag": 111,
35 "technologyProfileId": 64,
36 "downstreamBandwidthProfile": "Default",
37 "upstreamBandwidthProfile": "Default",
38 "isDhcpRequired": true
39 }]
40 },
41 {
42 "id": "EC1721000208",
43 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
44 "ipAddress": "10.192.20.206",
45 "nasId": "EC1721000208",
46 "uplinkPort": 1048576
47 }
48 ]
49 },
50 "bandwidthprofile":{
51 "integration":{
52 "cache":{
53 "enabled":true,
54 "maxsize":40,
55 "ttl":"PT1m"
56 }
57 },
58 "entries":[
59 {
60 "id": "Default",
61 "air": 100000,
62 "cbs": 30,
63 "cir": 16000,
64 "ebs": 30,
65 "eir": 16000
66 },
67 {
68 "id": "User_Bandwidth1",
69 "air": 100000,
70 "cbs": 10000,
71 "cir": 30000,
72 "ebs": 1000,
73 "eir": 20000
74 },
75 {
76 "id": "User_Bandwidth2",
77 "air": 100000,
78 "cbs": 5000,
79 "cir": 100000,
80 "ebs": 5000,
81 "eir": 100000
82 },
83 {
84 "id": "User_Bandwidth3",
85 "air": 100000,
86 "cbs": 5000,
87 "cir": 500000,
88 "ebs": 5000,
89 "eir": 500000
90 }
91
92 ]
93 }
94 }
95 }
96}