blob: 5fb4df4eeaf72dfb9a9fc2270872974e706aceb0 [file] [log] [blame]
Suchitra Vemuric50f5332019-08-28 15:59:37 -07001{
2 "devices": {
3 "of:000000000ac014ce": {
4 "basic": {
5 "driver": "voltha"
6 }
7 },
8 "of:0000000000000001" : {
9 "segmentrouting" : {
10 "name" : "Leaf-R1",
11 "ipv4NodeSid" : 101,
12 "ipv4Loopback" : "10.6.1.254",
13 "routerMac" : "00:00:00:00:01:80",
14 "isEdgeRouter" : true,
15 "adjacencySids" : []
16 },
17 "basic" : {
18 "driver" : "ofdpa3"
19 }
20 }
21 },
22 "apps": {
23 "org.opencord.dhcpl2relay" : {
24 "dhcpl2relay" : {
25 "dhcpServerConnectPoints" : [ "of:0000000000000001/3" ],
26 "useOltUplinkForServerPktInOut" : false
27 }
28 },
29 "org.opencord.aaa": {
30 "AAA": {
31 "radiusConnectionType" : "socket",
32 "radiusHost" : "radius.voltha.svc.cluster.local",
33 "radiusServerPort" : "1812",
34 "radiusSecret" : "SECRET"
35 }
36 },
37 "org.opencord.sadis": {
38 "sadis": {
39 "integration": {
40 "cache": {
41 "enabled": false,
42 "maxsize": 50,
43 "ttl": "PT0m"
44 }
45 },
46 "entries": [
47 {
48 "id": "ALPHe3d1cfa7-1",
49 "cTag": 901,
50 "sTag": 111,
51 "nasPortId": "",
52 "circuitId": "",
53 "remoteId": "",
54 "technologyProfileId": 64,
55 "upstreamBandwidthProfile": "Default",
56 "downstreamBandwidthProfile": "Default"
57 },
58 {
59 "id": "ALPHe3d1cfa7-2",
60 "cTag": 902,
61 "sTag": 111,
62 "nasPortId": "",
63 "circuitId": "",
64 "remoteId": "",
65 "technologyProfileId": 64,
66 "upstreamBandwidthProfile": "Default",
67 "downstreamBandwidthProfile": "Default"
68 },
69 {
70 "id": "ALPHe3d1cfa7-3",
71 "cTag": 903,
72 "sTag": 111,
73 "nasPortId": "",
74 "circuitId": "",
75 "remoteId": "",
76 "technologyProfileId": 64,
77 "upstreamBandwidthProfile": "Default",
78 "downstreamBandwidthProfile": "Default"
79 },
80 {
81 "id": "ALPHe3d1cfa7-4",
82 "cTag": 904,
83 "sTag": 111,
84 "nasPortId": "",
85 "circuitId": "",
86 "remoteId": "",
87 "technologyProfileId": 64,
88 "upstreamBandwidthProfile": "Default",
89 "downstreamBandwidthProfile": "Default"
90 },
91 {
92 "id": "ALPHe3d1cfa7-5",
93 "cTag": 905,
94 "sTag": 111,
95 "nasPortId": "",
96 "circuitId": "",
97 "remoteId": "",
98 "technologyProfileId": 64,
99 "upstreamBandwidthProfile": "Default",
100 "downstreamBandwidthProfile": "Default"
101 },
102 {
103 "id": "EC1838000853",
104 "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
105 "ipAddress": "10.192.20.206",
106 "nasId": "EC1838000853",
107 "uplinkPort": 65536
108 }
109 ]
110 },
111 "bandwidthprofile":{
112 "integration":{
113 "cache":{
114 "enabled":true,
115 "maxsize":40,
116 "ttl":"PT1m"
117 }
118 },
119 "entries":[
120 {
121 "id": "Default",
122 "air": 100000,
123 "cbs": 30,
124 "cir": 600,
125 "ebs": 30,
126 "eir": 400
127 }
128 ]
129 }
130 }
131 }
132}