blob: b63f4f8eff6ebbd15f756498effa208d8f8ebacd [file] [log] [blame]
Matteo Scandolod4e18922020-02-12 13:03:16 -08001{
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": 900,
26 "ponSTag": 900,
27 "technologyProfileId": 64,
28 "downstreamBandwidthProfile": "Default",
29 "upstreamBandwidthProfile": "Default",
30 "isDhcpRequired": true
31 }
32 ]
33 }
34 ]
35 },
36 "bandwidthprofile": {
37 "integration": {
38 "cache": {
39 "enabled": true,
40 "maxsize": 40,
41 "ttl": "PT1m"
42 }
43 },
44 "entries": [
45 {
46 "id": "Default",
47 "cir": 1000000,
48 "cbs": 1001,
49 "eir": 1002,
50 "ebs": 1003,
51 "air": 1004
52 }
53 ]
54 }
55 }
56}