blob: 5507aa30dddcab69b4cc3f937a0e7d0cbb6c9f25 [file] [log] [blame]
Matt Jeanneret891cc832019-08-20 09:51:12 -04001{
2 "devices": {
3 "of:00000000ac110001": {
4 "accessDevice": {
Matt Jeanneret16fe1af2019-11-28 13:39:37 -05005 "uplink": "1048576",
Matt Jeanneret891cc832019-08-20 09:51:12 -04006 "vlan": "1"
7 },
8 "basic": {
9 "driver": "voltha"
10 }
11 }
12 },
13 "apps": {
14 "org.opencord.dhcpl2relay": {
15 "dhcpl2relay": {
16 "useOltUplinkForServerPktInOut": true
17 }
18 },
Matt Jeanneret38995f22019-08-02 14:22:40 -040019 "org.opencord.kafka": {
20 "kafka": {
21 "bootstrapServers": "172.17.0.1:9092"
22 }
23 },
Matt Jeanneret891cc832019-08-20 09:51:12 -040024 "org.opencord.aaa": {
25 "AAA": {
26 "radiusIp": "172.17.0.1",
27 "radiusServerPort": "1812",
28 "radiusSecret": "SECRET",
29 "nasIp": "172.17.0.1",
30 "radiusConnectionType": "socket"
31 }
32 },
33 "org.opencord.sadis": {
34 "sadis": {
35 "integration": {
36 "cache": {
37 "enabled": true,
38 "maxsize": 50,
39 "ttl": "PT1m"
40 }
41 },
42 "entries": [
43 {
Matt Jeanneret16fe1af2019-11-28 13:39:37 -050044 "id": "BBSIM_OLT_0",
45 "uplinkPort": 1048576,
Matt Jeanneret891cc832019-08-20 09:51:12 -040046 "hardwareIdentifier": "00:00:ac:11:00:01",
47 "ipAddress": "172.17.0.1",
Matt Jeanneret16fe1af2019-11-28 13:39:37 -050048 "nasId": "BBSIM_OLT_0"
Matt Jeanneret891cc832019-08-20 09:51:12 -040049 },
50 {
51 "id": "BBSM00000001-1",
52 "cTag": 900,
53 "sTag": 900,
54 "nasPortId": "BBSM00000001-1",
55 "circuitId": "BBSM00000001-1",
Matt Jeanneret16fe1af2019-11-28 13:39:37 -050056 "remoteId": "BBSIM_OLT_0",
Matt Jeanneret38995f22019-08-02 14:22:40 -040057 "technologyProfileId": 64,
58 "upstreamBandwidthProfile": "Default",
59 "downstreamBandwidthProfile": "Default"
Matt Jeanneret891cc832019-08-20 09:51:12 -040060 },
61 {
Matt Jeanneret38995f22019-08-02 14:22:40 -040062 "id": "BBSM00000001-2",
63 "cTag": 900,
64 "sTag": 900,
65 "nasPortId": "BBSM00000001-2",
66 "circuitId": "BBSM00000001-2",
Matt Jeanneret16fe1af2019-11-28 13:39:37 -050067 "remoteId": "BBSIM_OLT_0",
Matt Jeanneret38995f22019-08-02 14:22:40 -040068 "technologyProfileId": 64,
69 "upstreamBandwidthProfile": "Default",
70 "downstreamBandwidthProfile": "Default"
71 },
72 {
73 "id": "BBSM00000001-3",
74 "cTag": 900,
75 "sTag": 900,
76 "nasPortId": "BBSM00000001-3",
77 "circuitId": "BBSM00000001-3",
Matt Jeanneret16fe1af2019-11-28 13:39:37 -050078 "remoteId": "BBSIM_OLT_0",
Matt Jeanneret38995f22019-08-02 14:22:40 -040079 "technologyProfileId": 64,
80 "upstreamBandwidthProfile": "Default",
81 "downstreamBandwidthProfile": "Default"
82 },
83 {
84 "id": "BBSM00000001-4",
85 "cTag": 900,
86 "sTag": 900,
87 "nasPortId": "BBSM00000001-4",
88 "circuitId": "BBSM00000001-4",
Matt Jeanneret16fe1af2019-11-28 13:39:37 -050089 "remoteId": "BBSIM_OLT_0",
Matt Jeanneret38995f22019-08-02 14:22:40 -040090 "technologyProfileId": 64,
91 "upstreamBandwidthProfile": "Default",
92 "downstreamBandwidthProfile": "Default"
93 }
94 ]
95 },
96 "bandwidthprofile": {
97 "integration": {
98 "cache": {
99 "enabled": true,
100 "maxsize": 40,
101 "ttl": "PT1m"
102 }
103 },
104 "entries": [
105 {
106 "id": "Default",
Matt Jeanneretda0b0712019-11-05 15:28:03 -0500107 "air": 10000000,
108 "cbs": 5000,
109 "cir": 750000,
110 "ebs": 5000,
111 "eir": 1000000
Matt Jeanneret891cc832019-08-20 09:51:12 -0400112 }
113 ]
114 }
115 }
116 }
117}