mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-10-29 18:02:27 +00:00
Updating radius configuration file template
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
54
templates/livinlab-radius.json
Normal file
54
templates/livinlab-radius.json
Normal file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"acctConfig": {
|
||||
"methodParameters": [],
|
||||
"monitor": false,
|
||||
"monitorMethod": "none",
|
||||
"servers": [
|
||||
{
|
||||
"ip": "69.157.193.71",
|
||||
"name": "svr1",
|
||||
"port": 1813,
|
||||
"weight": 10,
|
||||
"secret": "testing123"
|
||||
}
|
||||
],
|
||||
"strategy": "random"
|
||||
},
|
||||
"authConfig": {
|
||||
"methodParameters": [],
|
||||
"monitor": false,
|
||||
"monitorMethod": "none",
|
||||
"servers": [
|
||||
{
|
||||
"ip": "69.157.193.71",
|
||||
"name": "svr1",
|
||||
"port": 1812,
|
||||
"weight": 10,
|
||||
"secret": "testing123"
|
||||
}
|
||||
],
|
||||
"strategy": "weighted"
|
||||
},
|
||||
"coaConfig": {
|
||||
"methodParameters": [],
|
||||
"monitor": false,
|
||||
"monitorMethod": "none",
|
||||
"servers": [
|
||||
{
|
||||
"ip": "69.157.193.71",
|
||||
"name": "svr1",
|
||||
"port": 3799,
|
||||
"weight": 10,
|
||||
"secret": "testing123"
|
||||
}
|
||||
],
|
||||
"strategy": "round_robin"
|
||||
},
|
||||
"description": "master pool",
|
||||
"name": "master",
|
||||
"useByDefault" : true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user