blob: ebcccd93ecf49371b81dffb564c42974721ba03f [file] [log] [blame]
Hardik Windlasse9ac3582022-05-13 10:11:37 +05301{
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": "EC1912001823",
15 "hardwareIdentifier": "80:a2:35:4d:2f:c0",
16 "nasId": "EC1912001823",
17 "uplinkPort": 16777216,
18 "nniDhcpTrapVid": 60
19 },
20 {
21 "id": "ADTN21133f28-1",
22 "nasPortId": "ADTN21133f28-1",
23 "circuitId": "ADTN21133f28-1",
24 "remoteId": "EC1912001823",
25 "uniTagList": [{
26 "ponCTag":4090,
27 "ponSTag":60,
28 "usPonCTagPriority":3,
Hardik Windlass6caf5e12022-05-30 14:33:18 +053029 "usPonSTagPriority":7,
30 "technologyProfileId":65,
Hardik Windlasse9ac3582022-05-13 10:11:37 +053031 "upstreamBandwidthProfile":"Default",
32 "downstreamBandwidthProfile":"Default",
33 "enableMacLearning" : true,
34 "isDhcpRequired":true,
35 "serviceName":"DPU_MGMT_TRAFFIC"
36 },
37 {
38 "ponCTag":101,
39 "ponSTag":3101,
Hardik Windlass6caf5e12022-05-30 14:33:18 +053040 "technologyProfileId":64,
Hardik Windlasse9ac3582022-05-13 10:11:37 +053041 "upstreamBandwidthProfile":"Default",
42 "downstreamBandwidthProfile":"Default",
43 "serviceName":"FTTB_SUBSCRIBER_TRAFFIC"
44 }]
45 }
46 ]
47 },
48 "bandwidthprofile":{
49 "integration":{
50 "cache":{
51 "enabled":true,
52 "maxsize":40,
53 "ttl":"PT1m"
54 }
55 },
56 "entries":[
57 {
58 "id": "Default",
59 "gir": 0,
60 "cbs": 30,
61 "cir": 16000,
62 "pbs": 30,
63 "pir": 32000
64 },
65 {
66 "id":"HSA",
67 "cir":1168192,
68 "cbs":74764288,
69 "pir":1168192,
70 "pbs":74764288
71 },
72 {
73 "id": "User_Bandwidth1",
74 "gir": 50000,
75 "cbs": 10000,
76 "cir": 50000,
77 "pbs": 1000,
78 "pir": 300000
79 },
80 {
81 "id": "User_Bandwidth2",
82 "gir": 100000,
83 "cbs": 5000,
84 "cir": 100000,
85 "pbs": 5000,
86 "pir": 300000
87 },
88 {
89 "id": "User_Bandwidth3",
90 "gir": 100000,
91 "cbs": 5000,
92 "cir": 100000,
93 "pbs": 5000,
94 "pir": 400000
95 }
96
97 ]
98 }
99 }
100 }
101}