Gilles Depatie | a85fe81 | 2019-01-23 15:55:53 -0500 | [diff] [blame] | 1 | { |
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 | } |