blob: 9776d912faf2168f0834fd24736325dd3aa677b7 [file] [log] [blame]
Andrea Campanella2de49912020-04-02 15:19:40 +02001{
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": "EC1912001814",
15 "hardwareIdentifier": "80:a2:35:4d:24:c0",
16 "nasId": "EC1912001814",
17 "uplinkPort": 1048576
18 },
19 {
20 "id": "SCOM00001c82-1",
21 "nasPortId": "SCOM00001c82-1",
22 "circuitId": "SCOM00001c82-1",
23 "remoteId": "EC1912001814",
24 "uniTagList": [{
25 "uniTagMatch": 4096,
26 "ponCTag": 4096,
27 "ponSTag": 31,
28 "technologyProfileId": 64,
29 "upstreamBandwidthProfile": "Default",
30 "downstreamBandwidthProfile": "Default",
Andrea Campanella28bfb382020-04-09 11:14:14 +020031 "isDhcpRequired": false
Andrea Campanella2de49912020-04-02 15:19:40 +020032 }]
33 },
34 {
35 "id": "SCOM00001c89-1",
36 "nasPortId": "SCOM00001c89-1",
37 "circuitId": "SCOM00001c89-1",
38 "remoteId": "EC1912001814",
39 "uniTagList": [
40 {
41 "uniTagMatch": 4096,
42 "ponCTag": 4096,
43 "ponSTag": 32,
44 "technologyProfileId": 64,
45 "upstreamBandwidthProfile": "Default",
46 "downstreamBandwidthProfile": "Default",
Andrea Campanella28bfb382020-04-09 11:14:14 +020047 "isDhcpRequired": false
Andrea Campanella2de49912020-04-02 15:19:40 +020048 }]
49 },
50 {
51 "id": "SCOM00001c96-1",
52 "nasPortId": "SCOM00001c96-1",
53 "circuitId": "SCOM00001c96-1",
54 "remoteId": "EC1912001814",
55 "uniTagList": [
56 {
57 "uniTagMatch": 4096,
58 "ponCTag": 4096,
59 "ponSTag": 33,
60 "technologyProfileId": 64,
61 "upstreamBandwidthProfile": "Default",
62 "downstreamBandwidthProfile": "Default",
Andrea Campanella28bfb382020-04-09 11:14:14 +020063 "isDhcpRequired": false
Andrea Campanella2de49912020-04-02 15:19:40 +020064 }]
65 }]
66 },
67 "bandwidthprofile":{
68 "integration":{
69 "cache":{
70 "enabled":true,
71 "maxsize":40,
72 "ttl":"PT1m"
73 }
74 },
75 "entries":[
76 {
77 "id": "Default",
78 "air": 100000,
79 "cbs": 30,
80 "cir": 16000,
81 "ebs": 30,
82 "eir": 16000
83 },
84 {
85 "id": "User_Bandwidth1",
86 "air": 100000,
87 "cbs": 10000,
88 "cir": 30000,
89 "ebs": 1000,
90 "eir": 20000
91 },
92 {
93 "id": "User_Bandwidth2",
94 "air": 100000,
95 "cbs": 5000,
96 "cir": 100000,
97 "ebs": 5000,
98 "eir": 100000
99 },
100 {
101 "id": "User_Bandwidth3",
102 "air": 100000,
103 "cbs": 5000,
104 "cir": 1000000,
105 "ebs": 5000,
106 "eir": 1000000
107 }
108
109 ]
110 }
111 }
112 }
113}