Cisco Router and Security Device Manager Cisco Easy VPN Server

Size: px
Start display at page:

Download "Cisco Router and Security Device Manager Cisco Easy VPN Server"

Transcription

1 Application Note Cisco Router and Security Device Manager Cisco Easy VPN Server Introduction This document explains how to configure a Cisco Easy VPN server. Cisco Easy VPN Introduction Cisco Easy VPN greatly simplifies virtual private network (VPN) deployment for remote offices and teleworker. The Cisco Easy VPN solution centralizes VPN management across all Cisco VPN devices, thus reducing the management complexity of VPN deployments. Cisco Easy VPN consists of two components: Cisco Easy VPN Remote and Cisco Easy VPN Server. The Cisco Easy VPN Remote feature allows Cisco IOS routers to receive security policies upon a VPN tunnel connection from a Cisco Easy VPN Server, minimizing configuration requirements at the remote location. This cost-effective solution is ideal for remote offices with little IT support. The Cisco Easy VPN Server allows Cisco IOS routers to act as VPN head-end devices in site-to-site or remote-access VPNs, where the remote office devices are using the Cisco Easy VPN Remote feature. This feature pushes security policies defined at the central site to the remote VPN device, helping to ensure that those connections have up-to-date policies in place before the connection is established. A Cisco Easy VPN Server-enabled device can terminate VPN tunnels initiated by Cisco Easy VPN Remote-enabled routers. The Cisco Easy VPN Remote feature allows the VPN parameters, such as internal IP addresses, internal subnet masks, Domain Name System (DNS) server addresses, Windows Internet Naming Service (WINS) server addresses, and Split Tunneling flags, to be pushed to the remote device. The centrally stored configurations allow dynamic configuration of end-user policy and require less manual configuration by end users and field technicians. This reduces errors and further service calls. The Cisco Easy VPN provides centralized security policy management and helps enable large-scale deployment with rapid user provisioning. Cisco Easy VPN provides automatic management for negotiating tunnel parameters and establishing IP Security (IPSec) tunnels. Extended authentication (Xauth) adds another level of authentication that identifies the user who requests the IPSec connection. Split Tunneling enables the remote router to route the Internet-destined traffic directly without forwarding it over the encrypted tunnel. It is easier than ever to deploy VPNs as part of small and medium businesses or large enterprise networks with Cisco Router and Security Device Manager (SDM). Deployment Scenario This document demonstrates how to configure a Cisco Easy VPN Server based on the Cisco IOS Easy VPN Remote feature and the Cisco IOS Easy VPN Server. The sample configuration is based on the following assumptions: Static IP address is at the Cisco Easy VPN Server. Static or Dynamic IP address is at the Cisco Easy VPN Remote. Page 1 of 16

2 The Cisco Easy VPN Remote encrypts only traffic that is forwarded to the Cisco Easy VPN Server. Traffic destined for the Internet is forwarded directly and unencrypted from the remote site. Traffic from the remote site is forwarded after applying Network Address Translation/Port Address Translation (NAT/PAT). User level authentication is used for authorizing VPN access (Xauth 1 ) Figure 1 illustrates the network for the sample configuration. Figure 1. Network Diagram Sample Configuration In our example, a preshared key is used to authenticate devices 2. Xauth provides an additional level of authentication for identifying the user requesting the IPSec connection. The remote waits for a username/password challenge after the Internet Key Exchange (IKE) Security Association has been established. Split Tunneling is configured on the Cisco Easy VPN Server, and is dynamically loaded on the Cisco Easy VPN Remote. Split Tunneling enables the remote router to route the Internet-destined traffic directly without forwarding it over the encrypted tunnel. Prerequisite The device started with a cleared default SDM configuration with LAN and WAN interfaces configured. Cisco SDM Cisco Easy VPN Server Although the Cisco Easy VPN feature allows dynamic configuration of end-user policy and requires less manual configuration by end-users and field technicians, it requires users to fully understand how to configure an authentication, authorization, and accounting (AAA) server, the group policy, and the dynamic crypto map on the Cisco Easy VPN Server side. Cisco Router and SDM allows users to easily configure the Cisco Easy Server with limited knowledge and information. The following steps are used to configure the deployment scenario using Cisco SDM: 1 Xauth allows authenticating a user after authenticating the gateway (for instance, the Cisco Easy VPN Remote/Client), provides good authentication where certificates cannot be used, and solves the issue of not knowing the IP address in advance. 2 IPSec main mode device authentication is based on IP address and preshared key or digital certificate. Page 2 of 16

3 Create a Cisco Easy VPN Server To create a Cisco Easy VPN Server, at Configure Mode, select the VPN/Easy VPN Server and then click Create Easy VPN Server tab to launch Create an Easy VPN server wizard. In our example, the AAA is not enabled; the Launch the selected task button is grayed out (Figure 2). To enable AAA, click Enable AAA; the Launch the selected task button will be available when AAA is enabled. Figure 2. Cisco Easy VPN Server Wizard Page 3 of 16

4 Select the outside interface on which the Cisco Easy VPN server should be configured; in this scenario the Cisco Easy VPN Server router uses FastEthernet1/0 (Figure 3), click Next. Figure 3. Select an Interface Page 4 of 16

5 For the IKE proposal, in this scenario the SDM default is used (Figure 4); click Next. Figure 4. IKE Proposal Page 5 of 16

6 For Transform Set, in this scenario the SDM default is used (Figure 5); click Next Figure 5. Transform Set Page 6 of 16

7 For Group Authorization/Group Policy lookup, select Local Only (Figure 6); click Next. Figure 6. Group Authorization/Group Policy Lookup Page 7 of 16

8 To configure the Extended Authentication (Figure 7), take the following steps: 1. Check Enable Extended Authentication 2. Select Local Only 3. Click Add User Account to add new users Figure 7. Extended Authentication (Xauth) In the User Accounts screen, click Add, then Cisco SDM prompts for the following information: Username: sdmuser1 Password: cisco123 (the password is displayed encrypted on screen) Encrypt password using Message Digest Algorithm 5 (MD5) hash algorithm: check Privilege Level: 15 Page 8 of 16

9 Click OK In the User Accounts screen, click OK In the Extended Authentication screen, click Next In the Group Authentication/User Group Policies, click Add, then Cisco SDM prompts for the following information: Click General (Figure 8) tab: Name of this group: EZVPNgroup New pre-shares key: cisco123 Pool Information/Create a new pool: Figure 8. Add Group Policy General Tab Click DNS/WINS tab: Check DNS Page 9 of 16

10 Primary DNS Server: Secondary DNS Server: Domain Name: cisco.com Check WIN Primary WIN Server: Secondary WIN Server: Click Split Tunneling (Figure 9) tab: Check Enable Split Tunneling Enter the protected subnets: / Figure 9. Add Group Policy Split Tunneling Tab Page 10 of 16

11 Click XAuth Option (Figure 10) tab: Check Enable save password Maximum Login Allowed Per User: 5 Click OK Figure 10. Add Group Policy XAuth Options Tab Page 11 of 16

12 To return to the User Group Policy (Figure 11), click Next. Figure 11. User Group Policy Click Finish Click Deliver Page 12 of 16

13 Monitoring Users can go to Monitor Mode, and then select VPN Status to view and verify the tunnel status. Figure 12 shows the Groups and the Client Connections in this Group. Figure 12. Cisco Easy VPN Servers Page 13 of 16

14 Cisco IOS Software Command-Line Interface The following command-line interfaces (CLIs) are used to configure the same deployment scenario as above as opposed to the SDM. The Cisco Easy VPN Server Configuration! aaa new-model aaa authentication login ezvpnxauth local aaa authorization network ezvpnnetwork local username sdmuser1 privilege 15 secret 0 cisco123! enable AAA! use local user database for Xauth! use local user database for IKE queries! define local user database for Xauth! crypto isakmp policy 1! IKE Policy authentication pre-share encr 3des hash sha group 2 lifetime 86400! crypto isakmp policy 3 authentication rsa-sig encr 3des hash sah group 2 lifetime crypto isakmp xauth timeout 60! ip local pool ezvpnpool ! define local IP address pool access-list 100 permit ip any! split tunneling access control list (ACL)! Group policy pushed to Cisco Easy VPN Remote/Client crypto isakmp client configuration group EZVPNgroup key cisco123 pool ezvpnpool acl 100! define preshare key! specify IP address pool! split tunneling dns Page 14 of 16

15 wins domain cisco.com save-password! domain name for DNS! Xauth: allow password save max-logins 5! Transform set crypto ipsec transform-set my-transform esp-sha-hmac esp-3des mode tunnel! crypto dynamic-map ezvpn-dymap 1 set transform-set my-transform! create a dynamic crypto map entry! specify transform sets set security-association lifetime seconds 3600 set security-association lifetime kilobytes reverse-route! set source proxy! crypto map MYCMAP ipsec-isakmp dynamic ezvpn-dymap! add the dynamic map to a static map! crypto map MYCMAP isakmp authorization list ezvpnnetwork! enable IKE queries crypto map MYCMAP client authentication list ezvpnxauth crypto map MYCMAP client configuration address respond! enforce Xauth! easy server responds to requests! interface FastEthernet0/1! apply the cryto map to the outside interface crypto map MYCMAP In summary, by using the Cisco Security Device Manager Easy VPN Wizards, users can generate complex Cisco Easy VPN Server configuration easily and quickly with minimum knowledge of Cisco IOS Software commands and client-server IPSec VPN. Page 15 of 16

16 References Cisco Easy VPN Solution: Cisco Easy VPN White Paper: Cisco Easy VPN Remote: Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA USA Tel: NETS (6387) Fax: European Headquarters Cisco Systems International BV Haarlerbergpark Haarlerbergweg CH Amsterdam The Netherlands www-europe.cisco.com Tel: Fax: Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA USA Tel: Fax: Asia Pacific Headquarters Cisco Systems, Inc. Capital Tower 168 Robinson Road #22-01 to #29-01 Singapore Tel: Fax: Cisco Systems has more than 200 offices in the following countries and regions. Addresses, phone numbers, and fax numbers are listed on the Cisco Website at Argentina Australia Austria Belgium Brazil Bulgaria Canada Chile China PRC Colombia Costa Rica Croatia Czech Republic Denmark Dubai, UAE Finland France Germany Greece Hong Kong SAR Hungary India Indonesia Ireland Israel Italy Japan Korea Luxembourg Malaysia Mexico The Netherlands New Zealand Norway Peru Philippines Poland Portugal Puerto Rico Romania Russia Saudi Arabia Scotland Singapore Slovakia Slovenia South Africa Spain Sweden Switzerland Taiwan Thailand Turkey Ukraine United Kingdom United States Venezuela Vietnam Zimbabwe Copyright 2004 Cisco Systems, Inc. All rights reserved. CCSP, the Cisco Square Bridge logo, Cisco Unity, Follow Me Browsing, FormShare, and StackWise are trademarks of Cisco Systems, Inc.; Changing the Way We Work, Live, Play, and Learn, and iquick Study are service marks of Cisco Systems, Inc.; and Aironet, ASIST, BPX, Catalyst, CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Empowering the Internet Generation, Enterprise/Solver, EtherChannel, EtherFast, EtherSwitch, Fast Step, GigaDrive, GigaStack, HomeLink, Internet Quotient, IOS, IP/TV, iq Expertise, the iq logo, iq Net Readiness Scorecard, LightStream, Linksys, MeetingPlace, MGX, the Networkers logo, Networking Academy, Network Registrar, Packet, PIX, Post-Routing, Pre-Routing, ProConnect, RateMUX, Registrar, ScriptShare, SlideCast, SMARTnet, StrataView Plus, SwitchProbe, TeleRouter, The Fastest Way to Increase Your Internet Quotient, TransPath, and VCO are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries. All other trademarks mentioned in this document or Website are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (0406R) Printed in the USA Page 16 of 16

CONFIGURING EPOLICY ORCHESTRATOR 3.0 AND MCAFEE 8.0i WITH CISCO CALLMANAGER

CONFIGURING EPOLICY ORCHESTRATOR 3.0 AND MCAFEE 8.0i WITH CISCO CALLMANAGER PRODUCT BULLETIN NO. 2866 CONFIGURING EPOLICY ORCHESTRATOR 3.0 AND MCAFEE 8.0i WITH CISCO CALLMANAGER Cisco CallManager runs on a Windows2000 server. An important administrative task for server management

More information

NEW METHOD FOR ORDERING CISCO 1700 SERIES MODULAR ACCESS ROUTERS AND CISCO 1800 SERIES INTEGRATED SERVICES ROUTERS SOFTWARE SPARE IMAGES

NEW METHOD FOR ORDERING CISCO 1700 SERIES MODULAR ACCESS ROUTERS AND CISCO 1800 SERIES INTEGRATED SERVICES ROUTERS SOFTWARE SPARE IMAGES PRODUCT BULLETIN, NO. 2748 NEW METHOD FOR ORDERING CISCO 1700 SERIES MODULAR ACCESS ROUTERS AND CISCO 1800 SERIES INTEGRATED SERVICES ROUTERS SOFTWARE SPARE IMAGES Until recently, every release of Cisco

More information

CISCO FAX SERVER. Figure 1. Example Deployment Scenario. The Cisco Fax Server solution consists of the following components:

CISCO FAX SERVER. Figure 1. Example Deployment Scenario. The Cisco Fax Server solution consists of the following components: DATA SHEET CISCO FAX SERVER The Cisco Fax Server is an easy-to-use, easy-to-manage fax and e-document delivery solution that helps enterprises integrate voice, fax, data, and desktop applications for powerful

More information

USING MCAFEE VIRUSSCAN ENTERPRISE 8.0I WITH CISCO CALLMANAGER

USING MCAFEE VIRUSSCAN ENTERPRISE 8.0I WITH CISCO CALLMANAGER APPLICATION NOTE USING MCAFEE VIRUSSCAN ENTERPRISE 8.0I WITH CISCO CALLMANAGER Cisco Systems does not formally certify antivirus products with Cisco CallManager software. However, the company recognizes

More information

CISCO SFP OPTICS FOR PACKET-OVER-SONET/SDH AND ATM APPLICATIONS

CISCO SFP OPTICS FOR PACKET-OVER-SONET/SDH AND ATM APPLICATIONS DATA SHEET CISCO SFP OPTICS FOR PACKET-OVER-SONET/SDH AND ATM APPLICATIONS The Cisco industry-standard Small Form-Factor Pluggable Interface Converter (SFP) for packet-over-sonet/sdh (POS), optical networking,

More information

ANNOUNCING NEW PRODUCT OFFERINGS FOR THE CISCO CATALYST 6500 SERIES

ANNOUNCING NEW PRODUCT OFFERINGS FOR THE CISCO CATALYST 6500 SERIES PRODUCT BULLETIN NO. 2028 ANNOUNCING NEW PRODUCT OFFERINGS FOR THE CISCO CATALYST 6500 SERIES NEW PRODUCT OFFERINGS: Cisco Catalyst 6503 Firewall Security System Cisco Catalyst 6506 Firewall Security System

More information

Cisco MDS 9000 Family and EMC ECC Integration

Cisco MDS 9000 Family and EMC ECC Integration White Paper Cisco MDS 9000 Family and EMC ECC Integration INTRODUCTION Customers today prefer to manage their storage area network (SAN) from a centralized management application. This approach offers

More information

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO FLEXWAN MODULE FOR USE WITH THE CISCO 7600 SERIES ROUTERS AND CATALYST 6500 SERIES SWITCHES

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO FLEXWAN MODULE FOR USE WITH THE CISCO 7600 SERIES ROUTERS AND CATALYST 6500 SERIES SWITCHES PRODUCT BULLETIN NO. 2931 END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO FLEXWAN MODULE FOR USE WITH THE CISCO 7600 SERIES ROUTERS AND CATALYST 6500 SERIES SWITCHES Cisco Systems announces the

More information

USING TREND SERVERPROTECT5 WITH CISCO CALLMANAGER

USING TREND SERVERPROTECT5 WITH CISCO CALLMANAGER PRODUCT BULLETIN NO. 2501 USING TREND SERVERPROTECT5 WITH CISCO CALLMANAGER PRODUCT OVERVIEW Any Windows 2000 Server is recommended to have virus protection and the Cisco CallManager is no exception. Trend

More information

Using TAPS with +E.164 Directory Numbers

Using TAPS with +E.164 Directory Numbers Application Note Using TAPS with +E.164 Directory Numbers Page 1 of 8 Rev 1.1 September 17, 2010 Revision 1.1 Table of Contents INTRODUCTION 2 INSTALLING CISCO UNIFIED CONTACT CENTER EXPRESS 2 INSTALLING

More information

Cisco Router and Security Device Manager Intrusion Prevention System

Cisco Router and Security Device Manager Intrusion Prevention System Application Note Cisco Router and Security Device Manager Intrusion Prevention System Introduction This document explains how to use the Cisco Router and Security Device Manager (Cisco SDM) to manage a

More information

Cisco CallManager Server Upgrade Program

Cisco CallManager Server Upgrade Program Program Cisco CallManager Server Upgrade Program April 25, 2003 This program is structured to allow existing customers with either Media Convergence Servers or third-party servers running Cisco CallManager

More information

CISCO NETWORK CONNECTIVITY CENTER BUSINESS DASHBOARD

CISCO NETWORK CONNECTIVITY CENTER BUSINESS DASHBOARD DATA SHEET CISCO NETWORK CONNECTIVITY CENTER BUSINESS DASHBOARD The Cisco Network Connectivity Center (NCC) Business Dashboard displays the results of powerful analysis in a flexible, Web-based user interface.

More information

Cisco Unified CallConnector for Microsoft Office Quick Reference Guide 1

Cisco Unified CallConnector for Microsoft Office Quick Reference Guide 1 Quick Reference Cisco Unified CallConnector for Microsoft Office Quick Reference Guide 1 Overview 2 Starting and Accessing Features 3 Using the Call Popup Window 4 Using QuickSearch 5 Toolbar Overview

More information

CISCO CENTRALIZED WIRELESS LAN SOFTWARE RELEASE 3.0

CISCO CENTRALIZED WIRELESS LAN SOFTWARE RELEASE 3.0 PRODUCT BULLETIN NO. 3004 CISCO CENTRALIZED WIRELESS LAN SOFTWARE RELEASE 3.0 Cisco Systems announces the availability of Cisco Centralized Wireless LAN Software Release 3.0 for the Cisco Centralized WLAN

More information

CISCO IOS SOFTWARE RELEASE 12.3(11)YK

CISCO IOS SOFTWARE RELEASE 12.3(11)YK PRODUCT BULLETIN NO. 2767 CISCO IOS SOFTWARE RELEASE 12.3(11)YK LIFESPAN OF RELEASE This Cisco IOS Software special release is a short-lived release and will migrate into the first release of the 12.4T

More information

NEW CISCO IOS SOFTWARE RELEASE 12.2(25)FY FOR CISCO CATALYST EXPRESS 500 SERIES SWITCHES

NEW CISCO IOS SOFTWARE RELEASE 12.2(25)FY FOR CISCO CATALYST EXPRESS 500 SERIES SWITCHES PRODUCT BULLETIN NO. 3053 NEW CISCO IOS SOFTWARE RELEASE 12.2(25)FY FOR CISCO CATALYST EXPRESS 500 SERIES SWITCHES Cisco Systems is pleased to announce Cisco IOS Software for the new Cisco Catalyst Express

More information

CISCO WDM SERIES OF CWDM PASSIVE DEVICES

CISCO WDM SERIES OF CWDM PASSIVE DEVICES DATA SHEET CISCO WDM SERIES OF CWDM PASSIVE DEVICES Cisco Systems introduces its second generation of coarse wavelength-division multiplexing (CWDM) passive devices boasting increased functions and improved

More information

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO CATALYST 6500 SERIES OC-12 ATM MODULE

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO CATALYST 6500 SERIES OC-12 ATM MODULE PRODUCT BULLETIN NO. 2628 END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO CATALYST 6500 SERIES OC-12 ATM MODULE Cisco Systems announces the end-of-sale and end-of-life dates of the Cisco Catalyst

More information

Cisco Unity 4.0(4) with Cisco Unified CallManager 4.1(2) Configured as Message Center PINX using Cisco WS-X6608-T1 using Q.SIG as MGCP Gateway

Cisco Unity 4.0(4) with Cisco Unified CallManager 4.1(2) Configured as Message Center PINX using Cisco WS-X6608-T1 using Q.SIG as MGCP Gateway Application Note Cisco Unity 4.0(4) with Cisco Unified CallManager 4.1(2) Configured as Message Center PINX using Cisco WS-X6608-T1 using Q.SIG as MGCP Gateway November 2, 2007 Revision 5 Table of Contents

More information

Third party information provided to you courtesy of Dell

Third party information provided to you courtesy of Dell Third party information provided to you courtesy of Dell THE CISCO CATALYST BLADE SWITCH 3030 FOR THE DELL POWEREDGE BLADE SERVER ENCLOSURE LEVERAGE THE POWER OF CISCO S INFRASTRUCTURE SERVICES TO IMPROVE

More information

Quick Start Guide Cisco CTE 1400 and Design Studio

Quick Start Guide Cisco CTE 1400 and Design Studio Quick Start Guide Cisco CTE 1400 and Design Studio 1 Install the Cisco CTE 1400 2 Configure the Cisco CTE 1400 3 Install Design Studio 4 Start Design Studio 1 Install the Cisco CTE 1400 The Cisco Content

More information

CISCO 10GBASE XENPAK MODULES

CISCO 10GBASE XENPAK MODULES DATA SHEET CISCO 10GBASE XENPAK MODULES Figure 1 Cisco 10GBASE XENPAK Modules OVERVIEW The range of Cisco 10GBASE XENPAK modules offers customers a wide variety of 10 Gigabit Ethernet connectivity options

More information

Cisco Unified Wireless IP Phone 7920 Multi-Charger

Cisco Unified Wireless IP Phone 7920 Multi-Charger Data Sheet Cisco Unified Wireless IP Phone 7920 Multi-Charger The Cisco Unified Communications system of voice and IP communications products and applications enables organizations to communicate more

More information

Cisco Unified CallManager Licensing Pricing Model

Cisco Unified CallManager Licensing Pricing Model Q & A Cisco Unified CallManager Licensing Pricing Model Q. How is the Cisco Unified CallManager licensing pricing model changing and why? A. With the introduction of the Cisco Unified Communications family

More information

Cisco Unified Wireless Network Software Release 3.1

Cisco Unified Wireless Network Software Release 3.1 Product Bulletin No. 3050 Cisco Unified Wireless Network Software Release 3.1 Cisco Systems announces the availability of Cisco Unified Wireless Network Software Release 3.1. This release contains new

More information

Cisco 7304 Shared Port Adapter Modular Services Card

Cisco 7304 Shared Port Adapter Modular Services Card Data Sheet Cisco 7304 Shared Port Adapter Modular Services Card The Cisco I-Flex design combines shared port adapters (SPAs) and SPA interface processors (SIPs), leveraging an extensible design that enables

More information

CISCO CATALYST 6500 SERIES WITH CISCO IOS SOFTWARE MODULARITY

CISCO CATALYST 6500 SERIES WITH CISCO IOS SOFTWARE MODULARITY PRODUCT BULLETIN NO. 3044 CISCO CATALYST 6500 SERIES WITH CISCO IOS SOFTWARE MODULARITY This product bulletin highlights the enhancements available with Cisco IOS Software Modularity on the Cisco Catalyst

More information

CISCO GIGABIT INTERFACE CONVERTER

CISCO GIGABIT INTERFACE CONVERTER DATA SHEET CISCO GIGABIT INTERFACE CONVERTER The industry-standard Cisco Gigabit Interface Converter (GBIC) is a hot-swappable input/output device that plugs into a Gigabit Ethernet port or slot, linking

More information

CISCO AIRONET 1230AG SERIES ACCESS POINT

CISCO AIRONET 1230AG SERIES ACCESS POINT ORDERING GUIDE CISCO AIRONET 1230AG SERIES ACCESS POINT The Cisco Aironet 1230AG Series Access Point provides the physical interface connections shown in Table 1. Table 1. Cisco Aironet 1230AG Series Connections

More information

Innovation in Accessibility

Innovation in Accessibility Innovation in Accessibility Accessibility: Our Responsibility As we at Cisco Systems change how people work, live, play, and learn, it s essential that we ensure the same for people with disabilities.

More information

Cisco MCS 7815-I2-UC1 Media Convergence Server

Cisco MCS 7815-I2-UC1 Media Convergence Server Data Sheet Cisco MCS 7815-I2-UC1 Media Convergence Server PRODUCT OVERVIEW The Cisco MCS 7815-I2-UC1 Media Convergence Server is an entry-level server platform for Cisco Unity Connection and is an integral

More information

C ISCO INTELLIGENCE ENGINE 2100 SERIES M OUNTING AND CABLING

C ISCO INTELLIGENCE ENGINE 2100 SERIES M OUNTING AND CABLING DRIVE 0 DRIVE 1 Quick Start Guide C ISCO INTELLIGENCE ENGINE 2100 SERIES M OUNTING AND CABLING Cisco Intelligence Engine 2100 Series Console Hub 53002 1 TAKE OUT WHAT YOU NEED 2 RACK MOUNT THE HARDWARE

More information

Cisco CallManager 4.0-PBX Interoperability: Lucent/Avaya Definity G3 MV1.3 PBX using 6608-T1 PRI NI2 with MGCP

Cisco CallManager 4.0-PBX Interoperability: Lucent/Avaya Definity G3 MV1.3 PBX using 6608-T1 PRI NI2 with MGCP Application Note Cisco CallManager 4.0-PBX Interoperability: Lucent/Avaya Definity G3 MV1.3 PBX using 6608-T1 PRI NI2 with MGCP Introduction This is an application note for connectivity of Lucent/Avaya

More information

Avaya Definity CM 2.0 to a Cisco IAD243X using PRI T1 5ESS ISDN with SIP

Avaya Definity CM 2.0 to a Cisco IAD243X using PRI T1 5ESS ISDN with SIP Application Note Avaya Definity CM 2.0 to a Cisco IAD243X using PRI T1 5ESS ISDN with SIP January 5, 2007 Initial Version Table of Contents Introduction...1 Network Topology...2 Limitations...2 Hardware

More information

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400

END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400 END-OF-LIFE NOTICE, NO. 2566 END-OF-SALE AND END-OF-LIFE ANNOUNCEMENT FOR THE CISCO MEDIA CONVERGENCE SERVER 7845H-2400 Cisco Systems announces the end of life of the Cisco Media Convergence Server 7845H-2400.

More information

Cisco Extensible Provisioning and Operations Manager 4.5

Cisco Extensible Provisioning and Operations Manager 4.5 Data Sheet Cisco Extensible Provisioning and Operations Manager 4.5 Cisco Extensible Provisioning and Operations Manager (EPOM) is a Web-based application for real-time provisioning of the Cisco BTS 10200

More information

Cisco 7200VXR Series NPE-G2 Network Processing Engine

Cisco 7200VXR Series NPE-G2 Network Processing Engine Product Bulletin No. 3226 Cisco 7200VXR Series NPE-G2 Network Processing Engine Increasingly, business applications and services affect aggregation requirements and router-integrated services across the

More information

Cisco Persistent Storage Device

Cisco Persistent Storage Device Взято с сайта www.wit.ru Data Sheet Cisco Persistent Storage Device Mobile network operators are now looking to data for revenue. The ability to track the use and type of data services is essential to

More information

A New Services Aggregation Benchmark for the WAN and MAN The Cisco 7200VXR Series Router

A New Services Aggregation Benchmark for the WAN and MAN The Cisco 7200VXR Series Router Solutions Overview A New Services Aggregation Benchmark for the WAN and MAN The Cisco 7200VXR Series Router YOUR CHALLENGE Enterprise networks face challenges when aggregating branch offices or remote

More information

End-of-Sale and End-of-Life Announcement for Select Cisco Catalyst 2950G and Catalyst 2950T Series Switches

End-of-Sale and End-of-Life Announcement for Select Cisco Catalyst 2950G and Catalyst 2950T Series Switches Product Bulletin No. EOL1094 End-of-Sale and End-of-Life Announcement for Select Cisco Catalyst 2950G and Catalyst 2950T Series Switches Cisco Systems announces the end-of-sale and end-of-life dates for

More information

Cisco 2651XM Gateway - PBX Interoperability: Avaya Definity G3 PBX using Analog FXO Interfaces to an H.323 Gateway

Cisco 2651XM Gateway - PBX Interoperability: Avaya Definity G3 PBX using Analog FXO Interfaces to an H.323 Gateway Application Note Cisco 2651XM Gateway - PBX Interoperability: Avaya Definity G3 PBX using Analog FXO Interfaces to an H.323 Gateway Introduction This note describes the interoperability between the Avaya

More information

CISCO IPCC EXPRESS EDITION FEATURES AND PRODUCT SPECIFICATIONS

CISCO IPCC EXPRESS EDITION FEATURES AND PRODUCT SPECIFICATIONS TECHNICAL REFERENCE CISCO IPCC EXPRESS EDITION FEATURES AND PRODUCT SPECIFICATIONS Table 1. IPCC Express 4.0 Feature Premium Enhanced Standard General System Features with Server Software Hardware Configuration

More information

Cisco Voice Services Provisioning Tool 2.6(1)

Cisco Voice Services Provisioning Tool 2.6(1) Data Sheet Cisco Voice Services Provisioning Tool 2.6(1) The Cisco Voice Services Provisioning Tool (VSPT) provides a GUI for the creation, modification, and execution of signaling connections, trunks,

More information

ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL STUB ROUTER FUNCTIONALITY

ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL STUB ROUTER FUNCTIONALITY APPLICATION NOTE ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL STUB ROUTER FUNCTIONALITY OVERVIEW Enhanced Interior Gateway Routing Protocol (EIGRP).Stub Router functionality, which Cisco introduced in Cisco

More information

Cisco 3745 Gateway - PBX Interoperability: Avaya Definity G3 PBX using Q.931 PRI Network Side Interfaces to an H.323 Gateway

Cisco 3745 Gateway - PBX Interoperability: Avaya Definity G3 PBX using Q.931 PRI Network Side Interfaces to an H.323 Gateway Application Note Cisco 3745 Gateway - PBX Interoperability: Avaya Definity G3 PBX using Q.931 PRI Network Side Interfaces to an H.323 Gateway Introduction This Application Note describes the interoperability

More information

CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML

CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML Q & A CISCO IP PHONE 7970G NEW! CISCO IP PHONE 7905G AND 7912G XML GENERAL QUESTIONS Q. What is the Cisco IP Phone 7970G? A. The 7970G is our latest state-of-the-art IP phone, which includes a large color,

More information

The information presented in this document was created from devices in a specific lab environment. All of the devices started with a cleared (default)

The information presented in this document was created from devices in a specific lab environment. All of the devices started with a cleared (default) CONFIGURATION GUIDE CONFIGURING CISCO VPN CLIENT AND CISCO IOS EASY VPN SERVER Figure 1 Network Diagram 30.30.30.0 C1751V Easy VPN Server 20.20.20.0 IPsec Tunnel Easy VPN 20.20.20.10 Cisco VPN Client INTRODUCTION

More information

Cisco Unified IP Phone 7971G-GE

Cisco Unified IP Phone 7971G-GE Data Sheet Cisco Unified IP Phone 7971G-GE Cisco Unified IP phones continue to lead the competition with integrated business functions and converged communications features beyond today's conventional

More information

NEW CISCO IOS SOFTWARE RELEASE 12.2(25)EY FOR CISCO CATALYST 3750 METRO SERIES SWITCHES

NEW CISCO IOS SOFTWARE RELEASE 12.2(25)EY FOR CISCO CATALYST 3750 METRO SERIES SWITCHES PRODUCT BULLETIN NO. 2784 NEW CISCO IOS SOFTWARE RELEASE 12.2(25)EY FOR CISCO CATALYST 3750 METRO SERIES SWITCHES INTRODUCTION Cisco Systems is pleased to announce Cisco IOS Software updates for the Cisco

More information

CISCO UNIFIED IP PHONE 7912G

CISCO UNIFIED IP PHONE 7912G DATA SHEET CISCO UNIFIED IP PHONE 7912G Cisco Unified IP phones---an integral component of the Cisco Unified IP Communications system---provide superior levels of integrated business features and converged

More information

Announcing the Cisco Wireless IP Phone 7920

Announcing the Cisco Wireless IP Phone 7920 Product Bulletin No. 2134 Announcing the Cisco Wireless IP Phone 7920 PRODUCT OVERVIEW Cisco Wireless IP Phone 7920 provides the first generation of wireless IP phones for the Cisco IP Communications Solution.

More information

Mitel 3300 ICP Release 4.1 using T1 QSIG to Cisco Unified CallManager 4.0

Mitel 3300 ICP Release 4.1 using T1 QSIG to Cisco Unified CallManager 4.0 Application Note Mitel 3300 ICP Release 4.1 using T1 QSIG to Cisco Unified CallManager 4.0 November 29, 2007 Revision 2 Table of Contents Introduction...1 Network Topology...2 Limitations...2 System Components...3

More information

Cisco Unified MeetingPlace for Microsoft Office Communicator

Cisco Unified MeetingPlace for Microsoft Office Communicator QUICK START GUIDE Cisco Unified MeetingPlace for Microsoft Office Communicator Release 6.x Published May 31, 2007 1 Configuring Your Office Communicator Client for Cisco Unified MeetingPlace Conferencing

More information

THE POWER OF A STRONG PARTNERSHIP.

THE POWER OF A STRONG PARTNERSHIP. THE POWER OF A STRONG PARTNERSHIP. Now you can harness a network of resources. Connections, knowledge, and expertise. All focused on your success. The Cisco Channel Partner Program. BE CONNECTED. Great

More information

CISCO 7304 SERIES ROUTER PORT ADAPTER CARRIER CARD

CISCO 7304 SERIES ROUTER PORT ADAPTER CARRIER CARD DATA SHEET CISCO 7304 SERIES ROUTER PORT ADAPTER CARRIER CARD The Cisco 7304 Router, part of the industry-leading Cisco 7000 Series, is optimized to deliver flexible, high-performance IP and Multiprotocol

More information

Cisco Catalyst 2950 Series Software Feature Comparison Standard Image (SI) and Enhanced Image (EI) Feature Comparison

Cisco Catalyst 2950 Series Software Feature Comparison Standard Image (SI) and Enhanced Image (EI) Feature Comparison Product Bulletin No. 1855 Cisco Catalyst 2950 Series Software Comparison and Comparison The Cisco Catalyst 2950 Series switches include two software image versions that support different degrees of functionality

More information

CISCO CWDM GBIC AND SFP SOLUTION

CISCO CWDM GBIC AND SFP SOLUTION DATA SHEET CISCO CWDM GBIC AND SFP SOLUTION OVERVIEW The Cisco Coarse Wavelength-Division Multiplexing (CWDM) Gigabit Interface Converter (GBIC)/Small Form-Factor Pluggable (SFP) solution allows enterprise

More information

Cisco Unified Mobile Communicator 3.0 User Portal Guide

Cisco Unified Mobile Communicator 3.0 User Portal Guide Cisco Unified Mobile Communicator 3.0 User Portal Guide Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Traffic Offload. Cisco 7200/Cisco 7500 APPLICATION NOTE

Traffic Offload. Cisco 7200/Cisco 7500 APPLICATION NOTE APPLICATION NOTE Cisco 700/Cisco 700 Traffic offload allows exchange carriers to offload their telephony traffic to a packet network from the Public Switched Telephone Network (PSTN). By doing so, carriers

More information

MULTI-VRF AND IP MULTICAST

MULTI-VRF AND IP MULTICAST WHITE PAPER MULTI-VRF AND IP MULTICAST OVERVIEW Multi-VRF Customer Edge (VRF-Lite) enables Multiple VPN routing instances on Customer Edge devices and supports Cisco IOS IP Multicast. Since Multicast has

More information

Cisco ONS SDH 12-Port STM-1 Electrical Interface Card

Cisco ONS SDH 12-Port STM-1 Electrical Interface Card Data Sheet Cisco ONS 15454 SDH 12-Port STM-1 Electrical Interface Card The Cisco ONS 15454 SDH 12-Port STM-1 Electrical Interface Card (STM-1E) provides a cost-effective, high-speed electrical interface

More information

NEW JERSEY S HIGHER EDUCATION NETWORK (NJEDGE.NET), AN IP-VPN CASE STUDY

NEW JERSEY S HIGHER EDUCATION NETWORK (NJEDGE.NET), AN IP-VPN CASE STUDY CUSTOMER CASE STUDY NEW JERSEY S HIGHER EDUCATION NETWORK (NJEDGE.NET), AN IP-VPN CASE STUDY SUMMARY NJEDge.Net is a nonprofit consortium of 45 colleges and universities in New Jersey dedicated to promoting

More information

Generic Routing Encapsulation Tunnel IP Source and Destination VRF Membership

Generic Routing Encapsulation Tunnel IP Source and Destination VRF Membership Generic Routing Encapsulation Tunnel IP Source and Destination VRF Membership Last Updated: April, 2007 The feature allows you to configure the source and destination of a tunnel to belong to any virtual

More information

CISCO IP CONTACT CENTER EXPRESS EDITION ENHANCED

CISCO IP CONTACT CENTER EXPRESS EDITION ENHANCED DATA SHEET CISCO IP CONTACT CENTER EXPRESS EDITION ENHANCED Cisco IP Communications is a comprehensive system of powerful, enterprise-class solutions including IP telephony, unified communications, IP

More information

High-Availability Solutions for SIP Enabled Voice-over-IP Networks

High-Availability Solutions for SIP Enabled Voice-over-IP Networks White Paper High-Availability Solutions for S Enabled Voice-over- Networks The rapid evolution of voice and data technology is significantly changing the business environment. The introduction of services

More information

Microsoft Live Communication Server 2005 Enterprise Edition with SP1 to Cisco Unified Presence 1.0(3) and Cisco Unified CallManager 5.

Microsoft Live Communication Server 2005 Enterprise Edition with SP1 to Cisco Unified Presence 1.0(3) and Cisco Unified CallManager 5. Application Note Microsoft Live Communication Server 2005 Enterprise Edition with SP1 to Cisco Unified Presence 1.0(3) and Cisco Unified CallManager 5.0(4) February 8, 2007 Revision 2 Table of Contents

More information

The Cisco Unified Communications Planning and Design Service Bundle

The Cisco Unified Communications Planning and Design Service Bundle Services Data Sheet Cisco Unified Communications Planning and Design Service Bundle The Cisco Unified Communications Planning and Design Service Bundle, designed for large enterprise networks, helps you

More information

CISCO IP PHONE 7941G. Figure 1. Cisco IP Phone 7941G DATA SHEET

CISCO IP PHONE 7941G. Figure 1. Cisco IP Phone 7941G DATA SHEET DATA SHEET CISCO IP PHONE 7941G The Cisco IP Phone 7941G is a full-featured enhanced business IP phone that addresses the communication needs of the transaction worker (Figure 1). It provides two programmable

More information

Cisco Media Convergence Server 7845I-2400

Cisco Media Convergence Server 7845I-2400 Data Sheet Cisco Media Convergence Server 7845I-2400 Key Benefits and Features Performance Utilizing dual Intel Prestonia Xeon 2.4GHz processors, the Cisco MCS 7845I-2400 is a robust highly available server

More information

Cisco AS5300 Gateway - PBX Interoperability: NEC NEAX 2400 PBX using T1 PRI Interfaces to an H.323 Gateway

Cisco AS5300 Gateway - PBX Interoperability: NEC NEAX 2400 PBX using T1 PRI Interfaces to an H.323 Gateway Application Note Cisco AS5300 Gateway - PBX Interoperability: NEC NEAX 2400 PBX using T1 PRI Interfaces to an H.323 Gateway Introduction This Application Note describes the interoperability of a Cisco

More information

Cisco Smart Business Communications System Teleworker Set Up

Cisco Smart Business Communications System Teleworker Set Up Cisco Smart Business Communications System Teleworker Set Up The Cisco Smart Business Communications System is a unified communications solution for small businesses that provides voice, data, video, security,

More information

Portable Product Sheets Cat 4500 Supervisors last updated July 22, 2009

Portable Product Sheets Cat 4500 Supervisors last updated July 22, 2009 last updated July 22, 2009 Table 1. Catalyst 4x00 High Performance Layer 3 Supervisors SUP V WS-X4516= SUP V 10GE WS-X4516-10GE SUP 6-E WS-X45-Sup6-E SUP 6L-E WS-X45-Sup6L-E Chassis Support All All except

More information

Microsoft Live Communication Server 2005 Enterprise Edition with SP1 to Cisco Unified Presence 6.0(1) and Cisco Unified Communications Manager 5.

Microsoft Live Communication Server 2005 Enterprise Edition with SP1 to Cisco Unified Presence 6.0(1) and Cisco Unified Communications Manager 5. Application Note Microsoft Live Communication Server 2005 Enterprise Edition with SP1 to Cisco Unified Presence 6.0(1) and Cisco Unified Communications Manager 5.1(1) July 27, 2007 Initial Version Table

More information

Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart

Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart Cisco Aironet In-Building Wireless Solutions International Power Compliance Chart ADDITIONAL INFORMATION It is important to Cisco Systems that its resellers comply with and recognize all applicable regulations

More information

E-Seminar. Voice over IP. Internet Technical Solution Seminar

E-Seminar. Voice over IP. Internet Technical Solution Seminar E-Seminar Voice over IP Internet Technical Solution Seminar Voice over IP Internet Technical Solution Seminar 3 Welcome 4 Objectives 5 Telephony in Business 6 VoIP and IP Telephony 7 Traditional Telephony

More information

Cisco Unified CallManager 4.0-PBX Interoperability: Mitel 3300 ICP Release 4.1 PBX to a Cisco 6608 Gateway using T1 QSIG with MGCP

Cisco Unified CallManager 4.0-PBX Interoperability: Mitel 3300 ICP Release 4.1 PBX to a Cisco 6608 Gateway using T1 QSIG with MGCP Application Note Cisco Unified CallManager 4.0-PBX Interoperability: Mitel 3300 ICP Release 4.1 PBX to a Cisco 6608 Gateway using T1 QSIG with MGCP Introduction This is an application note for connectivity

More information

THE CISCO SUCCESS BUILDER PROGRAM THE CISCO SMALL OFFICE COMMUNICATIONS CENTER: AFFORDABLE, PROVEN COMMUNICATIONS SOLUTIONS FOR SMALL ORGANIZATIONS

THE CISCO SUCCESS BUILDER PROGRAM THE CISCO SMALL OFFICE COMMUNICATIONS CENTER: AFFORDABLE, PROVEN COMMUNICATIONS SOLUTIONS FOR SMALL ORGANIZATIONS THE CISCO SUCCESS BUILDER PROGRAM THE CISCO SMALL OFFICE COMMUNICATIONS CENTER: AFFORDABLE, PROVEN COMMUNICATIONS SOLUTIONS FOR SMALL ORGANIZATIONS CISCO SUCCESS BUILDER. IT S MORE THAN AN INCENTIVE PROGRAM.

More information

IP Communications for Small Offices Using Cisco CallManager Express and Cisco Unity Express

IP Communications for Small Offices Using Cisco CallManager Express and Cisco Unity Express Overview IP Communications for Small Offices Using Cisco CallManager Express and Cisco Unity Express Cisco CallManager Express with Cisco Unity Express provides small and medium-sized businesses (SMBs)

More information

CISCO IP PHONE 7940G. Figure 1. Cisco IP Phone 7940G

CISCO IP PHONE 7940G. Figure 1. Cisco IP Phone 7940G Sold by: http://www.twacomm.com Toll Free: (877) 892-2666 DATA SHEET CISCO IP PHONE 7940G As the market leader in true IP Telephony, Cisco continues to deliver unsurpassed end-to-end data and VoIP solutions,

More information

CISCO GATEWAY GPRS SUPPORT NODE RELEASE 5.0

CISCO GATEWAY GPRS SUPPORT NODE RELEASE 5.0 DATA SHEET CISCO GATEWAY GPRS SUPPORT NODE RELEASE 5.0 The Cisco Gateway GPRS Support Node (GGSN) is a high-performance data gateway connecting General Packet Radio Service (GPRS) and Universal Mobile

More information

Cisco Value Incentive Program Advanced Technologies: Period 7

Cisco Value Incentive Program Advanced Technologies: Period 7 Cisco Partner Program Latin America Program Rules Cisco Value Incentive Program Advanced Technologies: Period 7 Revised: March 30, 2006 The Cisco Value Incentive Program is a comprehensive rebate program

More information

CISCO UNITY CONNECTION 1.1

CISCO UNITY CONNECTION 1.1 DATA SHEET CISCO UNITY CONNECTION 1.1 The Cisco IP Communications solution is a comprehensive portfolio that addresses the needs of both enterprise and midmarket customers. Fully integrated IP telephony,

More information

BGP Enforce the First Autonomous System Path

BGP Enforce the First Autonomous System Path BGP Enforce the First Autonomous System Path The BGP Enforce the First Autonomous System Path feature is used to configure a Border Gateway Protocol (BGP) routing process to discard updates received from

More information

Microsoft Office Communications Server 2007 Enterprise Edition to Cisco Unified Presence 6.0(1) and Cisco Unified Communication Manager 6.

Microsoft Office Communications Server 2007 Enterprise Edition to Cisco Unified Presence 6.0(1) and Cisco Unified Communication Manager 6. Application Note Microsoft Office Communications Server 2007 Enterprise Edition to Cisco Unified Presence 6.0(1) and Cisco Unified Communication Manager 6.0(1) 6/2/2008 Table of Contents Introduction...1

More information

Cisco EtherChannel Technology

Cisco EtherChannel Technology White Paper Cisco EtherChannel Technology Introduction The increasing deployment of switched Ethernet to the desktop can be attributed to the proliferation of bandwidth-intensive intranet applications.

More information

MPLS MTU Command Changes

MPLS MTU Command Changes MPLS MTU Command Changes First Published: August 11, 2004 Last Updated: June 19, 2007 This document explains the the behavior of the mpls mtu command in Cisco IOS Release 12.2(27)SBC, 12.2(33)SRA, 12.4(11)T,

More information

Cisco Router and Security Device Manager Public Key Infrastructure Management

Cisco Router and Security Device Manager Public Key Infrastructure Management Application Note Cisco Router and Security Device Manager Public Key Infrastructure Management Introduction This document gives an example of how to enroll a Cisco IOS Software router to a certificate

More information

Cisco Systems Intelligent Storage Networking

Cisco Systems Intelligent Storage Networking Brochure Cisco Systems Intelligent Storage Networking Demand for storage capacity is growing rapidly. Keeping up with demand requires solutions that allow you to work smarter, enable you to scale easily

More information

Cisco Unified Wireless Network Software Release 3.2

Cisco Unified Wireless Network Software Release 3.2 Product Bulletin No. 3209 Cisco Unified Wireless Network Software Release 3.2 Cisco Systems announces the availability of Cisco Unified Wireless Network Software Release 3.2. This release contains new

More information

CISCO 5-PORT, 8-PORT, AND 10-PORT GIGABIT ETHERNET SHARED PORT ADAPTERS

CISCO 5-PORT, 8-PORT, AND 10-PORT GIGABIT ETHERNET SHARED PORT ADAPTERS DATA SHEET CISCO 5-PORT, 8-PORT, AND 10-PORT GIGABIT ETHERNET SHARED PORT ADAPTERS The Cisco I-Flex design combines shared port adapters (SPAs) and SPA interface processors (SIPs), leveraging an extensible

More information

Cisco 2651XM Gateway - PBX Interoperability: Ericsson MD-110 PBX using Q.931 BRI User Side Interfaces to an H.323 Gateway

Cisco 2651XM Gateway - PBX Interoperability: Ericsson MD-110 PBX using Q.931 BRI User Side Interfaces to an H.323 Gateway Application Note Cisco 2651XM Gateway - PBX Interoperability: Ericsson MD-110 PBX using Q.931 BRI User Side Interfaces to an H.323 Gateway Introduction This note describes the interoperability between

More information

Belgian fire department wields pioneering wireless solution in the fight to save lives

Belgian fire department wields pioneering wireless solution in the fight to save lives Case Study Belgian fire department wields pioneering wireless solution in the fight to save lives With a high concentration of hazardous materials continually in transit through its territory, the needed

More information

CISCO 7304 SERIES ROUTER PORT ADAPTER CARRIER CARD

CISCO 7304 SERIES ROUTER PORT ADAPTER CARRIER CARD DATA SHEET CISCO 7304 SERIES ROUTER PORT ADAPTER CARRIER CARD The Cisco 7304 Router, part of the industry-leading Cisco 7000 Series, is optimized to deliver flexible, high-performance IP and Multiprotocol

More information

Cisco Series TDM Line Cards

Cisco Series TDM Line Cards Data Sheet Cisco 12000 Series TDM Line Cards The Internet is an electronic agent for commerce, entertainment, communication, and information retrieval. New networkenabled intranet and Internet applications

More information

CISCO TRAFFIC ANOMALY DETECTOR MODULE AND CISCO ANOMALY GUARD MODULE

CISCO TRAFFIC ANOMALY DETECTOR MODULE AND CISCO ANOMALY GUARD MODULE DESIGN GUIDE CISCO TRAFFIC ANOMALY DETECTOR MODULE AND CISCO ANOMALY GUARD MODULE SUMMARY 2 1. CISCO TRAFFIC ANOMALY DETECTOR MODULE 2 Role of the Cisco Traffic Anomaly Detector Module 2 Place in the Network

More information

Взято с сайта

Взято с сайта Взято с сайта www.wit.ru Content Switching Module Key Features Firewall Load Balancing The Cisco CSM allows you to scale firewall protection by distributing traffic across multiple firewalls on a per-connection

More information

CISCO 800 SERIES INTEGRATED SERVICES ROUTERS

CISCO 800 SERIES INTEGRATED SERVICES ROUTERS Q&A CISCO 800 SERIES INTEGRATED SERVICES ROUTERS The following document provides Questions and Answers in the following categories: Product Descriptions and Positioning General Software Features Security

More information

RADIUS NAS-IP-Address Attribute Configurability

RADIUS NAS-IP-Address Attribute Configurability RADIUS NAS-IP-Address Attribute The RADIUS NAS-IP-Address Attribute feature allows you to configure an arbitrary IP address to be used as RADIUS attribute 4, NAS-IP-Address, without changing the source

More information

Cisco Unity Express Voic System User s Guide

Cisco Unity Express Voic System User s Guide Cisco Unity Express Voice-Mail System User s Guide Release 2.1 This guide provides information about some advanced voice-mail features of your Cisco Unity Express voice-mail system. Use this guide together

More information