Files
wlan-testing/config/wpa 2.4 bridge.json
shivamcandela f239b003f8 adding ucentral configs merge issue
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com>
2021-07-25 03:09:02 +05:30

70 lines
1.3 KiB
JSON

{
"configuration": {
"uuid": 1,
"radios": [
{
"band": "2G",
"country": "US",
"channel-width": 20
}
],
"interfaces": [
{
"name": "WAN",
"role": "upstream",
"services": [
"lldp"
],
"ethernet": [
{
"select-ports": [
"WAN*"
]
}
],
"ipv4": {
"addressing": "dynamic"
},
"ssids": [
{
"name": "ssid_wpa_2g",
"bss-mode": "ap",
"wifi-bands": [
"2G"
],
"encryption": {
"proto": "psk",
"key": "something",
"ieee80211w": "optional"
}
}
]
}
],
"metrics": {
"statistics": {
"interval": 120,
"types": [
"ssids",
"lldp",
"clients"
]
},
"health": {
"interval": 120
}
},
"services": {
"lldp": {
"describe": "uCentral",
"location": "universe"
},
"ssh": {
"port": 22
}
}
},
"serialNumber": "903cb39d6918",
"UUID": 0
}