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

582 lines
5.9 KiB
JSON

{
"uuid": 1,
"radios": [
{
"band": "2G",
"country": "US",
"channel-width": 20
},
{
"band": "5G",
"country": "US",
"channel-width": 80
},
{
"band": "6G",
"country": "US",
"channel-width": 160
}
],
"interfaces": [
{
"name": "WANv100",
"role": "upstream",
"vlan": {
"id": 100
},
"ethernet": [
{
"select-ports": [
"WAN*"
]
}
],
"ipv4": {
"addressing": "dynamic"
},
"ssids": [
{
"name": "ssid_open_5g",
"bss-mode": "ap",
"wifi-bands": [
"5G"
],
"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_5g",
"bss-mode": "ap",
"wifi-bands": [
"5G"
],
"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_5g",
"bss-mode": "ap",
"wifi-bands": [
"5G"
],
"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_5g",
"bss-mode": "ap",
"wifi-bands": [
"5G"
],
"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_5g",
"bss-mode": "ap",
"wifi-bands": [
"5G"
],
"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_5g",
"bss-mode": "ap",
"wifi-bands": [
"5G"
],
"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_5g",
"bss-mode": "ap",
"wifi-bands": [
"5G"
],
"encryption": {
"proto": "none",
"key": "something",
"ieee80211w": "optional"
}
}
]
},
{
"name": "WANv800",
"role": "upstream",
"vlan": {
"id": 800
},
"ethernet": [
{
"select-ports": [
"WAN*"
]
}
],
"ipv4": {
"addressing": "dynamic"
},
"ssids": [
{
"name": "ssid_open_5g",
"bss-mode": "ap",
"wifi-bands": [
"5G"
],
"encryption": {
"proto": "none",
"key": "something",
"ieee80211w": "optional"
}
}
]
}
],
"metrics": {
"statistics": {
"interval": 120,
"types": [ "ssids", "lldp", "clients" ]
},
"health": {
"interval": 120
},
"wifi-frames": {
"filters": [ "probe", "auth" ]
}
},
"services": {
"lldp": {
"describe": "uCentral",
"location": "universe"
},
"ssh": {
"port": 22
}
}
}