Cisco IOS Server Load Balancing and the Catalyst 6000 Family of Switches

Size: px
Start display at page:

Download "Cisco IOS Server Load Balancing and the Catalyst 6000 Family of Switches"

Transcription

1 WHITE PAPER Cisco IOS Server Load Balancing and the Catalyst 6000 Family of Switches The Catalyst 6000 family, which includes the Catalyst 6500 and the Catalyst 6000 series, delivers high-performance, multilayer switching solutions for server aggregation, high-end wiring closet, and backbone networks. The Catalyst 6000 family was designed to address the increased requirements for gigabit density, scalability, high availability, and multilayer switching in backbone and server-aggregation environments. Together, the Catalyst family delivers a wide range of intelligent solutions, enabling network managers to build networks that scale for mission-critical applications. Among the numerous requirements included in the ability to building scalable networks is the need to support server load balancing (SLB). SLB is important not only for scaling of Web services, but also for servers providing traditional IP services such as Domain Naming System (DNS) resolution and File Transfer Protocol (FTP) services. This white paper concentrates on the particular aspect of scalable network design using SLB and illustrates how the Catalyst 6000, with its embedded Cisco IOS SLB capabilities, provides network managers with an integrated solution to balance services across numerous servers at speeds of millions of packets per second (Mpps). The first platform in which IOS SLB will be deployed is the Catalyst 6000, specifically the Cisco IOS on the Catalyst 6000 Family of Switches supervisor software option. IOS SLB is a software solution which can provide complete SLB functionality, utilizing the advanced application-specific integrated circuits (ASICs) on the Catalyst 6000 to perform SLB at up to 15 Mpps. To explain how IOS SLB works in the Catalyst 6000 family, this paper provides an overview of the Catalyst 6000 family and its architecture, and then discusses traditional DNS methods of load-balancing and its shortcomings. It describes the Cisco approach to solving the load-balancing problem utilizing Cisco IOS and how, when deployed in the Catalyst 6000, this solution allows Cisco to provide a solution of SLB scaling to millions of packets per second. Switch Overview The Catalyst 6000 family consists of the Catalyst 6000 and the Catalyst 6500 series. Both series support six- and nine-slot versions, providing a wide range of configuration and price/ performance options. Both Catalyst 6000 and 6500 series switches also support a wide range of interface types and densities to include support for up to /100 Ethernet, BaseFX Fast Ethernet, and up to 130 Gigabit Ethernet ports. Network managers can also aggregate up to eight physical Fast Ethernet or Gigabit Ethernet links using either Fast EtherChannel or Gigabit EtherChannel technology, respectively, for logical connections up to 16 Gbps. The Catalyst 6000 family delivers an industry-leading Gigabit Ethernet backbone solution to meet the requirements of today s fast-growing backbones. (See Figure 1 and Table 1.) The architecture of the Catalyst 6500 series supports scalable switching bandwidth up to 256 Gbps and scalable multilayer switching up to 150 Mpps. For network managers not requiring the performance of the Catalyst 6500 series, the Catalyst 6000 Page 1 of 8

2 series provides a more cost-effective solution, with backplane bandwidth of 32 Gbps and multilayer switching scaling up to 15 Mpps. For investment protection, both switches support the same suite of Supervisor Engines, interface line cards, and power supplies, providing a wide range of price/performance options. Figure 1 Catalyst 6000 Family Table 1 Table 1: Catalyst Family Switches Catalyst 6000 Series Catalyst 6500 Series Slot Density 6 or 9 slots 6 or 9 slots Backplane Capacity 32 Gbps Scalable to 256 Gbps Multilayer Switching Scalable to 15 Mpps Scalable to 150 Mpps Redundant Supervisors Yes Yes Redundant Switch Fabrics No Yes Redundant Common Equipment Yes Yes Switch Architecture Both Catalyst 6000 and 6500 series switches employ a frame-based switching architecture using an input/output queuing model. Each slot is capable of supporting multiple transmit queues per port, all of which can support configurable thresholds and depths for maximum flexibility and support of mission-critical, unicast, and multicast/multimedia applications. Weighted random early detection (WRED) and weighted round robin (WRR) are also applied within each queuing complex to maximize utilization of available resources and minimize packet loss and delay, particularly for premium-class traffic for which users may be charged a premium. To ensure high system availability, the Catalyst 6000 family supports device-level fault tolerance, which includes redundant supervisor engines, power supplies, uplinks, and switch fabrics (Catalyst 6500 series only). All system elements including power supplies, fans, supervisors, line-card modules, and switch fabrics (Catalyst 6500 series only) are also hot-swappable such that elements can be added, removed, or replaced without service interruption of unrelated traffic flows. In dual supervisor configurations, Cisco Fast Switchover transfers switch control to the redundant supervisor within seconds for mission-critical applications that require maximum network availability. All system elements are field-replaceable units, maximizing serviceability and minimizing network downtime. Page 2 of 8

3 Load Balancing Load balancing has been traditionally assigned to a DNS server using a round robin algorithm to balance traffic. Without round robin, DNS maps host names to one IP address. With round robin, DNS randomly rotates through a list of several IP addresses, any one of which could be mapped to a DNS query for a Uniform Resource Locator (URL). As more server capacity is required, administrators can add IP addresses to the rotation while adding additional servers to the server farm. (See Figure 2.) The DNS round-robin method for load balancing has several limitations in a server-farm system made up of multiple servers: There is a level of system bias resulting from the rotation, which creates unequal and highly variable load distribution among individual servers. The result is that traffic is not being sent to the server that could most efficiently handle the load. The DNS round-robin method of scaling servers assumes mirrored data on each server. DNS round robin also presents an availability problem because this method has no knowledge of the status of the transmission control protocol (TCP) connection, server, or application. If a server crashes or is removed, DNS round robin continues to send client requests to that server and clients receive a server not available message. Cached information also presents a problem for DNS round-robin access to multiple servers. In an attempt to minimize redundancy and maximize efficiency, DNS uses a caching mechanism that allows it to remember data it has already retrieved. When a particular IP mapping has been removed from the rotation, several caches can continue to hold the information. Figure 2 Simple Load Balancing Using DNS DNS Server Internet Web Servers Because of these basic limitations of DNS, newer techniques have been implemented to not only solve the load-balancing issues associated with round-robin DNS but also to provide more scalable and higher-availability solutions while providing mechanisms for server connection management and security. These solutions are commonly referred to as SLB products, and an example would be Cisco IOS SLB. By porting the software features of the Cisco Local Director server load balancing appliance into Cisco IOS, network managers now have the ability to deploy Cisco IOS and SLB on one hardware platform. The first platform in which IOS SLB will be deployed is the Catalyst 6000, specifically the Cisco IOS on the Catalyst 6000 Family of switches supervisor software option. Page 3 of 8

4 Server Load Balancing with IOS SLB IOS SLB intelligently load balances TCP/IP traffic across multiple servers. (See Figure 3.) It appears as one virtual server to the requesting clients. All traffic is directed toward a virtual IP address (virtual server) via DNS. Those requests are distributed over a series of real IP addresses on servers (real servers). The definition of a virtual IP address is an address that is in DNS and most likely has a domain name. A real IP address is physically located on a real server behind IOS SLB. IOS SLB provides the following benefits: High performance is achieved by distributing client requests across a cluster of servers. Administration of server applications is easier. Clients know only about virtual servers; no administration is required for real server changes. Security of the real server is provided because its address is never announced to the external network. Users are familiar only with the virtual IP address. Additionally, filtering of unwanted traffic can be based on both IP address and IP port numbers. Ease of maintenance with no downtime is achieved by allowing physical (real) servers to be transparently placed in or out of service. Figure 3 IOS SLB Presents a Virtual Address and Load Balances the Traffic Across Multiple Servers Web Servers 1 Internet IOS SLB 2 3 Server Load Balancing The Details This section discusses how server load balancing works, with the following sections outlining how IOS SLB works in conjunction with the Catalyst 6000 family of switches. IOS SLB allows users to represent a group of network servers (a server farm) as a single server instance, balance the traffic to the servers, and limit traffic to individual servers. The single server instance that represents a server farm is referred to as a virtual server. The servers that comprise the server farm are referred to as real servers. (See Figure 4.) Figure 4 Mapping Virtual to Real Addresses Virtual Address Real Addresses Page 4 of 8

5 In this environment, clients are configured to connect to the IP address of the virtual server. When a client initiates a connection to the virtual server, the SLB function chooses a real server for the connection based on a configured load-balancing algorithm. Representing server farms as virtual servers facilitates scalability and availability for the user. The addition of new servers and the removal/failure of existing servers can occur at any time without affecting the availability of the virtual server. IOS SLB can operate in one of two redirection modes: directed mode or dispatched mode. In directed mode, the virtual server can be assigned an IP address that is not known to any of the real servers. IOS SLB translates packets exchanged between a client and real server, translating the virtual server IP address to a real server address via network address translation (NAT). In dispatched mode, the virtual server address is known to the real servers and IOS SLB redirects packets to the real servers at the media access control (MAC) layer. Phase I of IOS SLB implements dispatch mode only for packet redirection. In this mode, the real servers must be Layer 2 adjacent to the device redirecting packets (the Catalyst 6000), or in other words, not beyond an additional router. However, as the Catalyst 6000 is able to multilayer switch many IP subnets directly, the servers need not be all on the same subnet. Directed mode will be supported in a following release. Server Algorithm There are two algorithm choices that may be used for load balancing or determining which server will receive a new connection request. (Weighted) Least connections The number of sessions assigned to a server is based on the number of current TCP connections. (Weighted) Round robin The round-robin predictor option directs the network connection to the next server and treats all servers as equals if unweighted, regardless of the number of connections or the response time. Connection Initiation and Decision Making It is important to understand how a hypertext transfer protocol (HTTP) connection or, for that matter, any TCP connection is established to understand how IOS SLB works on the Catalyst 6000 family of switches. A short discussion follows. (See Figure 5.) Figure 5 TCP/IP Handshake SYN client: this is my sequence number SYN/ACK server: I ACK your sequence number and this is mine ACK DATA client: I ACK your sequence number let s chat ACK I ACK your last message RST our conversation is over RST FIN/ACK OR our conversation is over FIN/ACK Page 5 of 8

6 It is important to understand how a HTTP connection or, for that matter, any TCP connection is established to understand LocalDirector and how Accelerated SLB works on the Catalyst 6000 Family of switches. A short discussion follows (see figure 5). For readers familiar with TCP this section can be skipped. For a connection to be established or initialized, the two TCP hosts synchronize on each other s initial sequence numbers. This process is done in an exchange of connection-establishing frames carrying a control bit called SYN (for synchronize) and the initial sequence numbers. The synchronization requires each side to send its own initial sequence number and to receive a confirmation in acknowledgment from the other side. Each side must also receive the other side s initial sequence number and send a confirming acknowledgment. Because Step 2 can be combined in a single message, this scenario is referred to as a three-way (or three-message) handshake. Now the two hosts are ready to communicate and the World Wide Web (WWW) pages can be transferred. After the last ACK, the connection is terminated by either a reset (RST) or a finish flag (FIN/ACK) being sent. IOS SLB Operation IOS SLB uses this handshake mechanism to identify the beginning and end of individual flows and, therefore, can make the appropriate decisions as the conversation progresses. The following discussion describes what happens in this sequence. The SYN is set in the first packet sent by the client to the IP address of the virtual server for which services are requested; in reality, this is the address of the IOS SLB in behalf of all the real servers, so the packet is sent to IOS SLB running on the multilayer switch feature card (MSFC) by the WAN router. IOS SLB maintains tables of all connections that are active and since this is a new connection (identified by source and destination IP address as well as port numbers), the software creates a connection entry for this flow. The next step is to decide which real server will service this connection request, based on configuration of the particular load-balancing algorithm. After this decision has been made, IOS SLB then forwards the packet to the appropriate server by changing the destination MAC address to that of the real server and sending the packet out to the server.the real server receives the packet, fetches the requested Web page, and sends the response back to IOS SLB, which then sends the packet back towards the original source workstation. If multiple pages are requested by this user s session, then this process continues until the user asks for no more data and requests the TCP connection to be closed, as indicated by the RST/FIN flags being sent in the last packet. At this point, the IOS SLB software resident on the Catalyst 6000 can flush its internal table of connection status for this particular session, and then calculate the server to receive the next new connection based on the deployed load-balancing algorithm. IOS SLB operating on the Catalyst 6000 moves the data forwarding into wire-speed application-specific integrated circuits (ASICs). IOS SLB How does IOS SLB work, both in the processor as well as with the Catalyst 6000 family hardware? As described earlier, the software component of making the decision of how to map a virtual server to a real server is still required, and to satisfy this requirement the Catalyst 6000 route processor is used. IOS SLB and Catalyst 6000 Hardware Operation IOS SLB takes advantage of both IOS SLB software services running on the Catalyst 6000 route processor and the wire-speed switching services of the Catalyst This scheme uses the handshake mechanism to identify the beginning and the end of individual flows and, therefore, can make the appropriate decisions as the conversation progresses. The following discussion describes the operation of IOS SLB software and Catalyst hardware. The SYN is set in the first packet sent by the client to the IP address of the virtual server for which services are requested; in reality, this is the address of the IOS SLB, in behalf of all the real servers, so the next hop router sends the packet to IOS SLB running on the Catalyst The Catalyst 6000 hardware sees this packet as a potential session for acceleration and caches the flow information. IOS SLB continues to maintain tables of all connections that are active and, since this is a new connection (identified by source and destination IP address as well as Layer 4 port numbers), it creates a connection entry for this flow. The next step is to decide which real server will service this based on the configuration of the particular load-balancing algorithm. Once this decision has been made, IOS SLB then forwards the packet to the appropriate server by changing the destination MAC address (phase I) to that of the real server and sending the packet out. At this point the Catalyst 6000 hardware ASICs see this packet as a valid SLB flow because it has been received and transmitted by the Page 6 of 8

7 IOS SLB, with a MAC address manipulation. All subsequent packets on the inbound direction will now be switched by the Catalyst 6000 without the intervention of the route processor, with the exception of any packets that have either the RST or FIN bits set. The real server receives the packet, fetches the requested Web page, and sends the response back to the Catalyst 6000 route processor, which then sends the packet to the next hop router. The Catalyst 6000 hardware sees this packet as a potential session in the reverse path for acceleration and caches the flow information. When IOS SLB sends the response packet, this action triggers the Catalyst 6000 hardware to see this flow as valid for IOS SLB, and all subsequent packets will be switched by the hardware without the intervention of the Catalyst 6000 route processor, with the exception of any packets that have the RST/ FIN bits set. In summary, two flows are established for each connection, one inbound and one outbound. If multiple pages are requested by this user s session, then this process continues until the user requires no further data and requests the TCP connection be closed, as indicated by the RST/ FIN flags being set in the last packet. As noted earlier, these bits indicate the end of a connection and these packets are sent to the Catalyst 6000 route processor directly. This scenario allows the IOS SLB to purge its connection cache for this particular flow and reevaluate its SLB algorithm for this particular server and subsequent flows. At this time the Catalyst 6000 also flushes its connection cache for both flows of this connection. have now provided switchovers in the subsecond range. In a later release IOS SLB functionality can be also backed up via HSRP so that if the primary Catalyst 6000 supervisor fails, a redundant supervisor will be able to take over its task within subseconds. Service Utilities Roadmap IOS SLB builds upon Accelerated Server Load Balancing (ASLB) where the functionality of the external LocalDirector has now been moved into the IOS code running on the Catalyst It leverages the hardware capabilities of the Catalyst 6000 to provide packet handling of millions of packets per second after making the intelligent load balancing decision via Cisco IOS SLB. Phase I of IOS SLB works in dispatch mode but later releases will include directed mode, as well as enhancements for redundancy and server health checks. Conclusion The Catalyst 6000 with its IOS SLB capabilities utilizing server cache technology provides network managers with the ability to balance services across multiple servers at speeds of millions of packets per second. As articulated in the service utilities roadmap, Cisco will continue to provide new features in IOS SLB as well as enhanced services at wire speed on the Catalyst platforms. Redundancy Ensures Uptime An important aspect of any network is that the design provides the redundancy that is required to ensure the uptime required by data centers. IOS SLB benefits from hot standby router protocol (HSRP) by allowing redundant routers to source and sink packets to and from the IOS SLB. In the unlikely event that a router fails, a standby router takes over the tasks of the failed router, with no effect on users session traffic. Routers communicate via hello packets to indicate their health and in the absence of three hellos from the primary router, the secondary router takes over communications of all sessions. Recent improvements in HSRP Page 7 of 8

8 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA USA Tel: NETS (6387) Fax: European Headquarters Cisco Systems Europe 11, Rue Camille Desmoulins Issy Les Moulineaux Cedex 9 France Tel: Fax: Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA USA Tel: Fax: Asia Headquarters Nihon Cisco Systems K.K. Fuji Building, 9th Floor Marunouchi Chiyoda-ku, Tokyo 100 Japan Tel: Fax: Cisco Systems has more than 200 offices in the following countries. Addresses, phone numbers, and fax numbers are listed on the Cisco Connection Online Web site at ices. Argentina Australia Austria Belgium Brazil Canada Chile China Colombia Costa Rica Croatia Czech Republic Denmark Dubai, UAE Finland France Germany Greece Hong Kong 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 Singapore Slovakia Slovenia South Africa Spain Sweden Switzerland Taiwan Thailand Turkey Ukraine United Kingdom United States Venezuela Copyright 2000, Cisco Systems, Inc. All rights reserved. Printed in the USA. Catalyst, Cisco, Cisco IOS, Cisco Systems, the Cisco Systems logo, EtherChannel, and IOS are registered trademarks of Cisco Systems, Inc. or its affiliates in the U.S. and certain other countries. All other trademarks mentioned in this document are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any of its resellers. (9912R) 12/99 BW5761

NetFlow Feature Acceleration

NetFlow Feature Acceleration WHITE PAPER NetFlow Feature Acceleration Feature Description Rapid growth in Internet and intranet deployment and usage has created a major shift in both corporate and consumer computing paradigms. This

More information

CISCO CONTENT SWITCHING MODULE SOFTWARE VERSION 4.1(1) FOR THE CISCO CATALYST 6500 SERIES SWITCH AND CISCO 7600 SERIES ROUTER

CISCO CONTENT SWITCHING MODULE SOFTWARE VERSION 4.1(1) FOR THE CISCO CATALYST 6500 SERIES SWITCH AND CISCO 7600 SERIES ROUTER PRODUCT BULLETIN NO. 2438 CISCO CONTENT SWITCHING MODULE SOFTWARE VERSION 4.1(1) FOR THE CISCO CATALYST 6500 SERIES SWITCH AND CISCO 7600 SERIES ROUTER NEW FEATURES New features of the Cisco Content Switching

More information

DATA SHEET. GigaStack GBIC THE CISCO SYSTEMS GIGASTACK GIGABIT INTERFACE CONVERTER (GBIC) IS A VERSATILE, LOW-COST,

DATA SHEET. GigaStack GBIC THE CISCO SYSTEMS GIGASTACK GIGABIT INTERFACE CONVERTER (GBIC) IS A VERSATILE, LOW-COST, DATA SHEET Technical Information GigaStack GBIC THE CISCO SYSTEMS GIGASTACK GIGABIT INTERFACE CONVERTER (GBIC) IS A VERSATILE, LOW-COST, GIGABIT ETHERNET STACKING GBIC THAT OFFERS HIGH-SPEED INTERCONNECTIVITY

More information

Cisco CNS NetFlow Collection Engine Version 4.0

Cisco CNS NetFlow Collection Engine Version 4.0 Data Sheet Cisco CNS NetFlow Collection Engine Version 4.0 Cisco CNS is a suite of intelligence engines that work with device agents to create a programmable network. Cisco CNS extends the management plane

More information

Cisco Blended Agent: Bringing Call Blending Capability to Your Enterprise

Cisco Blended Agent: Bringing Call Blending Capability to Your Enterprise DATA SHEET Cisco Blended Agent: Bringing Call Blending Capability to Your Enterprise Cisco ICM software has traditionally enabled companies to distribute inbound service volume to a variety of termination

More information

E-Seminar. Financial Management Internet Business Solution Seminar

E-Seminar. Financial Management Internet Business Solution Seminar E-Seminar Financial Management Internet Business Solution Seminar Financial Management Internet Business Solution Seminar 3 Welcome 4 Objectives 5 Financial Management 6 Financial Management Defined 7

More information

IP Networking and the Advantages of consolidation

IP Networking and the Advantages of consolidation WHITE PAPER Extending the Benefits of Storage Area Networks across IP Networks Introduction The phenomenal growth of Internet business and data-intensive e-business applications over the past few years

More information

Cisco 7200 and 7500 Series Routers

Cisco 7200 and 7500 Series Routers PRODUCT BULLETIN, NO. 965 Cisco 7200 and 7500 Series Routers Software, Feature, and Feature Upgrade Licenses Introduction Cisco IOS Software on the Cisco 7200 and 7500 Series offers three distinctly different

More information

Cisco Systems GigaStack Gigabit Interface Converter

Cisco Systems GigaStack Gigabit Interface Converter Data Sheet Cisco Systems GigaStack Gigabit Interface Converter The Cisco Systems GigaStack Gigabit Interface Converter (GBIC) is a versatile, low-cost, Gigabit Ethernet stacking GBIC that offers high-speed

More information

CISCO METRO ETHERNET SERVICES AND SUPPORT

CISCO METRO ETHERNET SERVICES AND SUPPORT SERVICES OVERIVEW CISCO METRO ETHERNET SERVICES AND SUPPORT In the ever-changing communications market, incumbent service providers are looking for ways to grow revenue. One method is to deploy service

More information

CISCO CATALYST 6500 SERIES CONTENT SWITCHING MODULE

CISCO CATALYST 6500 SERIES CONTENT SWITCHING MODULE DATA SHEET CISCO CATALYST 6500 SERIES CONTENT SWITCHING MODULE The Cisco Content Switching Module (CSM) is a line card for the Cisco Catalyst 6500 Series Switch that enhances the experience and response

More information

Enterprise Reporting

Enterprise Reporting Business Solutions Cisco ICM Software Enterprise Reporting Converting Contact Center Data into Business Intelligence. Improving customer service and increasing productivity are critical challenges for

More information

How To Get A New Phone System For Your Business

How To Get A New Phone System For Your Business Cisco Phone Systems Telemarketing Script Cold Call 1. Locate Contact: Name listed Owner General Manager / Office Manager Chief BDM (Business Decision Maker) Note: Avoid talking to IT since this is not

More information

CISCO PIX SECURITY APPLIANCE LICENSING

CISCO PIX SECURITY APPLIANCE LICENSING DATA SHEET CISCO PIX SECURITY APPLIANCE LICENSING The market-leading Cisco PIX Security Appliance Series supports a variety of licensing options, enabling businesses to select the capabilities that are

More information

CISCO IP PHONE SERVICES SOFTWARE DEVELOPMENT KIT (SDK)

CISCO IP PHONE SERVICES SOFTWARE DEVELOPMENT KIT (SDK) DATA SHEET CISCO IP PHONE SERVICES SOFTWARE DEVELOPMENT KIT (SDK) Cisco Systems IP Phone Services bring the power of the World Wide Web to Cisco IP Phones. An integral part of a Cisco AVVID (Architecture

More information

Cisco IOS Public-Key Infrastructure: Deployment Benefits and Features

Cisco IOS Public-Key Infrastructure: Deployment Benefits and Features Data Sheet Cisco IOS Public-Key Infrastructure: Deployment Benefits and Features Introduction to Public Key Infrastructure Public Key Infrastructure (PKI) offers a scalable method of securing networks,

More information

Cisco 7200 Series Enterprise WAN Aggregation Application

Cisco 7200 Series Enterprise WAN Aggregation Application OVERVIEW Series Enterprise WAN Aggregation Application Introduction Large enterprise networks face certain challenges when aggregating multiple branch offices or remote locations. Enterprise WAN aggregation

More information

Cisco Conference Connection

Cisco Conference Connection Data Sheet Cisco Conference Connection Cisco IP Communications a comprehensive system of powerful, enterprise-class solutions including IP telephony, unified communications, IP video/audio conferencing,

More information

CISCO IOS IP SERVICE LEVEL AGREEMENT

CISCO IOS IP SERVICE LEVEL AGREEMENT DATA SHEET CISCO IOS IP SERVICE LEVEL AGREEMENT Network services have changed dramatically in recent years, most notably due to the addition of voice, video, and other mission-critical delay- and performance-sensitive

More information

E-Seminar. E-Commerce Internet Business Solution Seminar

E-Seminar. E-Commerce Internet Business Solution Seminar E-Seminar E-Commerce Internet Business Solution Seminar E-Commerce Internet Business Solution Seminar 3 Welcome 4 Objectives 5 The Internet Revolution 6 E-Commerce Defined 7 Types of E-Commerce 8 E-Commerce

More information

CISCO MDS 9000 FAMILY PERFORMANCE MANAGEMENT

CISCO MDS 9000 FAMILY PERFORMANCE MANAGEMENT WHITE PAPER CISCO MDS 9000 FAMILY PERFORMANCE MANAGEMENT As storage area networks (SANs) grow, so do the challenges for monitoring and resolving performance issues. Summary views of networkwide historical

More information

Cisco CNS NetFlow Collection Engine Version 5.0

Cisco CNS NetFlow Collection Engine Version 5.0 Data Sheet Cisco CNS NetFlow Collection Engine Version 5.0 Cisco CNS consists of software and appliance-based applications, which support scalable network deployment, configuration, service assurance monitoring,

More information

CISCO NETWORK CONNECTIVITY CENTER

CISCO NETWORK CONNECTIVITY CENTER DATA SHEET CISCO NETWORK CONNECTIVITY CENTER The Cisco Network Connectivity Center (NCC) delivers end-to-end management across multiple tools, technologies, and silos. From networks and applications to

More information

networks (VPNs). models, the Cisco 800 series of routers addresses wide range Figure 1 Cisco 800 Series Routers give Small Offices and Corporate

networks (VPNs). models, the Cisco 800 series of routers addresses wide range Figure 1 Cisco 800 Series Routers give Small Offices and Corporate DATA SHEET Cisco 800 Series Family of Access Routhers Cisco 800 Series Family of Access Routers THE CISCO 800 SERIES FAMILY OF ACCESS ROUTERS OFFER MODELS WITH ENHANCED NETWORK SECURITY AND RELIABILITY

More information

Cisco GLBP Load Balancing Options

Cisco GLBP Load Balancing Options Data Sheet Cisco GLBP Load Balancing Options Last updated: December 2005 INTRODUCTION The purpose of this document is to discuss the options that Cisco Gateway Load Balancing Protocol (GLBP) one of Cisco

More information

PUBLIC KEY INFRASTRUCTURE CERTIFICATE REVOCATION LIST VERSUS ONLINE CERTIFICATE STATUS PROTOCOL

PUBLIC KEY INFRASTRUCTURE CERTIFICATE REVOCATION LIST VERSUS ONLINE CERTIFICATE STATUS PROTOCOL WHITE PAPER PUBLIC KEY INFRASTRUCTURE CERTIFICATE REVOCATION LIST VERSUS ONLINE CERTIFICATE STATUS PROTOCOL CERTIFICATE REVOCATION CHECKING ON CISCO IOS SOFTWARE Introduction The support for x.509 digital

More information

Cisco Secure Access Control Server Solution Engine

Cisco Secure Access Control Server Solution Engine Data Sheet Cisco Secure Access Control Server Solution Engine The Cisco Secure Access Control Server (ACS) provides a comprehensive identity networking solution and secure user experience for Cisco intelligent

More information

Cisco IOS Telephony Services Survivable/Standby Remote Site Telephony

Cisco IOS Telephony Services Survivable/Standby Remote Site Telephony DATA SHEET Cisco IOS Telephony Services Survivable/Standby Remote Site Telephony As enterprises extend their telephony and high-value application deployments from central sites out to remote offices, one

More information

THE CISCO CRM COMMUNICATIONS CONNECTOR GIVES EMPLOYEES SECURE, RELIABLE, AND CONVENIENT ACCESS TO CUSTOMER INFORMATION

THE CISCO CRM COMMUNICATIONS CONNECTOR GIVES EMPLOYEES SECURE, RELIABLE, AND CONVENIENT ACCESS TO CUSTOMER INFORMATION CUSTOMER SUCCESS STORY THE CISCO CRM COMMUNICATIONS CONNECTOR GIVES EMPLOYEES SECURE, RELIABLE, AND CONVENIENT ACCESS TO CUSTOMER INFORMATION EXECUTIVE SUMMARY CUSTOMER NAME Coleman Technologies INDUSTRY

More information

Cisco IT Data Center and Operations Control Center Tour

Cisco IT Data Center and Operations Control Center Tour Cisco IT Data Center and Operations Control Center Tour Inside the Build Room Page 1 of 8 5. Inside the Build Room Introduction Figure 1. Inside the Build Room Ian: The purpose of the Build room is for

More information

Cisco CSS 11500 Series Content Services Switch

Cisco CSS 11500 Series Content Services Switch Quick Look Cisco CSS 11500 Series Content Services Switch The Cisco CSS 11500 Series Content Services Switch is the newest addition to the Cisco content switching product line. As with other Cisco content

More information

CISCO SMALL AND MEDIUM BUSINESS CLASS VOICE SOLUTIONS: CISCO CALLMANAGER EXPRESS BUNDLES

CISCO SMALL AND MEDIUM BUSINESS CLASS VOICE SOLUTIONS: CISCO CALLMANAGER EXPRESS BUNDLES OVERVIEW CISCO SMALL AND MEDIUM BUSINESS CLASS VOICE SOLUTIONS: CISCO CALLMANAGER EXPRESS BUNDLES COMPANY PROFILE Cisco CallManager Express (CME) promotional bundles are appropriate for small businesses

More information

Cisco 2-Port OC-3/STM-1 Packet-over-SONET Port Adapter

Cisco 2-Port OC-3/STM-1 Packet-over-SONET Port Adapter Data Sheet Cisco 2-Port OC-3/STM-1 Packet-over-SONET Port Adapter To meet the continual need for increased router features and performance, Cisco Systems introduces its newest packetover-sonet (POS) port

More information

NETWORK AVAILABILITY IMPROVEMENT SUPPORT OPERATIONAL RISK MANAGEMENT ANALYSIS

NETWORK AVAILABILITY IMPROVEMENT SUPPORT OPERATIONAL RISK MANAGEMENT ANALYSIS DATA SHEET NETWORK AVAILABILITY IMPROVEMENT SUPPORT OPERATIONAL RISK MANAGEMENT ANALYSIS Operational Risk Management Analysis helps you maintain and improve network availability by evaluating the risks

More information

Cisco Catalyst 6500 Series/Cisco 7600 Series Supervisor Engine 720-3BXL

Cisco Catalyst 6500 Series/Cisco 7600 Series Supervisor Engine 720-3BXL Data Sheet Cisco Catalyst 6500 Series/Cisco 7600 Series Supervisor Engine 720-3BXL The Cisco Catalyst 6500 Series/Cisco 7600 Series Supervisor Engine 720-3BXL (Sup 720-3BXL) is the third-generation supervisor

More information

HIGH-DENSITY PACKET VOICE DIGITAL SIGNAL PROCESSOR MODULE FOR CISCO IP COMMUNICATIONS SOLUTION

HIGH-DENSITY PACKET VOICE DIGITAL SIGNAL PROCESSOR MODULE FOR CISCO IP COMMUNICATIONS SOLUTION DATA SHEET HIGH-DENSITY PACKET VOICE DIGITAL SIGNAL PROCESSOR MODULE FOR CISCO IP COMMUNICATIONS SOLUTION PRODUCT OVERVIEW The High-Density Packet Voice digital signal processor (DSP) (PVDM2) enables Cisco

More information

CISCO CATALYST 3750 SERIES SWITCHES

CISCO CATALYST 3750 SERIES SWITCHES AT-A-GLANCE CISCO CATALYST 3750 SERIES SWITCHES Product Part Number Port Speed Number Cisco Catalyst 3750-24TS 3750-24TS 3750-24FS 3750-24PS 3750-24PS 3750-48TS 3750-48TS 3750-48PS WS-C3750-24TS-S 10/100

More information

Cisco Router and Security Device Manager File Management

Cisco Router and Security Device Manager File Management Application Note Cisco Router and Security Device Manager File Management Introduction Cisco Router and Security Device Manager (SDM) allows you to view and manage the file system on your Cisco router

More information

CISCO IOS SOFTWARE FEATURE PACKS FOR THE CISCO 1700 SERIES MODULAR ACCESS ROUTERS AND CISCO 1800 SERIES (MODULAR) INTEGRATED SERVICES ROUTERS

CISCO IOS SOFTWARE FEATURE PACKS FOR THE CISCO 1700 SERIES MODULAR ACCESS ROUTERS AND CISCO 1800 SERIES (MODULAR) INTEGRATED SERVICES ROUTERS CISCO IOS SOFTWARE FEATURE PACKS FOR THE CISCO 1700 SERIES MODULAR ACCESS ROUTERS AND CISCO 1800 SERIES (MODULAR) INTEGRATED SERVICES ROUTERS This product bulletin provides details on the Cisco IOS s for

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 Intelligent Contact Management Enterprise Edition

Cisco Intelligent Contact Management Enterprise Edition Data Sheet Cisco Intelligent Contact Management Enterprise Edition Cisco IP Communications is a comprehensive system of powerful, enterprise-class solutions including IP telephony, unified communications,

More information

CISCO WIRELESS SECURITY SUITE

CISCO WIRELESS SECURITY SUITE Q&A CISCO WIRELESS SECURITY SUITE OVERVIEW What is the Cisco Wireless Security Suite? The Cisco Wireless Security Suite is an enterprise-ready, standards-based, wireless LAN (WLAN) security solution for

More information

NetFlow Feature Card II

NetFlow Feature Card II OVERVIEW NetFlow Feature Card II Introducing the NetFlow Feature Card II The NetFlow Feature Card II (NFFC II) is part of the CiscoAssure end-to-end quality-of-service (QoS) solution. Deployed in a wiring

More information

It looks like your regular telephone.

It looks like your regular telephone. It looks like your regular telephone. But it s a lot better. CISCO PHONE SYSTEM SOLUTIONS FOR SMALL AND MEDIUM BUSINESSES Between the increased productivity and administrative savings we ve experienced,

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

CISCO 7609 ROUTER ENHANCED 9-SLOT CHASSIS

CISCO 7609 ROUTER ENHANCED 9-SLOT CHASSIS DATA SHEET CISCO 7609 ROUTER ENHANCED 9-SLOT CHASSIS The Cisco 7609 Router is a high-performance router deployed at the network edge, where performance, IP services, redundancy, and fault resiliency are

More information

CISCO CATALYST 6500 SUPERVISOR ENGINE 32

CISCO CATALYST 6500 SUPERVISOR ENGINE 32 PRODUCT BULLETIN NO. 2678 CISCO CATALYST 6500 SUPERVISOR ENGINE 32 Cisco Systems introduces the Cisco Catalyst 6500 Series Supervisor Engine 32, the next generation of supervisor engine for the Cisco Catalyst

More information

Figure 1. The Cisco Aironet Power Injectors Provide Inline Power to Cisco Aironet Access Points and Bridges

Figure 1. The Cisco Aironet Power Injectors Provide Inline Power to Cisco Aironet Access Points and Bridges DATA SHEET CISCO AIRONET POWER INJECTOR Cisco Aironet Power Injector products increase the deployment flexibility of Cisco Aironet wireless access points and bridges by providing an alternative powering

More information

THE BUSINESS CASE FOR MANAGED SERVICES IN SMALL AND MEDIUM-SIZED BUSINESSES

THE BUSINESS CASE FOR MANAGED SERVICES IN SMALL AND MEDIUM-SIZED BUSINESSES WHITE PAPER THE BUSINESS CASE FOR MANAGED SERVICES IN SMALL AND MEDIUM-SIZED BUSINESSES IP-based managed services help businesses reap benefits by consistently reducing IT costs while increasing employee

More information

CISCO IOS SOFTWARE RELEASES 12.4 MAINLINE AND 12.4T FEATURE SETS FOR THE CISCO 3800 SERIES ROUTERS

CISCO IOS SOFTWARE RELEASES 12.4 MAINLINE AND 12.4T FEATURE SETS FOR THE CISCO 3800 SERIES ROUTERS PRODUCT BULLETIN NO. 2877 CISCO IOS SOFTWARE RELEASES 12.4 MAINLINE AND FEATURE SETS FOR THE CISCO 3800 SERIES ROUTERS This product bulletin details changes to the Cisco IOS Software packaging for Cisco

More information

Combined voice and data solution supports Orange s ongoing success in the UK business market

Combined voice and data solution supports Orange s ongoing success in the UK business market CUSTOMER CASE STUDY Combined voice and data solution supports Orange s ongoing success in the UK business market Executive Summary CUSTOMER NAME Orange INDUSTRY Telecommunications CHALLENGE To increase

More information

CISCO ISDN BRI S/T WIC FOR THE CISCO 1700, 1800, 2600, 2800, 3600, 3700, AND 3800 SERIES

CISCO ISDN BRI S/T WIC FOR THE CISCO 1700, 1800, 2600, 2800, 3600, 3700, AND 3800 SERIES DATA SHEET CISCO ISDN BRI S/T WIC FOR THE CISCO 1700, 1800, 2600, 2800, 3600, 3700, AND 3800 SERIES Offering a single ISDN BRI S/T interface, this WIC may require an external Network Termination 1 (NT1),

More information

IS YOUR OLD PHONE SYSTEM HANGING UP YOUR DISTRICT? CISCO K 12 DIRECT LINE SOLUTION FOR IP COMMUNICATIONS

IS YOUR OLD PHONE SYSTEM HANGING UP YOUR DISTRICT? CISCO K 12 DIRECT LINE SOLUTION FOR IP COMMUNICATIONS IS YOUR OLD PHONE SYSTEM HANGING UP YOUR DISTRICT? CISCO K 12 DIRECT LINE SOLUTION FOR IP COMMUNICATIONS THEN YOU NEED A DIRECT LINE. now. CISCO IP PHONE SOLUTIONS Cisco IP phones provide better communications,

More information

Cisco IOS Firewall Intrusion Detection System

Cisco IOS Firewall Intrusion Detection System Application Note Cisco IOS Firewall Intrusion Detection System Application Overview As network security becomes increasingly critical to securing business transactions and computer resources, businesses

More information

Empower Your Law Firm with Your Next Phone System

Empower Your Law Firm with Your Next Phone System Empower Your Law Firm with Your Next Phone System BROCHURE CISCO SMB CLASS SOLUTIONS Law Firm Boosts Client Service and its Bottom Line Hahn & Hessen, LLP, a New York City law firm, is using a Cisco IP

More information

World Consumer Income and Expenditure Patterns

World Consumer Income and Expenditure Patterns World Consumer Income and Expenditure Patterns 2014 14th edi tion Euromonitor International Ltd. 60-61 Britton Street, EC1M 5UX TableTypeID: 30010; ITtableID: 22914 Income Algeria Income Algeria Income

More information

What is network convergence all about?

What is network convergence all about? What is network convergence all about? What is network convergence all about? The industry's adoption of a converged network that is the concept of the convergence of separate telephone, video and data

More information

Cisco AVVID Network Enterprise Data Center Solution Overview

Cisco AVVID Network Enterprise Data Center Solution Overview White Paper Cisco AVVID Network Enterprise Data Center Solution Overview Data centers enable the consolidation of critical computing resources, in controlled environments under centralized management,

More information

Want to Improve Communication to Parents? Make it Simple.

Want to Improve Communication to Parents? Make it Simple. Want to Improve Communication to Parents? Make it Simple. Save Time, Save Money, and Strengthen the School-Parent Connection CISCO IP PHONE SOLUTIONS SchoolMessenger for Cisco Unified Communications integrates

More information

Cisco WebEx Social Compatibility Guide

Cisco WebEx Social Compatibility Guide Cisco WebEx Social Compatibility Guide This document provides compatibility information for supported components and applications for Cisco WebEx Social 3.4.2, 3.4, 3.3, 3.1, and 3.0. Note: Due to different

More information

Cisco Aironet 1130AG Series

Cisco Aironet 1130AG Series Ordering Guide Cisco Aironet 1130AG Series The Cisco Aironet 1130AG Series IEEE 802.11a/b/g Access Point is a fixed-configuration, dual-band access point. Built in to the access point are two radios each

More information

Cisco Outbound Option

Cisco Outbound Option Data Sheet Cisco Outbound Option Today s contact center is about more than just handling inbound telephone calls it is about fully integrated, multi-channel customer interaction. The Cisco Intelligent

More information

How To Connect A Cisco Aironet 350 Series Wireless Bridge To A Network With A Wireless Bridge

How To Connect A Cisco Aironet 350 Series Wireless Bridge To A Network With A Wireless Bridge Data Sheet Cisco Fixed Wireless Solution The Cisco Aironet 350 Series enables high-speed long-range outdoor links between buildings and is ideal for installations subject to plenum rating and harsh environments.

More information

CISCO AIRONET POWER INJECTOR

CISCO AIRONET POWER INJECTOR DATA SHEET CISCO AIRONET POWER INJECTOR Cisco Aironet Power Injector products increase the deployment flexibility of Cisco Aironet wireless access points and bridges by providing an alternative powering

More information

Load balancing with Cisco Express Forwarding

Load balancing with Cisco Express Forwarding Load balancing with Cisco Express Forwarding APPLICATION NOTE Introduction The use of parallel T1 or E1 links provides higher aggregate bandwidth connections between routers where an upgrade to a high

More information

Sybase Solutions for Healthcare Adapting to an Evolving Business and Regulatory Environment

Sybase Solutions for Healthcare Adapting to an Evolving Business and Regulatory Environment Sybase Solutions for Healthcare Adapting to an Evolving Business and Regulatory Environment OVERVIEW Sybase Solutions for Healthcare Adapting to an Evolving Business and Regulatory Environment Rising medical

More information

Foreign Taxes Paid and Foreign Source Income INTECH Global Income Managed Volatility Fund

Foreign Taxes Paid and Foreign Source Income INTECH Global Income Managed Volatility Fund Income INTECH Global Income Managed Volatility Fund Australia 0.0066 0.0375 Austria 0.0045 0.0014 Belgium 0.0461 0.0138 Bermuda 0.0000 0.0059 Canada 0.0919 0.0275 Cayman Islands 0.0000 0.0044 China 0.0000

More information

CISCO 10GBASE X2 MODULES

CISCO 10GBASE X2 MODULES DATA SHEET CISCO 10GBASE X2 MODULES Figure 1. Cisco 10GBASE X2 and Xenpak Module PRODUCT OVERVIEW The Cisco 10GBASE X2 modules (Figure 1) offers customers a wide variety of 10 Gigabit Ethernet connectivity

More information

CISCO IOS SOFTWARE RELEASES 12.4 MAINLINE AND 12.4T FEATURE SETS FOR THE CISCO 2800 SERIES ROUTERS

CISCO IOS SOFTWARE RELEASES 12.4 MAINLINE AND 12.4T FEATURE SETS FOR THE CISCO 2800 SERIES ROUTERS PRODUCT BULLETIN NO. 2879 CISCO IOS SOFTWARE RELEASES 12.4 MAINLINE AND FEATURE SETS FOR THE CISCO 2800 SERIES ROUTERS This product bulletin details changes to the Cisco IOS Software packaging for Cisco

More information

Serial Connectivity Network Modules for the 2600, 3600, and 3700 Series (NM-1HSSI, NM-4T, NM-4A/S, NM-8A/S, NM-16A/S, NM-16A, NM-32A)

Serial Connectivity Network Modules for the 2600, 3600, and 3700 Series (NM-1HSSI, NM-4T, NM-4A/S, NM-8A/S, NM-16A/S, NM-16A, NM-32A) Data Sheet Serial Connectivity Network Modules for the 2600, 3600, and 3700 Series (NM-1HSSI, NM-4T, NM-4A/S, NM-8A/S, NM-16A/S, NM-16A, NM-32A) The Cisco 2600, 3600, and 3700 Series offer a wide variety

More information

Cisco SMB Class Solutions Your Next Phone System Purchase

Cisco SMB Class Solutions Your Next Phone System Purchase Overview Cisco SMB Class Solutions Your Next Phone System Purchase The Smart Buyer s Checklist for Small and Medium Organizations Will your aging telephone system soon need replacing or require a significant

More information

CISCO NETWORK CONNECTIVITY CENTER MPLS MANAGER 1.0

CISCO NETWORK CONNECTIVITY CENTER MPLS MANAGER 1.0 DATA SHEET CISCO NETWORK CONNECTIVITY CENTER MPLS MANAGER 1.0 Cisco Network Connectivity Center (NCC) Multiprotocol Label Switching (MPLS) Manager maximizes the availability of VPNs based on MPLS technology.

More information

Cisco 3640 - PBX Interoperability: Lucent/Avaya Definity G3si V7 PBX with CallManager using Analog FXS and FXO Interfaces as an MGCP Gateway

Cisco 3640 - PBX Interoperability: Lucent/Avaya Definity G3si V7 PBX with CallManager using Analog FXS and FXO Interfaces as an MGCP Gateway Application Note Cisco 3640 - PBX Interoperability: Lucent/Avaya Definity G3si V7 PBX with CallManager using Analog FXS and FXO Interfaces as an MGCP Gateway Introduction This application note describes

More information

Internal IT Staff at a Serbian Children s Hospital Takes Innovative Approach to Outpatient Care

Internal IT Staff at a Serbian Children s Hospital Takes Innovative Approach to Outpatient Care CUSTOMER CASE STUDY Internal IT Staff at a Serbian Children s Hospital Takes Innovative Approach to Outpatient Care Executive Summary CUSTOMER NAME Belgrade, Serbia INDUSTRY Healthcare BUSINESS CHALLENGES

More information

Cisco Smart Care Service

Cisco Smart Care Service Q. What is Cisco Smart Care Service? A. Cisco Smart Care Service is a collaborative, comprehensive network wide service that enables your partner to deliver proactive network monitoring, health checkups,

More information

Appendix 1: Full Country Rankings

Appendix 1: Full Country Rankings Appendix 1: Full Country Rankings Below please find the complete rankings of all 75 markets considered in the analysis. Rankings are broken into overall rankings and subsector rankings. Overall Renewable

More information

The Palace of Versailles Goes Digital, Increasing Revenue and Enhancing Overall Visitor Experience

The Palace of Versailles Goes Digital, Increasing Revenue and Enhancing Overall Visitor Experience CUSTOMER CASE STUDY The Palace of Versailles Goes Digital, Increasing Revenue and Enhancing Overall Visitor Experience Executive Summary CUSTOMER NAME Palace of Versailles, France INDUSTRY Public Sector

More information

BT Premium Event Call and Web Rate Card

BT Premium Event Call and Web Rate Card BT Managed Event and BT Self-Managed Event (also referred to as Express, Plus and Premium) Conference Bridge and Call for Booked Audio Conferencing Services will comprise the following for each phone-conference:

More information

CISCO ISDN BRI S/T WIC FOR THE CISCO 1700, 1800, 2600, 2800, 3600, 3700, AND 3800 SERIES

CISCO ISDN BRI S/T WIC FOR THE CISCO 1700, 1800, 2600, 2800, 3600, 3700, AND 3800 SERIES DATA SHEET CISCO ISDN BRI S/T WIC FOR THE CISCO 1700, 1800, 2600, 2800, 3600, 3700, AND 3800 SERIES Offering a single ISDN BRI S/T interface, this WIC may require an external Network Termination 1 (NT1),

More information

Reporting practices for domestic and total debt securities

Reporting practices for domestic and total debt securities Last updated: 4 September 2015 Reporting practices for domestic and total debt securities While the BIS debt securities statistics are in principle harmonised with the recommendations in the Handbook on

More information

DATA SHEET. Cisco Secure PIX Firewall Software v5.2 THE WORLD-LEADING CISCO SECURE PIX FIREWALL TM SERIES PROVIDES TODAY S NETWORKING

DATA SHEET. Cisco Secure PIX Firewall Software v5.2 THE WORLD-LEADING CISCO SECURE PIX FIREWALL TM SERIES PROVIDES TODAY S NETWORKING DATA SHEET Technical Information Cisco Secure PIX Firewall Software v5.2 THE WORLD-LEADING CISCO SECURE PIX FIREWALL TM SERIES PROVIDES TODAY S NETWORKING CUSTOMERS WITH UNMATCHED SECURITY, RELIABILITY,

More information

SOUTH BAY BMW ACHIEVES UNMATCHED AVAILABILITY AND SECURITY WITH ITS CISCO NETWORK

SOUTH BAY BMW ACHIEVES UNMATCHED AVAILABILITY AND SECURITY WITH ITS CISCO NETWORK CUSTOMER SUCCESS STORY SOUTH BAY BMW ACHIEVES UNMATCHED AVAILABILITY AND SECURITY WITH ITS CISCO NETWORK EXECUTIVE SUMMARY CUSTOMER NAME South Bay BMW INDUSTRY Automotive BUSINESS CHALLENGE Help assure

More information

Cisco Router and Security Device Manager Dial-Backup Solution

Cisco Router and Security Device Manager Dial-Backup Solution Application Note Cisco Router and Security Device Manager Dial-Backup Solution Introduction Point-to-Point Protocol over Ethernet (PPPoE) and IP Security (IPSec) VPN deployments are increasing and require

More information

Enabling High Availability for Voice Services in Cable Networks

Enabling High Availability for Voice Services in Cable Networks White Paper Enabling High Availability for Voice Services in Cable Networks When customers place a telephone call, they expect it to go through on the first attempt and they expect it to continue without

More information

CONNECT TO COMPREHENSIVE NETWORK SECURITY SOLUTIONS WITH THE CISCO IP NETWORK DEFENDER PROGRAM.

CONNECT TO COMPREHENSIVE NETWORK SECURITY SOLUTIONS WITH THE CISCO IP NETWORK DEFENDER PROGRAM. CONNECT TO COMPREHENSIVE NETWORK SECURITY SOLUTIONS WITH THE CISCO IP NETWORK DEFENDER PROGRAM. THE CISCO ADVANTAGE: SELF-DEFENDING NETWORKS Network security threats are becoming more frequent and alarmingly

More information

Optical Service Modules: OC-3/STM-1, OC-12/STM-4 and OC-48/STM-16 POS, OC-12/STM-4 ATM, Gigabit Ethernet WAN, Channelized T3 (CT3) and OC12/STM-4

Optical Service Modules: OC-3/STM-1, OC-12/STM-4 and OC-48/STM-16 POS, OC-12/STM-4 ATM, Gigabit Ethernet WAN, Channelized T3 (CT3) and OC12/STM-4 Data Sheet Cisco 7604 Router Product Overview The Cisco 7604 Router is one of the smallest, redundant routers to offer n x 10 Gigabit Ethernet performance with services. This router is part of the Cisco

More information

Cisco Solution Incentive Program Asia Pacific

Cisco Solution Incentive Program Asia Pacific Channel Incentive Offerings Cisco Solution Incentive Program Asia Pacific User Guide This program will expire on December 31, 2006. Cisco Systems reserves the right to cancel or modify this program at

More information

SERIAL AND ASYNCHRONOUS HIGH-SPEED WAN INTERFACE CARDS FOR CISCO 1800, 2800, AND 3800 SERIES INTEGRATED SERVICES ROUTERS

SERIAL AND ASYNCHRONOUS HIGH-SPEED WAN INTERFACE CARDS FOR CISCO 1800, 2800, AND 3800 SERIES INTEGRATED SERVICES ROUTERS DATA SHEET SERIAL AND ASYNCHRONOUS HIGH-SPEED WAN INTERFACE CARDS FOR CISCO 1800, 2800, AND 3800 SERIES INTEGRATED SERVICES ROUTERS Serial and asynchronous high-speed WAN interface cards (HWICs) provide

More information

41 T Korea, Rep. 52.3. 42 T Netherlands 51.4. 43 T Japan 51.1. 44 E Bulgaria 51.1. 45 T Argentina 50.8. 46 T Czech Republic 50.4. 47 T Greece 50.

41 T Korea, Rep. 52.3. 42 T Netherlands 51.4. 43 T Japan 51.1. 44 E Bulgaria 51.1. 45 T Argentina 50.8. 46 T Czech Republic 50.4. 47 T Greece 50. Overall Results Climate Change Performance Index 2012 Table 1 Rank Country Score** Partial Score Tendency Trend Level Policy 1* Rank Country Score** Partial Score Tendency Trend Level Policy 21 - Egypt***

More information

Cisco IT Data Center and Operations Control Center Tour

Cisco IT Data Center and Operations Control Center Tour Cisco IT Data Center and Operations Control Center Tour Data Center Power Page 1 of 9 7. Data Center Power Electrical Power and Power Protection Figure 1. Power Cabinets Dick: Running a data center takes

More information

How To Outtask Metro Ether To A Managed Service Provider

How To Outtask Metro Ether To A Managed Service Provider WHITE PAPER MANAGED METRO ETHERNET SERVICES: BUSINESS ADVANTAGES FOR THE ENTERPRISE Ethernet is rapidly becoming the primary communications technology for organizations of all sizes. Most businesses already

More information

AT-S39 Version 1.3 Management Software for the AT-8024 and AT-8024GB Fast Ethernet Switches. Software Release Notes

AT-S39 Version 1.3 Management Software for the AT-8024 and AT-8024GB Fast Ethernet Switches. Software Release Notes AT-S39 Version 1.3 Management Software for the AT-8024 and AT-8024GB Fast Ethernet Switches Supported Platforms Software Release Notes Please read this document before you begin to use the AT-S39 management

More information

CISCO IP PHONE EXPANSION MODULE 7914

CISCO IP PHONE EXPANSION MODULE 7914 DATA SHEET CISCO IP PHONE EXPANSION MODULE 7914 Call coverage is a critical capability for administrative assistants and others who must monitor, manage, and cover the various status of calls. This requires

More information

Logix5000 Clock Update Tool V2.00.36. 12/13/2005 Copyright 2005 Rockwell Automation Inc., All Rights Reserved. 1

Logix5000 Clock Update Tool V2.00.36. 12/13/2005 Copyright 2005 Rockwell Automation Inc., All Rights Reserved. 1 Logix5000 Clock Update Tool V2.00.36. 1 Overview Logix5000 Clock Update Tool 1. 1. What is is it? it? 2. 2. How will it it help me? 3. 3. How do do I I use it? it? 4. 4. When can I I get get it? it? 2

More information

Supported Payment Methods

Supported Payment Methods Supported Payment Methods Global In the global payments market, credit cards are the most popular payment method. However, BlueSnap expands the payment selection by including not only the major credit

More information

CISCO ATA 186 ANALOG TELEPHONE ADAPTOR

CISCO ATA 186 ANALOG TELEPHONE ADAPTOR DATA SHEET CISCO ATA 186 ANALOG TELEPHONE ADAPTOR The Cisco ATA 186 Analog Telephone Adaptor is a handset-to-ethernet adaptor that turns traditional telephone devices into IP devices. Customers can take

More information

Cisco 2600XM DSL Router Bundles

Cisco 2600XM DSL Router Bundles Data Sheet Cisco 2600XM DSL Router Bundles Overview In order to provide customers with easy-to-order solutions to meet their Digital Subscriber Line (DSL) networking needs, six new DSL router bundles are

More information

CCNP Switch 642-813 Questions/Answers Implementing High Availability and Redundancy

CCNP Switch 642-813 Questions/Answers Implementing High Availability and Redundancy Which Catalyst 6500 switch component integrates on individual line modules as well as on the supervisor engine? A. CPU B. Flash C. ASIC D. NVRAM Answer: C Cisco Catalyst 6500 Series with Cisco IOS Software

More information

CISCO 100BASE-X SFP FOR FAST ETHERNET SFP PORTS

CISCO 100BASE-X SFP FOR FAST ETHERNET SFP PORTS DATA SHEET CISCO 100BASE-X SFP FOR FAST ETHERNET SFP PORTS PRODUCT OVERVIEW The Cisco 100BASE-X Small Form-factor Pluggable (SFP) is a hot-swappable input/output device that plugs into a Fast Ethernet

More information