blob: 491b5944fbfae526663f53b4c79797e447ecfbde [file] [log] [blame]
Gilles Depatiea85fe812019-01-23 15:55:53 -05001{
2 "org.opencord.aaa":{
3 "AAA":{
4 "radiusIp":"192.168.249.222",
5 "nasIp":"5.6.7.8",
6 "radiusServerPort":"1812",
7 "radiusSecret":"SECRET",
8 "bindings":[
9 {
10 "mac":"de:ad:be:ef:ba:11",
11 "s-tag":2,
12 "c-tag":2,
13 "nas_port_id":"location"
14 },
15 {
16 "mac":"de:ad:be:ef:ca:fe",
17 "s-tag":2,
18 "c-tag":122,
19 "nas_port_id":"location"
20 }
21 ]
22 }
23 }
24}