From 95132d773bcadcbf709d4def3db14aa034830ca3 Mon Sep 17 00:00:00 2001 From: shivamcandela Date: Sun, 25 Jul 2021 02:42:14 +0530 Subject: [PATCH] ucentral config dir name change Signed-off-by: shivamcandela --- basic-05/5g_ssid.json | 563 ----------------- basic-05/5g_ssid1.json | 563 ----------------- basic-05/8ssid_2g.json | 563 ----------------- basic-05/Bridge_6ssid.json | 259 -------- basic-05/Nat.json | 95 --- basic-05/Ratelimit.json | 273 -------- basic-05/VLAN_2GHz 8ssid.json | 563 ----------------- basic-05/VLAN_4ssid_2g.json | 315 ---------- basic-05/VLAN_4ssid_5g.json | 158 ----- basic-05/VLAN_5GHz 8ssid.json | 581 ------------------ basic-05/VLAN_6ssid.json | 297 --------- 5g_ssid.json => ucentral-configs/5g_ssid.json | 0 .../5g_ssid1.json | 0 .../8ssid_2g.json | 0 .../Bridge_6ssid.json | 0 Nat.json => ucentral-configs/Nat.json | 0 .../Ratelimit.json | 0 .../VLAN_2GHz 8ssid.json | 0 .../VLAN_4ssid_2g.json | 0 .../VLAN_4ssid_5g.json | 0 .../VLAN_5GHz 8ssid.json | 0 .../VLAN_6ssid.json | 0 .../nat_testcases.json | 0 .../ratelimit_70mbps.json | 0 .../ratelimt_2ssids.json | 0 .../wpa 2.4 bridge.json | 0 .../wpa2_2.4_bridge.json | 0 .../wpa2_nat.json | 0 28 files changed, 4230 deletions(-) delete mode 100644 basic-05/5g_ssid.json delete mode 100644 basic-05/5g_ssid1.json delete mode 100644 basic-05/8ssid_2g.json delete mode 100644 basic-05/Bridge_6ssid.json delete mode 100644 basic-05/Nat.json delete mode 100644 basic-05/Ratelimit.json delete mode 100644 basic-05/VLAN_2GHz 8ssid.json delete mode 100644 basic-05/VLAN_4ssid_2g.json delete mode 100644 basic-05/VLAN_4ssid_5g.json delete mode 100644 basic-05/VLAN_5GHz 8ssid.json delete mode 100644 basic-05/VLAN_6ssid.json rename 5g_ssid.json => ucentral-configs/5g_ssid.json (100%) rename 5g_ssid1.json => ucentral-configs/5g_ssid1.json (100%) rename 8ssid_2g.json => ucentral-configs/8ssid_2g.json (100%) rename Bridge_6ssid.json => ucentral-configs/Bridge_6ssid.json (100%) rename Nat.json => ucentral-configs/Nat.json (100%) rename Ratelimit.json => ucentral-configs/Ratelimit.json (100%) rename VLAN_2GHz 8ssid.json => ucentral-configs/VLAN_2GHz 8ssid.json (100%) rename VLAN_4ssid_2g.json => ucentral-configs/VLAN_4ssid_2g.json (100%) rename VLAN_4ssid_5g.json => ucentral-configs/VLAN_4ssid_5g.json (100%) rename VLAN_5GHz 8ssid.json => ucentral-configs/VLAN_5GHz 8ssid.json (100%) rename VLAN_6ssid.json => ucentral-configs/VLAN_6ssid.json (100%) rename nat_testcases.json => ucentral-configs/nat_testcases.json (100%) rename ratelimit_70mbps.json => ucentral-configs/ratelimit_70mbps.json (100%) rename ratelimt_2ssids.json => ucentral-configs/ratelimt_2ssids.json (100%) rename wpa 2.4 bridge.json => ucentral-configs/wpa 2.4 bridge.json (100%) rename wpa2_2.4_bridge.json => ucentral-configs/wpa2_2.4_bridge.json (100%) rename wpa2_nat.json => ucentral-configs/wpa2_nat.json (100%) diff --git a/basic-05/5g_ssid.json b/basic-05/5g_ssid.json deleted file mode 100644 index 2cc731e70..000000000 --- a/basic-05/5g_ssid.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - - "uuid": 1, - - "radios": [ - - { - - "band": "5G", - - "country": "US", - - "channel-width": 80 - - } - - ], - - "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_wpa_5g", - - "bss-mode": "ap", - - "wifi-bands": [ - - "5G" - - ], - - "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 - - } - - } - - } diff --git a/basic-05/5g_ssid1.json b/basic-05/5g_ssid1.json deleted file mode 100644 index 2cc731e70..000000000 --- a/basic-05/5g_ssid1.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - - "uuid": 1, - - "radios": [ - - { - - "band": "5G", - - "country": "US", - - "channel-width": 80 - - } - - ], - - "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_wpa_5g", - - "bss-mode": "ap", - - "wifi-bands": [ - - "5G" - - ], - - "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 - - } - - } - - } diff --git a/basic-05/8ssid_2g.json b/basic-05/8ssid_2g.json deleted file mode 100644 index 884642821..000000000 --- a/basic-05/8ssid_2g.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - - "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 - - } - - } - - } diff --git a/basic-05/Bridge_6ssid.json b/basic-05/Bridge_6ssid.json deleted file mode 100644 index 040ccfad6..000000000 --- a/basic-05/Bridge_6ssid.json +++ /dev/null @@ -1,259 +0,0 @@ -{ - - "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" - - }, - - "ssids": [ - - { - - "name": "ssid_open_2g", - - "bss-mode": "ap", - - "wifi-bands": [ - - "2G" - - ], - - "encryption": { - - "proto": "none", - - "key": "something", - - "ieee80211w": "optional" - - } - - }, - - { - - "name": "ssid_open_5g", - - "bss-mode": "ap", - - "wifi-bands": [ - - "5G" - - ], - - "encryption": { - - "proto": "none", - - "key": "something", - - "ieee80211w": "optional" - - } - - }, - - { - - "name": "ssid_wpa_2g", - - "bss-mode": "ap", - - "wifi-bands": [ - - "2G" - - ], - - "encryption": { - - "proto": "psk", - - "key": "something", - - "ieee80211w": "optional" - - } - - }, - - { - - "name": "ssid_wpa_5g", - - "bss-mode": "ap", - - "wifi-bands": [ - - "5G" - - ], - - "encryption": { - - "proto": "psk", - - "key": "something", - - "ieee80211w": "optional" - - } - - }, - - { - - "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 - - } - - } - - } diff --git a/basic-05/Nat.json b/basic-05/Nat.json deleted file mode 100644 index c6a11f323..000000000 --- a/basic-05/Nat.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "uuid": 2, - "radios": [ - { - "band": "5G", - "channel": 52, - "channel-mode": "HE", - "channel-width": 80, - "country": "CA" - }, - { - "band": "2G", - "channel": 11, - "channel-mode": "HE", - "channel-width": 20, - "country": "CA" - } - ], - - "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/24", - "dhcp": { - "lease-first": 10, - "lease-count": 100, - "lease-time": "6h" - } - }, - "ssids": [ - { - "name": "OpenWifi", - "role": "downstream", - "wifi-bands": [ - "2G", "5G" - ], - "bss-mode": "ap", - "encryption": { - "proto": "psk2", - "key": "OpenWifi", - "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 - } - } -} \ No newline at end of file diff --git a/basic-05/Ratelimit.json b/basic-05/Ratelimit.json deleted file mode 100644 index e24d83751..000000000 --- a/basic-05/Ratelimit.json +++ /dev/null @@ -1,273 +0,0 @@ -{ - - "uuid": 2, - - "radios": [ - - { - - "band": "5G", - - "channel": 149, - - "channel-mode": "HE", - - "channel-width": 80, - - "country": "CA" - - }, - - { - - - - "band": "2G", - - "channel": 11, - - "channel-mode": "HE", - - "channel-width": 20, - - "country": "CA" - - }, - - { - - "band": "6G", - - "channel": 11, - - "channel-mode": "HE", - - "channel-width": 160, - - "country": "CA" - - } - - ], - - - - "interfaces": [ - - { - - "name": "WAN", - - "role": "upstream", - - "services": [ "lldp" ], - - "ethernet": [ - - { - - "select-ports": [ - - "WAN*" - - ] - - } - - ], - - "ipv4": { - - "addressing": "dynamic" - - }, - - "ssids": [ - - { - - "name": "OpenWifi_2GHz", - - "wifi-bands": [ - - "2G" - - ], - - "bss-mode": "ap", - - "encryption": { - - "proto": "psk2", - - "key": "OpenWifi", - - "ieee80211w": "optional" - - }, - - "rate-limit": { - - "ingress-rate": 100, - - "egress-rate": 100 - - } - - }, - - { - - "name": "OpenWifi_6GHz", - - "wifi-bands": [ - - "2G" - - ], - - "bss-mode": "ap", - - "encryption": { - - "proto": "psk2", - - "key": "OpenWifi", - - "ieee80211w": "optional" - - }, - - "rate-limit": { - - "ingress-rate": 100, - - "egress-rate": 100 - - } - - }, - - { - - "name": "OpenWifi_5GHz", - - "wifi-bands": [ - - "5G" - - ], - - "bss-mode": "ap", - - "encryption": { - - "proto": "psk2", - - "key": "OpenWifi", - - "ieee80211w": "optional" - - }, - - "rate-limit": { - - "ingress-rate": 100, - - "egress-rate": 100 - - } - - } - - ] - - }, - - { - - "name": "LAN", - - "role": "downstream", - - "services": [ "ssh", "lldp" ], - - "ethernet": [ - - { - - "select-ports": [ - - "LAN*" - - ] - - } - - ], - - "ipv4": { - - "addressing": "static", - - "subnet": "192.168.1.1/24", - - "dhcp": { - - "lease-first": 10, - - "lease-count": 100, - - "lease-time": "6h" - - } - - } - - } - - ], - - "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 - - } - - } - -} diff --git a/basic-05/VLAN_2GHz 8ssid.json b/basic-05/VLAN_2GHz 8ssid.json deleted file mode 100644 index 884642821..000000000 --- a/basic-05/VLAN_2GHz 8ssid.json +++ /dev/null @@ -1,563 +0,0 @@ -{ - - "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 - - } - - } - - } diff --git a/basic-05/VLAN_4ssid_2g.json b/basic-05/VLAN_4ssid_2g.json deleted file mode 100644 index cf11099de..000000000 --- a/basic-05/VLAN_4ssid_2g.json +++ /dev/null @@ -1,315 +0,0 @@ -{ - - "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" - - } - - } - - ] - - } - - ], - - "metrics": { - - "statistics": { - - "interval": 120, - - "types": [ - - "ssids", - - "lldp", - - "clients" - - ] - - }, - - "health": { - - "interval": 120 - - } - - }, - - "services": { - - "lldp": { - - "describe": "uCentral", - - "location": "universe" - - }, - - "ssh": { - - "port": 22 - - } - - } - - } diff --git a/basic-05/VLAN_4ssid_5g.json b/basic-05/VLAN_4ssid_5g.json deleted file mode 100644 index da411fc4a..000000000 --- a/basic-05/VLAN_4ssid_5g.json +++ /dev/null @@ -1,158 +0,0 @@ -{ - "uuid": 1, - "radios": [ - { - "band": "5G", - "country": "US", - "channel-width": 80 - } - ], - "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" - } - } - ] - } - ], - "metrics": { - "statistics": { - "interval": 120, - "types": [ - "ssids", - "lldp", - "clients" - ] - }, - "health": { - "interval": 120 - } - }, - "services": { - "lldp": { - "describe": "uCentral", - "location": "universe" - }, - "ssh": { - "port": 22 - } - } -} \ No newline at end of file diff --git a/basic-05/VLAN_5GHz 8ssid.json b/basic-05/VLAN_5GHz 8ssid.json deleted file mode 100644 index 60382ae3d..000000000 --- a/basic-05/VLAN_5GHz 8ssid.json +++ /dev/null @@ -1,581 +0,0 @@ -{ - - "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 - - } - - } - - } diff --git a/basic-05/VLAN_6ssid.json b/basic-05/VLAN_6ssid.json deleted file mode 100644 index 9e22bd83d..000000000 --- a/basic-05/VLAN_6ssid.json +++ /dev/null @@ -1,297 +0,0 @@ -{ - - "uuid": 1, - - "radios": [ - - { - - "band": "2G", - - "country": "US", - - "channel-width": 20 - - }, - - { - - "band": "5G", - - "country": "US", - - "channel-width": 80 - - } - - ], - - "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": "ssid_wpa_2g", - - "bss-mode": "ap", - - "wifi-bands": [ - - "2G" - - ], - - "encryption": { - - "proto": "psk", - - "key": "something", - - "ieee80211w": "optional" - - } - - }, - - { - - "name": "ssid_wpa2_2g", - - "bss-mode": "ap", - - "wifi-bands": [ - - "2G" - - ], - - "encryption": { - - "proto": "psk2", - - "key": "something", - - "ieee80211w": "optional" - - } - - } - - ] - - }, - - { - - "name": "WANv200", - - "role": "upstream", - - "vlan": { - - "id": 200 - - }, - - "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": "ssid_wpa_5g", - - "bss-mode": "ap", - - "wifi-bands": [ - - "5G" - - ], - - "encryption": { - - "proto": "psk", - - "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 - - } - - } - - } diff --git a/5g_ssid.json b/ucentral-configs/5g_ssid.json similarity index 100% rename from 5g_ssid.json rename to ucentral-configs/5g_ssid.json diff --git a/5g_ssid1.json b/ucentral-configs/5g_ssid1.json similarity index 100% rename from 5g_ssid1.json rename to ucentral-configs/5g_ssid1.json diff --git a/8ssid_2g.json b/ucentral-configs/8ssid_2g.json similarity index 100% rename from 8ssid_2g.json rename to ucentral-configs/8ssid_2g.json diff --git a/Bridge_6ssid.json b/ucentral-configs/Bridge_6ssid.json similarity index 100% rename from Bridge_6ssid.json rename to ucentral-configs/Bridge_6ssid.json diff --git a/Nat.json b/ucentral-configs/Nat.json similarity index 100% rename from Nat.json rename to ucentral-configs/Nat.json diff --git a/Ratelimit.json b/ucentral-configs/Ratelimit.json similarity index 100% rename from Ratelimit.json rename to ucentral-configs/Ratelimit.json diff --git a/VLAN_2GHz 8ssid.json b/ucentral-configs/VLAN_2GHz 8ssid.json similarity index 100% rename from VLAN_2GHz 8ssid.json rename to ucentral-configs/VLAN_2GHz 8ssid.json diff --git a/VLAN_4ssid_2g.json b/ucentral-configs/VLAN_4ssid_2g.json similarity index 100% rename from VLAN_4ssid_2g.json rename to ucentral-configs/VLAN_4ssid_2g.json diff --git a/VLAN_4ssid_5g.json b/ucentral-configs/VLAN_4ssid_5g.json similarity index 100% rename from VLAN_4ssid_5g.json rename to ucentral-configs/VLAN_4ssid_5g.json diff --git a/VLAN_5GHz 8ssid.json b/ucentral-configs/VLAN_5GHz 8ssid.json similarity index 100% rename from VLAN_5GHz 8ssid.json rename to ucentral-configs/VLAN_5GHz 8ssid.json diff --git a/VLAN_6ssid.json b/ucentral-configs/VLAN_6ssid.json similarity index 100% rename from VLAN_6ssid.json rename to ucentral-configs/VLAN_6ssid.json diff --git a/nat_testcases.json b/ucentral-configs/nat_testcases.json similarity index 100% rename from nat_testcases.json rename to ucentral-configs/nat_testcases.json diff --git a/ratelimit_70mbps.json b/ucentral-configs/ratelimit_70mbps.json similarity index 100% rename from ratelimit_70mbps.json rename to ucentral-configs/ratelimit_70mbps.json diff --git a/ratelimt_2ssids.json b/ucentral-configs/ratelimt_2ssids.json similarity index 100% rename from ratelimt_2ssids.json rename to ucentral-configs/ratelimt_2ssids.json diff --git a/wpa 2.4 bridge.json b/ucentral-configs/wpa 2.4 bridge.json similarity index 100% rename from wpa 2.4 bridge.json rename to ucentral-configs/wpa 2.4 bridge.json diff --git a/wpa2_2.4_bridge.json b/ucentral-configs/wpa2_2.4_bridge.json similarity index 100% rename from wpa2_2.4_bridge.json rename to ucentral-configs/wpa2_2.4_bridge.json diff --git a/wpa2_nat.json b/ucentral-configs/wpa2_nat.json similarity index 100% rename from wpa2_nat.json rename to ucentral-configs/wpa2_nat.json