blob: 565ed621444f6f40ba26360e3ff053bb22cf5fcf [file] [log] [blame]
Andy Bavier8a348cf2020-01-08 11:13:09 -07001{
Matteo Scandolo52fd2312020-02-14 07:50:54 -08002 "sadis": {
3 "integration": {
4 "cache": {
5 "enabled": false,
6 "maxsize": 50,
7 "ttl": "PT0m"
Andy Bavier8a348cf2020-01-08 11:13:09 -07008 }
9 },
Matteo Scandolo52fd2312020-02-14 07:50:54 -080010 "entries": [
11 {
12 "id": "BBSIM_OLT_0",
13 "hardwareIdentifier": "0f:f1:ce:c0:ff:ee",
14 "nasId": "BBSIMOLT000",
15 "uplinkPort": 1048576
16 },
17 {
18 "id": "BBSM00000001-1",
19 "nasPortId": "BBSM00000001-1",
20 "circuitId": "BBSM00000001-1",
21 "remoteId": "BBSM00000001-1",
22 "uniTagList": [{
23 "ponCTag": 900,
24 "ponSTag": 900,
25 "technologyProfileId": 64,
26 "downstreamBandwidthProfile": "Default",
27 "upstreamBandwidthProfile": "Default",
28 "isDhcpRequired": true
29 }]
30 },
31 {
32 "id": "BBSM00000002-1",
33 "nasPortId": "BBSM00000002-1",
34 "circuitId": "BBSM00000002-1",
35 "remoteId": "BBSM00000002-1",
36 "uniTagList": [{
37 "ponCTag": 901,
38 "ponSTag": 900,
39 "technologyProfileId": 64,
40 "downstreamBandwidthProfile": "Default",
41 "upstreamBandwidthProfile": "Default",
42 "isDhcpRequired": true
43 }]
44 },
45 {
46 "id": "BBSM00000101-1",
47 "nasPortId": "BBSM00000101-1",
48 "circuitId": "BBSM00000101-1",
49 "remoteId": "BBSM00000101-1",
50 "uniTagList": [{
51 "ponCTag": 902,
52 "ponSTag": 900,
53 "technologyProfileId": 64,
54 "downstreamBandwidthProfile": "Default",
55 "upstreamBandwidthProfile": "Default",
56 "isDhcpRequired": true
57 }]
58 },
59 {
60 "id": "BBSM00000201-1",
61 "nasPortId": "BBSM00000201-1",
62 "circuitId": "BBSM00000201-1",
63 "remoteId": "BBSM00000201-1",
64 "uniTagList": [{
65 "ponCTag": 903,
66 "ponSTag": 900,
67 "technologyProfileId": 64,
68 "downstreamBandwidthProfile": "Default",
69 "upstreamBandwidthProfile": "Default",
70 "isDhcpRequired": true
71 }]
Andy Bavier8a348cf2020-01-08 11:13:09 -070072 }
Matteo Scandolo52fd2312020-02-14 07:50:54 -080073 ]
74 },
75 "bandwidthprofile": {
76 "integration": {
77 "cache": {
78 "enabled": true,
79 "maxsize": 40,
80 "ttl": "PT1m"
81 }
82 },
83 "entries": [
84 {
85 "id": "Default",
86 "cir": 1000000,
87 "cbs": 1001,
88 "eir": 1002,
89 "ebs": 1003,
90 "air": 1004
91 }
92 ]
Andy Bavier8a348cf2020-01-08 11:13:09 -070093 }
94}