co Sample Configurations for Cisco 7200 Broadband Aggreg

Size: px
Start display at page:

Download "co Sample Configurations for Cisco 7200 Broadband Aggreg"

Transcription

1 co Sample Configurations for Cisco 7200 Broadband Aggreg

2 Table of Contents Sample Configurations for Cisco 7200 Broadband Aggregation...1 Introduction...1 Configurations...1 PPPoA Session Termination: xdsl to RFC1483 Bridging: xdsl to Routed Bridge Encapsulation: xdsl to PPPoE: xdsl to L2TP: xdsl to 7200 Via L2TP...10 Related Information...13 i

3 Sample Configurations for Cisco 7200 Broadband Aggregation Introduction The purpose of this document is to provide a general understanding of DSL components and how they fit together in a basic DSL implementation. The sample configurations included show the most common DSL networks currently in use. These configurations may be used as a general reference for designing a broadband aggregation implementation, but they should not be viewed as a cookie cutter solution. Every customer and every requirement is different and there are many ways to accomplish the same design goals. While the configurations presented here are as complete as possible, only the essential lines are given. It is assumed that the user has a basic understanding of Cisco device configuration, so many of the basic command lines are omitted. Use these configurations only as a starting point in designing your own implementation. Configurations PPPoA Session Termination: xdsl to 7200 This example describes how to connect a Cisco 677, or other DSL Customer Premises Equipment (CPE), to a Cisco 7200 via Point to Point Protocol (PPP) over Asynchronous Transfer Mode (ATM). A Cisco Lightstream 1010 ATM switch is included in the configuration, but it's an optional component. The results would be the same if the DSLAM were directly connected to the Cisco In this example, the PPP session is established on the Cisco 677 and terminated on the Cisco After the session is terminated, traditional IP is used for passing traffic to the Network Service Provider (NSP) or to the Internet. The CPE is configured to perform Network Address Translation (NAT) / Port Address Translation (PAT), and to implement a Dynamic Host Configuration Protocol (DHCP) server to assign IP addresses to the Ethernet stations. PC Configuration for PPPoA Set IP addressing to automatically obtain an IP address. Set WINS to use DHCP for WINS resolution. Ensure that no default gateway is set.

4 It may be necessary to set a domain name because DHCP cannot pass this information. cbos>enable Password: Cisco CPE Configuration for PPPoA cbos# set nat enable NAT is now enabled You must use "write" then reboot for changes to take effect. cbos# set ppp wan0 0 login User name for wan0 0 has been set to testcpe. cbos# set ppp wan0 0 password Password for wan0 0 has been set to cisco. cbos# set ppp wan0 0 ipcp PPP wan0 0 IPCP Address set to cbos# set int wan0 0 close cbos# set int wan0 0 vpi 1 cbos# set int wan0 0 vci 32 cbos# set int wan0 0 open cbos# set int eth0 address eth0 ip address changed from to cbos# set int eth0 netmask eth0 netmask changed from to cbos# set dhcp server enable DHCP Server enabled cbos# set dhcp server pool 0 ip Pool 0 IP parameter is now cbos# set dhcp server pool 0 netmask Pool 0 netmask parameter is now cbos# set dhcp server pool 0 gateway Pool 0 gateway parameter is now cbos# set password exec Exec Password Change Successful cbos# set password enable Enable Password Change Successful cbos# write NVRAM written. Cisco DSLAM Configuration for PPPoA hostname 6260 Subtending Port Will set as shutdown interface atm0/2 shutdown slot 1 atuc 1 4dmt

5 dsl profile fast dmt codeword size downstream 16 upstream 16 dmt bitrate maximum interleaved downstream 8032 upstream 832 interface atm1/1 dsl profile fast atm pvc 1 32 interface atm0/ Cisco LS1010 Configuration for PPPoA interface ATM 0/1/2 ATM pvp 1 interface ATM 0/0/2 1 Cisco 7200 Configuration for PPPoA aaa new model AAA authentication ppp default local username password interface ATM 2/0.1 multipoint PVC 1/35 encapsulation aal5mux ppp Virtual Template 2 interface FastEthernet 4/0 ip address interface Virtual Template 2 ip unnumbered FastEthernet 4/0 peer default ip address pool <pool name> ppp authentication pap ip local pool <pool name> RFC1483 Bridging: xdsl to 7200 This example describes how to connect a Cisco 677, or other DSL CPE, to a Cisco 7200 via RFC1483 Bridged Encapsulation. A Cisco Lightstream 1010 ATM switch is included in this configuration, but it's an

6 optional component. The results would be the same if the DSLAM were directly connected to the Cisco In this example, the bridged session is established on the Cisco 677 and terminates on the Cisco After the session is bridged to the Cisco 7200, traditional IP is used for passing traffic to the NSP or to the Internet. A Dynamic Host Configuration Protocol (DHCP) server configured in the 7200 assigns an IP address to the client workstation. This configuration uses Integrated Routing and Bridging (IRB). To alleviate scalability and security concerns associated with IRB, Routed Bridged Encapsulation (RBE) should be considered. PC Configuration for RFC1483 Set IP addressing to automatically obtain an IP address. Set WINS to use DHCP for WINS resolution. Ensure that no default gateway is set. It may be necessary to set a domain name because DHCP cannot pass this information. Cisco 677 CPE Configuration for RFC1483 cbos# set bridging rfc1483 enabled You must use "write" then reboot for changes to take effect. cbos# set bridging management enable cbos# set int eth0 address This IP address is used only for management purposes. cbos# set int wan0 0 close cbos# set int wan0 0 vpi 1 cbos# set int wan0 0 vci 32 cbos# set int wan0 0 open cbos# write NVRAM written. cbos# reboot Cisco DSLAM Configuration for RFC1483 hostname 6260 Subtending Port Will set as shutdown interface atm0/2 shutdown slot 1 atuc 1 4dmt dsl profile fast dmt codeword size downstream 16 upstream 16 dmt bitrate maximum interleaved downstream 8032 upstream 832 interface atm1/1 dsl profile fast ATM PVC 1 32 interface atm0/1 1 35

7 Cisco LS1010 Configuration for RFC1483 interface ATM 0/1/2 ATM pvp 1 interface ATM 0/0/2 1 Cisco 7200 Configuration for RFC1483 ip dhcp excluded address ip dhcp pool 0 network default router dns server netbios name server bridge irb interface ATM 2/0 interface ATM 2/0.1 point to point PVC 1/35 encapsulation aal5snap bridge group 1 interface ATM 2/0.2 point to point PVC 1/36 encapsulation aal5snap bridge group 1 interface FastEthernet 4/0 ip address interface BVI 1 ip address bridge 1 protocol ieee bridge 1 route ip Routed Bridge Encapsulation: xdsl to 7200

8 RBE encapsulation is currently the configuration of choice for most new DSL installations. RBE addresses the security and scalability issues of bridging in the broadband subscriber environment. A Dynamic Host Configuration Protocol (DHCP) server configured in the 7200 assigns an IP address to the client workstation. Important: Dynamic Host Configuration Protocol (DHCP) cannot run on the router with unnumbered ATM except when Cisco IOS Software Release 12.1(2)T or later is used. PC Configuration for RBE Set IP addressing to automatically obtain an IP address. Set WINS to use DHCP for WINS resolution. Ensure that no default gateway is set. It may be necessary to set a domain name because DHCP cannot pass this information. Cisco CPE Configuration for RBE cbos# set bridging rfc1483 enabled You must use "write" then reboot for changes to take effect. cbos# set bridging management enable cbos# set int eth0 address This IP address is used only for management purposes. cbos# set int wan0 0 close cbos# set int wan0 0 vpi 1 cbos# set int wan0 0 vci 32 cbos# set int wan0 0 open cbos# write NVRAM written. cbos# reboot Cisco DSLAM Configuration for RBE hostname 6260 Subtending Port Will set as shutdown interface atm0/2 shutdown

9 slot 1 atuc 1 4dmt dsl profile fast dmt codeword size downstream 16 upstream 16 dmt bitrate maximum interleaved downstream 8032 upstream 832 interface atm1/1 dsl profile fast ATM PVC 1 32 interface atm0/ interface ATM 0/1/2 ATM pvp 1 interface ATM 0/0/2 1 Cisco LS1010 Configuration for RBE Cisco 7200 Configuration for RBE ip dhcp excluded address ip dhcp pool 0 network default router dns server netbios name server interface Loopback0 ip address interface ATM 2/0 interface ATM 2/0.1 point to point ip unnumbered Loopback0 ATM route bridged ip PVC 1/35 encapsulation aal5snap interface ATM 2/0.2 point to point ip unnumbered Loopback0 ATM route bridged ip PVC 1/36 encapsulation aal5snap interface FastEthernet 4/0 ip address

10 PPPoE: xdsl to 7200 PPPoE extends the PPP session from the router to the end client. PPP and authentication software is usually running on the client either within the operating system or in a standalone application. The CPE acts in bridging mode to bridge the PPP session over the DSL connection, but it cannot act as the DHCP server in this scenario. Configurations for the CPE, DSLAM, and ATM switch are the same as in RFC1483 bridging. The Cisco 7200 aggregation router can be configured for local authentication (as in this example) or using AAA RADIUS authentication. PC Configuration for PPPoE Set IP addressing to automatically obtain an IP address. Set WINS to use DHCP for WINS resolution. Ensure that no default gateway is set. It may be necessary to set a domain name because DHCP cannot pass this information. The end station must be able to establish a PPP connection to the router. This may require special client software for authentication and access. Cisco 677 CPE Configuration for PPPoE cbos# set bridging rfc1483 enabled You must use "write" then reboot for changes to take effect. cbos# set bridging management enable cbos# set int eth0 address This IP address is used only for management purposes. cbos# set int wan0 0 close cbos# set int wan0 0 vpi 1 cbos# set int wan0 0 vci 32 cbos# set int wan0 0 open cbos# write NVRAM written. cbos# reboot

11 Cisco DSLAM Configuration for PPPoE hostname 6260 Subtending Port Will set as shutdown interface atm0/2 shutdown slot 1 atuc 1 4dmt dsl profile fast dmt codeword size downstream 16 upstream 16 dmt bitrate maximum interleaved downstream 8032 upstream 832 interface atm1/1 dsl profile fast ATM PVC 1 32 interface atm0/ Cisco LS1010 Configuration for PPPoE interface ATM 0/1/2 ATM pvp 1 interface ATM 0/0/2 1 Cisco 7200 Configuration for PPPoE username <username> password <password> vpdn enable vpdn group 1 accept dialin protocol pppoe virtual template 1 pppoe limit per mac 100 pppoe limit per vc 100 ip cef interface atm2/0 interface ATM 2/0.1 point to point PVC 1/35 encapsulation aal5snap protocol pppoe interface ATM 2/0.2 point to point PVC 1/36 encapsulation aal5snap protocol pppoe interface Virtual Template1 ip unnumbered FastEthernet 4/0 peer default ip address pool <pool name>

12 ppp authentication pap interface FastEthernet 4/0 ip address ip local pool <pool name> L2TP: xdsl to 7200 Via L2TP L2TP provides a means to terminate the PPP connection from the end user at one location and transport the layer 2 data packets to another location. This offloads much of the IP functionality from the aggregation device, as well as allowing more centralized network designs. A Remote Dial In User Service (RADIUS) server is used for authentication, authorization, and accounting (AAA). The configurations for all devices except the Cisco 7200 are the same as the configurations for the RFC1483 example. PC Configuration for L2TP Set IP addressing to automatically obtain an IP address. Set WINS to use DHCP for WINS resolution. Ensure that no default gateway is set. It may be necessary to set a domain name because DHCP cannot pass this information. cbos>enable Password: Cisco 677 CPE Configuration for L2TP cbos# set Nat enable NAT is now enabled You must use "write" then reboot for changes to take effect. cbos# set ppp wan0 0 login User name for wan0 0 has been set to testcpe.

13 cbos# set ppp wan0 0 password Password for wan0 0 has been set to cisco. cbos# set ppp wan0 0 ipcp PPP wan0 0 IPCP Address set to cbos# set int wan0 0 close cbos# set int wan0 0 vpi 1 cbos# set int wan0 0 vci 32 cbos# set int wan0 0 open cbos# set int eth0 address eth0 ip address changed from to cbos# set int eth0 netmask eth0 netmask changed from to cbos# set dhcp server enable DHCP Server enabled cbos# set dhcp server pool 0 ip Pool 0 IP parameter is now cbos# set dhcp server pool 0 netmask Pool 0 netmask parameter is now cbos# set dhcp server pool 0 gateway Pool 0 gateway parameter is now cbos# set password exec Exec Password Change Successful cbos# set password enable Enable Password Change Successful cbos# write NVRAM written. Cisco DSLAM Configuration for L2TP hostname 6260 Subtending Port Will set as shutdown interface atm0/2 shutdown slot 1 atuc 1 4dmt dsl profile fast dmt codeword size downstream 16 upstream 16 dmt bitrate maximum interleaved downstream 8032 upstream 832 interface atm1/1 dsl profile fast ATM PVC 1 32 interface atm0/ interface ATM 0/1/2 ATM pvp 1 interface ATM 0/0/2 1 Cisco LS1010 Configuration for L2TP

14 Cisco 7200 LAC Configuration for L2TP AAA new model AAA authentication login default none AAA authentication ppp default local group radius AAA authorization network default local group radius none AAA accounting network default wait start group radius vpdn group 4 request dialin protocol l2tp domain cisco.com initiate to ip priority 1 local name cisco tunnel interface ATM 2/0 interface ATM 2/0.1 point to point PVC 1/35 encapsulation aal5mux ppp Virtual Template1 interface ATM 2/0.2 point to point PVC 1/36 encapsulation aal5mux ppp Virtual Template1 interface FastEthernet 4/0 ip address interface Virtual Template1 ip unnumbered FastEthernet4/0 ppp authentication pap radius server host auth port 1645 acct port 1646 radius server key cisco Cisco 7200 LNS Configuration for L2TP AAA new model AAA authentication login default none AAA authentication ppp default local group radius AAA authorization network default local group radius none AAA accounting network default wait start group radius vpdn group 1 accept dialin protocol any virtual template 1 terminate from hostname cisco tunnel local name tunnel gate

15 radius server host auth port 1645 acct port 1646 radius server key cisco Related Information Cisco DSL Technology Support Information Cisco DSL Product Support Information All contents are Copyright Cisco Systems, Inc. All rights reserved. Important notices and Privacy Statement.

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

DSL Network Architectures

DSL Network Architectures CHAPTER 2 This chapter provides a brief overview of available asymmetric DSL (ADSL) architecture options. A typical ADSL service architecture is illustrated in Figure 2-1. In the architecture illustrated,

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

Configuring Remote Access to MPLS VPN

Configuring Remote Access to MPLS VPN CHAPTER 3 TheCisco 10000 series router supports the IP virtual private network (VPN) feature for Multiprotocol Label Switching (MPLS). MPLS-based VPNs allow service providers to deploy a scalable and cost-effective

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

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

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

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

Cisco Which VPN Solution is Right for You?

Cisco Which VPN Solution is Right for You? Table of Contents Which VPN Solution is Right for You?...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 NAT...2 Generic Routing Encapsulation Tunneling...2

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

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

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

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

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

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

This chapter covers the following topics: ADSL Overview Cisco 6160 DSLAM Overview Cisco 6400 UAC Overview DSL Access Architectures and Protocols

This chapter covers the following topics: ADSL Overview Cisco 6160 DSLAM Overview Cisco 6400 UAC Overview DSL Access Architectures and Protocols This chapter covers the following topics: ADSL Overview Cisco 6160 DSLAM Overview Cisco 6400 UAC Overview DSL Access Architectures and Protocols C H A P T E R 8 Using DSL to Access a Central Site This

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

Configure ISDN Backup and VPN Connection

Configure ISDN Backup and VPN Connection Case Study 2 Configure ISDN Backup and VPN Connection Cisco Networking Academy Program CCNP 2: Remote Access v3.1 Objectives In this case study, the following concepts are covered: AAA authentication Multipoint

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

How To Configure L2TP VPN Connection for MAC OS X client

How To Configure L2TP VPN Connection for MAC OS X client How To Configure L2TP VPN Connection for MAC OS X client How To Configure L2TP VPN Connection for MAC OS X client Applicable Version: 10.00 onwards Overview Layer 2 Tunnelling Protocol (L2TP) can be used

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

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

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

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

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

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

Supporting Document LNS Configuration Supporting Document LNS Configuration Swisscom (Schweiz) AG Version 1-0 15.112010 Inhalt 1 General... 3 1.1 Appendix A: Load Balancing between POPs... 3 1.2 Appendix B: Examples of LNS and BGP Configurations...

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

Overview of Dial Interfaces, Controllers, and Lines

Overview of Dial Interfaces, Controllers, and Lines Overview of Dial Interfaces, Controllers, and Lines This chapter describes the different types of software constructs, interfaces, controllers, channels, and lines that are used for dial-up remote access.

More information

The Product Description of SmartAX MT880 ADSL2+ CPE

The Product Description of SmartAX MT880 ADSL2+ CPE The Product Description of SmartAX MT880 ADSL2+ CPE 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

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

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

VPN PPTP Application. Installation Guide

VPN PPTP Application. Installation Guide VPN PPTP Application Installation Guide 1 Configuring a Remote Access PPTP VPN Dial-in Connection A remote worker establishes a PPTP VPN connection with the head office using Microsoft's VPN Adapter (included

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

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

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

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

Configuration Procedures

Configuration Procedures CHAPTER 3 3.1 Purpose Configuration Procedures This chapter provides information about configuring your Cisco 676. Note It is recommended that only one command line application be used to configure the

More information

Internet Broadband Router XRT-501. Quick Installation Guide

Internet Broadband Router XRT-501. Quick Installation Guide Internet Broadband Router XRT-501 Quick Installation Guide Table of Contents 1. Requirements... 3 2. Before Startup... 3 2.1 Physical Installation... 3 2.2 Configuration... 4 3. Quick Installation... 5

More information

Table of Contents. Cisco Configuring IPSec Cisco Secure VPN Client to Central Router Controlling Access

Table of Contents. Cisco Configuring IPSec Cisco Secure VPN Client to Central Router Controlling Access Table of Contents Configuring IPSec Cisco Secure VPN Client to Central Router Controlling Access...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...1 Conventions...1 Configure...2

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

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

Portal Authentication Technology White Paper

Portal Authentication Technology White Paper Portal Authentication Technology White Paper Keywords: Portal, CAMS, security, authentication Abstract: Portal authentication is also called Web authentication. It authenticates users by username and password

More information

Remote Access VPN Business Scenarios

Remote Access VPN Business Scenarios CHAPTER 4 This chapter explains the basic tasks for configuring an IP-based, remote access Virtual Private Network (VPN) on a Cisco 7200 series router. In the remote access VPN business scenario, a remote

More information

Configuring RADIUS Dial Up with Livingston Server Authentication

Configuring RADIUS Dial Up with Livingston Server Authentication Configuring RADIUS Dial Up with Livingston Server Authentication Document ID: 8537 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Configuration Clients File on Server

More information

ERserver. iseries. Remote Access Services: PPP connections

ERserver. iseries. Remote Access Services: PPP connections ERserver iseries Remote Access Services: PPP connections ERserver iseries Remote Access Services: PPP connections Copyright International Business Machines Corporation 1998, 2002. All rights reserved.

More information

Skills Assessment Student Training Exam

Skills Assessment Student Training Exam Skills Assessment Student Training Exam Topology Assessment Objectives Part 1: Initialize Devices (8 points, 5 minutes) Part 2: Configure Device Basic Settings (28 points, 30 minutes) Part 3: Configure

More information

LAN TCP/IP and DHCP Setup

LAN TCP/IP and DHCP Setup CHAPTER 2 LAN TCP/IP and DHCP Setup 2.1 Introduction In this chapter, we will explain in more detail the LAN TCP/IP and DHCP Setup. 2.2 LAN IP Network Configuration In the Vigor 2900 router, there are

More information

Overview. Introduction

Overview. Introduction Table of Contents Manual... 1 Overview... 3 Introduction... 3 Package Contents... 4 System Requirements... 4 Hardware Overview... 5 Rear Panel... 5 Front Pannel... 6 Features... 7 Configuration... 8 Log

More information

ASUS WL-5XX Series Wireless Router Internet Configuration. User s Guide

ASUS WL-5XX Series Wireless Router Internet Configuration. User s Guide ASUS WL-5XX Series Wireless Router Internet Configuration User s Guide Contents Chapter 1 Introduction:...1 Chapter 2 Connecting the wireless router...1 Chapter 3 Getting to know your Internet connection

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

Installation of the On Site Server (OSS)

Installation of the On Site Server (OSS) Installation of the On Site Server (OSS) rev 1.1 Step #1 - Initial Connection to the OSS Having plugged in power and an ethernet cable in the eth0 interface (see diagram below) you can connect to the unit

More information

How To Manage Das-3324 On A Pc Or Mac Or Mac (For A Pc) With A Das3324 Device On A Ds-3325 (For Mac) Or Ds3324 (For An Ipad)

How To Manage Das-3324 On A Pc Or Mac Or Mac (For A Pc) With A Das3324 Device On A Ds-3325 (For Mac) Or Ds3324 (For An Ipad) DAS-3 3 2 4 I P DSL AM Q u i c k St a r t G u i d e Version: 1.0 Date: 2006/07/10 DAS-3324 IP DSLAM Quick Start Guide ❶ This quick start guide will guide you to finish the basic configuration for accessing

More information

ADSL Modem. User Guide AM200 (EU/LA) Model No. WIRED

ADSL Modem. User Guide AM200 (EU/LA) Model No. WIRED WIRED User Guide Model No. AM200 (EU/LA) Copyright and Trademarks Specifications are subject to change without notice. Linksys is a registered trademark or trademark of Cisco Systems, Inc. and/or its affiliates

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

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

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

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

Digi Connect WAN Application Guide Using the Digi Connect WAN and Digi Connect VPN with a Wireless Router/Access Point

Digi Connect WAN Application Guide Using the Digi Connect WAN and Digi Connect VPN with a Wireless Router/Access Point Scenario Digi Connect WAN Application Guide Using the Digi Connect WAN and Digi Connect VPN with a Wireless Router/Access Point Digi Connect WAN and Digi Connect VPN are used for primary remote site connectivity.

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

I. What is VPN? II. Types of VPN connection. There are two types of VPN connection:

I. What is VPN? II. Types of VPN connection. There are two types of VPN connection: Table of Content I. What is VPN?... 2 II. Types of VPN connection... 2 III. Types of VPN Protocol... 3 IV. Remote Access VPN configuration... 4 a. PPTP protocol configuration... 4 Network Topology... 4

More information

Configuring Asynchronous SLIP and PPP

Configuring Asynchronous SLIP and PPP Configuring Asynchronous SLIP and PPP This chapter describes how to configure asynchronous Serial Line Internet Protocol (SLIP) and PPP. It includes the following main sections: Asynchronous SLIP and PPP

More information

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

Quick Installation Guide DSL-2750U. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch DSL-2750U 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch BEFORE YOU BEGIN Delivery Package Router DSL-2750U Power adapter DC 12V/1A RJ-11 telephone cable Ethernet cable (CAT 5E) Splitter (brochure).

More information

DSL Forum. Working Text WT-101

DSL Forum. Working Text WT-101 DSL Forum Working Text WT-101 Revision 1 Migration to Ethernet Based DSL Aggregation For Architecture and Transport Working Group May 2004 Abstract: This working text outlines how an ATM aggregation network

More information

Using PIX Firewall in SOHO Networks

Using PIX Firewall in SOHO Networks CHAPTER 4 This chapter describes features provided by the PIX Firewall that are used in the small office, home office (SOHO) environment. It includes the following sections: Using PIX Firewall as an Easy

More information

VPN L2TP Application. Installation Guide

VPN L2TP Application. Installation Guide VPN L2TP Application Installation Guide 1 Configuring a Remote Access L2TP VPN Dial-in Connection A remote worker establishes a L2TP VPN connection with the head office using Microsoft's VPN Adapter (included

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

L2F Case Study Overview

L2F Case Study Overview LF Case Study Overview Introduction This case study describes how one Internet service provider (ISP) plans, designs, and implements an access virtual private network (VPN) by using Layer Forwarding (LF)

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

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

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1)

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) 100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) Course Overview This course provides students with the knowledge and skills to implement and support a small switched and routed network.

More information

DSL Forum Technical Report TR-045. PPP Static Interoperability Testing

DSL Forum Technical Report TR-045. PPP Static Interoperability Testing DSL Forum Technical Report TR-045 (Formerly WT-052v8) PPP Static Interoperability Testing March 2002 Abstract: This document addresses static interoperability testing for the higher protocol layers running

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

How To Configure A Vyatta 4.2.0 As A Ds Internet Connection Router/Gateway With A Web Server On A Dspv.Net 4.0.1 (Dspv) On A Network With A D

How To Configure A Vyatta 4.2.0 As A Ds Internet Connection Router/Gateway With A Web Server On A Dspv.Net 4.0.1 (Dspv) On A Network With A D Open Informatics a An Information Technology Company Visit us on the web at www.openinformatics.net Tutorial Author: Zlatan Klebic Send Feedback: zklebic@openinformatics.net Configuring a Vyatta 4.0 release

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

Configuring Static and Dynamic NAT Simultaneously

Configuring Static and Dynamic NAT Simultaneously Configuring Static and Dynamic NAT Simultaneously Document ID: 13778 Contents Introduction Prerequisites Requirements Components Used Conventions Configuring NAT Related Information Introduction In some

More information

NetFlow Subinterface Support

NetFlow Subinterface Support NetFlow Subinterface Support Feature History Release Modification 12.2(14)S This feature was introduced. 12.2(15)T This feature was integrated into Cisco IOS Release 12.2 T. This document describes the

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

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

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

Vigor 2700 Series Firewall Router User s Guide

Vigor 2700 Series Firewall Router User s Guide Vigor 2700 Series Firewall Router User s Guide Version: 2.5 Date: 2007/03/19 Copyright 2006 All rights reserved. This publication contains information that is protected by copyright. No part may be reproduced,

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

TR-187 IPv6 for PPP Broadband Access

TR-187 IPv6 for PPP Broadband Access TECHNICAL REPORT TR-187 IPv6 for PPP Broadband Access Issue: 2 Issue Date: February 2013 The Broadband Forum. All rights reserved. Notice The Broadband Forum is a non-profit corporation organized to create

More information

< Introduction > This technical note explains how to connect New SVR Series to DSL Modem or DSL Router. Samsung Techwin Co., Ltd.

< Introduction > This technical note explains how to connect New SVR Series to DSL Modem or DSL Router. Samsung Techwin Co., Ltd. < Introduction > This technical note explains how to connect New to DSL Modem or DSL Router. Samsung Techwin Co., Ltd. 1 Contents 1. General... 4 1.1. DSL (xdsl)... 4 1.2. Modem... 5 1.2.1. Modem... 5

More information

How To Configure Apple ipad for Cyberoam L2TP

How To Configure Apple ipad for Cyberoam L2TP How To Configure Apple ipad for Cyberoam L2TP VPN Connection Applicable to Version: 10.00 (All builds) Layer 2 Tunneling Protocol (L2TP) can be used to create VPN tunnel over public networks such as the

More information

NETVIGATOR Wireless Modem Setup Guide. (TG789Pvn)

NETVIGATOR Wireless Modem Setup Guide. (TG789Pvn) NETVIGATOR Wireless Modem Setup Guide (TG789Pvn) Configure the NETVIGATOR Wireless Modem Make sure that system meets the following requirement prior to NETVIGATOR Wireless Modem usage: - Subscribers who

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

Wholesale IP Bitstream on a Cable HFC infrastructure

Wholesale IP Bitstream on a Cable HFC infrastructure Wholesale IP Bitstream on a Cable HFC infrastructure In order to understand the issues related to an ISP reselling Cable Based Internet access it is necessary to look at similarities and dissimilarities

More information

Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols

Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols Guide to TCP/IP, Third Edition Chapter 3: Data Link and Network Layer TCP/IP Protocols Objectives Understand the role that data link protocols, such as SLIP and PPP, play for TCP/IP Distinguish among various

More information

Configuring DHCP Snooping

Configuring DHCP Snooping CHAPTER 19 This chapter describes how to configure Dynamic Host Configuration Protocol (DHCP) snooping on Catalyst 4500 series switches. It provides guidelines, procedures, and configuration examples.

More information

VPN. Date: 4/15/2004 By: Heena Patel Email:hpatel4@stevens-tech.edu

VPN. Date: 4/15/2004 By: Heena Patel Email:hpatel4@stevens-tech.edu VPN Date: 4/15/2004 By: Heena Patel Email:hpatel4@stevens-tech.edu What is VPN? A VPN (virtual private network) is a private data network that uses public telecommunicating infrastructure (Internet), maintaining

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

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

ICND1-100-101 IOS CLI Study Guide (CCENT)

ICND1-100-101 IOS CLI Study Guide (CCENT) ICND1-100-101 IOS CLI Study Guide (CCENT) Hostname: 2. hostname SW1 SWITCH CONFIGURATION Mgmt IP: 2. interface vlan 1 3. ip address 10.0.0.2 4. no shut Gateway: 2. ip default-gateway 10.0.0.1 Local User/Pwd:

More information

IP Tunneling and VPNs

IP Tunneling and VPNs IP Tunneling and VPNs Overview Objectives The purpose of this module is to explain Virtual Private Network (VPN) concepts and to overview various L2 and L3 tunneling techniques that allow for implementation

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

Vigor2800 Series ADSL2/2+ Security Router User s Guide

Vigor2800 Series ADSL2/2+ Security Router User s Guide Vigor2800 Series ADSL2/2+ Security Router User s Guide Version: 3.2 Date: 2007/7/12 Copyright 2006 All rights reserved. This publication contains information that is protected by copyright. No part may

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction This chapter introduces the key features provided by the 3310 Series SHDSL modem and describes several kinds of network examples configurable with the 3310 Series. Introduction 1-1

More information