blob: 97f0ed050a27c73c1e4f23851cd85d859b05df07 [file] [log] [blame]
Andrea Campanella252d94f2020-12-16 12:28:51 +01001{
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": "LBADTN2038AD991",
15 "hardwareIdentifier": "00:a0:c9:00:00:00",
16 "nasId": "LBADTN2038AD991",
17 "uplinkPort": 1048576
18 },
19 {
20 "id": "SCOMa0302125-1",
21 "nasPortId": "SCOMa0302125-1",
22 "circuitId": "SCOMa0302125-1",
23 "remoteId": "LBADTN2038AD991",
24 "uniTagList": [
25 {
26 "uniTagMatch": 4096,
27 "ponCTag": 4096,
28 "ponSTag": 35,
29 "technologyProfileId": 64,
30 "upstreamBandwidthProfile": "Default",
31 "downstreamBandwidthProfile": "Default",
32 "isDhcpRequired": false
33 }
34 ]
35 },
36 {
37 "id": "SCOMa030210e-1",
38 "nasPortId": "SCOMa030210e-1",
39 "circuitId": "SCOMa030210e-1",
40 "remoteId": "LBADTN2038AD991",
41 "uniTagList": [
42 {
43 "uniTagMatch": 4096,
44 "ponCTag": 4096,
45 "ponSTag": 36,
46 "technologyProfileId": 64,
47 "upstreamBandwidthProfile": "User_Bandwidth1",
48 "downstreamBandwidthProfile": "User_Bandwidth2",
49 "isDhcpRequired": false
50 }
51 ]
52 },
53 {
54 "id": "SCOM00001c0f-1",
55 "nasPortId": "SCOM00001c0f-1",
56 "circuitId": "SCOM00001c0f-1",
57 "remoteId": "LBADTN2038AD991",
58 "uniTagList": [
59 {
60 "uniTagMatch": 4096,
61 "ponCTag": 4096,
62 "ponSTag": 37,
63 "technologyProfileId": 64,
64 "upstreamBandwidthProfile": "User_Bandwidth3",
65 "downstreamBandwidthProfile": "User_Bandwidth3",
66 "isDhcpRequired": false
67 }
68 ]
Andrea Campanella164aab52021-04-07 17:19:08 +020069 },
70 {
71 "id": "ADTN20177888-1",
72 "nasPortId": "ADTN20177888-1",
73 "circuitId": "ADTN20177888-1",
74 "remoteId": "LBADTN2038AD991",
75 "uniTagList": [
76 {
77 "uniTagMatch": 4096,
78 "ponCTag": 4096,
79 "ponSTag": 38,
80 "technologyProfileId": 64,
81 "upstreamBandwidthProfile": "User_Bandwidth3",
82 "downstreamBandwidthProfile": "User_Bandwidth3",
83 "isDhcpRequired": false
84 }
85 ]
Andrea Campanella252d94f2020-12-16 12:28:51 +010086 }
87 ]
88 },
89 "bandwidthprofile": {
90 "integration": {
91 "cache": {
92 "enabled": true,
93 "maxsize": 40,
94 "ttl": "PT1m"
95 }
96 },
97 "entries": [
98 {
99 "id": "Default",
100 "air": 100000,
101 "cbs": 30,
102 "cir": 16000,
103 "ebs": 30,
104 "eir": 16000
105 },
106 {
107 "id": "User_Bandwidth1",
108 "air": 100000,
109 "cbs": 10000,
110 "cir": 30000,
111 "ebs": 1000,
112 "eir": 20000
113 },
114 {
115 "id": "User_Bandwidth2",
116 "air": 100000,
117 "cbs": 5000,
118 "cir": 100000,
119 "ebs": 5000,
120 "eir": 100000
121 },
122 {
123 "id": "User_Bandwidth3",
124 "air": 100000,
125 "cbs": 5000,
126 "cir": 425000,
127 "ebs": 5000,
128 "eir": 425000
129 }
130 ]
131 }
132 }
133 }
134}