Chapter 27 - Analyzing Cisco Wireless Architectures Flashcards
What are Autonomous Access Points?
- Self sufficient systems that do not require a WLC (Wireless LAN Controller) to function.
- Without a central management system, each AP needs to be configured individually via console cable, web config, SSH, or Telnet.
- Can connect directly to a wired LAN so that wired and wireless hosts can communicate.
- Channel/Frequency, security policy, and QoS must be configured manually and is handled by the AP.
What are Cloud-Based Access Points?
- Autonomous APs that can be centrally managed and configured using a cloud-based management system.
- Can connect directly to a wired LAN so that wired and wireless hosts can communicate.
- The same as autonomous APs except can be centrally managed.
- Only Control Plane/Management traffic is sent to the cloud. Data Plane traffic takes the normal route (e.g. To the Distribution Layer etc.)
- Channel, Frequency, Transmit Power etc. can be dynamically decided for APs based on data taken by the management platform.
- An example of a cloud-based wirless system is Cisco Meraki
What is a Control Plane?
Any traffic used to control, configure, manage, and monitor an AP.
What is a Data Plane?
Any end-user traffic passing through the AP.
What is Split-MAC Architecture?
- A form of wireless architecture in which the data processing and management traffic are split between a Lightweight Access Point and a WLC (Wireless LAN Controller).
What is a Lightweight Access Point?
- Part of Split MAC-Architecture that handles the sending/receiving of traffic, encryption/decryption, sending out beacons and probes.
- The other part being the WLC (Wireless LAN Controller). This handles management (e.g. RF Management, Authenticating users, Security/QoS policies, selecting channels/frequencies, User authentication and roaming management).
What is a WLC?
- Wireless LAN Controller
- Part of Split MAC-Architecture that handles management traffic such as RF Management, Authenticating users, Security/QoS policies, selecting channels/frequencies, and roaming management.
- The other part being the Lightweight Access Point that handles data traffic (e.g. sending/receiving of traffic, encryption/decryption, sending out beacons and probes.).
True or False. In Split-MAC Architecture, Lightweight APs and the WLC have to be part of the same subnet.
False.
What is CAPWAP?
- The Control And Provisioning of Wireless Access Points
- Based on an older protocol called LWAPP (LightWeight Access Point Protocol)
- A tunnelling protocol used in Split-MAC Architecture that creates two tunnels:
- One for control (management) messages that are used to configure, control, and manage APs (uses UDP port 5246).
Encrypted by default.
- One for data which is where all traffic from wireless clients (excluding management) is sent. This goes to the WLC not
directly to its destination (uses UDP port 5247). - Encapsulates communication between LAPs and the WLC in new IP packets.
What are the two different tunnels created by CAPWAP?
- CAPWAP Control (5246) - Carries traffic used to configure and manage a LAP. Control messages are authenticated and encrypted by default so that the LAP can only interpret traffic from from the appropriate WLC.
- CAPWAP Data (5247) - Carries traffic between wireless clients associated with this particular LAP. Data messages are not encrypted by default, although, this can be enabled in the form of DTLS (Datagram Transport Layer Security).
What older technology is CAPWAP based on?
- Lightweight Access Point Protocol
- A legacy proprietary Cisco solution
What ports do the two CAPWAP tunnels use?
- CAPWAP Control - UDP 5246
- CAPWAP Data - UDP 5247
What is the certificate installed in each WLC and LAP upon manufacture required to authenticate each other?
- X.509
- Stops unauthorized APs from being added to the network an authenticated by the WLC
What layer do the CAPWAP tunnels operate at?
Layer 3
What are some of the functions and benefits of Split-MAC architecture?
- Dynamic Channel Assignment - Automatically choose and configure the channel used by each AP based on other active APs
- Transmit Power Optimization - Automatically set transmit power of each AP based on the coverage area required and the coverage area of other APs
- Self-Healing Wireless Coverage - If an AP dies, the coverage hole can be healed by turning up the transmit power of surrounding APs
- Flexible Client Roaming - Clients can roam between APs quickly
- Dynamic Client Load Balancing - If two or more APs cover the same area, the WLC can associate clients with the least congested AP.
- RF Monitoring - The WLC manages each AP and scans channels to monitor channel usage. The WLC can gather information about channels such as interference, noise, signals from other APs.
- Security and QoS policy Management - Can authenticate clients centrally and require them to obtain an IP from a trusted DHCP server before being allowed to associate to access the WLAN.
- Wireless Intrusion Protection - Can monitor client data to prevent malicious activity
- Scalability - It is much easier to build, maintain, and add to larger wireless networks