mirror of
https://github.com/Telecominfraproject/wlan-docs.git
synced 2026-01-27 10:23:24 +00:00
GitBook: [master] 31 pages and 5 assets modified
This commit is contained in:
BIN
.gitbook/assets/image (28).png
Normal file
BIN
.gitbook/assets/image (28).png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 72 KiB |
BIN
.gitbook/assets/image (29).png
Normal file
BIN
.gitbook/assets/image (29).png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
BIN
.gitbook/assets/image (30).png
Normal file
BIN
.gitbook/assets/image (30).png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
BIN
.gitbook/assets/image (31).png
Normal file
BIN
.gitbook/assets/image (31).png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
BIN
.gitbook/assets/image (32).png
Normal file
BIN
.gitbook/assets/image (32).png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
113
.gitbook/assets/simpleconfig_openwifidocs.json
Normal file
113
.gitbook/assets/simpleconfig_openwifidocs.json
Normal file
@@ -0,0 +1,113 @@
|
||||
{
|
||||
"uuid": 2,
|
||||
"unit": {
|
||||
"location": "TIP Lab Network",
|
||||
"timezone": "EST+5EDT,M3.2.0/2,M11.1.0/2"
|
||||
},
|
||||
"radios": [
|
||||
{
|
||||
"band": "5G",
|
||||
"country": "CA",
|
||||
"channel": "auto",
|
||||
"channel-mode": "HE",
|
||||
"channel-width": 80,
|
||||
"require-mode": "HT",
|
||||
"rates": {
|
||||
"beacon": 6000,
|
||||
"multicast": 24000
|
||||
}
|
||||
},
|
||||
{
|
||||
"band": "2G",
|
||||
"country": "CA",
|
||||
"channel": 11,
|
||||
"channel-mode": "HE",
|
||||
"channel-width": 80,
|
||||
"require-mode": "HT",
|
||||
"rates": {
|
||||
"beacon": 6000,
|
||||
"multicast": 24000
|
||||
}
|
||||
}
|
||||
],
|
||||
"interfaces": [
|
||||
{
|
||||
"name": "WAN",
|
||||
"role": "upstream",
|
||||
"services": [ "lldp", "dhcp-snooping" ],
|
||||
"ethernet": [
|
||||
{
|
||||
"select-ports": [
|
||||
"WAN*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"ipv4": {
|
||||
"addressing": "dynamic"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WAN100",
|
||||
"role": "upstream",
|
||||
"services": [ "lldp", "dhcp-snooping" ],
|
||||
"vlan": {
|
||||
"id": 100
|
||||
},
|
||||
"ethernet": [
|
||||
{
|
||||
"select-ports": [
|
||||
"WAN*"
|
||||
]
|
||||
}
|
||||
],
|
||||
"ssids": [
|
||||
{
|
||||
"name": "TIP OpenWiFi",
|
||||
"wifi-bands": [
|
||||
"2G", "5G"
|
||||
],
|
||||
"bss-mode": "ap",
|
||||
"encryption": {
|
||||
"proto": "psk2",
|
||||
"key": "OpenWiFi",
|
||||
"ieee80211w": "optional"
|
||||
},
|
||||
"services": [ "wifi-frames"]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"metrics": {
|
||||
"statistics": {
|
||||
"interval": 120,
|
||||
"types": [ "ssids", "lldp", "clients" ]
|
||||
},
|
||||
"health": {
|
||||
"interval": 120
|
||||
},
|
||||
"wifi-frames": {
|
||||
"filters": [ "probe",
|
||||
"auth",
|
||||
"assoc",
|
||||
"disassoc",
|
||||
"deauth",
|
||||
"local-deauth",
|
||||
"inactive-deauth",
|
||||
"key-mismatch",
|
||||
"beacon-report",
|
||||
"radar-detected"]
|
||||
},
|
||||
"dhcp-snooping": {
|
||||
"filters": [ "ack", "discover", "offer", "request", "solicit", "reply", "renew" ]
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"lldp": {
|
||||
"describe": "TIP OpenWiFi",
|
||||
"location": "LivingLab"
|
||||
},
|
||||
"ssh": {
|
||||
"port": 22
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user