blob: 3bb577fc4d107a0fd98ed3499250bc9df3a850e7 [file] [log] [blame]
Gamze Abaka641fc072018-09-04 09:16:27 +00001{
Gamze Abaka1b7816e2019-11-25 06:38:41 +00002 "apps" : {
3 "org.opencord.sadis" : {
Gamze Abaka641fc072018-09-04 09:16:27 +00004 "sadis" : {
5 "integration" : {
6 "cache" : {
7 "enabled" : true,
8 "maxsize" : 60,
9 "ttl" : "PT1m"
10 }
11 },
12 "entries" : [ {
13 "id" : "s1-eth1",
Gamze Abaka641fc072018-09-04 09:16:27 +000014 "nasPortId" : "s1-eth1",
Gamze Abaka1b7816e2019-11-25 06:38:41 +000015 "uniTagList": [
16 {
17 "uniTagMatch": 35,
18 "ponCTag":33,
19 "ponSTag":7,
20 "technologyProfileId": 2,
21 "upstreamBandwidthProfile":"High-Speed-Internet",
22 "downstreamBandwidthProfile":"Service1"
23 },
24 {
25 "uniTagMatch": 45,
26 "ponCTag":43,
27 "ponSTag":10,
28 "technologyProfileId": 3,
29 "upstreamBandwidthProfile":"VOIP",
30 "downstreamBandwidthProfile":"Service2",
31 "isDhcpRequired":"true"
32 },
33 {
34 "uniTagMatch": 55,
35 "ponCTag": 55,
36 "ponSTag": 550,
37 "technologyProfileId": 4,
38 "upstreamBandwidthProfile": "VOD",
39 "downstreamBandwidthProfile": "Service3",
40 "isDhcpRequired": "true",
41 "isIgmpRequired": "true"
42 },
43 {
44 "ponCTag": 55,
45 "ponSTag": 555,
46 "dsPonCTagPriority": 5,
47 "dsPonSTagPriority": 5,
48 "technologyProfileId": 4,
49 "serviceName": "MC"
50 }
51 ]
Gamze Abaka641fc072018-09-04 09:16:27 +000052 }, {
53 "id" : "1",
54 "hardwareIdentifier" : "00:00:00:00:00:01",
55 "ipAddress" : "127.0.0.1",
56 "uplinkPort": "2"
57 } ]
58 },
Gamze Abaka1b7816e2019-11-25 06:38:41 +000059 "bandwidthprofile":{
60 "integration":{
61 "cache":{
62 "enabled":true,
63 "maxsize":40,
64 "ttl":"PT1m"
65 }
66 },
67 "entries":[
68 {
69 "id":"High-Speed-Internet",
70 "cir": 500000,
71 "cbs": 10000,
72 "eir": 500000,
73 "ebs": 10000,
74 "air": 100000
75 },
76 {
77 "id":"VOIP",
78 "cir": 500000,
79 "cbs": 10000,
80 "eir": 500000,
81 "ebs": 10000,
82 "air": 100000
83 },
84 {
85 "id":"Service1",
86 "cir": 600000,
87 "cbs": 10000,
88 "eir": 400000,
89 "ebs": 10000
90 },
91 {
92 "id":"Service2",
93 "cir": 600000,
94 "cbs": 10000,
95 "eir": 400000,
96 "ebs": 10000
97 },
98 {
99 "id":"VOD",
100 "cir": 600000,
101 "cbs": 10000,
102 "eir": 400000,
103 "ebs": 10000
104 },
105 {
106 "id":"Service3",
107 "cir": 600000,
108 "cbs": 10000,
109 "eir": 400000,
110 "ebs": 10000
111 },
112 {
113 "id":"Default",
114 "cir": 0,
115 "cbs": 0,
116 "eir": 512,
117 "ebs": 30,
118 "air": 0
119 }
120 ]
121 }
Gamze Abaka641fc072018-09-04 09:16:27 +0000122 }
123 },
Gamze Abaka1b7816e2019-11-25 06:38:41 +0000124 "devices":{
125 "of:0000000000000001":{
126 "basic":{
127 "driver":"pmc-olt"
Gamze Abaka641fc072018-09-04 09:16:27 +0000128 }
Gamze Abaka1b7816e2019-11-25 06:38:41 +0000129 }
130 }
Gamze Abaka641fc072018-09-04 09:16:27 +0000131}