blob: b63f4f8eff6ebbd15f756498effa208d8f8ebacd [file] [log] [blame]
Andy Bavier8a348cf2020-01-08 11:13:09 -07001{
Matteo Scandoloc506bc12020-02-14 08:25:28 -08002 "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": 900,
26 "ponSTag": 900,
27 "technologyProfileId": 64,
28 "downstreamBandwidthProfile": "Default",
29 "upstreamBandwidthProfile": "Default",
30 "isDhcpRequired": true
31 }
32 ]
33 }
34 ]
Andy Bavier8a348cf2020-01-08 11:13:09 -070035 },
Matteo Scandoloc506bc12020-02-14 08:25:28 -080036 "bandwidthprofile": {
37 "integration": {
38 "cache": {
39 "enabled": true,
40 "maxsize": 40,
41 "ttl": "PT1m"
42 }
Matteo Scandolo52fd2312020-02-14 07:50:54 -080043 },
Matteo Scandoloc506bc12020-02-14 08:25:28 -080044 "entries": [
45 {
46 "id": "Default",
47 "cir": 1000000,
48 "cbs": 1001,
49 "eir": 1002,
50 "ebs": 1003,
51 "air": 1004
52 }
53 ]
54 }
Andy Bavier8a348cf2020-01-08 11:13:09 -070055 }
Matteo Scandoloc506bc12020-02-14 08:25:28 -080056}