{ | |
"apps": { | |
"org.opencord.dhcpl2relay": { | |
"dhcpl2relay": { | |
"useOltUplinkForServerPktInOut": true | |
} | |
}, | |
"org.opencord.kafka": { | |
"kafka": { | |
"bootstrapServers": "172.17.0.1:9092" | |
} | |
}, | |
"org.opencord.aaa": { | |
"AAA": { | |
"radiusIp": "172.17.0.1", | |
"radiusServerPort": "1812", | |
"radiusSecret": "SECRET", | |
"nasIp": "172.17.0.1", | |
"radiusConnectionType": "socket" | |
} | |
}, | |
"org.opencord.sadis": { | |
"sadis": { | |
"integration": { | |
"cache": { | |
"enabled": true, | |
"maxsize": 50, | |
"ttl": "PT1m" | |
} | |
}, | |
"entries": [ | |
{ | |
"id": "EC1721000221", | |
"uplinkPort": 1048576, | |
"hardwareIdentifier": "00:00:0a:40:01:ce", | |
"ipAddress": "10.64.1.206", | |
"nasId": "ATLEDGEVOLT1" | |
}, | |
{ | |
"id": "ALPHe3d1cf57-1", | |
"nasPortId": "PON 1/1/3/1:2.1.1", | |
"circuitId": "PON 1/1/3/1:2.1.1-CID", | |
"remoteId": "ATLEDGEVOLT1-RID", | |
"uniTagList": [ | |
{ | |
"ponCTag": 20, | |
"ponSTag": 11, | |
"technologyProfileId": 64, | |
"downstreamBandwidthProfile": "Default", | |
"upstreamBandwidthProfile": "Default", | |
"isDhcpRequired": true | |
} | |
] | |
} | |
] | |
}, | |
"bandwidthprofile": { | |
"integration": { | |
"cache": { | |
"enabled": true, | |
"maxsize": 40, | |
"ttl": "PT1m" | |
} | |
}, | |
"entries": [ | |
{ | |
"id": "Default", | |
"air": 10000000, | |
"cbs": 5000, | |
"cir": 750000, | |
"ebs": 5000, | |
"eir": 1000000 | |
} | |
] | |
} | |
} | |
} | |
} |