blob: 511a8eebc64cbceb29f413e040e168c1c5dfb620 [file] [log] [blame]
Hardik Windlassa3d04b92020-02-17 15:06:05 +00001{
2 "org.opencord.sadis": {
3 "sadis": {
4 "integration": {
5 "cache": {
6 "enabled": false,
7 "maxsize": 50,
8 "ttl": "PT0m"
9 }
10 },
11 "entries": [
12 {
13 "id": "BBSIM_OLT_0",
14 "hardwareIdentifier": "0f:f1:ce:c0:ff:ee",
15 "nasId": "BBSIMOLT000",
16 "uplinkPort": 1048576
17 },
18 {
19 "id": "BBSM00000001-1",
20 "nasPortId": "BBSM00000001-1",
21 "circuitId": "BBSM00000001-1",
22 "remoteId": "BBSM00000001-1",
23 "uniTagList": [
24 {
Hardik Windlass6bdbd712020-02-27 14:25:33 +000025 "uniTagMatch": 4096,
26 "ponCTag": 4096,
Hardik Windlassa3d04b92020-02-17 15:06:05 +000027 "ponSTag": 900,
28 "technologyProfileId": 64,
29 "downstreamBandwidthProfile": "Default",
Matteo Scandolo47e0c722020-09-03 18:37:03 -070030 "upstreamBandwidthProfile": "Default"
Hardik Windlassa3d04b92020-02-17 15:06:05 +000031 }
32 ]
33 },
34 {
35 "id": "BBSM00000002-1",
36 "nasPortId": "BBSM00000002-1",
37 "circuitId": "BBSM00000002-1",
38 "remoteId": "BBSM00000002-1",
39 "uniTagList": [
40 {
Hardik Windlass6bdbd712020-02-27 14:25:33 +000041 "uniTagMatch": 4096,
42 "ponCTag": 4096,
Hardik Windlassa3d04b92020-02-17 15:06:05 +000043 "ponSTag": 901,
44 "technologyProfileId": 64,
45 "downstreamBandwidthProfile": "Default",
Matteo Scandolo47e0c722020-09-03 18:37:03 -070046 "upstreamBandwidthProfile": "Default"
Hardik Windlassa3d04b92020-02-17 15:06:05 +000047 }
48 ]
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 "cir": 1000000,
64 "cbs": 1001,
65 "eir": 1002,
66 "ebs": 1003,
67 "air": 1004
68 }
69 ]
70 }
71 }
72}