blob: 0bedd1ec1a88b321e465808f478c8d296adf1ff5 [file] [log] [blame]
Hardik Windlassb3147602020-03-09 16:59:15 +05301{
2 "sadis": {
3 "integration": {
4 "cache": {
5 "enabled": false,
6 "maxsize": 50,
7 "ttl": "PT0m"
8 }
9 },
10 "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 {
24 "uniTagMatch": 4096,
25 "ponCTag": 4096,
26 "ponSTag": 900,
27 "technologyProfileId": 64,
28 "downstreamBandwidthProfile": "Default",
29 "upstreamBandwidthProfile": "Default",
30 "isDhcpRequired": true
31 }
32 ]
33 },
34 {
35 "id": "BBSM00000002-1",
36 "nasPortId": "BBSM00000002-1",
37 "circuitId": "BBSM00000002-1",
38 "remoteId": "BBSM00000002-1",
39 "uniTagList": [
40 {
41 "uniTagMatch": 4096,
42 "ponCTag": 4096,
43 "ponSTag": 901,
44 "technologyProfileId": 64,
45 "downstreamBandwidthProfile": "Default",
46 "upstreamBandwidthProfile": "Default",
47 "isDhcpRequired": true
48 }
49 ]
50 }
51 ]
52 },
53 "bandwidthprofile": {
54 "integration": {
55 "cache": {
56 "enabled": true,
57 "maxsize": 40,
58 "ttl": "PT1m"
59 }
60 },
61 "entries": [
62 {
63 "id": "Default",
64 "cir": 1000000,
65 "cbs": 1001,
66 "eir": 1002,
67 "ebs": 1003,
68 "air": 1004
69 }
70 ]
71 }
72}