blob: b10cd6cfd348d3b5bd65637ec000ae941fedf709 [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",
30 "upstreamBandwidthProfile": "Default",
31 "isDhcpRequired": true
32 }
33 ]
34 },
35 {
36 "id": "BBSM00000002-1",
37 "nasPortId": "BBSM00000002-1",
38 "circuitId": "BBSM00000002-1",
39 "remoteId": "BBSM00000002-1",
40 "uniTagList": [
41 {
Hardik Windlass6bdbd712020-02-27 14:25:33 +000042 "uniTagMatch": 4096,
43 "ponCTag": 4096,
Hardik Windlassa3d04b92020-02-17 15:06:05 +000044 "ponSTag": 901,
45 "technologyProfileId": 64,
46 "downstreamBandwidthProfile": "Default",
47 "upstreamBandwidthProfile": "Default",
48 "isDhcpRequired": true
49 }
50 ]
51 }
52 ]
53 },
54 "bandwidthprofile": {
55 "integration": {
56 "cache": {
57 "enabled": true,
58 "maxsize": 40,
59 "ttl": "PT1m"
60 }
61 },
62 "entries": [
63 {
64 "id": "Default",
65 "cir": 1000000,
66 "cbs": 1001,
67 "eir": 1002,
68 "ebs": 1003,
69 "air": 1004
70 }
71 ]
72 }
73 }
74}