-
Notifications
You must be signed in to change notification settings - Fork 1
/
oc_config_1x.json
121 lines (121 loc) · 2.69 KB
/
oc_config_1x.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"hostname":"ap-03.example.net",
"radios":{
"radio":[
{
"config":{
"channel-width":40,
"enabled":true,
"id":0,
"operating-frequency":"openconfig-wifi-types:FREQ_5GHZ",
"scanning":false,
"transmit-power":4
},
"id":0
},
{
"config":{
"enabled":false,
"id":1,
"operating-frequency":"openconfig-wifi-types:FREQ_2GHZ"
},
"id":1
}
]
},
"ssids":{
"ssid":[
{
"config":{
"basic-data-rates":[
"RATE_36MB",
"RATE_48MB",
"RATE_54MB"
],
"broadcast-filter":true,
"dva":true,
"enabled":true,
"hidden":false,
"name":"test_wpa2ent",
"okc":false,
"operating-frequency":"openconfig-wifi-types:FREQ_5GHZ",
"opmode":"WPA2_ENTERPRISE",
"qbss-load":true,
"server-group":"freerad3_grp",
"station-isolation":true,
"supported-data-rates":[
"RATE_36MB",
"RATE_48MB",
"RATE_54MB"
]
},
"dot11r":{
"config":{
"dot11r":true,
"dot11r-method":"OVA"
}
},
"name":"test_wpa2ent"
},
{
"config":{
"basic-data-rates":[
"RATE_36MB",
"RATE_48MB",
"RATE_54MB"
],
"broadcast-filter":true,
"enabled":true,
"hidden":false,
"name":"test_open",
"operating-frequency":"openconfig-wifi-types:FREQ_5GHZ",
"opmode":"OPEN",
"qbss-load":true,
"station-isolation":true,
"supported-data-rates":[
"RATE_36MB",
"RATE_48MB",
"RATE_54MB"
]
},
"name":"test_open",
"wmm":{
"config":{
"trust-dscp":true
}
}
}
]
},
"system":{
"aaa":{
"server-groups":{
"server-group":[
{
"config":{
"name":"freerad3_grp",
"type":"openconfig-aaa:RADIUS"
},
"name":"freerad3_grp",
"servers":{
"server":[
{
"address":"192.168.1.2",
"config":{
"address":"192.168.1.2"
},
"radius":{
"config":{
"auth-port":1812,
"secret-key":"whatever"
}
}
}
]
}
}
]
}
}
}
}