Chapter 29 - Building a Wireless LAN Flashcards
True or False. A VLAN is mapped to a WLAN.
True. A Dynamic Interface needs to be created for each WLAN.
True or False. You can only access an APs management interface via Telnet or SSH.
False. You can also use HTTP and HTTPS. For LAPs you need to access the connected WLCs interface to manage it.
What are the different types of physical ports on a WLC?
- Service Port - Used for out-of-band management, system recovery, and initial boot functions. Always has to connect to a switch port that is in access mode. Also best practice to connect to an access port that is part of the management VLAN.
- Distribution System Port - Used to connect the WLC to a DS for all AP data traffic. Normally connects to a switch port that is in trunk mode. All of these ports can be configured together as a single LAG (Link Aggregation Group) which allows for failover and load balancing.
- Console Port - Used for out-of-band management, system recovery, and initial boot functions. Terminal emulator must be configured as 9600 baud rate, 8 data bits, 1 stop bit, in order to access. Can be RJ45 and/or USB
- Redundancy port - Used to connect to a peer controller for high availability operation (failover).
True or False. WLC LAGs support standard EtherChannel protocols (e.g. LACP, PAGP).
False. The switch they connect to must have its EtherChannel mode set to ‘on’.
What are the different types of interfaces/logical interfaces in a WLC?
- Management Interface - IP used for in band management traffic such as RADIUS authentication (to login to the WLC), WLC to WLC communication, HTTP, HTTPS, and SSH sessons, SNMP, NTP, syslog, etc. Also used to terminate the CAPWAP tunnels between the controller and its APs. (CAPWAP type management and logging into the WLC to configure type management).
- Redundancy Management Interface - The management IP of a redundant WLC that is part of a high availability pair of controllers. The active WLC uses the management interface address while the standy WLC uses the redundancy management address.
- Virtual Interface - IP address facing wireless clients. Used when a client requests an IP and the WLC needs to provide an address from the correct pool as if it were the server (DHCP Relay), performing client web authentication, and supporting client mobility. The virtual interface IP address is only used for communications between the controller and wireless clients. It never appears as the source or destination address of a packet that goes out through the distribution ports and on to the local network. A commonly used address is 10.1.1.1 as it is not supposed to be routable and is also private. All WLCs in a single mobility group should have this IP as the same.
- Service Port Interface - Bound to the service port and used for out-of-band management. Only port available when the WLC is booting.
- Dynamic Interface - Used to connect a VLAN to a WLAN. For every WLAN created you must also create a Dynamic Interface. These must be part of different subnets.
What is a Mobility Group?
- A group of WLCs that define a seamless roaming area for clients, exchange information about said clients, and forward this information when roaming occurs between APs served by different WLCs. They also share information about their connected APs so that each controller does not treat other controller’s APs as rogue.
- WLCs in the same mobility group should be configured with the same Virtual Interface IP.
How many WLANs can a Cisco WLC support?
512, however, only 16 can be active at a time.
How often are WLAN beacons sent?
10 times per second
What do APs use to broadcast the existence of a WLAN?
Beacons
List downsides of having too many WLANs active at a time
- The more WLANs there are, the more management beacons are sent, the less airtime there is for actual traffic to be sent by wireless clients
True or False. EAP based wireless security systems require RADIUS/TACACs+ .
True.
When setting up a RADIUS server in a Cisco WLC, what are the two types of users that can be authenticated?
- Network Users - Wireless Clients
- Management - Administrators that will be configuring the WLC
What are the security types available when configuring a WLAN on a Cisco WLC?
- None - Open Authentication
- WPA + WPA2 - Wifi protected access WPA or WPA2
- 802.1x - EAP authentication with dynamic WEP
- Static WEP - WEP key security
- Static WEP + 802.1x - EAP authentication or static WEP
- CKIP - Cisco Key Integrity Protocol
- None + EAP Passthrough - Open Authentication with remote EAP authentication
What are the different options for QoS when setting up a WLAN in a Cisco WLC?
- Platinum - Favor Voice
- Gold - Favor Video
- Silver - Best Effort (default when creating a WLAN)
- Bronze - Background
What does the Enable Session Timeout setting do in the Advanced section of a Cisco WLC?
- Configures the length of time that a client’s session will last for before it is required to reauthenticate.
- Default is 1800 seconds (30 mins)
- Can be completely disabled