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

Size: px
Start display at page:

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

Transcription

1 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 automatically detects the DSL modulation that the service provider is using and sets the DSL modulation to match. An incompatible DSL modulation configuration can result in failure to establish a DSL connection to the DSLAM of the service provider. Use the pvc interface configuration command to set the virtual path identifier/virtual channel identifier (VPI/VCI) that is used by the DSL service provider, as shown in the pvc Parameters table. Settings for the VPI/VCI value on the Cisco router must match the configuration on the DSLAM of the service provider switch configuration. ATM uses the VPI/VCI to identify an ATM VC. Module 2: Teleworker Connectivity 52

2 pvc Parameters Parameter Vpi Vci Description VPI from the service provider VCI from the service provider The encapsulation method must correspond with the method configured on the aggregation router. The Encapsulation Commands table shows the available commands. Encapsulation Commands Command encapsulation aal5mux ppp dialer dialer pool-member number Description Sets the encapsulation for PPPoA, which uses AAL5 in the MUX mode Links the ATM interface to a dialer interface Use the dialer pool-member command to specify which dialer interfaces can use the ATM physical interface on the Cisco router. Figure shows an example of a complete PPPoA configuration. The example presents the complete PPPoA configuration with PAT, DHCP services, MTU adjustments, and static default routing. Module 2: Teleworker Connectivity 53

3 2.7 - Troubleshooting Broadband ADSL Configurations Troubleshooting Layers 1, 2, and 3 ADSL service problems can reside at Layer 1, Layer 2, or Layer 3. Troubleshooting should start by determining which ADSL service layer is failing. To determine which layer has a problem, use a bottom-up approach; that is, start troubleshooting at Layer 1 and move to subsequent layers as required. Figure illustrates this approach Determine Whether the Router Is Properly Trained to the DSLAM Start troubleshooting Layer 1 by verifying whether a Cisco Systems CPE router is trained to the DSLAM in the CO by using the show dsl interface atm command. When a router is successfully trained to the DSLAM, the modem status field has the value Showtime. Along with that value, the command also displays the upstream and downstream speed in kbps (in the row Speed, the Interleave or Fast columns will have a nonzero value). Figure is an example of the output from a properly trained modem. If the modem and router are properly trained, move troubleshooting efforts to Layer 2. Module 2: Teleworker Connectivity 54

4 When the router is not properly trained, as shown in the following output, the problem is at Layer 1, and a solution needs to be found at this layer. Router#show dsl interface atm 0 Line not activated: displaying cached data from last activation Log file of training sequence: <...rest of the output omitted...> Troubleshooting Layer 1 Issues You can monitor the status of the ATM interface on the router by checking the status of the Carrier Detect (CD) light on the router s interface panel: If the CD light is on, proceed to Layer 2 troubleshooting. If the CD light is off, continue with Layer 1 troubleshooting. Next, use the show interface atm privilege level command from the enable mode of the router to check the status of the ATM interface on the router. This command appears in Figure. If the ATM interface status is down and the line protocol is down, the router is not seeing a carrier on the ADSL line. Such a status usually indicates two possible issues: The active pins on the DSL wall jack may be incorrect. For example, the registered jack- 11 (RJ-11) connector provides an xdsl connection to an external media via a standard RJ-11 6-pin modular jack. The service provider may not be providing DSL service on this wall jack. The Cisco router uses a standard RJ-11 cable to provide the ADSL connection to the wall jack. The center pair of pins on the RJ-11 cable carries the ADSL signal (pins 3 and 4 on a 6-pin cable, or pins 2 and 3 on a 4-pin cable). Module 2: Teleworker Connectivity 55

5 If the wall jack is using the correct pins, and the ATM interface is still down and the line protocol is down, replace the RJ-11 cable between the DSL port and the wall jack. If the interface is still down and the line protocol is down after you have replaced the RJ-11 cable, contact the service provider to verify that ADSL service has been enabled on the wall jack you are using. The show interface atm command also shows whether the interface is administratively disabled. If such a case exists, enable the interface by using the no shutdown command under the interface configuration mode Determining the Correct DSL Operating Mode If everything that you have checked up to now in the Layer 1 troubleshooting procedure is verified and is operating properly, the next step is to ensure that the correct DSL operating mode is being used. Check with the service provider whether the DSLAM supports the particular DSL chipset (for example, Alcatel) and the configured modulation method of the deployed Cisco CPE DSL router. If the DSL modulation being used by the service provider is unknown, Cisco recommends using the default auto operating mode to autodetect the modulation type. Run the auto operating mode using this command (see the dsl operating-mode Parameters table for details): dsl operating-mode {auto ansi-dmt itu-dmt splitterless} dsl operating-mode Parameters Parameter auto ansi-dmt itu-dmt splitterless Description Configures the ADSL line after auto negotiating with the DSLAM located at the CO; this is the default operating mode Configures the ADSL line to use the ANSI T1.413 Issue 2 mode Configures the ADSL line to use the G mode Configures the ADSL line to use the G (G.lite) mode If problems persist and the router has been properly configured, proceed to Layer 2 examination and troubleshooting Troubleshooting Layer 2 Issues After establishing that Layer 1 is operating correctly, the troubleshooting can continue at Layer 2. First, check whether a permanent virtual circuit (PVC) is configured at the DSLAM by using the ping atm interface atm command. This command sends Operation, Administration, and Maintenance (OAM) F5 loopback packets to the DSLAM. A successful ping designates that a PVC is configured at the DSLAM. Module 2: Teleworker Connectivity 56

6 Next, check whether the correct VPI/VCI values are configured on the router, by using the debug atm events command. The output shows the VPI/VCI values that the DSLAM expects. During the debug process, use another working Internet connection and begin to ping the static IP address assigned by your Internet service provider (ISP). It is important that the ATM interface status is up, the line protocol is up, and that the IP address provided by the ISP is being pinged. If there is no output for 60 seconds, debugging the VPI/VCI values is probably incorrect and you should contact ISP support. Finally, verify the VPI/VCI values and make the necessary changes to the configuration. When you are finished with this troubleshooting task, turn off debugging by using the undebug all command Layer 2: Is Data Being Received from the ISP? If the VPI/VCI values are correct and the PVC is active, then the next step is to verify that data is being sent and received on the ATM interface. The show interfaces atm command shows the interface status and counters for incoming and outgoing packets. If the incoming and outgoing packet counters are incrementing, the router is receiving and sending packets from the ISP; therefore, data is received from the ISP and is sent to the ISP. Module 2: Teleworker Connectivity 57

7 Proper PPP Negotiation With Layer 1 set up properly, correct VPI/VCI in use, PVC active, and data being received and sent, the next step is to ensure that a PPP session is established properly between the Cisco CPE router and the aggregation router of the service provider. You can observe the PPP negotiation process by issuing the debug ppp negotiation and debug ppp authentication commands. PPP session setup occurs in three stages: 1. Link control protocol (LCP): A mandatory phase in which parameters to establish, configure, and test the data-link connection are negotiated. 2. Authentication: In this optional phase, authentication is performed with the authentication protocol (CHAP or PAP) agreed upon in LCP negotiation. 3. Network Control Protocol (NCP): This mandatory phase establishes and configures different network-layer protocols. The most common Layer 3 protocol negotiated is IP. The routers exchange IPCP messages to negotiate options specific to the IP protocol. The debug output in Figure shows the successful PPP session establishment. In case the PPP session does not come up successfully, there are four main points of failure in a PPP negotiation: Module 2: Teleworker Connectivity 58

8 There is no response from the remote device (aggregation router of the service provider). LCP is not opened. PAP or CHAP authentication failure occurs. IPCP failures PPPoE Simulation Practice PPPoE Simulation Practice e-lab Activity e-lab Activity: PPPoE Simulation This task will provide practice configuring a Cisco ADSL router for connectivity to an ISP using PPPoE. In addition, it will be necessary to configure Dynamic Host Configuration Protocol (DHCP) services for IP addressing of local PCs at the teleworker s location; also, basic Port Address Translation (PAT) will need to be configured. Summary This module concentrated on teleworkers and the ways to connect them to the enterprise network. The most common technologies, cable and variants of the DSL, are described in detail. The differences between PPPoE and PPPoA are described and details on how to configure and troubleshoot each method are included. The module also describes how to verify the configurations of broadband connections, and troubleshoot problems. Quiz 1. Module 2: Teleworker Connectivity 59

9 Module 2: Teleworker Connectivity 60

10 5. 6. Module 2: Teleworker Connectivity 61

11 7. 8. Module 2: Teleworker Connectivity 62

12 9. Module 2: Teleworker Connectivity 63

13 10. Module 2: Teleworker Connectivity 64

Contents. Introduction. Prerequisites

Contents. Introduction. Prerequisites Contents Introduction Prerequisites Requirements Components Used Layer 1 Issues Is the Carrier Detect (CD) light on the front panel of the Cisco DSL Router on or off? Does your ISP use a DSLAM that sports

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

ADSL MODEM. User Manual V1.0

ADSL MODEM. User Manual V1.0 ADSL MODEM User Manual V1.0 CONTENTS 1.OVERVIEW... 3 1.1 ABOUT ADSL... 3 1.2 ABOUT ADSL2/2+... 3 1.3 FEATURES... 3 2 SPECIFICATION... 4 2.1 INTERFACE INTRODUCTION... 4 2.1.1 INDICATOR AND INTERFACE...

More information

Cisco DSL Router Configuration and Troubleshooting Guide PPPoA Troubleshooting

Cisco DSL Router Configuration and Troubleshooting Guide PPPoA Troubleshooting Cisco DSL Router Configuration and Troubleshooting Guide PPPoA Troubleshooting Document ID: 71115 Contents Introduction Prerequisites Requirements Components Used Conventions Layer 1 Issues Is the carrier

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

ADSL WAN Connections. Contents

ADSL WAN Connections. Contents 7 ADSL WAN Connections Contents ADSL Overview................................................. 7-4 ADSL Technologies.......................................... 7-5 ADSL2 and ADSL2+: Enhancing Transmission

More information

Comtrend 4 Port Router Installation Guide CT-5361T

Comtrend 4 Port Router Installation Guide CT-5361T Comtrend 4 Port Router Installation Guide CT-5361T 1 Installing Access Point s DSL Service with a Comtrend Router Thank you for selecting Access Point, Inc. to be your Internet service provider. This guide

More information

Broadband ADSL2+ Modem Model DM111Pv2 Setup Manual

Broadband ADSL2+ Modem Model DM111Pv2 Setup Manual Broadband ADSL2+ Modem Model DM111Pv2 Setup Manual NETGEAR, Inc. 350 East Plumeria Drive San Jose, CA 95134 USA October 2014 208-10256-02 v1.0 Support Thank you for selecting NETGEAR products. After installing

More information

DSL-2600U. User Manual V 1.0

DSL-2600U. User Manual V 1.0 DSL-2600U User Manual V 1.0 CONTENTS 1. OVERVIEW...3 1.1 ABOUT ADSL...3 1.2 ABOUT ADSL2/2+...3 1.3 FEATURES...3 2 SPECIFICATION...4 2.1 INDICATOR AND INTERFACE...4 2.2 HARDWARE CONNECTION...4 2.3 LED STATUS

More information

Comtrend 1 Port Router Installation Guide CT-5072T

Comtrend 1 Port Router Installation Guide CT-5072T Comtrend 1 Port Router Installation Guide CT-5072T 1 Installing Access Point s DSL Service with a Comtrend Router Thank you for selecting Access Point, Inc. to be your Internet service provider. This guide

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

- Cable and DSL Technologies -

- Cable and DSL Technologies - 1 Cable Technologies - Cable and DSL Technologies - Traditional Cable Television (CATV) provided a unidirectional transport of video channels to home consumers. Competition from satellite TV providers

More information

UTStarcom UT-300R2U. ADSL Modem. UTStarcom, Inc. USER GUIDE. Release: 1.0. Doc. Code:

UTStarcom UT-300R2U. ADSL Modem. UTStarcom, Inc. USER GUIDE. Release: 1.0. Doc. Code: UTStarcom UT-300R2U ADSL Modem USER GUIDE Release: 1.0 Doc. Code: UTStarcom, Inc. Copyright 2005 UTStarcom, Inc. All rights reserved. No part of this documentation may be reproduced in any form or by any

More information

RedRapid X WIRELESS MODEM ROUTER. Quick Installation Guide (DN-7060)

RedRapid X WIRELESS MODEM ROUTER. Quick Installation Guide (DN-7060) RedRapid X WIRELESS MODEM ROUTER Quick Installation Guide (DN-7060) 1. Product Introduction Congratulations on purchasing this Wireless N ADSL2/2+ Router. This router is a cost-effective ADSL2+ router,

More information

Internet Access to a DVR365

Internet Access to a DVR365 Configuration Details : Internet Access to DVR365 Page : 1 Internet Access to a DVR365 These instructions will show you how to connect your DVR365 to the internet via an ADSL broadband modem/router. The

More information

Module 2: Teleworker Connectivity

Module 2: Teleworker Connectivity Module 2: Teleworker Connectivity Lesson 2.4: Describing DSL Technology Objectives Describe how DSL works. Identify the connections in a DSL network. Describe the variants of DSL and factors effecting

More information

Exam questions. 1. Which of the following are true regarding xdsl? Choose three. It uses a portion of the existing phone line.

Exam questions. 1. Which of the following are true regarding xdsl? Choose three. It uses a portion of the existing phone line. Nguyen Khac Quyet - Take Exam Exam questions Time remaining: 00: 08: 31 1. Which of the following are true regarding xdsl? Choose three. It uses a portion of the existing phone line It is symmetrical It

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 DSL Router Configuration and Troubleshooting Guide PPPoE: DSL Router as a PPPoE Client Troubleshooting

Cisco DSL Router Configuration and Troubleshooting Guide PPPoE: DSL Router as a PPPoE Client Troubleshooting Cisco DSL Router Configuration and Troubleshooting Guide PPPoE: DSL Router as a PPPoE Client Troubleshooting Document ID: 71124 Contents Introduction Prerequisites Requirements Components Used Conventions

More information

Implementing Secured Converged Wide Area Networks (ISCW) Version 1.0

Implementing Secured Converged Wide Area Networks (ISCW) Version 1.0 COURSE OVERVIEW Implementing Secure Converged Wide Area Networks (ISCW) v1.0 is an advanced instructor-led course that introduces techniques and features that enable or enhance WAN and remote access solutions.

More information

How To Set Up An Andsl Modem Router For Internet Access

How To Set Up An Andsl Modem Router For Internet Access ADSL Modem Router Setup Manual NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA 208-10026-01 2006-2 2006 by NETGEAR, Inc. All rights reserved. Trademarks NETGEAR is a trademark of Netgear,

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

PPTP Server Access Through The

PPTP Server Access Through The PPTP Server Access Through The Firewall On The SureConnect 9003 DSLAM ATM Network ISP Internet PPTP Server Private IP: 192.168.1.3 Mask: 255.255.255.0 Default Gateway: 192.168.1.1 SureConnect 9003 Ethernet

More information

Product Overview. DSL Xpert Advantages. Flexible Configuration Options. User-Friendly PC-Controlled GUI. Testing of ADSL, ADSL2 and ADSL2+

Product Overview. DSL Xpert Advantages. Flexible Configuration Options. User-Friendly PC-Controlled GUI. Testing of ADSL, ADSL2 and ADSL2+ Product Overview The DSL Xpert multi-layer analyzer (patent pending) breaks new ground as the only non-intrusive performance analysis solution for ADSL2+, ADSL2 and ADSL products. DSL Xpert is a modular

More information

Technical Reference / User Guide

Technical Reference / User Guide / User Guide Copyright Copyright 2006 OPEN Networks Pty Ltd. All rights reserved. The content of this manual is subject to change without notice. The information and messages contained herein are proprietary

More information

TD-8610/TD-8610B External ADSL2+ MODEM

TD-8610/TD-8610B External ADSL2+ MODEM TD-8610/TD-8610B External ADSL2+ MODEM Rev: 1.0.2 1910010011 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. is a registered trademark of TP-LINK TECHNOLOGIES CO., LTD. Other

More information

Setup Manual for the DG834GV Integrated ADSL Modem and Wireless Router with Voice. NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA

Setup Manual for the DG834GV Integrated ADSL Modem and Wireless Router with Voice. NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA Setup Manual for the DG834GV Integrated ADSL Modem and Wireless Router with Voice NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA 208-10042-02 April 2007 2007 by NETGEAR, Inc. All rights

More information

For instance ->: Addition "RFC1483 routed" : a.) Go to configuration\wan connections\ Create a new service b.) ATM \ select "RFC1483 routed".

For instance ->: Addition RFC1483 routed : a.) Go to configuration\wan connections\ Create a new service b.) ATM \ select RFC1483 routed. To create a new service for WAN port building ADSL connection with ISP: There are seven PVCs this ADSL Router has supported. User can ask or get what kind of PVCs your ISP provides. You might need to add

More information

ADSL Modem/Router. with USB and 10/100M LAN Port. User s Manual

ADSL Modem/Router. with USB and 10/100M LAN Port. User s Manual ADSL Modem/Router with USB and 10/100M LAN Port User s Manual Table of Content CHAPTER 1... 1 INTRODUCTION... 1 1.1 An Overview of the ADSL Modem/Router... 1 1.2 Package Contents... 2 1.3 The ADSL Modem/Router

More information

isco Connecting Routers Back to Back Through the AUX P

isco Connecting Routers Back to Back Through the AUX P isco Connecting Routers Back to Back Through the AUX P Table of Contents Connecting Routers Back to Back Through the AUX Ports...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1

More information

Acterna DSL Services Tester TPI 350+ Application Highlights

Acterna DSL Services Tester TPI 350+ Application Highlights Acterna TPI 350+ DSL Test Set Product Highlights Field engineered, rugged construction, lightweight design, and batterypowered operation Automated testing capabilities minimize training costs and testing

More information

Web Interface User Guide

Web Interface User Guide Web Interface User Guide Allied Telesyn AT-AR256E 4-Port ADSL Router Rev. 1.0 1. Introduction... 4 1.1 Main Features... 4 2. Your Gateway at a Glance... 6 2.1 Ports and Buttons... 6 2.2 LED Description...

More information

DSL-G604T Install Guides

DSL-G604T Install Guides Internet connection with NAT...2 Internet connection with No NAT, IP Un-number...6 Port Forwarding...12 Filtering & Firewall Setup...20 Access Control... 21 DMZ Setup... 26 Allow Incoming Ping... 27 How

More information

DSL-520T ADSL Router User Guide

DSL-520T ADSL Router User Guide DSL-520T ADSL Router User Guide May 2006 ESL520TEU.A1G Table Of Contents BEFORE YOU START...1 Installation Overview...1 Setup Wizard...1 Packing List...1 Installation Notes...2 INTRODUCTION...5 Router

More information

DSL-G604T Wireless ADSL Router

DSL-G604T Wireless ADSL Router This product can be set up using any current web browser, i.e., Internet Explorer 6 or Netscape Navigator 6.2.3. DSL-G604T Wireless ADSL Router Before You Begin 1. If you purchased this Router to share

More information

Configuring a Leased Line

Configuring a Leased Line CHAPTER 4 Configuring a Leased Line The configuration in this chapter describes how to configure a Cisco 1700 router for IP and IPX over a synchronous serial line. Before You Begin The configuration in

More information

Prestige 623R-T. Quick Start Guide. ADSL Dual-link Router. Version 3.40

Prestige 623R-T. Quick Start Guide. ADSL Dual-link Router. Version 3.40 Prestige 623R-T ADSL Dual-link Router Quick Start Guide Version 3.40 February 2004 Introducing the Prestige The Prestige 623R-T ADSL Dual-link Router is the ideal all-in-one device for small networks connecting

More information

DSL-2500U. D-Link. User Manual. ADSL2/2+ Ethernet Router. RECYCLABLE 2006/08/30 Ver. 1.00. Building Networks for People

DSL-2500U. D-Link. User Manual. ADSL2/2+ Ethernet Router. RECYCLABLE 2006/08/30 Ver. 1.00. Building Networks for People D-Link DSL-2500U ADSL2/2+ Ethernet Router User Manual Building Networks for People RECYCLABLE 2006/08/30 Ver. 1.00 Table of Contents GENERAL INFORMATION... 3 Package Contents... 3 Important Safety Instructions...

More information

Table of Contents. D-Link DSL-2500U User Manual 1

Table of Contents. D-Link DSL-2500U User Manual 1 Table of Contents D-Link DSL-2500U User Manual 1 Table of Contents PACKAGE CONTENTS...3 SYSTEM REQUIREMENTS...3 FEATURES...4 HARDWARE OVERVIEW...6 Connections...6 LEDs...7 INSTALLATION...8 BEFORE YOU BEGIN...8

More information

Internet Access Setup

Internet Access Setup Internet Access Setup Introduction In the Quick Setup group, you can configure the router to access the Internet with differnet modes (e.g. PPPoE, PPTP or Dynamic/Static IP). For most users, Internet access

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

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

TD-8811 ADSL2+ Modem Router

TD-8811 ADSL2+ Modem Router ADSL2+ Modem Router Rev: 1.0.2 1910010224 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. is a registered trademark of TP-LINK TECHNOLOGIES CO., LTD. Other brands and product

More information

Chapter 1 Connecting the Router to the Internet

Chapter 1 Connecting the Router to the Internet Chapter 1 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 set up your wireless ADSL

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

and that you have ADSL filters installed on all phone sockets,

and that you have ADSL filters installed on all phone sockets, 1 Router settings for Sure Broadband Please print print this this guide now while you have internet access and then have it it handy for when when your your broadband service is activated. switched. This

More information

Prestige 660R-6x Read Me First

Prestige 660R-6x Read Me First Prestige 660R-6x Read Me First Prestige Rear Panel Connections DSL PORT CONNECTION Connect the DSL port on the Prestige to the wall jack using the included DSL cable (telephone wire). Connect the micro

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

TD-8840 User Guide ADSL2+ Modem Router

TD-8840 User Guide ADSL2+ Modem Router TD-8840 User Guide ADSL2+ Modem Router Rev: 2.0.1 1910010192 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. is a registered trademark of TP-LINK TECHNOLOGIES CO., LTD. Other

More information

TD-8810 External ADSL2+ Router

TD-8810 External ADSL2+ Router External ADSL2+ Router Rev: 1.1.2 1910010007 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. is a registered trademark of TP-LINK TECHNOLOGIES CO., LTD. Other brands and product

More information

Prestige 630M. ADSL USB Modem. Quick Start Guide

Prestige 630M. ADSL USB Modem. Quick Start Guide Prestige 630M ADSL USB Modem Quick Start Guide Table of Contents Chapter 1 Driver Installation... 1-1 Chapter 2 Install and Configure your Modem... 2-1 2.1 Rear Panel Connections... 2-1 2.2 Front Panel

More information

The Product Description of SmartAX. MT882 ADSL2+ Router

The Product Description of SmartAX. MT882 ADSL2+ Router The Product Description of SmartAX MT882 ADSL2+ Router HUAWEI Huawei Technologies Co., Ltd Table of Contents Product Description...1 1. Preface...1 2. Highlights...1 3. Features and Benefits...2 4. Technical

More information

BRI to PRI Connection Using Data Over Voice

BRI to PRI Connection Using Data Over Voice BRI to PRI Connection Using Data Over Voice Document ID: 14962 Contents Introduction Prerequisites Requirements Conventions Background Information Configure Network Diagram Configurations Verify Troubleshoot

More information

D-Link DSL-320B User Manual 2

D-Link DSL-320B User Manual 2 Table of Contents Table of Contents TABLE OF CONTENTS...2 PACKAGE CONTENTS...3 SYSTEM REQUIREMENTS...3 FEATURES...4 HARDWARE OVERVIEW...5 Connections...5 LEDs...6 INSTALLATION...7 BEFORE YOU BEGIN...7

More information

Quick Installation Guide DSL-2640U. Wireless N 150 ADSL2+ Modem Router

Quick Installation Guide DSL-2640U. Wireless N 150 ADSL2+ Modem Router DSL-2640U Wireless N 150 ADSL2+ Modem Router BEFORE YOU BEGIN Delivery Package Wireless router DSL-2640U Power adapter DC 12V/0.5A RJ-11 telephone cable Straight-through Ethernet cable (CAT 5E) Splitter

More information

TD-8616 ADSL2+ Modem. Rev: 2.0.0 1910010591

TD-8616 ADSL2+ Modem. Rev: 2.0.0 1910010591 ADSL2+ Modem Rev: 2.0.0 1910010591 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. is a registered trademark of TP-LINK TECHNOLOGIES CO., LTD. Other brands and product names

More information

Broadband ADSL2+ Modem DM111PSPv2

Broadband ADSL2+ Modem DM111PSPv2 Broadband ADSL2+ Modem DM111PSPv2 User Manual 350 East Plumeria Drive San Jose, CA 95134 USA August 2011 202-10913-01 v1.0 2011 NETGEAR, Inc. All rights reserved No part of this publication may be reproduced,

More information

Copyright. Trademarks

Copyright. Trademarks 1 Port ADSL2/2+ Router User Manual FOR ANNEX A/B Copyright The contents of this publication may not be reproduced in any part or as a whole, stored, transcribed in an information retrieval system, translated

More information

Acer ADSL Surf USB Modem

Acer ADSL Surf USB Modem . Acer ADSL Surf USB Modem Installation Guide Acer European Support: http://support.acer-euro.com 1 Table of Contents. 1. About The Manual 2. Specification 3. Preface Chapter 1 : Chapter 2 : ADSL Overview

More information

HUAWEI HG655a. Home Gateway Quick Start

HUAWEI HG655a. Home Gateway Quick Start HUAWEI HG655a Home Gateway Quick Start 1 Introduction 1.1 Contents in the package HG655a Splitter Power Adapter Telephone Cables Ethernet Cable User CD-ROM General Public License Warranty Card 1 1.2 The

More information

PPP encapsulation has been carefully designed to retain compatibility with most commonly used supporting hardware. PPP encapsulates data frames for

PPP encapsulation has been carefully designed to retain compatibility with most commonly used supporting hardware. PPP encapsulates data frames for PPP Concept 1 What is PPP? Recall that HDLC is the default serial encapsulation method when you connect two Cisco routers. With an added protocol type field, the Cisco version of HDLC is proprietary. Thus,

More information

ADSL X5 U S E R S G U I D E

ADSL X5 U S E R S G U I D E ADSL X5 U S E R S G U I D E NOTICE This document contains proprietary information protected by copyright, and this Manual and all the accompanying hardware, software, and documentation are copyrighted.

More information

P-660R-TxC Series. ADSL2+ Access Router. Quick Start Guide

P-660R-TxC Series. ADSL2+ Access Router. Quick Start Guide P-660R-TxC Series ADSL2+ Access Router Quick Start Guide Version 3.40 Edition 1 2/2006 Overview The P-660R-TxC ADSL2+ access router is the ideal device for small networks connecting to the Internet via

More information

11/22/2013 1. komwut@siit

11/22/2013 1. komwut@siit 11/22/2013 1 Week3-4 Point-to-Point, LAN, WAN Review 11/22/2013 2 What will you learn? Representatives for Point-to-Point Network LAN Wired Ethernet Wireless Ethernet WAN ATM (Asynchronous Transfer Mode)

More information

HM220d ADSL Modem User Guide

HM220d ADSL Modem User Guide HM220d ADSL Modem User Guide HM220d ADSL Modem User Guide Ericsson Mobile Communications AB 2000 All rights reserved Copyright This manual is published by Ericsson Mobile Communications AB, without any

More information

Internet Access Setup

Internet Access Setup CHAPTER 3 Internet Access Setup 3.1 Introduction In the Quick Setup group, you can configure the router to access the Internet with different modes (e.g. PPPoE, PPTP or Dynamic/Static IP). For most users,

More information

Supporting Document PPP

Supporting Document PPP Supporting Document PPP Content 1 Starter Kit... 3 2 Technical Specification Access... 3 2.1 Overview... 3 2.2 Upstream Policing for PPP@ISP... 3 2.3 Supported Protocols... 3 2.4 PPPoA... 3 2.5 PPPoE...

More information

ITU G.992.3 Annex A (G.dmt.bis) ITU G.992.4 Annex A (G.lite.bis) Maximum Rate: 12 Mbps for downstream and 1.5 Mbps for upstream

ITU G.992.3 Annex A (G.dmt.bis) ITU G.992.4 Annex A (G.lite.bis) Maximum Rate: 12 Mbps for downstream and 1.5 Mbps for upstream Arion B3100-4G 802.11b/g Wireless ADSL/ADSL2/ADSL2+ Router Your NGN CPE Solution Provider Arion B3100-4G Wireless ADSL2+ Router is a DSL broadband access device which allows ADSL connectivity while providing

More information

User Guide for Binatone ADSL CPE - Model : DM 856W. 150M Wireless ADSL2+ Router

User Guide for Binatone ADSL CPE - Model : DM 856W. 150M Wireless ADSL2+ Router User Guide for Binatone ADSL CPE - Model : DM 856W 150M Wireless ADSL2+ Router This user guide contains procedure for: i. Configuration to set up a PPPoE connection for IPv4 Internet access. ii. Verification

More information

Data Link Protocols. TCP/IP Suite and OSI Reference Model

Data Link Protocols. TCP/IP Suite and OSI Reference Model Data Link Protocols Relates to Lab. This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point Protocol (PPP). 1 TCP/IP Suite

More information

CCT vs. CCENT Skill Set Comparison

CCT vs. CCENT Skill Set Comparison Operation of IP Data Networks Recognize the purpose and functions of various network devices such as Routers, Switches, Bridges and Hubs Select the components required to meet a given network specification

More information

Introduction. Functional Description. Features. DSL Protocol Analyzer. Network Side ADSL CPE. Transparent ADSL Data Recording.

Introduction. Functional Description. Features. DSL Protocol Analyzer. Network Side ADSL CPE. Transparent ADSL Data Recording. scope Analyzer Introduction scope from Broadframe provides a cost-effective in-line A/SH Analyzer for monitoring or troubleshooting line installations and developing and testing equipment. scope plugs

More information

INSTALLATION... 6 DIAGNOSTICS...

INSTALLATION... 6 DIAGNOSTICS... Table of Contents Table of Contents PACKAGE CONTENTS... 2 QUALITY OF SERVICE... 41 SYSTEM REQUIREMENTS... 2 Queue Config... 41 FEATURES... 3 QoS Classification... 42 HARDWARE OVERVIEW... 4 ROUTING... 43

More information

Table of Contents. Table of Contents. D-Link DSL-526B User Manual 2

Table of Contents. Table of Contents. D-Link DSL-526B User Manual 2 Table of Contents Package Contents... 3 System Requirements... 3 Features... 4 Hardware Overview... 5 Connections... 5 Hardware Overview... 6 LEDs... 6 Installation... 7 Before You Begin... 7 Installation

More information

Quick Installation Guide DSL-2750U/NRU. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch

Quick Installation Guide DSL-2750U/NRU. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch DSL-2750U/NRU 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch BEFORE YOU BEGIN Delivery Package Router DSL-2750U/NRU Power adapter RJ-11 telephone cable Straight-through Ethernet cable (CAT 5E)

More information

ADSL Modem. HM210dp/di. User Guide

ADSL Modem. HM210dp/di. User Guide ADSL Modem HM210dp/di User Guide ADSL Modem HM210dp/di. User Guide Copyright Ericsson AB 2003 All Rights Reserved Disclaimer The contents of this document are subject to revision without notice due to

More information

Copyright. Trademarks

Copyright. Trademarks 4 Ports ADSL2/2+ Router User Manual FOR ANNEX A/B Copyright The contents of this publication may not be reproduced in any part or as a whole, stored, transcribed in an information retrieval system, translated

More information

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6)

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6) Cisco Certified Network Associate Exam Exam Number 200-120 CCNA Associated Certifications CCNA Routing and Switching Operation of IP Data Networks Operation of IP Data Networks Recognize the purpose and

More information

CCNP: Implementing Secure Converged Wide-area Networks

CCNP: Implementing Secure Converged Wide-area Networks CCNP: Implementing Secure Converged Wide-area Networks Cisco Networking Academy Version 5.0 This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document

More information

Router Setup Manual. NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA 208-10060-01 2006-03-17

Router Setup Manual. NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA 208-10060-01 2006-03-17 NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA 208-10060-01 2006-03-17 2006 by NETGEAR, Inc. All rights reserved. Trademarks NETGEAR is a trademark of Netgear, Inc. Microsoft, Windows,

More information

Table of Contents. D-Link DSL-2650U User Manual

Table of Contents. D-Link DSL-2650U User Manual Table of Contents D-Link DSL-2650U User Manual i Table of Contents PACKAGE CONTENTS... 1 SYSTEM REQUIREMENTS... 1 FEATURES... 2 HARDWARE OVERVIEW... 3 Connections... 3 LEDs... 4 INSTALLATION... 5 BEFORE

More information

1. Panel Descriptions... 1. 2. Connecting the 4 Ports VoIP ADSL Router... 3. 3. Setting up the TCP/IP in Windows... 5

1. Panel Descriptions... 1. 2. Connecting the 4 Ports VoIP ADSL Router... 3. 3. Setting up the TCP/IP in Windows... 5 Contents 1. Panel Descriptions... 1 2. Connecting the 4 Ports VoIP ADSL Router... 3 3. Setting up the TCP/IP in Windows... 5 Windows ME/98... 5 Windows 2000... 6 Windows XP... 7 4. Setting up the 4 Ports

More information

DSL-584T ADSL2+ Router User Guide

DSL-584T ADSL2+ Router User Guide DSL-584T ADSL2+ Router User Guide January 2006 ESL584TEU.A1G FCC Warning This device complies with part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not

More information

GHz 2.4 802.11g. Wireless-G. User Guide. ADSL Gateway with 2 Phone Ports WIRELESS WAG54GP2. Model No.

GHz 2.4 802.11g. Wireless-G. User Guide. ADSL Gateway with 2 Phone Ports WIRELESS WAG54GP2. Model No. GHz 2.4 802.11g WIRELESS Wireless-G ADSL Gateway with 2 Phone Ports User Guide Model No. WAG54GP2 Copyright and Trademarks Specifications are subject to change without notice. Linksys is a registered trademark

More information

IPv6 and xdsl. Speaker name email address

IPv6 and xdsl. Speaker name email address IPv6 and xdsl Speaker name email address Copy... Rights This slide set is the ownership of the 6DEPLOY project via its partners The Powerpoint version of this material may be reused and modified only with

More information

C2-010/C2-010-I ADSL2+ Router

C2-010/C2-010-I ADSL2+ Router s C2-010/C2-010-I ADSL2+ Router User s Manual Rev: 1.3 2005/1210 No part of this publication may be reproduced in any form by any means without the prior written permission. Other trademarks or brand names

More information

Table of Contents. D-Link DSL-2640U User Manual 1

Table of Contents. D-Link DSL-2640U User Manual 1 Table of Contents D-Link DSL-2640U User Manual 1 Table of Contents PACKAGE CONTENTS... 4 SYSTEM REQUIREMENTS... 4 FEATURES... 5 HARDWARE OVERVIEW... 7 Connections... 7 LEDs... 8 INSTALLATION... 9 BEFORE

More information

HomeConnect ADSL Modem USB Installation Guide

HomeConnect ADSL Modem USB Installation Guide HomeConnect ADSL Modem USB Installation Guide Starting The Installation This modem will only run in Windows 98, Windows 98 Second Edition, Windows ME, and Windows 2000. To begin the software installation,

More information

WAN Data Link Protocols

WAN Data Link Protocols WAN Data Link Protocols In addition to Physical layer devices, WANs require Data Link layer protocols to establish the link across the communication line from the sending to the receiving device. 1 Data

More information

DSL- G604T Frequently asked Questions.

DSL- G604T Frequently asked Questions. DSL- G604T Frequently asked Questions. Cannot get connection to the router.... 2 Router is not communicating with the ISP... 6 Router shows connected but cannot browse the Internet.... 6 Part of the web

More information

- Asynchronous Transfer Mode -

- Asynchronous Transfer Mode - 1 - Asynchronous Transfer Mode - Asynchronous Transfer Mode (ATM) Asynchronous Transfer Mode (ATM) is a high-speed, non-broadcast Layer 2 technology, similar in many respects to Frame Relay. In addition

More information

Table of Contents. D-Link DSL-2520U User Manual 1

Table of Contents. D-Link DSL-2520U User Manual 1 Table of Contents D-Link DSL-2520U User Manual 1 Table of Contents PACKAGE CONTENTS... 3 SYSTEM REQUIREMENTS... 3 FEATURES... 4 HARDWARE OVERVIEW... 5 Connections... 5 LEDs... 6 INSTALLATION... 7 BEFORE

More information

Preface. Manual Revisions. Trademarks

Preface. Manual Revisions. Trademarks Preface D-Link reserves the right to revise this publication and to make changes in the content hereof without obligation to notify any person or organization of such revisions or changes. Manual Revisions

More information

AMG1001-T Series. AMG1011-T Series. User s Guide. Quick Start Guide. ADSL2+ 1-port Gateway. ADSL2+ 1-port Ethernet/USB Gateway. Default Login Details

AMG1001-T Series. AMG1011-T Series. User s Guide. Quick Start Guide. ADSL2+ 1-port Gateway. ADSL2+ 1-port Ethernet/USB Gateway. Default Login Details AMG1001-T Series ADSL2+ 1-port Gateway AMG1011-T Series ADSL2+ 1-port Ethernet/USB Gateway Version 1.00 Edition 1, 07/2013 Quick Start Guide User s Guide Default Login Details IP Address http://192.168.1.1

More information

Smart Tips. Enabling WAN Load Balancing. Key Features. Network Diagram. Overview. Featured Products. WAN Failover. Enabling WAN Load Balancing Page 1

Smart Tips. Enabling WAN Load Balancing. Key Features. Network Diagram. Overview. Featured Products. WAN Failover. Enabling WAN Load Balancing Page 1 Smart Tips Enabling WAN Load Balancing Overview Many small businesses today use broadband links such as DSL or Cable, favoring them over the traditional link such as T1/E1 or leased lines because of the

More information

Cisco 12 CCNA Certification

Cisco 12 CCNA Certification Cisco 12 CCNA Certification Application for Board Authorization of Courses District: Chilliwack School District 33 Developed by: John Murtha Date: May7, 2004 School: Sardis Secondary Principal: Bob Patterson

More information

Model 2120 Single Port RS-232 Terminal Server Frequently Asked Questions

Model 2120 Single Port RS-232 Terminal Server Frequently Asked Questions Applications What are some of the applications for the Model 2120 Single Port Terminal Server? The Patton Single Port RS-232 Terminal Server provides the ability to bring virtually any RS-232 device onto

More information

Chapter 10 Troubleshooting

Chapter 10 Troubleshooting Chapter 10 Troubleshooting This chapter provides troubleshooting tips and information for your ProSafe Dual WAN Gigabit Firewall with SSL & IPsec VPN. After each problem description, instructions are provided

More information

Table of Contents. D-Link DSL-2730U User Manual 1

Table of Contents. D-Link DSL-2730U User Manual 1 Table of Contents D-Link DSL-2730U User Manual 1 Table of Contents PACKAGE CONTENTS... 4 SYSTEM REQUIREMENTS... 4 FEATURES... 5 HARDWARE OVERVIEW... 7 Connections... 7 LEDs... 8 INSTALLATION... 9 BEFORE

More information

ewonx104 ADSL connection

ewonx104 ADSL connection ewon Application User Guide AUG 012 / Rev 1.0 You Select, We Connect ewonx104 ADSL connection Content ewon2104 and ewon4104 have an ADSL modem built-in. This guide describes all the ewon ADSL features.

More information