§ — — Network Administration
WLAN configuration can be performed on home wireless routers, standalone APs, or centralized wireless LAN controllers. The exact interface varies by vendor, but the core ideas remain the same: configure network addressing, SSID, security, VLAN mapping, and verification.
By the end of this module, you should be able to:
A home or small-office router is usually configured through a web interface. Basic access steps are:
Do not leave default administrator credentials in place.
Common basic settings include:
The router LAN IP often becomes the default gateway for local clients.
Important wireless settings include:
Use strong encryption, preferably WPA2 or WPA3. Avoid WEP and weak passwords.
ProReviewer — locked
Drills, code labs, and full solutions.
A mesh network uses multiple wireless nodes to extend coverage. Mesh can simplify coverage expansion, but performance depends on placement, backhaul quality, and interference. Wired backhaul is usually more reliable than wireless backhaul when available.
Network Address Translation allows many private IPv4 devices to share one public IPv4 address. In home routers, NAT is commonly enabled by default on the internet-facing connection.
Quality of Service prioritizes important traffic such as voice, video, or conferencing. QoS does not create extra bandwidth, but it can reduce delay and jitter for selected traffic during congestion.
Port forwarding allows inbound traffic from the internet to reach a specific internal device and port. It should be used carefully because it exposes internal services. Only forward ports that are necessary and secure.
ProReviewer — locked
Drills, code labs, and full solutions.
A wireless LAN controller (WLC) centrally manages lightweight APs and WLAN settings. Instead of configuring every AP separately, administrators configure SSIDs, security, interfaces, VLAN mappings, and policies on the controller.
A WLC can show joined APs, their operational status, assigned channels, clients, and software version. This helps verify that APs are connected and ready before creating or modifying WLANs.
The general WLC workflow is:
ProReviewer — locked
Drills, code labs, and full solutions.
WPA2-Enterprise uses 802.1X authentication, typically with a RADIUS server. Instead of one shared Wi-Fi password, users or devices authenticate with individual credentials or certificates.
Common components:
SNMP can be used for monitoring. RADIUS is used for centralized authentication, authorization, and accounting.
When configuring RADIUS, confirm:
ProReviewer — locked
Drills, code labs, and full solutions.
Wireless clients need valid IP settings. Depending on the design, DHCP may be provided by a router, server, firewall, or the WLC itself. The WLAN VLAN/interface must match the DHCP scope intended for those clients.
If a client cannot connect:
If the wireless network is slow:
ProReviewer — locked
Drills, code labs, and full solutions.
Firmware updates can fix bugs, improve security, and add device support. Before updating, read release notes, back up the current configuration, schedule downtime if needed, and verify the device after the update.
WLAN configuration includes SSID creation, security selection, VLAN/interface mapping, DHCP planning, and client testing. Home routers combine many functions in one device, while WLCs centralize AP and WLAN management for larger networks.
Done with this module? Track it — your progress shows on the subject list.
Up next
Routing Concepts→←Previous: WLAN Concepts