blob: 03a7eac1568033582e4ae55f0b833f317ff5e3f2 [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 {
25 "ponCTag": 4095,
26 "ponSTag": 900,
27 "technologyProfileId": 64,
28 "downstreamBandwidthProfile": "Default",
29 "upstreamBandwidthProfile": "Default",
30 "isDhcpRequired": true
31 }
32 ]
33 },
34 {
35 "id": "BBSM00000002-1",
36 "nasPortId": "BBSM00000002-1",
37 "circuitId": "BBSM00000002-1",
38 "remoteId": "BBSM00000002-1",
39 "uniTagList": [
40 {
41 "ponCTag": 4095,
42 "ponSTag": 901,
43 "technologyProfileId": 64,
44 "downstreamBandwidthProfile": "Default",
45 "upstreamBandwidthProfile": "Default",
46 "isDhcpRequired": true
47 }
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}