blob: 69e4c210b3305288abc3e790e261c302c9820961 [file] [log] [blame]
Matteo Scandolof380a972020-09-11 12:09:40 -07001{
2 "sadis": {
3 "integration": {
4 "cache": {
5 "enabled": false,
6 "maxsize": 50,
7 "ttl": "PT0m"
8 }
9 },
10 "entries": [
11 {
12 "id": "BBSIM_OLT_0",
13 "hardwareIdentifier": "0a:0a:0a:0a:0a:00",
14 "ipAddress": "0.0.0.0",
15 "nasId": "BBSIM_OLT_0",
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 "upstreamBandwidthProfile": "User_Bandwidth1",
29 "downstreamBandwidthProfile": "User_Bandwidth2",
30 "isDhcpRequired": true,
31 "serviceName": "hsia"
32 }
33 ]
34 }
35 ]
36 },
37 "bandwidthprofile": {
38 "integration": {
39 "cache": {
40 "enabled": true,
41 "maxsize": 40,
42 "ttl": "PT1m"
43 }
44 },
45 "entries": [
46 {
47 "id": "User_Bandwidth1",
48 "air": 100000,
49 "cbs": 10000,
50 "cir": 30000,
51 "ebs": 1000,
52 "eir": 100000
53 },
54 {
55 "id": "User_Bandwidth2",
56 "air": 100000,
57 "cbs": 5000,
58 "cir": 100000,
59 "ebs": 5000,
60 "eir": 100000
61 },
62 {
63 "id": "Default",
64 "air": 100000,
65 "cbs": 30,
66 "cir": 600,
67 "ebs": 30,
68 "eir": 400
69 }
70 ]
71 }
72}