blob: a027e68d06bd6153fa11aa3a46b59790ffa9454e [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",
Andy Bavier7cee6f42019-11-05 16:49:47 -070021 "nasPortId": "ALPHe3d1ce7b-1",
22 "circuitId": "ALPHe3d1ce7b-1",
23 "remoteId": "ALPHe3d1ce7b",
Andy Baviera067e062020-02-14 13:59:00 -070024 "uniTagList": [{
25 "ponCTag": 11,
26 "ponSTag": 11,
27 "technologyProfileId": 64,
Gayathri.Selvan92d16862020-03-19 14:47:58 +000028 "upstreamBandwidthProfile": "Default",
29 "downstreamBandwidthProfile": "Default",
Andy Baviera067e062020-02-14 13:59:00 -070030 "isDhcpRequired": true
31 }]
Andy Bavier507d53f2019-12-06 17:00:23 -070032 },
33 {
34 "id": "ISKT71e801a0-1",
Andy Bavier507d53f2019-12-06 17:00:23 -070035 "nasPortId": "ISKT71e801a0-1",
36 "circuitId": "ISKT71e801a0-1",
37 "remoteId": "ISKT71e801a0",
Andy Baviera067e062020-02-14 13:59:00 -070038 "uniTagList": [{
39 "ponCTag": 12,
40 "ponSTag": 11,
41 "technologyProfileId": 64,
Gayathri.Selvan92d16862020-03-19 14:47:58 +000042 "upstreamBandwidthProfile": "User_Bandwidth1",
Andy Baviera067e062020-02-14 13:59:00 -070043 "downstreamBandwidthProfile": "User_Bandwidth2",
44 "isDhcpRequired": true
45 }]
Andy Bavier2a6bcb12019-12-12 16:58:12 -070046 },
47 {
48 "id": "ALPHe3d1cfac-1",
Andy Bavier2a6bcb12019-12-12 16:58:12 -070049 "nasPortId": "ALPHe3d1cfac-1",
50 "circuitId": "ALPHe3d1cfac-1",
51 "remoteId": "ALPHe3d1cfac",
Andy Baviera067e062020-02-14 13:59:00 -070052 "uniTagList": [{
53 "ponCTag": 21,
54 "ponSTag": 21,
55 "technologyProfileId": 64,
56 "upstreamBandwidthProfile": "User_Bandwidth3",
57 "downstreamBandwidthProfile": "User_Bandwidth3",
58 "isDhcpRequired": true
59 }]
Andy Bavier7cee6f42019-11-05 16:49:47 -070060 }
61 ]
62 },
63 "bandwidthprofile":{
64 "integration":{
65 "cache":{
66 "enabled":true,
67 "maxsize":40,
68 "ttl":"PT1m"
69 }
70 },
71 "entries":[
72 {
73 "id": "Default",
74 "air": 100000,
75 "cbs": 30,
Andy Bavier0a7b0682020-02-05 13:48:26 -070076 "cir": 16000,
Andy Bavier7cee6f42019-11-05 16:49:47 -070077 "ebs": 30,
Andy Bavier0a7b0682020-02-05 13:48:26 -070078 "eir": 16000
Andy Bavier7cee6f42019-11-05 16:49:47 -070079 },
80 {
81 "id": "User_Bandwidth1",
82 "air": 100000,
Gayathri.Selvan92d16862020-03-19 14:47:58 +000083 "cbs": 1000,
Andy Bavier2dc931c2019-11-06 15:03:09 -070084 "cir": 30000,
Andy Bavier7cee6f42019-11-05 16:49:47 -070085 "ebs": 1000,
Andy Bavier2dc931c2019-11-06 15:03:09 -070086 "eir": 20000
Andy Bavier7cee6f42019-11-05 16:49:47 -070087 },
88 {
89 "id": "User_Bandwidth2",
90 "air": 100000,
91 "cbs": 5000,
92 "cir": 100000,
93 "ebs": 5000,
94 "eir": 100000
95 },
96 {
97 "id": "User_Bandwidth3",
98 "air": 100000,
99 "cbs": 5000,
Andrea Campanella3fef15f2020-09-16 16:42:23 +0200100 "cir": 475000,
Andy Bavier7cee6f42019-11-05 16:49:47 -0700101 "ebs": 5000,
Andrea Campanella3fef15f2020-09-16 16:42:23 +0200102 "eir": 475000
Andy Bavier7cee6f42019-11-05 16:49:47 -0700103 }
104
105 ]
106 }
107 }
108 }
109}