GitBook: [master] 22 pages and 3 assets modified

This commit is contained in:
Chris Busch
2021-04-25 18:45:59 +00:00
committed by gitbook-bot
parent 80a4ea80bc
commit 379d7c999a
5 changed files with 51 additions and 0 deletions

View File

@@ -1,2 +1,29 @@
---
description: IEEE 802.1Q VLAN over IEEE 802.11 SSID
---
# Multi-VLAN SSID
### 802.1Q VLAN to 802.11 Wi-Fi SSID
When assigning an SSID to a VLAN, this has the affect of adding the Virtual LAN inner tag to the header of Ethernet frames once Wi-Fi client traffic reaches the Access Point for forwarding onward over Ethernet.
The 'WAN' side of the Access Point will present an Ethernet sub-interface with the Virtual LAN identifier equivalent to VLAN set duing SSID creation.
802.1Q VLAN SSID is configured within Profiles, SSID Profile:
* Create a Profile of type SSID
* Assign a Profile Name
* Create the SSID
* Assign SSID Name
* Set related optional SSID parameters
* Network Connectivity
* Mode is set as Bridge
* Security and Encryption
* VLAN is set to 'Use Custom VLAN'
* Enter desired value from 2 - 4,095
![](../.gitbook/assets/screen-shot-2021-04-25-at-2.38.51-pm.png)
![Enter VLAN for SSID](../.gitbook/assets/screen-shot-2021-04-25-at-2.39.11-pm.png)

View File

@@ -1,2 +1,26 @@
---
description: Configuring AP as a Gateway
---
# NAT Gateway Mode SSID
### Network Address Translation Wi-Fi to Ethernet
When defining an SSID in NAT mode, this has the affect of isolating all SSID virtual interface traffic in Layer 2 and Layer 3 behind a NAT function inside the Access Point.
The Access Point will use its 'WAN' interface as the public facing IP address for clients behind the SSID associated to NAT mode operation.
NAT mode SSID will have a local DHCP service enabled by default with an address range of 192.168.1.0/24 where the first address is used by the Access Point as the SSID NAT LAN interface serving as default gateway address to all associated UE clients.
NAT SSID is configured within Profiles, SSID Profile:
* Create a Profile of type SSID
* Assign a Profile Name
* Create the SSID
* Assign SSID Name
* Set related optional SSID parameters
* Network Connectivity
* Ensure Mode is set to NAT
![SSID NAT Configuration](../.gitbook/assets/screen-shot-2021-04-25-at-2.45.19-pm.png)