blob: 5c206254c38ad16b1a488dba731235d7708dbc62 [file] [log] [blame]
Matteo Scandolo896789a2019-09-24 10:43:04 -07001{
2 "org.opencord.sadis": {
3 "sadis": {
4 "integration": {
5 "cache": {
6 "enabled": true,
7 "maxsize": 50,
8 "ttl": "PT1m"
9 }
10 },
11 "entries": [
12 {
13 "id": "BBSM00000001-1",
14 "cTag": 900,
15 "sTag": 900,
16 "nasPortId": "BBSM00000001",
17 "technologyProfileId": 64,
18 "upstreamBandwidthProfile": "High-Speed-Internet",
19 "downstreamBandwidthProfile": "User1-Specific"
20 },
21 {
22 "id": "BBSM00000002-1",
23 "cTag": 901,
24 "sTag": 900,
25 "nasPortId": "BBSM00000002",
26 "technologyProfileId": 64,
27 "upstreamBandwidthProfile": "High-Speed-Internet",
28 "downstreamBandwidthProfile": "User1-Specific"
29 },
30 {
31 "id": "BBSM00000101-1",
32 "cTag": 902,
33 "sTag": 900,
34 "nasPortId": "BBSM00000101",
35 "technologyProfileId": 64,
36 "upstreamBandwidthProfile": "High-Speed-Internet",
37 "downstreamBandwidthProfile": "User1-Specific"
38 },
39 {
40 "id": "BBSM00000102-1",
41 "cTag": 903,
42 "sTag": 900,
43 "nasPortId": "BBSM00000102",
44 "technologyProfileId": 64,
45 "upstreamBandwidthProfile": "High-Speed-Internet",
46 "downstreamBandwidthProfile": "User1-Specific"
47 },
48 {
49 "id": "BBSIM_OLT_0",
50 "hardwareIdentifier": "00:1b:22:00:b1:78",
51 "ipAddress": "192.168.1.252",
52 "uplinkPort": 65536,
53 "nasId": "BBSIM_OLT_0"
54 }
55 ]
56 },
57 "bandwidthprofile": {
58 "integration": {
59 "cache": {
60 "enabled": true,
61 "maxsize": 40,
62 "ttl": "PT1m"
63 }
64 },
65 "entries": [
66 {
67 "id": "High-Speed-Internet",
68 "cir": 600,
69 "cbs": 2000,
70 "eir": 5000,
71 "ebs": 2000,
72 "air": 100000
73 }, {
74 "id": "User1-Specific",
75 "cir": 600,
76 "cbs": 3000,
77 "eir": 3000,
78 "ebs": 4000,
79 "air": 100000
80 }, {
81 "id": "Default",
82 "cir": 600,
83 "cbs": 30,
84 "eir": 400,
85 "ebs": 30,
86 "air": 100000
87 }
88 ]
89 }
90 }
91}