Which one of the following standard sets is used in wireless LANs?
D.
Which one of the following methods is used to minimize collisions in a wireless LAN?
B.
A wireless scenario is made up of five wireless clients and two APs connected by a switch. Which one of the following correctly describes the wireless network.
A.
If a wireless access point is connected to a switch by a trunk port, which one of the following is mapped to a VLAN?
C.
Which of the following terms represents a Cisco wireless access point that cannot operate independently?
B.
Suppose that an autonomous AP is used to support wireless clients. Which one of the following answers lists the devices that traffic must take when passing from one wireless client to another?
A.
Suppose that a lightweight AP is used to support wireless clients. Which one of the following answers lists the device path that traffic must take when passing from one wireless client to another?
D.
A lightweight access point is said to have which one of the following architectures?
A.
How does a lightweight access point communicate with a wireless LAN controller?
D.
Which one of the following types of traffic is sent securely over an LWAPP tunnel?
B.
Which one of the following must be consistent for a wireless client to roam between lightweight APs that are managed by the same WLC?
A.
Which one of the following must be consistent for a wireless client to roam between lightweight APs that are managed by two different WLCs?
C.
Which one of the following locations is appropriate for an LAP?
D.
Which one of the following locations is appropriate for a WLC?
C.
Which one of the following is the correct switch config for a port connected to an LAP?
C.
Suppose an LAP/WLC combination is used to provide connectivity from SSID "staff" to VLAN 17. Which one of the following is the correct extent for the VLAN?
D.
Describe an IBSS (Independent Basic Service Set) network.
AKA ad-hoc. Where computers talk to each other and no network gear is involved. (no APs or switches)
Describe BSS (Basic Service Set)
Where wireless clients talk to each other through a single access point.
Requires the following:
matching SSID
compatible wireless rate
authentication credentials
Describe a ESS (Extended Service Set)
Where the supporting network has both wireless and wired capabilities. allows for multiple APs with a single SSID and multiple APs with multiple SSIDs.
Describe the difference between Layer 2 and Layer 3 roaming.
L2 - client maintains the same IP address while roaming.
L3 - APs have different IP subnets.
Define autonomous mode AP.
where each AP is a standalone device.
Describe the VLAN to SSID relationship
Each SSID can be associated with only one VLAN.
So, VLAN (wired) = SSID (wireless)
in a traditional wireless network having multiple SSID/VLAN associations and more than one autonomous AP,
What is used to carry the different VLANS from the APs to the Switch?
802.1Q trunk links.
But in a large wireless network, each AP must be manually controlled (aka, accessed, configured, all changes must match)
Describe Cisco unified wireless network.
LAP (Lightweight Access Point) performs the real-time 802.11 operations.
the LAP has 2 tunnels to a WLC (Wireless LAN Controller).
2 tunnels:
1. Control Messages (LAP config and management)
2. Data
What are the 2 tunnels available for LAP to WLC connectivity?
LWAPP (LightWeight Access Point Protocol) Cisco developed.
CAPWAP (Control and Provisioning Wireless Access Points protocol) based on Cisco design, open standard.
What functions are done (offloaded to the WLC from the LAP) by the WLC in a unified wireless environment?
Dynamic channel assignment
Transmit power otimization
Self-healing wireless coverage
Flexible client roaming
Dynamic client load balancing
RF monitoring
Security Management
What is HREAP?
Hybrid Remote Edge Access Point - used when a WAN seperates the LAP from the WLC.
Allows for the LAP to keep functioning until the WAN link is restored.
detail CLI for a switchport to support a autonomous AP.
G int gi 1/0/1
I switchport trunk encap dot1q
I switchport trunk allowed vlan 10,20,30
I switchport mode trunk
I spanning-tree portfast trunk
takeaway: standalone APs use a trunk to get data to a switch.
detail CLI for a switchport to support a LAP.
G vlan 100
V name ap-management
V exit
G int gi 1/0/10
I switchport
I switchport access vlan 100
I switchport mode access
I spanning-tree portfast
I power inline auto
I exit
takeaway: LAPs use access link for the link from LAP to Switch.
From switch to WLC is a trunk. Depending on volume of traffic, can be a etherchannel.