1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

39 lines
1.0 KiB
Markdown
Raw Normal View History

2021-10-20 11:22:56 -04:00
# Wireless LANs
2022-08-12 16:37:47 -04:00
A wireless LAN is a set of interfaces connected via a common wireless channel, identified by its SSID and authentication parameters. Wireless [interfaces](../dcim/interface.md) can be associated with wireless LANs to model multi-acess wireless segments.
2021-10-20 11:22:56 -04:00
2022-08-12 16:37:47 -04:00
## Fields
2021-10-20 11:22:56 -04:00
2022-08-12 16:37:47 -04:00
### SSID
2021-10-20 11:22:56 -04:00
2022-08-12 16:37:47 -04:00
The service set identifier (SSID) for the wireless network.
### Group
The [wireless LAN group](./wirelesslangroup.md) to which this wireless LAN is assigned (if any).
### VLAN
Each wireless LAN can optionally be mapped to a [VLAN](../ipam/vlan.md), to model a bridge between wired and wireless segments.
### Authentication Type
The type of wireless authentication in use. Options include:
* Open
* WEP
* WPA Personal (PSK)
* WPA Enterprise
### Authentication Cipher
The security cipher used to apply wireless authentication. Options include:
* Auto (automatic)
* TKIP
* AES
### Pre-Shared Key
The security key configured on each client to grant access to the secured wireless LAN. This applies only to certain authentication types.