blob: 259d3c4c2a4d44fe17a54a7770619ff4c9f71cca [file] [log] [blame]
Matteo Scandoloc559ef12019-08-20 13:24:21 -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",
Matteo Scandolo4b3fc7e2019-09-17 16:49:54 -070014 "cTag": 900,
15 "sTag": 900,
Matteo Scandoloc559ef12019-08-20 13:24:21 -070016 "nasPortId": "BBSM00000001",
17 "technologyProfileId": 64,
18 "upstreamBandwidthProfile": "High-Speed-Internet",
19 "downstreamBandwidthProfile": "User1-Specific"
20 },
21 {
Matteo Scandolo3bc73742019-08-20 14:04:04 -070022 "id": "BBSM00000002",
Matteo Scandolo4b3fc7e2019-09-17 16:49:54 -070023 "cTag": 901,
24 "sTag": 900,
Matteo Scandolo3bc73742019-08-20 14:04:04 -070025 "nasPortId": "BBSM00000002",
26 "technologyProfileId": 64,
27 "upstreamBandwidthProfile": "High-Speed-Internet",
28 "downstreamBandwidthProfile": "User1-Specific"
29 },
30 {
31 "id": "BBSM00000101",
Matteo Scandolo4b3fc7e2019-09-17 16:49:54 -070032 "cTag": 902,
33 "sTag": 900,
Matteo Scandolo3bc73742019-08-20 14:04:04 -070034 "nasPortId": "BBSM00000101",
35 "technologyProfileId": 64,
36 "upstreamBandwidthProfile": "High-Speed-Internet",
37 "downstreamBandwidthProfile": "User1-Specific"
38 },
39 {
40 "id": "BBSM00000102",
Matteo Scandolo4b3fc7e2019-09-17 16:49:54 -070041 "cTag": 903,
42 "sTag": 900,
Matteo Scandolo3bc73742019-08-20 14:04:04 -070043 "nasPortId": "BBSM00000102",
44 "technologyProfileId": 64,
45 "upstreamBandwidthProfile": "High-Speed-Internet",
46 "downstreamBandwidthProfile": "User1-Specific"
47 },
48 {
Matteo Scandoloc559ef12019-08-20 13:24:21 -070049 "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",
Matteo Scandolo3bc73742019-08-20 14:04:04 -070068 "cir": 600,
69 "cbs": 2000,
70 "eir": 5000,
71 "ebs": 2000,
72 "air": 100000
73 }, {
Matteo Scandoloc559ef12019-08-20 13:24:21 -070074 "id": "User1-Specific",
Matteo Scandolo3bc73742019-08-20 14:04:04 -070075 "cir": 600,
76 "cbs": 3000,
77 "eir": 3000,
78 "ebs": 4000,
79 "air": 100000
80 }, {
Matteo Scandoloc559ef12019-08-20 13:24:21 -070081 "id": "Default",
Matteo Scandolo3bc73742019-08-20 14:04:04 -070082 "cir": 600,
83 "cbs": 30,
84 "eir": 400,
85 "ebs": 30,
86 "air": 100000
Matteo Scandoloc559ef12019-08-20 13:24:21 -070087 }
88 ]
89 }
90 }
91}