Search…
2.4.0 GA
OpenWiFi Release 2.4 GA
Ordering OpenWiFi APs
Device Partner Information
Cloud Partner Information
Getting Started
Provisioning
User Interface
API
Monitoring
SDK Installation
Overview
Deploy using Docker Compose
Deploy using Helm
Configuration Examples
Basic Device Provisioning
Device Feature Configuration Examples
Zero Touch Provisioning
DHCP Relay
Services
Metrics
GRE
L2TP
VxLAN
WDS
Mesh
QoS
Dynamic Air Time Fairness
Dynamic Subscriber QoS
Captive Portal
ExpressWiFi
Roaming RRM and SON
RADIUS Authenticated SSID
Multi-PSK (MDU Shared Key)
Dynamic Air-Time Policy
Passpoint®
Switching
Port Speed
Release Notes
Features
Security
Resolved Issues
Test Automation Framework
Overview
Powered By
GitBook
Port Speed
OpenWiFi 2.1
Configuring port speed and operation is most commonly done with PoE access switches however the same configurations are possible for all OpenWiFi device types.
By default all ports attempt 1,000 Mb/s full duplex operation.
1
"ethernet": [
2
{
3
"select-ports": [
4
"WAN1"
5
],
6
"speed": 100,
7
"duplex": "half"
8
},
9
{
10
"select-ports": [
11
"WAN2"
12
],
13
"speed": 1000,
14
"duplex": "full"
15
},
16
{
17
"select-ports": [
18
"WAN3"
19
],
20
"speed": 100,
21
"duplex": "half"
22
}
23
],
Copied!
Previous
Switching
Next - Release Notes
Features
Last modified
5mo ago
Export as PDF
Copy link