blob: 131ca1b5bff865ea7ce7c7b7866596dd45718f28 [file] [log] [blame]
David Bainbridge2b19e832019-08-16 02:40:53 +00001{
2 "sadis": {
3 "integration": {
4 "cache": {
5 "enabled": false,
6 "maxsize": 50,
Matteo Scandolodcd29f52019-10-07 15:42:42 -07007 "ttl": "PT1m"
David Bainbridge2b19e832019-08-16 02:40:53 +00008 }
9 },
10 "entries": [
11 {
Matteo Scandolodcd29f52019-10-07 15:42:42 -070012 "id": "BBSIM_OLT_0",
David Bainbridge2b19e832019-08-16 02:40:53 +000013 "hardwareIdentifier": "0f:f1:ce:c0:ff:ee",
14 "nasId": "BBSIMOLT000",
15 "uplinkPort": 65536
16 },
17 {
18 "id": "BBSM00000001-1",
19 "cTag": 900,
20 "sTag": 900,
21 "nasPortId": "BBSM00000001-1",
22 "circuitId": "BBSM00000001-1",
23 "remoteId": "BBSIMOLT000",
24 "technologyProfileId": 64,
25 "upstreamBandwidthProfile": "Default",
26 "downstreamBandwidthProfile": "Default"
Matteo Scandolodcd29f52019-10-07 15:42:42 -070027 },
28 {
29 "id": "BBSM00000002-1",
30 "cTag": 901,
31 "sTag": 900,
32 "nasPortId": "BBSM00000002-1",
33 "circuitId": "BBSM00000002-1",
34 "remoteId": "BBSIMOLT000",
35 "technologyProfileId": 64,
36 "upstreamBandwidthProfile": "Default",
37 "downstreamBandwidthProfile": "Default"
38 },
39 {
40 "id": "BBSM00000101-1",
41 "cTag": 902,
42 "sTag": 900,
43 "nasPortId": "BBSM00000101-1",
44 "circuitId": "BBSM00000101-1",
45 "remoteId": "BBSIMOLT000",
46 "technologyProfileId": 64,
47 "upstreamBandwidthProfile": "Default",
48 "downstreamBandwidthProfile": "Default"
49 },
50 {
51 "id": "BBSM00000102-1",
52 "cTag": 903,
53 "sTag": 900,
54 "nasPortId": "BBSM00000102-1",
55 "circuitId": "BBSM00000102-1",
56 "remoteId": "BBSIMOLT000",
57 "technologyProfileId": 64,
58 "upstreamBandwidthProfile": "Default",
59 "downstreamBandwidthProfile": "Default"
David Bainbridge2b19e832019-08-16 02:40:53 +000060 }
61 ]
62 },
63 "bandwidthprofile": {
64 "integration": {
65 "cache": {
66 "enabled": true,
67 "maxsize": 40,
68 "ttl": "PT1m"
69 }
70 },
71 "entries": [
72 {
73 "id": "Default",
74 "cir": 1000000,
75 "cbs": 1001,
76 "eir": 1002,
77 "ebs": 1003,
78 "air": 1004
79 }
80 ]
81 }
82}