Configuration Note for the Cisco SOHO 76 and 77 Routers

Size: px
Start display at page:

Download "Configuration Note for the Cisco SOHO 76 and 77 Routers"

Transcription

1 Configuration Note for the Cisco SOHO 76 and 77 Routers This document describes software configuration information for the Cisco small office/home office (SOHO) 76 router, SOHO 77 router, and SOHO 77H router. For additional information on these routers, see the Related Documents section. For last-minute updates to this configuration note, refer to the Cisco SOHO series routers documentation Web site at the following URL: This document contains the following sections: Overview of Features Related Documents New and Changed Information Command Reference Configuration Instructions Obtaining Documentation Obtaining Technical Assistance Corporate Headquarters: Cisco Systems, Inc., 170 West Tasman Drive, San Jose, CA USA Copyright Cisco Systems, Inc. All rights reserved.

2 Overview of Features Overview of Features The SOHO 76 and SOHO 77 routers are asymmetric digital subscriber line (ADSL) routers that provide entry-evel access to the Internet. The routers include an Ethernet interface and an ADSL interface. The ATM interface supports the AAL5 (ATM Adaptation Layer 5) format. Memory Requirements The memory required for running the SOHO 76 and SOHO 77 and 77H routers is as follows: 8 MB of Flash memory 16 MB of dynamic RAM (DRAM) The Flash memory and DRAM cannot be upgraded. Software Requirements The SOHO 76, SOHO 77 and SOHO 77H routers support a subset of the IP/Firewall feature set. Related Documents The following documents provide additional information about installing and configuring these routers and configuring router software: Cisco 826 and SOHO 76 Routers Hardware Installation Guide provides installation information on the Cisco 826 and SOHO 76 routers. Cisco 826 and Cisco SOHO 76 Router Cabling and Setup Quick Start Guide provides quick installation information for the SOHO 76 router. Cisco 827 and SOHO 77 Routers Hardware Installation Guide provides installation information on the Cisco 827 and SOHO 77 routers. Cisco 820 Series and SOHO Series Router Cabling and Setup Quick Start Guide provides quick installation information for the Cisco SOHO series routers. Cisco 827 Routers Software Configuration Guide provides sample networks and router configurations for the Cisco 827 routers. Only the data configurations in the guide apply to the SOHO 76 and 77 routers. Regulatory Compliance and Safety Information for the Cisco 800 Series and SOHO Series Routers document provides safety warnings and compliance information for the router. Cisco IOS configuration guides and command references provide IOS commands and configurations for the router. For more information on the Cisco DSL CPE image provisioning, refer to the following documents: Cisco DSL CPE Automated Configuration Solution Guide Cisco DSL CPE Manager 2

3 New and Changed Information New and Changed Information This section describes information that has changed from previous software releases. A number of configuration commands, and show and debug commands run from EXEC mode, are no longer available on the Cisco SOHO 76, 77, and 77H routers. The configuration commands are no longer necessary. The show and debug commands have been replaced by new commands that are described in the Command Reference section on page 4. clear vpdn tunnel pppoe Command No Longer Supported The following virtual private dial-up network (VPDN) clear commands will no longer work for Point-to-Point Protocol over Ethernet (PPPoE) client sessions. clear vpdn tunnel pppoe This command has been replaced by the clear pppoe command, which is described in the Command Reference section on page 4. debug Commands No Longer Supported The following VPDN debug commands will no longer work for PPPoE client sessions: debug vpdn pppoe-event debug vpdn pppoe-error debug vpdn pppoe-packet debug vpdn pppoe-data These commands have been replaced by the debug pppoe command, which is described in the Command Reference section on page 4. show Commands No Longer Supported The following VPDN show commands will no longer work for PPPoE client sessions. show vpdn tunnel show vpdn session show vpdn These commands have been replaced by the show pppoe session command, which is described in the Command Reference section on page 4. vpdn Configuration Commands No Longer Supported The following commands are no longer necessary for configuring a PPPoE client on a SOHO 77 or 77H router: vpdn enable vpdn group number See the Configuring PPP over Ethernet section on page 8 for new configuration instructions. 3

4 Command Reference Command Reference This section describes new commands that are supported on the SOHO 76, 77, and 77H routers. show pppoe session Command The show pppoe session command provides information about currently active PPPoE sessions. The syntax of this command is shown below: show pppoe session [ { all packets }] Syntax Description all packets Show detailed information about the PPPoE session. Show packet statistics for the PPPoE session. Default None. Command Mode This command is available in EXEC mode. Command History Release Cisco IOS Release 12.2(4)YG Modification This command was introduced on the Cisco SOHO 76, 77, and 77H routers. Example The following example shows output for the show pppoe session command: SOHO-02#show pppoe session Total PPPoE sessions 3 PPPoE Session Information UID SID RemMAC OIntf Intf Session LocMAC VASt state d10.04c1 Et0 Vi4 N/A fc.dd50 UP d10.04c1 Et0 Vi3 N/A fc.dd50 UP e.70a8 ATM0 Vi5 N/A fc.dd50 VP/VC: 2/41 UP SOHO-02# clear pppoe Command Use the clear pppoe command to terminate one or more PPPoE sessions that have been established by PCs attached to the router. The syntax of this command is as follows: clear pppoe { interface if-type if-number [ vc { [ vpi / vci ] vci vc-name } ] rmac mac-addr [ sid session-id ] all } 4

5 Command Reference Syntax Description interface rmac all Clear PPPoE sessions on specified interface. Clear PPPoE sessions from specified client. Clear all PPPoE sessions. Default None Command Mode This command is available in Privileged mode. Command History Release Cisco IOS Release 12.2(4)YG Modification This command was introduced on the Cisco SOHO 76, 77, and 77H routers. debug pppoe Command The debug pppoe command provides information that is helpful for debugging PPPoE problems. The syntax of this command is shown below. To disable the debugging output, use the no form of this command. debug pppoe [ data errors events packets ] no debug pppoe [ data errors events packets ] Syntax Description data errors events packets Displays data packets of PPPoE sessions. Displays PPPoE protocol errors that prevent a session from being established, or displays errors that cause an established sessions to be closed. Displays PPPoE protocol messages about events that are part of normal session establishment or shutdown. Displays each PPPoE protocol packet exchanged. Default None. Command Mode This command is available in Privileged mode. Usage Guidelines The debug commands typically display a large number of debug messages. These should generally be used only on a debug router with a single active session. 5

6 Configuration Instructions Command History Release Cisco IOS Release 12.2(4)YG Modification This command was introduced on the Cisco SOHO 76, 77, and 77H routers. Configuration Instructions This section contains configuration instructions for the SOHO 76,77, and 77H routers. Configuring a Bridged RFC 1483 DHCP Client Perform the following steps to configure bridged RFC 1483 DHCP client support: Step 1 Step 2 Step 3 Configure the Bridge Group Virtual Interface (BVI) interface by entering the ip address dhcp client-id Ethernet 0 command. Specifying the value client-id ethernet 0 means that the MAC address of the Ethernet interface will be used as the client ID when the DHCP request is sent. Otherwise, the MAC address of the BVI interface is used as the client ID. Configure Network Address Translation (NAT): a. Configure the BVI interface by entering the ip nat outside command. b. Configure the Ethernet interface by entering the ip nat inside command. c. Create an access list under NAT by entering the access-list 1 permit ip address command to match all Ethernet IP addresses. d. Configure the source list under NAT by entering the ip nat inside source list 1 interface BVI 1 overload command. Configure the SOHO router to act as a Dynamic Host Configuration Protocol (DHCP) server. This step is optional. a. At the (config-if)# router prompt, enter the ip dhcp pool server name command. b. Enter the import all command to have the SOHO series router retrieve the Microsoft Windows name server (WINS) and Domain Name System (DNS) server addresses for name resolution. Configuration Example The following example shows a configuration of the DHCP client: bridge irb interface Ethernet0 ip address no ip directed-broadcast ip nat inside interface ATM0 no ip address no ip directed-broadcast 6

7 Configuration Instructions no atm ilmi-keepalive interface ATM0.1 point-to-point no ip directed-broadcast pvc 1/35 encapsulation aal5snap bridge-group 1 interface BVI1 ip address dhcp client-id Ethernet0 no ip directed-broadcast ip nat outside ip route BVI1 access-list 1 permit bridge 1 protocol ieee bridge 1 route ip Configuring a Bridged RFC 1483 Interface with a Static IP Address Perform the following steps to configure the router for bridged RFC 1483 with a static IP address: Step 1 Step 2 Step 3 Configure the BVI interface by entering the ip address static address 0 command. Configure NAT. a. Configure the BVI interface by entering the ip nat outside command. b. Configure the Ethernet interface by entering the ip nat inside command. c. Create an access list under NAT by entering the access-list 1 permit ip address command to match all Ethernet IP addresses. d. Configure the source list under NAT by entering the ip nat inside source list 1 interface BVI 1 overload command. e. Configure the static route command ip route gateway-address, where gateway-address is provided by your service provider. Configure the router to act as a DHCP server. This step is optional. a. At the (config-if)# router prompt, enter the ip dhcp pool server name command. b. Enter the import all command to have the router retrieve the Microsoft Windows name server (WINS) and Domain Name System (DNS) server addresses for name resolution. 7

8 Configuration Instructions Configuration Example The following example shows a bridged RFC 1483 configuration with a static IP address. The default gateway address is provided by your service provider. bridge irb interface Ethernet0 ip address no ip directed-broadcast ip nat inside interface ATM0 no ip address no ip directed-broadcast no atm ilmi-keepalive interface ATM0.1 point-to-point no ip directed-broadcast pvc 1/35 encapsulation aal5snap bridge-group 1 interface BVI1 ip address no ip directed-broadcast ip nat outside ip route access-list 1 permit bridge 1 protocol ieee bridge 1 route ip Configuring PPP over Ethernet This feature supports the PPPoE client on an ATM permanent virtual circuit (PVC). Only one PPPoE client on a single ATM PVC is supported. Figure 1 shows a typical deployment scenario for PPPoE support. Note The PPPoE configuration procedure and example in this section are different from those appearing in previous editions of this release note. The vpdn enable and vpdn group commands have been removed from the procedure and example because they are no longer supported on the SOHO 77 or SOHO 77H routers. 8

9 Configuration Instructions Figure 1 PPPoE Deployment Scenarios LAN E0{827}ATM0 Router DSL modem DSLAM Access concentrator PPPoE session Multiple PCs A PPPoE session is initiated on the client side by the network shown in Figure 1. If the session has a timeout, or if it is disconnected, the PPPoE client immediately attempts to reestablish the session. Follow these steps to configure the router for PPPoE client support: Step 1 Step 2 Configure the ATM interface with PPPoE support: a. Configure the ATM interface by entering the interface atm 0 command. b. Specify the ATM PVC by entering the pvc number command. c. Configure the PPPoE client and specify the dialer interface to use for cloning by entering the pppoe-client dial-pool-number number command. Configure the dialer interface by entering the int dialer number command: a. Configure the IP address as negotiated by entering the ip address negotiated command. b. Configure authentication for your network by entering the ppp authentication protocol command. This step is optional. c. Configure the dialer pool number by entering the dialer pool number command. d. Configure the dialer-group number by entering the dialer-group number command. e. Configure a dialer list for the dialer-group by entering the dialer-list 1 protocol ip permit command. Note Multiple PPPoE clients can run on a different PVCs, in which case, each client has to use a separate dialer interface and a separate dialer pool, and the PPP parameters must be applied on the dialer interface. If you enter the clear pppoe command with a PPPoE client session already established, the PPPoE client session terminates and the PPPoE client immediately tries to reestablish the session. 9

10 Configuration Instructions Configuration Example The following example shows a configuration of a PPPoE client. interface Ethernet0 ip address ip nat inside interface ATM0 no ip address no atm ilmi-keepalive pvc 8/35 pppoe-client dial-pool-number 1 dsl operating-mode auto hold-queue 224 in interface Dialer1 ip address negotiated ip mtu 1492 ip nat outside encapsulation ppp dialer pool 1 dialer-group 1 ppp authentication pap callin ppp pap sent-username sohodyn password 7 141B ip nat inside source list 101 interface Dialer1 overload ip route Dialer1 access-list 101 permit ip any MMI Support The Modem Management Interface (MMI) is software that enables auto-provisioning for the SOHO 76, 77, and 77H routers. The MMI uses a fixed PVC to communicate with the proxy element (PE) that resides on the digital subscriber line access multiplexer (DSLAM). Using MMI, the router updates the running image. Then the router downloads the prescribed configuration using a configuration file or configuration values in a provisioning information database. Configuring MMI for Auto-Provisioning The customer premises equipment (CPE) can be automatically configured by using the Cisco digital subscriber line (DSL) CPE download, but the CPE can be configured only with the image provisioning feature. The following provisioning configuration files are not supported: profiles Cisco DSL CPE Manager (CDCM) objects below the CPE level (that is, the ATM virtual channel connection [VCC] objects) propvirtual objects and interface objects (ATMif and Ethernetif) 10

11 Configuration Instructions Follow these steps to configure the router for MMI support in configure-terminal mode: Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7 To set the configuration approach for MMI, enter one of the following commands: mmi auto-configure no mmi auto-configure If the auto-configure parameter is enabled, the router is provisioned by the PE. By default, this parameter is enabled. If the auto-configure parameter is disabled, the router is configured by the startup configuration file. To set the polling interval for the router to check the PE for any updated image or configuration files, enter the following command: mmi polling-interval time where time is the number of seconds. The polling-interval range is from 1 to 65535, with the default set to 60 seconds. To set the ATM PVC so the MMI communicates with the PE, enter the following command: mmi pvc vpi/vci where vpi/vci is the virtual path identifier/virtual channel identifier. The default PVC for MMI is 0/16 ilmi, but if it is not available, you must set the specific PVC for the router to communicate with the PE. To set the timer to monitor the image file download, enter the following command in configure terminal mode: mmi snmp-timeout time where time is 1 to 1800 seconds, which is the allowed interval for downloading any two consecutive blocks. If you enter the no mmi snmp-timeout command, the default time is set to 180 seconds. To eliminate the ADSL line training delay, enter the following command: dsl operating-mode auto If the DSLAM is using a Cisco 4xDMT ADI-based card, enter the following command: dsl operating-mode ansi-dmt To set up the debug process for MMI, enter the following command: debug mmi Save the configuration file to NVRAM, and enter the reload command. The router s OK LED on the front panel blinks while the image is being auto-provisioned. The PVC is set up when the reboot occurs. MMI Configuration Example The following example shows an MMI configuration: SOHO-voice1#sh run Building configuration... Current configuration :947 bytes version 12.1 no service single-slot-reload-enable no service pad service timestamps debug uptime 11

12 Configuration Instructions service timestamps log uptime no service password-encryption hostname SOHO-voice1 no logging buffered no logging buffered logging rate-limit console 10 except errors mmi polling-interval 1000 no mmi auto-configure mmi pvc 0/16 debug mmi ip subnet-zero no ip finger interface Ethernet0 no ip address shutdown interface Virtual-Template1 no ip address interface ATM0 no ip address pvc 0/101 bundle-enable dsl operating-mode auto ip classless no ip http server snmp-server manager voice-port 1 voice-port 2 voice-port 3 voice-port 4 > line con 0 transport input none stopbits 1 line vty 0 4 login scheduler max-task-time 5000 end Notes for the DSL Provider To use the Cisco automated configuration solution with SOHO 76, 77 and SOHO 77H CPE, follow these steps: Step 1 Enable the MMI configuration, as described in the Configuring MMI for Auto-Provisioning section on page

13 Obtaining Documentation Step 2 Step 3 Step 4 Step 5 Step 6 Ping from the DSLAM to the CPE to ensure the DSLAM is a PE host. Store the MMI configuration file on an FTP server that acts as the PE s image server. Use CDCM to add the configuration file to the PE s image table. The image file can also be added to the PE. Use CDCM to deploy the CPE. You can manually deploy it, or you can use autodiscovery to deploy multiple CPEs. Use CDCM to provision an image for each CPE, which will associate a specific configuration file to the CPE. Obtaining Documentation The following sections explain how to obtain documentation from Cisco Systems. World Wide Web You can access the most current Cisco documentation on the World Wide Web at the following URL: Translated documentation is available at the following URL: Documentation CD-ROM Cisco documentation and additional literature are available in a Cisco Documentation CD-ROM package, which is shipped with your product. The Documentation CD-ROM is updated monthly and may be more current than printed documentation. The CD-ROM package is available as a single unit or through an annual subscription. Ordering Documentation Cisco documentation is available in the following ways: Registered Cisco Direct Customers can order Cisco product documentation from the Networking Products MarketPlace: Registered Cisco.com users can order the Documentation CD-ROM through the online Subscription Store: Nonregistered Cisco.com users can order documentation through a local account representative by calling Cisco corporate headquarters (California, USA) at or, elsewhere in North America, by calling NETS (6387). 13

14 Obtaining Technical Assistance Documentation Feedback If you are reading Cisco product documentation on Cisco.com, you can submit technical comments electronically. Click Leave Feedback at the bottom of the Cisco Documentation home page. After you complete the form, print it out and fax it to Cisco at You can your comments to To submit your comments by mail, use the response card behind the front cover of your document, or write to the following address: Cisco Systems Attn: Document Resource Connection 170 West Tasman Drive San Jose, CA We appreciate your comments. Obtaining Technical Assistance Cisco provides Cisco.com as a starting point for all technical assistance. Customers and partners can obtain documentation, troubleshooting tips, and sample configurations from online tools by using the Cisco Technical Assistance Center (TAC) Web Site. Cisco.com registered users have complete access to the technical support resources on the Cisco TAC Web Site. Cisco.com Cisco.com is the foundation of a suite of interactive, networked services that provides immediate, open access to Cisco information, networking solutions, services, programs, and resources at any time, from anywhere in the world. Cisco.com is a highly integrated Internet application and a powerful, easy-to-use tool that provides a broad range of features and services to help you to Streamline business processes and improve productivity Resolve technical issues with online support Download and test software packages Order Cisco learning materials and merchandise Register for online skill assessment, training, and certification programs You can self-register on Cisco.com to obtain customized information and service. To access Cisco.com, go to the following URL: Technical Assistance Center The Cisco TAC is available to all customers who need technical assistance with a Cisco product, technology, or solution. Two types of support are available through the Cisco TAC: the Cisco TAC Web Site and the Cisco TAC Escalation Center. 14

15 Obtaining Technical Assistance Cisco TAC Web Site Cisco TAC Escalation Center Inquiries to Cisco TAC are categorized according to the urgency of the issue: Priority level 4 (P4) You need information or assistance concerning Cisco product capabilities, product installation, or basic product configuration. Priority level 3 (P3) Your network performance is degraded. Network functionality is noticeably impaired, but most business operations continue. Priority level 2 (P2) Your production network is severely degraded, affecting significant aspects of business operations. No workaround is available. Priority level 1 (P1) Your production network is down, and a critical impact to business operations will occur if service is not restored quickly. No workaround is available. Which Cisco TAC resource you choose is based on the priority of the problem and the conditions of service contracts, when applicable. The Cisco TAC Web Site allows you to resolve P3 and P4 issues yourself, saving both cost and time. The site provides around-the-clock access to online tools, knowledge bases, and software. To access the Cisco TAC Web Site, go to the following URL: All customers, partners, and resellers who have a valid Cisco services contract have complete access to the technical support resources on the Cisco TAC Web Site. The Cisco TAC Web Site requires a Cisco.com login ID and password. If you have a valid service contract but do not have a login ID or password, go to the following URL to register: If you cannot resolve your technical issues by using the Cisco TAC Web Site, and you are a Cisco.com registered user, you can open a case online by using the TAC Case Open tool at the following URL: If you have Internet access, it is recommended that you open P3 and P4 cases through the Cisco TAC Web Site. The Cisco TAC Escalation Center addresses issues that are classified as priority level 1 or priority level 2; these classifications are assigned when severe network degradation significantly impacts business operations. When you contact the TAC Escalation Center with a P1 or P2 problem, a Cisco TAC engineer will automatically open a case. To obtain a directory of toll-free Cisco TAC telephone numbers for your country, go to the following URL: Before calling, please check with your network operations center to determine the level of Cisco support services to which your company is entitled; for example, SMARTnet, SMARTnet Onsite, or Network Supported Accounts (NSA). In addition, please have available your service agreement number and your product serial number. 15

16 Obtaining Technical Assistance This document is to be used in conjunction with the documents listed in the Related Documents section. CCIP, the Cisco Powered Network mark, the Cisco Systems Verified logo, Cisco Unity, Follow Me Browsing, FormShare, Internet Quotient, iq Breakthrough, iq Expertise, iq FastTrack, the iq Logo, iq Net Readiness Scorecard, Networking Academy, ScriptShare, SMARTnet, TransPath, and Voice LAN are trademarks of Cisco Systems, Inc.; Changing the Way We Work, Live, Play, and Learn, Discover All That s Possible, The Fastest Way to Increase Your Internet Quotient, and iquick Study are service marks of Cisco Systems, Inc.; and Aironet, ASIST, BPX, Catalyst, CCDA, CCDP, CCIE, CCNA, CCNP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, the Cisco IOS logo, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Empowering the Internet Generation, Enterprise/Solver, EtherChannel, EtherSwitch, Fast Step, GigaStack, IOS, IP/TV, LightStream, MGX, MICA, the Networkers logo, Network Registrar, Packet, PIX, Post-Routing, Pre-Routing, RateMUX, Registrar, SlideCast, StrataView Plus, Stratm, SwitchProbe, TeleRouter, and VCO are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and certain other countries. All other trademarks mentioned in this document or Web site 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. (0203R) Copyright 2002, Cisco Systems, Inc. All rights reserved. 16

Installing and Configuring External Flash Memory Cards in Cisco 3600 Series Routers

Installing and Configuring External Flash Memory Cards in Cisco 3600 Series Routers Installing and Configuring External Flash Memory Cards in Cisco 3600 Series Routers Product Numbers: MEM3600-4FC=, MEM3600-8FC=, MEM3600-16FC=, MEM3600-20FC= This document describes how to install external

More information

Overview: Cisco Wireless Network Management Suite 1.0

Overview: Cisco Wireless Network Management Suite 1.0 Overview: Cisco Wireless Network Management Suite 1.0 Introduction Cisco Wireless Network Management Suite 1.0 (CWNMS 1.0) is a client/server based network management application suite for Broadband Fixed

More information

FXO, FXS, and E&M Voice Interface Card Support on Cisco 1700 Series Routers

FXO, FXS, and E&M Voice Interface Card Support on Cisco 1700 Series Routers FXO, FXS, and E&M Voice Interface Card Support on Cisco 1700 Series Routers This document describes the support on the Cisco 1751 and Cisco 1760 routers for the following new voice interface cards (VICs):

More information

L2TP Dial-Out Load Balancing and Redundancy

L2TP Dial-Out Load Balancing and Redundancy L2TP Dial-Out Load Balancing and Redundancy The L2TP Dial-Out Load Balancing and Redundancy feature enables an L2TP network server (LNS) to dial out to multiple L2TP access concentrators (LACs) When the

More information

CD Installation Guide for the Cisco SIP Proxy Server on Linux

CD Installation Guide for the Cisco SIP Proxy Server on Linux CD Installation Guide for the Cisco SIP Proxy Server on Linux The describes how to install the Cisco SIP Proxy Server software on a Pentium-based server running Linux Kernel 2.2.13 or later. Network engineers,

More information

Cisco IP Phone 7961G/7961G-GE and 7941G/7941G-GE Enhancements

Cisco IP Phone 7961G/7961G-GE and 7941G/7941G-GE Enhancements Enhancements The purpose of this document is to provide a summary of some of the feature behavior enhancements on the new, and how they differ from the Cisco IP Phone 7960G/7940G. Complete information

More information

Cisco 837 Router and Cisco SOHO 97 Router Cabling and Setup

Cisco 837 Router and Cisco SOHO 97 Router Cabling and Setup English CHAPTER 1 Cisco 837 Router and Cisco SOHO 97 Router Cabling and Setup Cisco One-Year Limited Hardware Warranty Terms Easy Installation: Try These Steps First! (CRWS Users) Overview Parts List Verify

More information

Cisco Network Planning Solution 2.0.2 Documentation Guide and Supplemental License Agreement

Cisco Network Planning Solution 2.0.2 Documentation Guide and Supplemental License Agreement Cisco Network Planning Solution 2.0.2 Documentation Guide and Supplemental License Agreement June 2007 This documentation guide contains the End User Supplemental License Agreement for Cisco Systems Network

More information

Cisco 831 Router and Cisco SOHO 91 Router Cabling and Setup Quick Start Guide

Cisco 831 Router and Cisco SOHO 91 Router Cabling and Setup Quick Start Guide English CHAPTER 1 Cisco 831 Router and Cisco SOHO 91 Router Cabling and Setup Quick Start Guide Cisco One-Year Limited Hardware Warranty Terms Easy Installation: Try These Steps First! (CRWS Users) Overview

More information

Getting Started. Cisco Desktop Product Suite 4.5 (ICD)

Getting Started. Cisco Desktop Product Suite 4.5 (ICD) Getting Started Cisco Desktop Product Suite 4.5 (ICD) Corporate 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

Constraining IP Multicast in a Switched Ethernet Network

Constraining IP Multicast in a Switched Ethernet Network Constraining IP Multicast in a Switched Ethernet Network This module describes how to configure routers to use the Cisco Group Management Protocol (CGMP) in switched Ethernet networks to control multicast

More information

Cisco OC-3/OC-12/OC-48 SFP Transceiver Modules Compatibility Matrix

Cisco OC-3/OC-12/OC-48 SFP Transceiver Modules Compatibility Matrix Cisco OC-3/OC-12/OC-48 SFP Transceiver Modules Compatibility Matrix This publication contains information about the Cisco platforms and software versions that support the OC-3/OC-12/OC-48 Small Form-Factor

More information

Cisco IP Phone 7914 Expansion Module

Cisco IP Phone 7914 Expansion Module Quick Start Guide Cisco IP Phone 7914 Expansion Module 1 Introduction to the Cisco IP Phone 7914 Expansion Module 2 Installing the 7914 Expansion Module 3 Features 4 How to Use the 7914 Expansion Module

More information

White Paper: Cisco Unity Data and the Directory

White Paper: Cisco Unity Data and the Directory White Paper: Cisco Unity Data and the Directory Published February 28, 2002 This document describes the Cisco Unity data that is stored in the directory and explains how this data is kept consistent with

More information

Transferring Files Using HTTP or HTTPS

Transferring Files Using HTTP or HTTPS Transferring Files Using HTTP or HTTPS First Published: May 5, 2005 Last Updated: May 14, 2009 Cisco IOS Release 12.4 provides the ability to transfer files between your Cisco IOS software-based device

More information

Configuring Dial Backup and Remote Management

Configuring Dial Backup and Remote Management 13 CHAPTER Configuring Dial Backup and Remote Management The Cisco 800 series access routers support dial-in (for remote management) and dial-out (for dial backup) capabilities. By allowing you to configure

More information

Cisco IP Phone 7912G. At a Glance

Cisco IP Phone 7912G. At a Glance At a Glance Cisco IP Phone 7912G 1 Overview 2 Connecting Your Phone 3 Introducing Your Cisco IP Phone 7912G 4 Tips for Using Your Phone 5 Using Additional Features 6 Where to Find More Information 7 Safety

More information

Upgrading to the Cisco ubr7246vxr Universal Broadband Router

Upgrading to the Cisco ubr7246vxr Universal Broadband Router Upgrading to the Cisco ubr7246vxr Universal Broadband Router This document outlines the process for upgrading an existing Cisco ubr7246 universal broadband router to a Cisco ubr7246vxr chassis, along with

More information

Cisco IP Phone 7960 and 7940 Series. At a Glance

Cisco IP Phone 7960 and 7940 Series. At a Glance At a Glance Cisco IP Phone 7960 and 7940 Series 1 Overview 2 Connecting Your Cisco IP Phone 3 Introducing Your Cisco IP Phone 4 Tips for Using Your Phone 5 How to Get Help with Keys and Features 6 Where

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

co Sample Configurations for Cisco 7200 Broadband Aggreg

co Sample Configurations for Cisco 7200 Broadband Aggreg co Sample Configurations for Cisco 7200 Broadband Aggreg Table of Contents Sample Configurations for Cisco 7200 Broadband Aggregation...1 Introduction...1 Configurations...1 PPPoA Session Termination:

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

Release Notes for the Cisco WAN Modeling Tools, Release 15.4.00 Patch 1

Release Notes for the Cisco WAN Modeling Tools, Release 15.4.00 Patch 1 Release Notes for the Cisco WAN Modeling Tools, Release 15.4.00 Patch 1 June 2007 Rev. A0 These release notes are for use with the Cisco WAN Modeling Tools, which includes the following subsystems: NMT

More information

Network Scenarios Pagina 1 di 35

Network Scenarios Pagina 1 di 35 Network Scenarios Pagina 1 di 35 Table of Contents Network Scenarios Cisco 827 s Network Connections Internet Access Scenarios Before You Configure Your Internet Access Network Replacing a Bridge or Modem

More information

CCNP2 - Implementing Secure Converged Wide-area Networks v5.0

CCNP2 - Implementing Secure Converged Wide-area Networks v5.0 2.6.11 - Configuring a DSL ATM Interface Figures and show the steps you use to configure a DSL ATM interface. Use the dsl operating-mode auto interface configuration command to specify that the router

More information

This feature was introduced. This feature was integrated in Cisco IOS Release 12.2(11)T.

This feature was introduced. This feature was integrated in Cisco IOS Release 12.2(11)T. BGP Link Bandwidth The Border Gateway Protocol (BGP) Link Bandwidth feature is used to advertise the bandwidth of an autonomous system exit link as an extended community. This feature is configured for

More information

White Paper: Active Directory Capacity Planning (Cisco Unity Versions 4.x, 3.1, and 3.0(3) and Later with Microsoft Exchange)

White Paper: Active Directory Capacity Planning (Cisco Unity Versions 4.x, 3.1, and 3.0(3) and Later with Microsoft Exchange) White Paper: Active Directory Capacity Planning (Cisco Unity Versions 4.x, 3.1, and 3.0(3) and Later with Microsoft Exchange) Revised August 10, 2007 Purpose This document provides capacity planning recommendations

More information

Cisco SIP IP Phone 7960 Version 2.1 Release Note

Cisco SIP IP Phone 7960 Version 2.1 Release Note Cisco SIP IP Phone 7960 Version 2.1 Release Note June, 2001 This document lists the known problems in the Cisco SIP IP Phone 7960 Version 2.1 and contains information about the Cisco SIP IP Phone 7960

More information

Using the Catalyst 1900 Series Telco Mounting Brackets

Using the Catalyst 1900 Series Telco Mounting Brackets Text Part Number: 78-5332-02 Using the Catalyst 1900 Series Telco Mounting Brackets June 4, 1999 This document provides instructions for using the telco mounting brackets supplied with the Catalyst 1924-EN-DC

More information

Disaster Recovery System Administration Guide for Cisco Unified Presence Server Release 1.0(3)

Disaster Recovery System Administration Guide for Cisco Unified Presence Server Release 1.0(3) Disaster Recovery System Administration Guide for Cisco Unified Presence Server Release 1.0(3) The Disaster Recovery System Administration Guide provides an overview of the Disaster Recovery System, describes

More information

Including License and Warranty

Including License and Warranty Phone Guide Cisco IP Phone 7914 Expansion Module Including License and Warranty 1 Introducing the Cisco IP Phone 7914 Expansion Module 2 Installing the 7914 Expansion Module 3 Features of the 7914 Expansion

More information

Cisco 10-Gigabit Ethernet Transceiver Modules Compatibility Matrix

Cisco 10-Gigabit Ethernet Transceiver Modules Compatibility Matrix Cisco 10-Gigabit Ethernet Transceiver Modules Compatibility Matrix This publication contains information about the Cisco platforms and software versions that support the 10-Gigabit Ethernet transceiver

More information

Basic Software Configuration Using the Cisco IOS Command-Line Interface

Basic Software Configuration Using the Cisco IOS Command-Line Interface Basic Software Configuration Using the Cisco IOS Command-Line Interface This document describes how to use the Cisco IOS command-line interface (CLI) to perform a basic software configuration for your

More information

Cisco Unified CallConnector for Microsoft Office Troubleshooting Guide

Cisco Unified CallConnector for Microsoft Office Troubleshooting Guide Cisco Unified CallConnector for Microsoft Office Troubleshooting Guide First Published: April 2007 Last Updated: April 2007 OL 13005-01 In this document you will find basic information that will help you

More information

Virtual Fragmentation Reassembly

Virtual Fragmentation Reassembly Virtual Fragmentation Reassembly Currently, the Cisco IOS Firewall specifically context-based access control (CBAC) and the intrusion detection system (IDS) cannot identify the contents of the IP fragments

More information

Release Notes for Cisco SSL VPN Client, Release 1.0.2

Release Notes for Cisco SSL VPN Client, Release 1.0.2 Release Notes for Cisco SSL VPN Client, Release 1.0.2 CCO Date: July 26, 2005 Part Number: OL-7819-02 Introduction These release notes are for the Cisco SSL VPN Client (SVC), Release 1.0.2, running on

More information

How To Install A Cisco Antenna For Outdoor Use

How To Install A Cisco Antenna For Outdoor Use Cisco Aironet 5.5-dBi Omnidirectional Antenna (AIR-ANT2455V-N) This document describes the Cisco Aironet AIR-ANT2455V-N 5.5-dBi Omnidirectional Antenna and provides instructions for mounting it. The antenna

More information

Table of Contents. Cisco DSL Router Configuration and Troubleshooting Guide

Table of Contents. Cisco DSL Router Configuration and Troubleshooting Guide Table of Contents...1 Types of Service...1 Step by Step Configuration of a PC Acting as a PPPoE Client...2 Step by Step Configuration...2 Connect the Cisco DSL Router and Your PC...2 Start and Set Up HyperTerminal...2

More information

Cisco CWDM GBIC and CWDM SFP Installation Note

Cisco CWDM GBIC and CWDM SFP Installation Note Cisco CWDM GBIC and CWDM SFP Installation Note, Product Numbers: CWDM-GBIC-1470= CWDM-GBIC-1550= CWDM-SFP-1470= CWDM-SFP-1550= CWDM-GBIC-1490= CWDM-GBIC-1570= CWDM-SFP-1490= CWDM-SFP-1570= CWDM-GBIC-1510=

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

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 Registered Envelope Recipient Guide

Cisco Registered Envelope Recipient Guide September 8, 2008 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) Fax: 408 527-0883 Text Part Number:

More information

Cisco Smart Services for Small and Medium Business: Solutions for Your Success

Cisco Smart Services for Small and Medium Business: Solutions for Your Success Cisco Smart Services for Small and Medium Business: Solutions for Your Success Realize the Full Potential of Your Network Cisco Smart Services for Small and Medium Business help you realize the full potential

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

Data Center Infrastructure Design Guide 2.1 Readme File

Data Center Infrastructure Design Guide 2.1 Readme File Data Center Infrastructure Design Guide 2.1 Readme File Corporate 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

More information

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials.

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. CHAPTER 5 OBJECTIVES Configure a router with an initial configuration. Use the

More information

Enabling and Monitoring NetFlow on Subinterfaces

Enabling and Monitoring NetFlow on Subinterfaces Enabling and Monitoring NetFlow on Subinterfaces This module contains instructions for enabling and monitoring NetFlow on a router subinterface or a Versatile Interface Processor (VIP) controller interface.

More information

CISCO MEETINGPLACE FOR OUTLOOK 5.3

CISCO MEETINGPLACE FOR OUTLOOK 5.3 DATA SHEET CISCO MEETINGPLACE FOR OUTLOOK 5.3 Rich-media Conferencing for Microsoft Outlook PRODUCT OVERVIEW Cisco MeetingPlace part of the Cisco IP Communications system is a complete rich-media conferencing

More information

Cisco PIX 515E Security Appliance Getting Started Guide

Cisco PIX 515E Security Appliance Getting Started Guide Cisco PIX 515E Security Appliance Getting Started Guide Corporate 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

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

Installing Cisco Security Agent for Cisco Intelligent Contact Management Software, Release 6.0(0)

Installing Cisco Security Agent for Cisco Intelligent Contact Management Software, Release 6.0(0) Installing Cisco Security Agent for Cisco Intelligent Contact Management Software, Release 6.0(0) October 2004 This document provides installation instructions and information about Cisco Security Agent

More information

System Message Logging

System Message Logging System Message Logging This module describes how to configure system message logging on your wireless device in the following sections: Understanding System Message Logging, page 1 Configuring System Message

More information

Configuring Cisco Unified Communications Manager for the NovaTec TransNova S3 Voice Gateway

Configuring Cisco Unified Communications Manager for the NovaTec TransNova S3 Voice Gateway Configuring Cisco Unified Communications Manager for the NovaTec TransNova S3 Voice Gateway This document describes how to configure Cisco Unified Communications Manager systems to use the NovaTec TransNova

More information

Terminal Services Overview

Terminal Services Overview Terminal Services Overview This chapter provides an overview of Cisco IOS terminal services and includes the following main sections: Cisco IOS Network Access Devices Line Characteristics and s Asynchronous

More information

Cisco WAN Access Performance Management System User Guide, 2.0

Cisco WAN Access Performance Management System User Guide, 2.0 Cisco WAN Access Performance Management System User Guide, 2.0 July, 2003 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

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

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

Danish Train Operator Gets Customer Service Back On Track

Danish Train Operator Gets Customer Service Back On Track Danish Train Operator Gets Customer Service Back On Track Danish Rail uses Cisco Unified Communications to sharpen its customer focus and revitalise its call centre operation EXECUTIVE SUMMARY Customer

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

Cisco IronPort Encryption Appliance 6.5.5 Release Notes

Cisco IronPort Encryption Appliance 6.5.5 Release Notes Cisco IronPort Encryption Appliance 6.5.5 Release Notes Published: August 30, 2011 Contents These release notes contain important information about running the latest version of the IronPort Encryption

More information

Cisco PIX 501 Firewall

Cisco PIX 501 Firewall Quick Start Guide Cisco PIX 501 Firewall 1 Check Items Included 2 Installing the PIX 501 3 Configuring the PIX 501 4 Optional Maintenance and Upgrade Procedures About the Cisco PIX 501 Firewall The PIX

More information

Cisco Router and Security Device Manager USB Storage

Cisco Router and Security Device Manager USB Storage Application Note Cisco Router and Security Device Manager USB Storage Introduction The USB Storage feature on the Cisco Router and Security Device Manager (Cisco SDM) allows the Cisco 871 and Cisco 1800,

More information

Cisco Internet Service Node (ISN) Installation Guide

Cisco Internet Service Node (ISN) Installation Guide Cisco Internet Service Node (ISN) Installation Guide Internet Service Node (ISN) Release 2.1 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

How To Configure A Cisco Router With A Cio Router

How To Configure A Cisco Router With A Cio Router CHAPTER 1 This chapter provides procedures for configuring the basic parameters of your Cisco router, including global parameter settings, routing protocols, interfaces, and command-line access. It also

More information

Cisco VPN Client User Guide for Mac OS X

Cisco VPN Client User Guide for Mac OS X Release 4.0 April 2003 Corporate 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) Fax: 408 526-4100 Customer

More information

Release Notes for Content Distribution Network Software Enterprise Solution Version 2.0

Release Notes for Content Distribution Network Software Enterprise Solution Version 2.0 Release s for Content Distribution Network Software Enterprise Solution Version 2.0 October 1, 2002 These release notes support the Cisco Content Distribution Network (CDN) Software Enterprise Solution

More information

Chapter 3 Connecting the Router to the Internet

Chapter 3 Connecting the Router to the Internet Chapter 3 Connecting the Router to the Internet This chapter describes how to set up the router on your Local Area Network (LAN) and connect to the Internet. It describes how to configure your DG834GT

More information

Cisco 10-Gigabit Ethernet Transceiver Modules Compatibility Matrix

Cisco 10-Gigabit Ethernet Transceiver Modules Compatibility Matrix Cisco 10-Gigabit Ethernet Transceiver Modules Compatibility Matrix This publication contains information about the Cisco platforms and software versions that support the 10-Gigabit Ethernet transceiver

More information

CISCO NETWORK ASSISTANT

CISCO NETWORK ASSISTANT DATA SHEET CISCO NETWORK ASSISTANT PRODUCT OVERVIEW Cisco Network Assistant is a PC-based network management application optimized for LANs of small and medium-sized business with up to 250 users. Cisco

More information

Session Initiation Protocol Gateway Call Flows and Compliance Information

Session Initiation Protocol Gateway Call Flows and Compliance Information Session Initiation Protocol Gateway Call Flows and Compliance Information Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

Cisco ASA 5505 Getting Started Guide

Cisco ASA 5505 Getting Started Guide Cisco ASA 5505 Getting Started Guide Software Version 7.2 Corporate 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

More information

CISCO CALLMANAGER EXPRESS 3.2

CISCO CALLMANAGER EXPRESS 3.2 ORDERING GUIDE CISCO CALLMANAGER EXPRESS 3.2 To be used by authorized partners and direct accounts only. HOW TO ORDER CISCO CALLMANAGER EXPRESS 3.2 Cisco CallManager Express (CME) is a feature in Cisco

More information

LAN-Cell to Cisco Tunneling

LAN-Cell to Cisco Tunneling LAN-Cell to Cisco Tunneling Page 1 of 13 LAN-Cell to Cisco Tunneling This Tech Note guides you through setting up a VPN connection between a LAN-Cell and a Cisco router. As the figure below shows, the

More information

How to Register, Start, and Access a Cisco Online Exam

How to Register, Start, and Access a Cisco Online Exam How to Register, Start, and Access a Cisco Online Exam Lifecycle Services and SMB Exams The process for registering and taking a Cisco online exam is different from the process for registering and taking

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

Chapter 1 Connecting Your Router to the Internet

Chapter 1 Connecting Your Router to the Internet Chapter 1 Connecting Your Router to the Internet This chapter describes how to configure your DG834N RangeMax TM NEXT Wireless ADSL2+ Modem Router Internet connection.when you perform the initial configuration

More information

User Guide for Resource Manager Essentials

User Guide for Resource Manager Essentials User Guide for Resource Manager Essentials Software Release 3.4 CiscoWorks2000 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408

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

Cisco SOHO Series and 800 DSL Routers

Cisco SOHO Series and 800 DSL Routers Overview Cisco SOHO Series and 800 DSL Routers The Cisco SOHO Series and 800 Series routers provide business-class features to small offices and teleworkers for ADSL, ADSL over ISDN, or G.SDHL WAN connections.

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

Firewall Stateful Inspection of ICMP

Firewall Stateful Inspection of ICMP The feature addresses the limitation of qualifying Internet Control Management Protocol (ICMP) messages into either a malicious or benign category by allowing the Cisco IOS firewall to use stateful inspection

More information

Voice-Over IP Monitoring Best Practices Deployment Guide for CAD 6.0/6.1

Voice-Over IP Monitoring Best Practices Deployment Guide for CAD 6.0/6.1 Voice-Over IP Monitoring Best Practices Deployment Guide for CAD 6.0/6.1 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

Customizing Your Cisco Unified IP Phone on the Web

Customizing Your Cisco Unified IP Phone on the Web Phone Guide Customizing Your Cisco Unified IP Phone on the Web Corporate 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

More information

Installation Guide for Cisco Unified ICM/Contact Center Enterprise and Hosted Release 9.0(1)

Installation Guide for Cisco Unified ICM/Contact Center Enterprise and Hosted Release 9.0(1) Installation Guide for Cisco Unified ICM/Contact Center Enterprise and Hosted Release 9.0(1) First Published: June 21, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA

More information

Per-Port, Per-VLAN Quality of Service. Trunk-Port Security. 802.1x Private VLAN Assignment. 802.1x Private Guest VLAN

Per-Port, Per-VLAN Quality of Service. Trunk-Port Security. 802.1x Private VLAN Assignment. 802.1x Private Guest VLAN PRODUCT BULLETIN NO. 2782 INTRODUCING CISCO CATALYST 4948-10GE SWITCH 10 Gigabit Ethernet Switching for High-Performance, Rack-Optimized Server Switching Cisco Systems announces the Cisco Catalyst 4948-10GE,

More information

Getting Started with the Cisco IP Phone 7910 Series

Getting Started with the Cisco IP Phone 7910 Series Getting Started with the Cisco IP Phone 7910 Series Corporate 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

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 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

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

Setup The Setup screen is the first screen you will see when accessing the Gateway. Most users will be able to configure the Gateway and get it working properly using only the settings on this screen.

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 Smart Business Communications System Setup

Cisco Smart Business Communications System Setup Cisco Smart Business Communications System Setup Version 1.2 Partners Start Here 2 1 The Smart Choice for Small Business Small- and medium-sized businesses are looking for reasonably priced products and

More information

Calling Name Delivery (CNAM)

Calling Name Delivery (CNAM) Calling Name Delivery (CNAM) Document Release History Publication Date June 25, 2007 Comments Initial version of the document. Feature History Release Modification 9.7(3) The Calling Name Delivery (CNAM)

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

1C - FIPS 140-2 Cisco VPN Client Security Policy

1C - FIPS 140-2 Cisco VPN Client Security Policy This document describes the Cisco VPN Client security policy. Introduction This non-proprietary cryptographic module security policy describes how version 3.6.5 of the Cisco software VPN Client meets the

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

I prefer this access method:

I prefer this access method: Please visit the on-line survey at www.cisco.com/go/crc to submit your comments about accessing Cisco technical documentation. Document Title Cisco Wireless IP Phone 7920 User Guide Part Number 78-14564-01

More information

Configuring the Cisco Secure PIX Firewall with a Single Intern

Configuring the Cisco Secure PIX Firewall with a Single Intern Configuring the Cisco Secure PIX Firewall with a Single Intern Table of Contents Configuring the Cisco Secure PIX Firewall with a Single Internal Network...1 Interactive: This document offers customized

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

Cisco 100-Megabit Ethernet SFP Modules Compatibility Matrix

Cisco 100-Megabit Ethernet SFP Modules Compatibility Matrix Cisco 100-Megabit Ethernet SFP Modules Compatibility Matrix This document contains information about the Cisco platforms and software versions that support the 100-Megabit Ethernet Small Form-Factor Pluggable

More information