blob: 5a21c853afc2e5b253c6830a3e88fad5186a55f6 [file] [log] [blame]
David Bainbridge2b19e832019-08-16 02:40:53 +00001{
2 "sadis": {
3 "integration": {
4 "cache": {
5 "enabled": false,
6 "maxsize": 50,
7 "ttl": "PT0m"
8 }
9 },
10 "entries": [
11 {
12 "id": "BBSIMOLT000",
13 "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"
27 }
28 ]
29 },
30 "bandwidthprofile": {
31 "integration": {
32 "cache": {
33 "enabled": true,
34 "maxsize": 40,
35 "ttl": "PT1m"
36 }
37 },
38 "entries": [
39 {
40 "id": "Default",
41 "cir": 1000000,
42 "cbs": 1001,
43 "eir": 1002,
44 "ebs": 1003,
45 "air": 1004
46 }
47 ]
48 }
49}