From b37e7d4c5de4cdd23cd3bf20e964b499772f7da8 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Wed, 22 Jun 2022 22:13:25 -0700 Subject: [PATCH] Updating radius configuration file template Signed-off-by: stephb9959 --- templates/livinlab-radius.json | 54 ++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 templates/livinlab-radius.json diff --git a/templates/livinlab-radius.json b/templates/livinlab-radius.json new file mode 100644 index 00000000..6330f4e5 --- /dev/null +++ b/templates/livinlab-radius.json @@ -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 + } + ] +} \ No newline at end of file