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

564 lines
5.7 KiB
JSON

{
"uuid": 1,
"radios": [
{
"band": "2G",
"country": "US",
"channel-width": 20
}
],
"interfaces": [
{
"name": "WANv100",
"role": "upstream",
"vlan": {
"id": 100
},
"ethernet": [
{
"select-ports": [
"WAN*"
]
}
],
"ipv4": {
"addressing": "dynamic"
},
"ssids": [
{
"name": "ssid_open_2g",
"bss-mode": "ap",
"wifi-bands": [
"2G"
],
"encryption": {
"proto": "none",
"key": "something",
"ieee80211w": "optional"
}
}
]
},
{
"name": "WANv200",
"role": "upstream",
"vlan": {
"id": 200
},
"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"
}
}
]
},
{
"name": "WANv300",
"role": "upstream",
"vlan": {
"id": 300
},
"ethernet": [
{
"select-ports": [
"WAN*"
]
}
],
"ipv4": {
"addressing": "dynamic"
},
"ssids": [
{
"name": "ssid_wpa2_2g",
"bss-mode": "ap",
"wifi-bands": [
"2G"
],
"encryption": {
"proto": "psk2",
"key": "something",
"ieee80211w": "optional"
}
}
]
},
{
"name": "WANv400",
"role": "upstream",
"vlan": {
"id": 400
},
"ethernet": [
{
"select-ports": [
"WAN*"
]
}
],
"ipv4": {
"addressing": "dynamic"
},
"ssids": [
{
"name": "ssid_open_2g",
"bss-mode": "ap",
"wifi-bands": [
"2G"
],
"encryption": {
"proto": "none",
"key": "something",
"ieee80211w": "optional"
}
}
]
},
{
"name": "WANv500",
"role": "upstream",
"vlan": {
"id": 500
},
"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"
}
}
]
},
{
"name": "WANv600",
"role": "upstream",
"vlan": {
"id": 600
},
"ethernet": [
{
"select-ports": [
"WAN*"
]
}
],
"ipv4": {
"addressing": "dynamic"
},
"ssids": [
{
"name": "ssid_wpa2_2g",
"bss-mode": "ap",
"wifi-bands": [
"2G"
],
"encryption": {
"proto": "psk2",
"key": "something",
"ieee80211w": "optional"
}
}
]
},
{
"name": "WANv700",
"role": "upstream",
"vlan": {
"id": 700
},
"ethernet": [
{
"select-ports": [
"WAN*"
]
}
],
"ipv4": {
"addressing": "dynamic"
},
"ssids": [
{
"name": "ssid_open_2g",
"bss-mode": "ap",
"wifi-bands": [
"2G"
],
"encryption": {
"proto": "none",
"key": "something",
"ieee80211w": "optional"
}
}
]
},
{
"name": "WANv800",
"role": "upstream",
"vlan": {
"id": 800
},
"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
}
}
}