blob: 565ed621444f6f40ba26360e3ff053bb22cf5fcf [file] [log] [blame]
David Bainbridge2b19e832019-08-16 02:40:53 +00001{
2 "sadis": {
3 "integration": {
4 "cache": {
5 "enabled": false,
6 "maxsize": 50,
Matteo Scandolo29001a12019-10-08 10:44:35 -07007 "ttl": "PT0m"
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",
Andy Baviere4e37db2019-11-26 15:12:40 -070015 "uplinkPort": 1048576
David Bainbridge2b19e832019-08-16 02:40:53 +000016 },
17 {
18 "id": "BBSM00000001-1",
David Bainbridge2b19e832019-08-16 02:40:53 +000019 "nasPortId": "BBSM00000001-1",
20 "circuitId": "BBSM00000001-1",
Matteo Scandolod267bb92020-02-13 10:47:44 -080021 "remoteId": "BBSM00000001-1",
22 "uniTagList": [{
23 "ponCTag": 900,
24 "ponSTag": 900,
25 "technologyProfileId": 64,
26 "downstreamBandwidthProfile": "Default",
27 "upstreamBandwidthProfile": "Default",
28 "isDhcpRequired": true
29 }]
Matteo Scandolodcd29f52019-10-07 15:42:42 -070030 },
31 {
32 "id": "BBSM00000002-1",
Matteo Scandolodcd29f52019-10-07 15:42:42 -070033 "nasPortId": "BBSM00000002-1",
34 "circuitId": "BBSM00000002-1",
Matteo Scandolod267bb92020-02-13 10:47:44 -080035 "remoteId": "BBSM00000002-1",
36 "uniTagList": [{
37 "ponCTag": 901,
38 "ponSTag": 900,
39 "technologyProfileId": 64,
40 "downstreamBandwidthProfile": "Default",
41 "upstreamBandwidthProfile": "Default",
42 "isDhcpRequired": true
43 }]
Matteo Scandolodcd29f52019-10-07 15:42:42 -070044 },
45 {
46 "id": "BBSM00000101-1",
Matteo Scandolodcd29f52019-10-07 15:42:42 -070047 "nasPortId": "BBSM00000101-1",
48 "circuitId": "BBSM00000101-1",
Matteo Scandolod267bb92020-02-13 10:47:44 -080049 "remoteId": "BBSM00000101-1",
50 "uniTagList": [{
51 "ponCTag": 902,
52 "ponSTag": 900,
53 "technologyProfileId": 64,
54 "downstreamBandwidthProfile": "Default",
55 "upstreamBandwidthProfile": "Default",
56 "isDhcpRequired": true
57 }]
Matteo Scandolodcd29f52019-10-07 15:42:42 -070058 },
59 {
Matteo Scandolod267bb92020-02-13 10:47:44 -080060 "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 }]
David Bainbridge2b19e832019-08-16 02:40:53 +000072 }
73 ]
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 ]
93 }
94}