DEPLOYMENT GUIDE DEPLOYING MOBILITY CONTROLLERS FOR MICROSOFT LYNC USING CLASSIFY MEDIA, ARUBA S HEURISTIC-BASED LYNC TRAFFIC CLASSIFICATION
|
|
|
- Laureen Palmer
- 9 years ago
- Views:
Transcription
1 DEPLOYING MOBILITY CONTROLLERS FOR MICROSOFT LYNC USING CLASSIFY MEDIA, ARUBA S HEURISTIC-BASED LYNC TRAFFIC CLASSIFICATION
2 INTRODUCTION The adoption of enterprise unified communication (UC) applications like Microsoft Lync is growing with incredible speed. The combination of mobile UC clients and a UCenabled Wi-Fi enables companies to improve collaboration, communication and mobility throughout the enterprise. Mobile devices running UC applications also create an excellent opportunity to rightsize networks and forgo investments in expensive switching infrastructure, backup power refresh and desk phones. One of the biggest obstacles for mobile UC over a WLAN has been the wireless infrastructure s limited ability to provide a high-quality user experience. This document describes the configuration of Aruba Mobility Controllers to detect Lync traffic based on heuristic detection. Heuristics detection of Lync 2010 and 2013 traffic has been available since ArubaOS 6.0. Using heuristic detection Lync traffic can be automatically prioritized for voice and video. This document assumes the existence of a tested Lync installation and a fully functioning Aruba WLAN. It is advisable to confirm the functionality of all components prior to configuration. This guide additionally references best-practices settings. Please refer to the ArubaOS user guide as well as the Aruba campus WLAN validated reference design guide for additional detailed configuration steps needed to ensure proper WLAN configuration. SOLUTION COMPONENTS Lync 2010/2013/Lync online system These Lync systems handle processing and management. The heuristics engine can detect Lync traffic for systems running Lync 2010, 2013 and Lync online solution (as part of Office 365). Lync 2010 and 2013 clients Lync clients provide a single interface for the user to communicate via instant messaging, voice messaging, calling to outside phones, video conferencing, web conferencing and file sharing. Clients are available for nearly all operating systems, including Windows, Mac OS, Android, ios, Windows Mobile and BlackBerry. Aruba Mobility Controllers Mobility Controllers offer centralized network services to Aruba APs and come in different capacities and form factors that fit into any size network. To take advantage of Lync heuristic detection, Mobility Controllers must be running ArubaOS 6.0 or later. Aruba APs Aruba APs come in a variety of different configurations, which gives customers a wide range of options for speed ac, n and a/b/g as well as capacity and RF coverage. Any AP that is compatible with a Mobility Controller can be used with the Lync integration. SOLUTION DESCRIPTION The Lync client and server send call control signals through the Mobility Controller via TCP port 5061 or TCP 443, which initiates a Lync call. This information is used to identify clients in the call and prioritize RTP streams. Configuration guidelines for Lync over Wi-Fi The following best practices are a required for a successful wireless Lync solution. Please refer to the ArubaOS user guide and Aruba campus WLAN validated reference design guide for details on making these settings. NOTE: Please review wmm dscp mapping values in show wlan ssid-profile <ssid name> output and verify it matches QoS settings on the server and wired infrastructure as appropriate. Refer to Configuring DSCP-WMM section in this document for more details on DSCP-WMM configuration.what is DLNA? DLRF RECOMMENDATIONS 100% coverage in all areas of Lync use Capacity-based RF design: Distance between two APs should not exceed more than 50 feet Min and max AP power difference no greater than two steps AP Power setting to low to moderate power Disable lower data rates Set supported beacon rate to higher rate Minimum RF signal (RSSI) levels of -65 dbm Minimum signal-to-noise ratio (SNR) of 25 db Local probe request threshold to 18 Cell size reduction to 15 db for dense deployment with AP-225s, and 10 db for dense deployment with AP-135s 2
3 CONTROLLER SETTINGS Broadcast filter ARP enabled on the virtual AP profile Enable fair-access station shaping policy in the traffic management profile On the SSID profile Set max-retries to eight Configure QoS settings (DSCP-WMM mapping) to be the same as the wired network and as per the tagging in the client devices if configured In the ARM profile Enable voice/video aware scan ClientMatch - enabled In case of 802.1X authentication in the dot1x profile Enable Opportunistic Key Caching (OKC) Enable validate-pmkid Enable EAPOL rate optimization NETWORK PERFORMANCE End-to-end QoS - Make sure the same QoS configured and matched across all the wired switches/routers and in wireless infrastructure end-to-end. Ensure that APs are included in QOS trust to enable upstream markings. Round trip delay of less than 100 ms between clients Jitter of less than 10 ms Packet loss <5% QoS trust on all voice ports When using mobile clients for Lync, Aruba recommends choosing clients that are WMM certified to ensure Lync traffic is prioritized appropriately NOTE: WMM certification for clients does not mean that the client traffic will be automatically prioritized in the air as per the WMM standards. For the upstream Lync traffic, from the client device, to benefit from WMM, the device s operating system needs to pass the classification from the application to the WLAN interface. This may be automatically supported on purpose built Wi-Fi Lync devices. However, on general purposed platforms like PCs, mobile phones and tablets, application traffic classification support on the OS must be implemented before the WMM features can be leveraged. Please refer to you device vendors OS recommendations to enable application traffic classification on the respective devices. NOTE: Beginning in Aruba OS Lync can be integrated to ArubaOS via the Microsoft SDN API. The SDN API provides improved visibility and troubleshooting capabilities for Lync. Heuristic and SDN integration are mutually exclusive in Aruba OS 6.3.x and cannot be configured together. But in Aruba OS 6.4, heuristics and SDN API can be configured together. Refer to What s New in AOS v6.4 section below for more details. Configuring the Aruba Mobility Controller to detect Lync traffic for Lync 2010/2013 The Mobility Controller can detect Lync traffic through packet inspection via an ACL configured in a user role. Inspection of this traffic is made possible through the use of the classify media option in the ACL. The classify media option tells the controller to watch the call control ports and then sample UDP traffic to detect a Lync call. To ensure optimal performance only a few packets are sampled. Once a call is detected the Mobility Controller will prioritize the stream on the AP. It is recommended to set up a netdestination alias for the Lync front end servers netdestination lync-servers host host Create an ACL to monitor the Lync call setup traffic: laptop clients will communicate on 5061 and mobile on 443. NOTE: You must also ensure that the Lync clients can communicate with other Lync clients via standard RTP ports (UDP ,535) or to the RTP ports as configured on the Lync server. Please refer to this tech net doc for more info aspx ip access-list session lync-control any alias lync-servers svcsips permit classify-media any alias lync-servers 443 permit classify-media ip access-list session lync-rtp any any udp permit Apply the ACL to the user role used for Lync traffic user-role lync-user access-list session lynccontrol access-list session lync-rtp NOTE: Administrator must configure an ACL to allow TCP based non-rtp Lync traffic such as desktop-sharing and file transfer. This traffic will not be prioritized by heuristics, but ACL will ensure the traffic is not blocked. 3
4 Configuring the Aruba Mobility Controller to detect Lync traffic for Lync Online Clients that connect to Microsoft Lync Online for Lync use Port 443 to send call control to the Lync servers. Since only a small number of packets are inspected applying this ACL should have minimal impact on the controller even though all https sessions will be inspected. Create an ACL to monitor the Lync call setup traffic ip access-list session lync-365- control any any tcp 443 permit classifymedia ip access-list session lync-rtp any any udp permit Apply the ACL to the user role used for Lync traffic user-role lync-user access-list session lync-365- control access-list session lync-rtp Verifying operation of heuristics detection of Lync traffic Once heuristics detection is configured on the Mobility Controller and users are assigned the role with the Lync detection ACL, the Mobility Controller will begin to identify and prioritize the Lync traffic. NOTE: Beginning in ArubaOS 6.3 additional commands to monitor Lync traffic via the SDN API were introduced. When using heuristics these commands will not display Lync call or client information. To verify the operation of the heuristics detection start a Lync call between two clients and then log into the Mobility Controller via the command line. Run the following commands to verify heuristic detection. show datapath session table <IP-of- Lync-Client> Ensure that the traffic between the two clients has the V flag set. show voice call-cdrs Ensure call data is recorded for each call (note there will be one call per device) Voice Client(s) CDRs CDR ID Value Client IP Call Type Client Name ALG Dir Called to Status Dur(sec) Original time R Client lync NA NA SUCC 32 Oct 9 13:51:34 NA NA Client lync NA NA SUCC 24 Oct 9 13:43:02 NA NA Client lync NA NA SUCC 70 Oct 9 13:39:08 NA NA Client lync NA NA SUCC 92 Oct 9 13:38:46 NA NA 25 10: Client lync NA NA SUCC 36 Oct 9 13:37:50 NA NA 4
5 Configuring DSCP-WMM mapping on the Aruba Mobility Controller DSCP-WMM mapping for Lync voice/video traffic can be configured on the controller. In addition, DSCP-WMM mapping for best-effort and background traffic can be configured as well as part of this configuration. I. Web UI configuration of DSCP-WMM mapping a. Configure traffic control prioritization profile: In configuration page, go to AP Group->Virtual AP->SSID Profile -> Advanced III. Default DSCP-WMM mapping If no DSCP value is configured on the controller, Lync VO/ VI traffic will be marked with default DSCP Tags. The default DSCP tag for Lync heuristics is as follows - Traffic Type Default DSCP Default WMM Voice 48 WMM-AC-VO Video 40 WMM-AC-VI Best Effort 24 WMM-AC-BE Background 8 WMM-AC-BK II. CLI Configuration # configure terminal (config) # wlan ssid-profile test (SSID Profile test ) #wmm (SSID Profile test ) #wmm-vo-dscp 56 (SSID Profile test ) #wmm-vi-dscp 40 (SSID Profile test ) #wmm-be-dscp 24 (SSID Profile test ) #wmm-bk-dscp 8 5
6 WHAT S NEW IN ARUBA OS 6.4 Simultaneous enablement of SDN API and Lync heuristics In 6.4, both Lync SDN API and heuristics based classification/ prioritization can be enabled simultaneously. In the case, where both methods are enabled SDN API based Lync classification will take priority. Dynamic opening of ports for Lync voice/video Traffic Prior to 6.4, UDP ports are needed be explicitly configured to allow Lync voice/video traffic as below: ip access-list session lync-acl any any udp permit In 6.4, firewall sessions will be dynamically opened up in datapath for Lync Voice and Video calls. For this, UDP port 3478 needs to be permitted in Lync ACL to allow STUN messages. Lync clients initiate STUN connectivity check prior to media transmission. Once STUN connectivity check is succeeded, media transmission happens. Dynamic opening of ports is not done for Lync desktopsharing and file transfer calls. Administrator needs to open up TCP ports used by these applications. CAVEATS IN AOS 6.4 Real time call quality UCC score is NOT available for Lync voice/video calls using heuristics Real time call quality UCC score is NOT available for Lync voice/video calls using Lync Online (Office 365) 6
7 APPENDIX A: MICROSOFT LYNC 2013/2013 CERTIFICATION TEST RESULTS Test results Microsoft designed three scenarios in their Wi-Fi test plan to mirror real-world conditions of end-users with Microsoft Lync: Data only, fixed and mobility. A series of tests was performed against each of these scenarios to test the infrastructure s ability to handle the QoS, connectivity and scalability requirements of the three test scenarios. A brief description of the three environments tested under the qualification program is as follows: Lync data-only over Wi-Fi The Lync Data-Only over Wi-Fi (data-only) category supports environments in which data applications predominate and the density of Wi-Fi clients is modest. While Lync can support a number of modalities; IM, presence, web conferencing and calendaring are predominantly data based modalities that are bursty in nature. Most devices, applications and networks can correctly handle data over Wi-Fi when user and client density is low to moderate. Lync fixed real-time (RT)-multimedia over Wi-Fi The Lync Fixed RT-Multimedia over Wi-Fi (Fixed) category is a superset of Lync data-only over Wi-Fi with the added capabilities of voice mail, video conferencing, telephony and audio conferencing over Wi-Fi. The key added functionality in this category is that real-time media is supported over Wi-Fi in a fixed setting. Lync mobility RT-multimedia over Wi-Fi The Lync mobility RT-multimedia over Wi-Fi (mobility) category is the superset under which both the data-only and fixed categories coexist. It encompasses all features of the other categories and also includes originating, consuming and terminating Lync services, including RT-multimedia, while mobile, e.g., a user who has a Lync portable device who uses various Lync workloads, including RT-multimedia, while mobile. Lync sessions can be originated when fixed or mobile. Lync Data-Only over Wi-Fi Section Test Case # Test Case Description Result Lync QoE Results (If multiple calls are being measured, the metrics will be document- ed for each call) Jitter (ms) Delay (ms) Packet Loss (%) NMOS Degradation a Certification Access Point is a certified Pass Access Point support a operation Pass G Wi-Fi Certified Access Point is g certified Pass Access point supports g operation Pass N Wi-Fi certified Access Point is n certified Pass Access point supports n operation (2.4GHz) Access point supports n operation (5GHz) 4.5 WPA2 Support Pass Pass Access point is certified for WPA2 enterprise Pass Access Point authenticates Lync End Point using WPA2 PSK Pass
8 4.5.3 Access Point authenticates Lync End Point Pass using WPA2 Enterprise AP supports PMK for roaming Pass Wide Channel Operation AP connectivity with both 20MHz and 40MHz support on 5GHz band 4.7 Power Over Gigabit Ethernet AP can be powered using a Power over Gigabit Ethernet inter-face 4.8 IPv6 Support AP supports IPv6 in either hardware or software AP can handle calls when both IPv4 and IPv6 are enabled 4.9 Band Steering AP can steer dual band clients to 5GHz when Band Steering is enabled 4.10 Spectrum Analysis AP can detect and display the source of interference on a channel AP can determine the category of interference in English terms 4.11 Logging AP generates session logs with session details 4.12 RF Coverage Pass Pass Pass Pass Pass Pass Pass NA WLAN solution can identify the client s Pass location (AP it is connected to ) and past roaming history archives the movements of the client WLAN solution displays RF coverage heat Pass maps in 2.4 GHz WLAN solution displays RF coverage heat Pass maps in 5 GHz 4.13 Ability to distinguish between voice/video/ data sessions Video session is specified as such in the logs NA Access Point should be able to distinguish NA between voice and video data traffic 4.14 Fair distribution of airtime among clients with different speeds All 11n clients Pass
9 4.14 Fair distribution of airtime among clients with different speeds All 11n clients Pass n capable endpoints have better throughput in a mixed 11n/11g environment when is enabled with fair-access Pass n capable endpoints have better throughput in a mixed 11n/11a environment when is enabled with fair-access Pass n clients have better performance in terms of throughput and MOS in a mixed 11n/11a environment when is enabled with preferred access Pass Balancing Client across Access Points AP responds with busy signal when it has reached maximum allowable users WLAN load balances across APs Traffic Classification on a per flow basis Access Point classifies untagged network Pass inbound video traffic from Lync Server and tags it on the wireless interface to the client Access Point classifies untagged network Pass inbound voice only traffic from Lync Server and tags it on the wireless interface to the client Access Point classifies untagged wireless inbound Pass video traffic from Lync End Point and tags it on the wired interface to Lync Server Access Point classifies untagged wireless Pass inbound voice only traffic from Lync End Point and tags it on the wired interface to Lync Server 4.17 Mapping Priority Tags Access Point remaps incorrect 802.1p and DSCP tags from the network inbound voice traffic to WMM and DSCP tags on wireless outbound interface Pass
10 Access Point remaps incorrect WMM and Pass DSCP tags from wire- less inbound video traffic to 802.1p and DSCP tags on network outbound interface Access Point remaps incorrect WMM and Pass DSCP tags on wire- less inbound voice traffic to 802.1p and DSCP tags on network outbound interface Access Point/controller has the ability to retag Pass incorrectly tagged voice only traffic from the wired interface with the correct voice tags on the wired (DSCP tags) and wireless (WMM tags) interfaces 4.18 Shaping Data Traffic Video call quality is not affected with data Pass traffic shaping enabled Voice call quality is not affected with data Pass traffic shaping enabled 4.19 Prioritizing SIP-TLS Access Point prioritizes untagged SIP TLS Pass traffic from the network over any other traffic type under full congestion Access Point prioritizes untagged SIP TLS Pass traffic from the WLAN over any other traffic type under full congestion 4.20 Encryption Support AP supports WPA2-AES encryption Pass AP supports WPA2-TKIP encryption Pass AP supports WPA-AES encryption Pass AP supports WPA-TKIP encryption Pass FIPS Accreditation accredited for government Pass applications 4.22 HIPAA Compliance HIPAA Compliance for healthcare solutions Pass 4.23 PCI Compliance PCI compliance for applications requiring Pass financial transactions 4.24 ICSA Certified Firewall Aruba has built-in ICSA certified firewall Pass 4.25 Quarantining Misbehaving Clients WLAN can detect and quarantine clients Pass that are spoofing IP addresses WLAN system can detect and quarantine Pass clients that have multiple authentication failures and clients that try to access restricted network WLAN system detects and quarantines clients generating de-auth attacks Pass
11 WLAN system can detects and prohibits client from associating to ad-hoc networks 4.26 Quarantining Misbehaving Clients Access Point performs rogue Access Point detection while servicing voice call Pass Pass Lync fixed real time (RT)-multimedia over Wi-Fi Section Test Case # Test Case Description Result 5.2 WMM Certification AP is certified for WMM Pass 5.3 Spatial Streams AP must disclose number of supported Pass spatial streams AP has at least two transmit antennas Pass AP has at least two receive antennas Pass 5.4 Dual Band Operation Lync QoE Results (If multiple calls are being measured, the metrics will be document- ed for each call) Jitter (ms) Delay (ms) Packet Loss (%) NMOS Degradation AP can handle calls in the 2.4 GHz band Pass AP can handle calls in the 5 GHz band Pass AP can handle simultaneous voice calls between users in 2.4GHz and between users in 5GHz Pass 5.5 Dynamic RF Power Management AP supports RF power management in a voice enabled network 5.6 Dynamic Channel Selection Pass EP1- EP3 0 EP2- EP4 1 EP1- EP4 2 EP2- EP3 1 EP1- EP3 10 EP2- EP4 10 EP1- EP4 9 EP2- EP AP supports dynamic channel selection in a Pass voice enabled network 5.7 Defer Intrusion Detection and Scanning while processing Real-Time Traffic WLAN does not cause jitter of more than 50ms while doing Intrusion Detection (Rogue AP detection) WLAN does not cause more than 1% packet loss while doing Intrusion Detection (Rogue AP detection) WLAN does not cause more than 3 consecutive lost packets while doing Intrusion Detection (Rogue Access Point) EP1- EP EP2- EP EP1- EP4 0.1 EP2- EP3 0 EP1- EP EP2- EP EP1- EP EP2- EP Pass Pass Pass
12 5.7.4 Intrusion detection is performed without increasing the RTP delay by more than 50ms (Rogue Access Point) WLAN does not cause degradation of call quality while doing Intrusion Prevention (Rogue Access Point) 5.8 WMM Tag Mapping AP maps WMM priority tag for video traffic to 802.1p priority tag for video traffic on the network side Access Point maps e (WMM) priority tag for voice traffic to 802.1p priority tag for voice traffic on the network side 5.9 Prioritizing Traffic AP can prioritize voice over video and video over data traffic with WMM and 802.1p tagging disabled on end-points and Lync server respectively AP can prioritize voice over video and video over data traffic with WMM and 802.1p tagging enabled on end-points and Lync server respectively AP can prioritize voice over video and video over data traffic with WMM disabled and 802.1p tagging enabled on end-points and Lync server respectively AP can prioritize voice over video and video over data traffic with WMM enabled and 802.1p tagging disabled on end-points and Lync server respectively 5.10 Protecting Existing Call Quality Existing call quality is not affected when a new call is made through a fully loaded Access Point 5.11 Priority Tag Mapping to Tunnel Priority Pass Pass Pass Pass Pass Pass Pass Pass Pass AP that tunnels all client traffic to controller maps WMM tags to AP that tunnels all client traffic to controller Pass maps WMM tags to DSCP tunnel priority tags AP that tunnels all client traffic to controller Pass maps DSCP tags to DSCP tunnel priority tags 5.12 Scalability of Wide Band Codec Voice Calls without Back- ground Traffic AP must be able to handle at least five Lync Pass video calls (10 clients) with no background traffic 5.13 Scalability of Video VGA Calls without Background Traffic AP must be able to handle at least one video Pass call with no back- ground traffic 5.14 Scalability of Wide Band Voice Calls with 100% UDP Down- stream Background Traffic 12
13 AP must be able to handle at least one Pass wide-band codec voice call with 100% UDP downstream background traffic 5.15 Scalability of Wide Band Codec Voice Calls with 100% UDP Upstream Background Traffic AP must be able to handle at least one Pass wide-band codec voice call with 100% UDP upstream background traffic 5.16 Scalability of Video VGA calls with 100% UDP Downstream Background Traffic AP must be able to handle at least one Pass wide-band codec voice call with 100% UDP downstream background traffic 5.17 Scalability of Video VGA calls with 100% UDP Upstream Background Traffic AP must be able to handle at least one Pass wide-band codec voice call with 100% UDP upstream background traffic 5.18 Scalability of Wide Band Voice Calls with 100% TCP Down- stream Background Traffic AP must be able to handle at least one wideband Pass codec voice call with TCP downstream background traffic 5.19 Scalability of Wide Band Codec Voice Calls with 100% TCP Upstream Background Traffic AP must be able to handle at least one Pass wide-band codec voice call with 100% TCP upstream background traffic 5.20 Scalability of Video VGA calls with 100% TCP Downstream Background Traffic AP must be able to handle at least one Pass wide-band codec voice call with 100% TCP downstream background traffic 5.21 Scalability of Video VGA calls with 100% TCP Upstream Background Traffic AP must be able to handle at least one wide-band codec voice call with 100% TCP upstream background traffic Pass
14 Lync mobility RT-multimedia over Wi-Fi Section Test Case # Test Case Description Result 6 Mobility 6.2 OKC/PMK Caching 6.3 Fast Roaming AP ensures fast roaming between APs without affecting call quality when encryption used is 802.1x AP ensures fast roaming between APs without affecting call quality when encryption used is PSK AP ensures fast roaming without affecting call quality when roaming between controller/aps in different subnets 6.4 Efficient Roaming with AP-assisted Handoff AP supports efficient roaming with AP-assisted handoff 6.5 Jitter During Roaming AP causes no more than 50ms jitter while roaming between APs 6.6 Delay During Roaming AP causes no more than 50ms delay when roaming between APs AP causes no more than 100ms delay when roaming between APs under maximum load 6.7 Packet Loss During Roaming Lync QoE Results (If multiple calls are being measured, the metrics will be document- ed for each call) Jitter (ms) Delay (ms) Packet Loss (%) NMOS Degradation Pass Pass Pass Pass Pass Pass AP causes no more than 1% packet loss Pass while roaming be- tween APs AP causes no more than 3 consecutive lost Pass packets while roaming between APs 6.8 Broadcast Load Indications using v QBSS Transition Mgmt. Frames Access Point broadcasts channel load information in beacon and probe response frames when QBSS is enabled 6.9 UCI Forum UC Mobility Certified AP is UCI Forum UC Mobility Certified Pass 6.10 WFA Voice Enterprise (V-E) Certified AP is WFA Voice Enterprise (V-E) Certified Pass Pass
15 APPENDIX B: MICROSOFT LYNC 2010/2013 CERTIFICATION TESTING CONFIGURATION Relevant configuration settings used for this test The following configuration settings were used during these tests ip access-list session lync any any tcp 5061 permit classify-media queue high user-role lync access-list session lync access-list session allowall rf arm-profile lync assignment disable max-tx-power 21 min-tx-power 3 voip-aware-scan ps-aware-scan rf dot11a-radio-profile slb-a channel 157+ tx-power 20.5 slb-update-interval 1 arm-profile lync rf dot11g-radio-profile slb-g no radio-enable channel 6 tx-power 20.5 slb-update-interval 1 arm-profile lync wlan wmm-traffic-management-profile lync enable-shaping voice 38 video 60 best-effort 1 background 1 wlan ssid-profile lync essid lync1 opmode wpa2-aes wmm wpa-passphrase 467a e217b- 8873deac82124cf5515e58938c724 qbss-load-enable 15
16 wlan virtual-ap lync aaa-profile lync ssid-profile lync vlan 3 blacklist-time 120 auth-failure-blacklist-time 180 vlan-mobility wmm-traffic-management-profile lync wlan traffic-management-profile lync bw-alloc virtual-ap lync share 100 shaping-policy fair-access ap-group lync virtual-ap lync dot11a-radio-profile slb-a dot11g-radio-profile slb-g dot11a-traffic-mgmt-profile lync dot11g-traffic-mgmt-profile lync 1344 CROSSMAN AVE SUNNYVALE, CA ARUBA T: FAX: [email protected] Aruba Networks, Inc. Aruba Networks, Aruba The Mobile Edge Company (stylized), Aruba Mobilty Management System, People Move. Networks Must Follow., Mobile Edge Architecture, RFProtect, Green Island, ETIPS, ClientMatch, Bluescanner and The All Wireless Workspace Is Open For Business are all Marks of Aruba Networks, Inc. in the United States and certain other countries. The preceding list may not necessarily be complete and the absence of any mark from this list does not mean that it is not an Aruba Networks, Inc. mark. All rights reserved. Aruba Networks, Inc. reserves the right to change, modify, transfer, or otherwise revise this publication and the product specifications without notice. While Aruba Networks, Inc. uses commercially reasonable efforts to ensure the accuracy of the specifications contained in this document, Aruba Networks, Inc. will assume no responsibility for any errors or omissions. DG_Lync_
solution guide Deploying Aruba Wireless Controllers with
Deploying Aruba Wireless Controllers with Microsoft Lync SDN API Table of Contents Introduction Not all Wi-Fi networks can meet the requirements for enterprise Lync Solution Components What s new in ArubaOS
Deploying Microsoft Lync Server 2010: Best Practices to achieve optimal voice and video quality with Microsoft Lync Server 2010 on Aruba Wireless LAN
Deploying Microsoft Lync Server 2010: Best Practices to achieve optimal voice and video quality with Microsoft Lync Server 2010 on Aruba Wireless LAN infrastructure Table of Contents Introduction 3 Unified
Optimizing Microsoft Lync Deployments on Extreme Networks IdentiFi Wireless
Optimizing Microsoft Lync Deployments on Extreme Networks IdentiFi Wireless Solution Deployment Guide and 802.11ac/802.11n Qualification Test Results Abstract: This document provides configuration instructions
Vocera Infrastructure Planning Summary. B3000n Compatible
Vocera Infrastructure Planning Summary B3000n Compatible Notice Copyright 2002- Vocera Communications, Inc. All rights reserved. Vocera is a registered trademark of Vocera Communications, Inc. This software
To configure firewall policies, you must install the Policy Enforcement Firewall license.
2. Select either the AP Group or AP Specific tab. Click Edit for the AP group or AP name. 3. Under Profiles, select AP to display the AP profiles. 4. Select the AP system profile you want to modify. 5.
Lync over Aruba Wi-Fi. Validated Reference Design
Lync over Aruba Wi-Fi Validated Reference Design Warning and Disclaimer This guide is designed to provide information about wireless networking, which includes Aruba Network products. Though Aruba uses
Vocera WLAN Requirements and Best Practices. B3000n Compatible
Vocera WLAN Requirements and Best Practices B3000n Compatible Notice Copyright 2002- Vocera Communications, Inc. All rights reserved. Vocera is a registered trademark of Vocera Communications, Inc. This
Aruba-Certified Design Expert (ACDX) Study Guide
Aruba-Certified Design Expert (ACDX) Study Guide Table of Contents Introduction Prerequisites for the ACDX Exam Format Software Versions Exam Deliverables Exam Equipment Scheduling and Paying for an Exam
Microsoft Lync Certification Configuration Guide for WiNG 5.5
Microsoft Lync Certification Configuration Guide for WiNG 5.5 December 2013 Revision 1 MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or registered trademarks of Motorola Trademark
Welch Allyn Acuity Network installation. Best practices
Welch Allyn Acuity Network installation Best practices ii Welch Allyn Network installation 2014 Welch Allyn. All rights are reserved. To support the intended use of the product described in this publication,
White Paper. Improve Air Quality by Minimizing SSIDs: Using Role-Based Access to Increase Wi-Fi Application Performance
White Paper Improve Air Quality by Minimizing SSIDs: Using Role-Based Access to Increase Wi-Fi Application Performance October 2010 Table of Contents Improve Air Quality by Minimizing SSIDs: Using Role-Based
Solving the Sticky Client Problem in Wireless LANs SOLVING THE STICKY CLIENT PROBLEM IN WIRELESS LANS. Aruba Networks AP-135 and Cisco AP3602i
SOLVING THE STICKY CLIENT PROBLEM IN WIRELESS LANS Aruba Networks AP-135 and Cisco AP3602i Conducted at the Aruba Proof-of-Concept Lab May 2013 Statement of test result confidence Aruba makes every attempt
TamoSoft Throughput Test
TAKE CONTROL IT'S YOUR SECURITY TAMOSOFT df TamoSoft Throughput Test Help Documentation Version 1.0 Copyright 2011-2014 TamoSoft Contents Contents... 2 Introduction... 3 Overview... 3 System Requirements...
Aruba Delivers the Optimal Wireless LAN Infrastructure for High-Quality Enterprise Voice Services
Tech Brief Enterprise Aruba Delivers the Optimal Wireless LAN Infrastructure for High-Quality Enterprise Voice Services Aruba Delivers the Optimal Wireless LAN Infrastructure for High-Quality Enterprise
ARUBA RAP-3 REMOTE ACCESS POINT
ARUBA RAP-3 REMOTE ACCESS POINT High-performance wireless and wired networking for branch offices and teleworkers The multifunctional Aruba RAP-3 delivers secure 802.11n wireless and wired network access
WI-FI PERFORMANCE BENCHMARK TESTING: Aruba Networks AP-225 and Cisco Aironet 3702i
WI-FI PERFORMANCE BENCHMARK TESTING: Networks AP-225 and Cisco Aironet 3702i Conducted at the Proof-of-Concept Lab January 24, 2014 Statement of Test Result Confidence makes every attempt to optimize all
Useful CLI Commands. Contents. Enable Logging
Useful CLI Commands Contents Enable Logging... 1 Interface... 3 AP... 4 ARM... 9 User... 11 Client Troubleshooting Typical... 16 Radio Tests (rft)... 16 Windows Client data... 18 Enable Logging (Aruba3200)
Cloud-based Wireless LAN for Enterprise, SMB, IT Service Providers and Carriers. Product Highlights. Relay2 Enterprise Access Point RA100 Datasheet
Cloud-based Wireless LAN for Enterprise, SMB, IT Service Providers and Carriers The Relay2 Smart Access Point (RA100) is an enterprise-class access point designed for deployment in high-density environments
Measure wireless network performance using testing tool iperf
Measure wireless network performance using testing tool iperf By Lisa Phifer, SearchNetworking.com Many companies are upgrading their wireless networks to 802.11n for better throughput, reach, and reliability,
ARUBA NETWORKS DESIGNS AND DELIVERS MOBILITY-DEFINED NETWORKS THAT EMPOWER A NEW GENERATION OF TECH-SAVVY USERS
CORPORATE OVERVIEW ARUBA NETWORKS DESIGNS AND DELIVERS MOBILITY-DEFINED NETWORKS THAT EMPOWER A NEW GENERATION OF TECH-SAVVY USERS who rely on their mobile devices for every aspect of work and personal
Virtual Access Points
Virtual Access Points Performance Impacts in an 802.11 environment and Alternative Solutions to overcome the problems By Thenu Kittappa Engineer Author: Thenu Kittappa Page 1 Virtual Access Points... 1
Abstract. Avaya Solution & Interoperability Test Lab
Avaya Solution & Interoperability Test Lab Application Notes for an Aruba Networks Remote Access VPN Solution with GSM Failover using an Avaya Aura Telephony Infrastructure in a Converged Voice over IP
Welch Allyn Connex, VitalsLink by Cerner, and Connex CSK Network installation. Best practices overview
Welch Allyn Connex, VitalsLink by Cerner, and Connex CSK Network installation Best practices overview ii Welch Allyn Network installation 2015 Welch Allyn. All rights are reserved. To support the intended
Deploying the ShoreTel IP Telephony Solution with a Meru Networks Wireless LAN
Deploying the ShoreTel IP Telephony Solution with a Meru Networks Wireless LAN Copyright 2005, Meru Networks, Inc. This document is an unpublished work protected by the United States copyright laws and
Site Survey and RF Design Validation
CHAPTER 8 Site Survey Introduction In the realm of wireless networking, careful planning is essential to ensure that your wireless network performs in a manner that is consistent with Cisco s design and
Configuring Adaptive Radio Management (ARM) Profiles and Settings
Configuring Adaptive Radio Management (ARM) Profiles and Settings This document describes how to configure the ARM function to automatically select the best channel and transmission power settings for
Dedicated Air Monitors? You Decide.
Tech Brief Enterprise Dedicated Air Monitors? You Decide. Introduction Aruba customers commonly ask: Do I need dedicated air monitors in an Aruba deployment, or can I get by with just access points? The
WI-FI PERFORMANCE BENCHMARK TESTING: Aruba Networks AP-135 and Cisco AP3602i
WI-FI PERFORMANCE BENCHMARK TESTING: Aruba Networks AP-135 and Cisco AP3602i Conducted at Aruba Proof of Concept (PoC) Lab June 2012 Statement of test result confidence Aruba makes every attempt to optimize
A Closer Look at Wireless Intrusion Detection: How to Benefit from a Hybrid Deployment Model
A Closer Look at Wireless Intrusion Detection: How to Benefit from a Hybrid Deployment Model Table of Contents Introduction 3 Deployment approaches 3 Overlay monitoring 3 Integrated monitoring 4 Hybrid
White Paper. Enabling High-Performance for Apple ipads in the Enterprise
White Paper Enabling High-Performance for Apple ipads in the Enterprise September 2010 Table of Contents Enabling High-Performance for Apple ipads in the Enterprise 1 ipad Unleashed in Your Enterprise...
The ArubaOS Spectrum Analyzer Module
Tech Brief Enterprise The ArubaOS Spectrum Analyzer Module The ArubaOS Spectrum Analyzer Module Tech Brief Table of Contents Introduction... 2 Visibility into the non-802.11 Spectrum... 2 Features... 3
District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification
1.1 Multipoint Control Unit (MCU) A. The MCU shall be capable of supporting (20) continuous presence HD Video Ports at 720P/30Hz resolution and (40) continuous presence ports at 480P/30Hz resolution. B.
ADDENDUM 12 TO APPENDIX 8 TO SCHEDULE 3.3
ADDENDUM 12 TO APPENDIX 8 TO SCHEDULE 3.3 TO THE Overview EXHIBIT T to Amendment No. 60 Secure Wireless Network Services are based on the IEEE 802.11 set of standards and meet the Commonwealth of Virginia
Wireless Best Practices For Schools
A COSN BEST PRACTICES WHITE PAPER Wireless Best Practices For Schools Guidelines for School System Leaders Brought to you by April 2015 Table of Contents Executive Overview... 3 Coverage and RF Considerations...
Design and Implementation Guide. Apple iphone Compatibility
Design and Implementation Guide Apple iphone Compatibility Introduction Security in wireless LANs has long been a concern for network administrators. While securing laptop devices is well understood, new
ARUBA INSTANT 103 IAP-103 HP 103 INSTANT
ARUBA INSTANT 103 IAP-103 HP 103 INSTANT Cost effective dual-band coverage in mediumdensity enterprise Wi-Fi environments Multifunctional and affordable Instant 103 wireless access points (APs) maximize
solution guide DLNA, AIRPLAY AND AIRPRINT ON CAMPUS NETWORKS
DLNA, AIRPLAY AND AIRPRINT ON CAMPUS NETWORKS Table of Contents Warning and Disclaimer Introduction What is Zero Configuration Networking (zeroconf)? What is DLNA? Making DLNA and Bonjour work over WLANs
Design Guide for Pervasive Wireless Networks
Design Guide Design Guide for Pervasive Wireless Networks This document describes how to design and install a pervasive wireless network based on the Meru Networks Wireless LAN (WLAN) System. A pervasive
Wireless Local Area Networks (WLANs)
4 Wireless Local Area Networks (WLANs) Contents Overview...................................................... 4-3 Configuration Options: Normal Versus Advanced Mode.............. 4-4 Normal Mode Configuration..................................
Configuration Guide for RFMS 3.0 Initial Configuration. WiNG 5 How-To Guide. Firewall. June 2011 Revision 1.0
Configuration Guide for RFMS 3.0 Initial Configuration XXX-XXXXXX-XX WiNG 5 How-To Guide Firewall June 2011 Revision 1.0 MOTOROLA and the Stylized M Logo are registered in the US Patent & Trademark Office.
Apple Airport Extreme Base Station V4.0.8 Firmware: Version 5.4
1. APPLE AIRPORT EXTREME 1.1 Product Description The following are device specific configuration settings for the Apple Airport Extreme. Navigation through the management screens will be similar but may
CONNECTING TO LYNC/SKYPE FOR BUSINESS OVER THE INTERNET NETWORK PREP GUIDE
CONNECTING TO LYNC/SKYPE FOR BUSINESS OVER THE INTERNET NETWORK PREP GUIDE Engineering Version 1.3 June 3, 2015 Table of Contents Foreword... 3 Current Network... 4 Understanding Usage/Personas... 4 Modeling/Personas...
Application Note Voice over Wi-Fi
Application Note Voice over Wi-Fi Application Note Voice over Wi-Fi Table of Contents Table of Contents... 2 Background... 3 Description... 3 Theory of Operation... 4 Threats... 14 Xirrus Security Measures...
Enterprise A Closer Look at Wireless Intrusion Detection:
White Paper Enterprise A Closer Look at Wireless Intrusion Detection: How to Benefit from a Hybrid Deployment Model Josh Wright Senior Security Researcher Introduction As wireless enterprise networks become
BYOD Networks for Kommuner
BYOD Networks for Kommuner Simon Tompson Solutions Architect @MerakiSimon About Meraki The recognized leader in Cloud Networking - Thousands of customer networks in over 100 countries worldwide - World
High-Density Wi-Fi. Application Note
High-Density Wi-Fi Application Note Table of Contents Background... 3 Description... 3 Theory of Operation... 3 Application Examples... Tips and Recommendations... 7 2 Background One of the biggest challenges
Voice over WiFi Deployment recommendations and best practices
Voice over WiFi Deployment recommendations and best practices BRKEWN-2000 Flavien RICHARD Mobility Solutions Architect 2 Agenda Voice over WiFi Deployment recommendations and best practices Voice over
Configuring QoS in a Wireless Environment
12 CHAPTER This chapter describes how to configure quality of service (QoS) on your Cisco wireless mobile interface card (WMIC). With this feature, you can provide preferential treatment to certain traffic
Improving Quality of Service
Improving Quality of Service Using Dell PowerConnect 6024/6024F Switches Quality of service (QoS) mechanisms classify and prioritize network traffic to improve throughput. This article explains the basic
Meru MobileFLEX Architecture
Meru MobileFLEX Architecture Bringing new levels of choice and control to enterprise wireless LANs Today, network management is a tug-of-war between user demands and IT requirements. Users are pulling
Wireless Ethernet LAN (WLAN) General 802.11a/802.11b/802.11g FAQ
Wireless Ethernet LAN (WLAN) General 802.11a/802.11b/802.11g FAQ Q: What is a Wireless LAN (WLAN)? Q: What are the benefits of using a WLAN instead of a wired network connection? Q: Are Intel WLAN products
2.4GHz / 5GHz Dual CPU 600Mbps 11N AP/Router
Dual Band Concurrent Router ESR7750 2.4GHz / 5GHz Dual CPU 600Mbps 11N AP/Router PRODUCT DESCRIPTION ESR7750 is a Dual Band Concurrent Wireless 11N Broadband Router with dual CPU that offers user unprecedented
IP Office Technical Tip
IP Office Technical Tip Tip no: 195 Release Date: October 26, 2007 Region: GLOBAL Using Packet Capture Software To Verify IP Network VoIP Quality Of Service (QoS) Operation Converged networks can experience
Microsoft Office Communications Server 2007 & Coyote Point Equalizer Deployment Guide DEPLOYMENT GUIDE
Microsoft Office Communications Server 2007 & Coyote Point Equalizer DEPLOYMENT GUIDE Table of Contents Unified Communications Application Delivery...2 General Requirements...6 Equalizer Configuration...7
Configuration Guide for RFMS 3.0 Initial Configuration. WiNG 5 How-To Guide. Role-Based Firewall. June 2011 Revision 1.0
Configuration Guide for RFMS 3.0 Initial Configuration XXX-XXXXXX-XX WiNG 5 How-To Guide Role-Based Firewall June 2011 Revision 1.0 MOTOROLA and the Stylized M Logo are registered in the US Patent & Trademark
Software-Powered VoIP
Software-Powered VoIP Ali Rohani Anthony Murphy Scott Stubberfield Unified Communications Architecture Core Scenarios UC endpoints QOE Monitoring Archiving CDR AOL Public IM Clouds Yahoo Remote Users MSN
Level: 3 Credit value: 9 GLH: 80. QCF unit reference R/507/8351. This unit has 6 learning outcomes.
This unit has 6 learning outcomes. 1. Know telephony principles. 1.1. Demonstrate application of traffic engineering concepts Prioritization of voice traffic Trunking requirements Traffic shaping. 1.2.
Overview. Summary of Key Findings. Tech Note PCI Wireless Guideline
Overview The following note covers information published in the PCI-DSS Wireless Guideline in July of 2009 by the PCI Wireless Special Interest Group Implementation Team and addresses version 1.2 of the
Document Created by Nick Schuster
Document Created by Nick Schuster Product Overview...4 Introduction... 4 Features... 5 Package Contents... 6 System Requirements... 6 Hardware Overview...7 LEDs... 7 Connections... 7 Basic Installation...8
Enterprise Best Practices for Apple Devices on Cisco Wireless LAN
Enterprise Best Practices for Apple Devices on Cisco Wireless LAN Copyright 2016 Cisco Systems, Inc. Contents Contents SCOPE 3 Background 3 Wireless LAN Considerations 4 RF Design Guidelines for Apple
L2+ Unified Wired/Wireless Gigabit PoE Switches
Scalable Unified Wired/Wireless Network Architecture Manages up to 48 D-Link Unified Access Points Up to 192 Unified Access Points can be managed by a cluster of four DWS-3160 switches Robust Wired/Wireless
The Ultimate WLAN Management and Security Solution for Large and Distributed Deployments
The Ultimate WLAN Management and Security Solution for Large and Distributed Deployments Centralized WLAN management and auto provisioning Manages up to 0 APs with granular access control Advanced RF management
QUALITY OF SERVICE FOR CLOUD-BASED MOBILE APPS: Aruba Networks AP-135 and Cisco AP3602i
QUALITY OF SERVICE FOR CLOUD-BASED MOBILE APPS: Aruba Networks AP-135 and Cisco AP3602i Conducted at the Aruba Proof-of-Concept Lab November 2012 Statement of test result confidence Aruba makes every attempt
ESR7550 KEY FEATURES PRODUCT DESCRIPTION
PRODUCT DESCRIPTION ESR7750 is a Dual Band Concurrent Wireless 11N Broadband Router with dual CPU that offers user unprecedented network performance. WMM support boosts streaming and multimedia intensive
IMPLEMENTATION GUIDE. Copyright 2013, Juniper Networks, Inc. 1
IMPLEMENTATION GUIDE Configuring Juniper WLAN for an Optimal Microsoft Lync Experience Although Juniper Networks has attempted to provide accurate information in this guide, Juniper Networks does not warrant
WHITE PAPER COMBATANT COMMAND (COCOM) NEXT-GENERATION SECURITY ARCHITECTURE USING NSA SUITE B
COMBATANT COMMAND () NEXT-GENERATION SECURITY ARCHITECTURE USING NSA SUITE B TABLE OF CONTENTS COMBATANT COMMAND () NEXT-GENERATION SECURITY ARCHITECTURE USING NSA SUITE B NSA COMMERCIAL SOLUTION FOR CLASSIFIED
NXC5200/ NWA5000-N Series Wireless LAN Controller/ 802.11 a/b/g/n Managed Access Point
Higherbandwidth, higher density with full range of 802.11n s (NWA5000N Series) Comprehensive guest network management with auto guest account generator and Web authentication support Manage up to 240 APs
Meru MobileFLEX Architecture
Meru MobileFLEX Architecture Bringing new levels of choice and control to enterprise wireless LANs Mobility has transformed work from a location to an activity. Smartphones, tablets, and laptops enable
Vocera Infrastructure Planning Guide. Version 4.4
Vocera Infrastructure Planning Guide Version 4.4 Copyright 2002-2014 Vocera Communications, Inc. All rights reserved. Protected by US Patent Numbers D486,806; D486,807; 6,892,083; 6,901,255; 7,190,802;
Meraki Wireless Solution Comparison
Meraki Wireless Solution Comparison Why Meraki? Simplified cloud management Intuitive interface allows devices to be configured in minutes without training or dedicated staff Centrally manage thousands
Cisco CCNP 642 845 Optimizing Converged Cisco Networks (ONT)
Cisco CCNP 642 845 Optimizing Converged Cisco Networks (ONT) Course Number: 642 845 Length: 5 Day(s) Certification Exam This course will help you prepare for the following exam: Cisco CCNP Exam 642 845:
VIA COLLAGE Deployment Guide
VIA COLLAGE Deployment Guide www.true-collaboration.com Infinite Ways to Collaborate CONTENTS Introduction... 3 User Experience... 3 Pre-Deployment Planning... 3 Connectivity... 3 Network Addressing...
Tech Brief. Enterprise Secure and Scalable Enforcement of Microsoft s Network Access Protection in Mobile Networks
Tech Brief Enterprise Secure and Scalable Enforcement of Microsoft s Network Access Protection in Mobile Networks Introduction In today s era of increasing mobile computing, one of the greatest challenges
Enterprise WLAN Architecture
Enterprise WLAN Architecture Steve Acker Wireless Network Consulting Engineer CCIE #14097 CISSP #86844 2009 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Wireless LAN Mobility Services Security
Designing, Securing and Monitoring 802.11a/b/g/n Wireless Networks
Designing, Securing and Monitoring 802.11a/b/g/n Wireless Networks The importance of Wireless today Increasingly in the Corporate Environment, Wireless is becoming an enabling technology to facilitate
Deploying a Secure Wireless VoIP Solution in Healthcare
Deploying a Secure Wireless VoIP Solution in Healthcare Situation Healthcare is a natural environment for wireless LAN solutions. With a large mobile population of doctors, nurses, physician s assistants
Aruba Aruba Certification ACMP-6.4 test questions and answers :http://www.it-tests.com/ACMP-6.4.html
IT-TESTs.com IT Certification Guaranteed, The Easy Way! \ http://www.it-tests.com We offer free update service for one year Exam : ACMP-6.4 Title : Aruba Certified Mobility Professional 6.4 Vendor : Aruba
IxVeriWave BYOD (Bring Your Own Device) Testing
IxVeriWave BYOD (Bring Your Own Device) Testing Highlights High-scale controller load testing with a single test involving tens of thousands of clients and hundreds of APs Real-world deployment tests scale
Document ID: 108184. Contents. Introduction. Prerequisites. Requirements. Components Used. Related Products. Conventions. 802.
Products & Services Configure 802.11n on the WLC Document ID: 108184 Contents Introduction Prerequisites Requirements Components Used Related Products Conventions 802.11n - An Overview How Does 802.11n
VIA CONNECT PRO Deployment Guide
VIA CONNECT PRO Deployment Guide www.true-collaboration.com Infinite Ways to Collaborate CONTENTS Introduction... 3 User Experience... 3 Pre-Deployment Planning... 3 Connectivity... 3 Network Addressing...
On-Demand Call Center with VMware View
On-Demand Call Center with VMware A VMware 5 and Mitel Unified Communication Practice KEY BENEFITS Leverage infrastructure consolidation and desktop virtualization to deliver instant call center architecture.
Configure IOS Catalyst Switches to Connect Cisco IP Phones Configuration Example
Configure IOS Catalyst Switches to Connect Cisco IP Phones Configuration Example Document ID: 69632 Introduction Prerequisites Requirements Components Used Conventions Background Information Configure
IP Telephony v1.0 Scope and Sequence. Cisco Networking Academy Program
IP Telephony v1.0 Scope and Sequence Cisco Networking Academy Program Table of Content COURSE OVERVIEW...4 Course Description...4 Course Objectives...4 Target Audience...5 Prerequisites...5 Lab Requirements...5
Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks
Analysis of QoS parameters of VOIP calls over Wireless Local Area Networks Ayman Wazwaz, Computer Engineering Department, Palestine Polytechnic University, Hebron, Palestine, [email protected] Duaa sweity
Abstract. Avaya Solution & Interoperability Test Lab
Avaya Solution & Interoperability Test Lab Configuring NETGEAR PROSAFE 8-port, 16-port and 24-port switches Supporting Power over Ethernet with Avaya Communication Manager, Avaya one-x Quick Edition G10
Linksys WAP300N. User Guide
User Guide Contents Contents Overview Package contents 1 Back view 1 Bottom view 2 How to expand your home network 3 What is a network? 3 How to expand your home network 3 Where to find more help 3 Operating
Table of Contents. Product Overview...4 Package Contents...4 System Requirements... 4 Introduction...5 Features... 7
Table of Contents Table of Contents Product Overview...4 Package Contents...4 System Requirements... 4 Introduction...5 Features... 7 Wireless Basics...8 Standards-Based Technology... 9 Wireless Installation
ClickShare Network Integration
ClickShare Network Integration Application note 1 Introduction ClickShare Network Integration aims at deploying ClickShare in larger organizations without interfering with the existing wireless network
The Importance of Proactive Network Management in Skype for Business
July 15 The Importance of Proactive Network Management in Skype for Business Michael F. Finneran How customers should consider Nectar s UC Management Platform components to support Skype for Business deployments
IxChariot Pro Active Network Assessment and Monitoring Platform
IxChariot Pro Active Network Assessment and Monitoring Platform Network performance and user experience are critical aspects of your business. It is vital to understand customers perception of your website,
WRE2205. User s Guide. Quick Start Guide. Wireless N300 Range Extender. Default Login Details. Version 1.00 Edition 1, 06/2012
WRE2205 Wireless N300 Range Extender Version 1.00 Edition 1, 06/2012 Quick Start Guide User s Guide Default Login Details LAN IP Address http://192.168.1.2 User Name admin Passwordwww.zyxel.com 1234 Copyright
Key Features. EnGenius Outdoor Base Station designs High Power, High Sensitivity and Strong Reliability Solutions under Harsh Environment.
802.11 b/g/n N300 Access Point Key Features IEEE 802.11 b/g/n compliant Up to 300Mbps (2.4GHz) Complaint with IEEE 802.3 at for PoE supported PoE injector with reset from remote-end Two Gigabit Ethernet
Configuring an efficient QoS Map
Configuring an efficient QoS Map This document assumes the reader has experience configuring quality of service (QoS) maps and working with traffic prioritization. Before reading this document, it is advisable
Configuration Guide for RFMS 3.0 Initial Configuration. WiNG5 How-To Guide. Network Address Translation. July 2011 Revision 1.0
Configuration Guide for RFMS 3.0 Initial Configuration XXX-XXXXXX-XX WiNG5 How-To Guide Network Address Translation July 2011 Revision 1.0 MOTOROLA and the Stylized M Logo are registered in the US Patent
