blob: 1d3b7f6467cd22ffb170457f8c6541480592b8ee [file] [log] [blame]
Suchitra Vemurif54ce4e2020-09-03 17:19:22 -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": "ALPHe3d1cf8e-1",
15 "nasPortId": "ALPHe3d1cf8e-1",
16 "circuitId": "",
17 "remoteId": "",
18 "uniTagList": [{
19 "uniTagMatch": 4096,
20 "ponCTag": 4096,
21 "ponSTag": 222,
22 "technologyProfileId": 64,
23 "downstreamBandwidthProfile": "User_Bandwidth2",
24 "upstreamBandwidthProfile": "User_Bandwidth1",
25 "isDhcpRequired": false
26 }]
27 },
28 {
29 "id": "ALPHe3d1cfe3-1",
30 "nasPortId": "ALPHe3d1cfe3-1",
31 "circuitId": "",
32 "remoteId": "",
33 "uniTagList": [{
34 "uniTagMatch": 4096,
35 "ponCTag": 4096,
36 "ponSTag": 111,
37 "technologyProfileId": 64,
38 "downstreamBandwidthProfile": "Default",
39 "upstreamBandwidthProfile": "Default",
40 "isDhcpRequired": false
41 }]
42 },
43 {
44 "id": "EC1721000208",
45 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
46 "ipAddress": "10.192.20.206",
47 "nasId": "EC1721000208",
48 "uplinkPort": 1048576
49 }
50 ]
51 },
52 "bandwidthprofile":{
53 "integration":{
54 "cache":{
55 "enabled":true,
56 "maxsize":40,
57 "ttl":"PT1m"
58 }
59 },
60 "entries":[
61 {
62 "id": "Default",
63 "air": 100000,
64 "cbs": 30,
65 "cir": 16000,
66 "ebs": 30,
67 "eir": 16000
68 },
69 {
70 "id": "User_Bandwidth1",
71 "air": 100000,
72 "cbs": 10000,
73 "cir": 30000,
74 "ebs": 1000,
75 "eir": 20000
76 },
77 {
78 "id": "User_Bandwidth2",
79 "air": 100000,
80 "cbs": 5000,
81 "cir": 100000,
82 "ebs": 5000,
83 "eir": 100000
84 },
85 {
86 "id": "User_Bandwidth3",
87 "air": 100000,
88 "cbs": 5000,
89 "cir": 500000,
90 "ebs": 5000,
91 "eir": 500000
92 }
93
94 ]
95 }
96 }
97 }
98}