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

107 lines
2.1 KiB
JSON

{
"uuid": 1,
"radios": [
{
"band": "2G",
"country": "US",
"channel-width": 20
},
{
"band": "5G",
"country": "US",
"channel-width": 80
}
],
"interfaces": [
{
"name": "WAN",
"role": "upstream",
"services": [
"lldp"
],
"ethernet": [
{
"select-ports": [
"WAN*"
]
}
],
"ipv4": {
"addressing": "dynamic"
}
},
{
"name": "LAN",
"role": "downstream",
"services": [
"ssh",
"lldp"
],
"ethernet": [
{
"select-ports": [
"LAN*"
]
}
],
"ipv4": {
"addressing": "static",
"subnet": "192.168.1.1/16",
"dhcp": {
"lease-first": 10,
"lease-count": 10000,
"lease-time": "6h"
}
},
"ssids": [
{
"name": "ssid_wpa2_2g",
"bss-mode": "ap",
"wifi-bands": [
"2G"
],
"encryption": {
"proto": "psk2",
"key": "something",
"ieee80211w": "optional"
}
},
{
"name": "ssid_wpa2_5g",
"bss-mode": "ap",
"wifi-bands": [
"5G"
],
"encryption": {
"proto": "psk2",
"key": "something",
"ieee80211w": "optional"
}
}
]
}
],
"metrics": {
"statistics": {
"interval": 120,
"types": [
"ssids",
"lldp",
"clients"
]
},
"health": {
"interval": 120
}
},
"services": {
"lldp": {
"describe": "uCentral",
"location": "universe"
},
"ssh": {
"port": 22
}
}
}