AN INTRODUCTION TO PPPOE

Size: px
Start display at page:

Download "AN INTRODUCTION TO PPPOE"

Transcription

1 Nokia Internet Communications AN INTRODUCTION TO PPPOE Version Mar-2001 DOCUMENT OWNER: Dave Lipowsky PHONE: (847)

2 Revision History Version Date Author Description Mar-2001 Dave Lipowsky Initial release

3 Table of Contents ABSTRACT...1 WHAT IS PPPOE...2 WHO USES PPPOE AND WHY...3 PPPOE NETWORK DIAGRAM...4 WHAT ABOUT PPPOA?...5 SUMMARY...6 GLOSSARY...7

4 Abstract Abstract This paper is intended to give the reader the basic understanding of PPPoE and why it is used. With the new product lines that Nokia acquired with the Ramp Networks purchase, and the likelihood of running into PPPoE with the Nokia VPN client, it is helpful to understand the basic reason for deploying PPPoE. Dave Lipowsky Page 1 08-Mar-2001

5 What is PPPoE What is PPPoE Point-to-Point Protocol over Ethernet (PPPoE) is described in RFC PPPoE was created as a means of encapsulating the PPP traffic over an Ethernet network, allowing the use of LCP and other PPP related functionality in a network that is not of a point-to-point design. PPPoE acts as a bump in the stack, much like an IPSec client like the Nokia VPN client. When implemented on a router, it is typically only implemented on the WAN interface pointing towards the service provider's network. PPPoE uses specific ether-types to identify that a 8 octet PPPoE header follows the DLC header in an Ethernet frame. There are two ether-types associated with PPPoE. The discovery process is identified by 0x8863, while the PPP session is defined by 0x8864. PPPoE is a non-routable protocol, and therefore is only installed on subscriber computers when a DSL bridge is in place, a DSL router in bridging mode, or installed on a DSL router s WAN interface. By installing the PPPoE shim on the WAN interface, the subscriber doesn t need to install the shim on their computer(s). The LAC discovery stage is used to identify the LAC and determine the session-id. Once the session-id is determined, the PPP session state begins. The PPP session state is essentially the same with PPPoE as it is without. The session goes thorough the Link Establishment Phase, Authentication Phase, etc., before establishing the session for user traffic. Note: PPPoE adds an 8-octet header between the PPP and DLC layers of the frame, which can require adjustments to MTU sizes. This adjustment would be in addition to any adjustment made to accommodate IPSec headers, etc. Dave Lipowsky Page 2 08-Mar-2001

6 Who Uses PPPoE and Why Who Uses PPPoE and Why Many DSL service providers are using PPPoE because it provides many features that they find desirable over bridged/routed 1483 encapsulation. It allows the service provider or ISP to easily monitor DSL activity statistics, and provides an easy method for policing inactivity be forcing the PPP session to disconnect after specified inactivity or absolute periods if they chose. PPPoE is easily integrated to their existing RADIUS architecture for user authentication. Dynamic addressing is implemented without the use of DHCP, and can easily be integrated into the RADIUS Framed_IP_Address attribute for assigning a static IP address as well. In this case, the provider would be able to dynamically assign the same IP address each time a user authenticates to the network. The DSL carrier that I was employed with was using this to placate the users that wished to have static IP addresses along with the PPPoE service. The single biggest reason for implementing PPPoE at the DSL carrier I was employed with was the ability to reduce the amount of provisioning required for each DSL subscriber. By using the ability to select services on a userid/domain combination, all PVCs could be terminated on a router that determines how to forward the frames based on this information. As you will see later, this reduces the number of VCs required to each ISP, and can negate any provisioning that would need to occur if a subscriber decided to change ISPs. Dave Lipowsky Page 3 08-Mar-2001

7 PPPoE Network Diagram PPPoE Network Diagram Much of the features of PPPoE are provided by the use of a device such as Redback s SMS, Nortel s Shasta, or Cisco s 6400, among others. These devices terminate the individual PVCs that begin at the Customer Premise Equipment (CPE) in the DSL subscriber s property. The devices are then used to aggregate the traffic onto different L2TP tunnels to the individual ISPs based on the domain portion of the userid/domain information that was provided at logon. This allows the service provider to provision all CPEs to terminate at a single point in the network, instead of mapping the VCs completely through the network to the ISP. An example of this is easier understood with a simple diagram. UNEs purchased from the ILEC DSLAM terminates the UNEs from the subscribers Redback or similar router terminates PVCs but not PPP sessions. Acts as a LAC ISP A ATM Network DSLAM ISP B ILEC's Central Office Service Provider's Network DSL Subscribers DS3 or greater trunk into service provider ATM network L2TP tunnels from LAC in service provider network to LNS at ISP Redback or similar router terminates PPP sessions. Acts as an LNS In this case, the service provider has two ISP customers, both have implemented an LNS in their network to terminate the PPP sessions. All subscriber PVCs are terminated at the Redback SMS's LAC, with a single PVC from the Redback SMS to each ISP's LNS. The LAC (L2TP Access Concentrator) implemented in the Redback SMS acts as a concentrator of all PPP traffic destined for the ISPs, and aggregates the PVCs traffic into the appropriate L2TP tunnel. The LAC makes this tunnel decision based on the userid/domain information that was submitted during the authentication portion of the session establishment. While this Redback SMS terminates the PVC, it does not terminate the PPP session. This is left to the LNS at the ISP. This allows two people from the same house to have different ISPs on the same DSL line, and use them at the same time. Also, if a user decides that ISP-B gives better service than ISP-A, the service provider doesn't need to make any provisioning changes as long as ISP-B is part of their network. This saves considerable time and resources for the service provider. Note: In many cases the device terminating the PVCs will feed the L2TP tunnels back into the ATM network, with a PVC to the ISP. Also, many service providers will assume the task of providing the LNS for an additional fee to the ISP, passing simple IP traffic to the ISP network. Dave Lipowsky Page 4 08-Mar-2001

8 What About PPPoA? What About PPPoA? Some providers like Ameritech were implementing PPP over ATM (PPPoA) in the past, and some may still be doing so today. PPPoA is essentially the same as PPPoE with the distinct difference being that the subscriber's computer doesn't have an Ethernet NIC, but an ATM NIC instead (usually ATM-25). This NIC was connected to a DSL bridge that had an ATM port on the LAN side, and the DSL port (usually ATM as well) on the WAN side. Another method of implementing PPPoA was within the DSL router WAN interface, just like with PPPoE. Needless to say, installing an ATM NIC into a subscribers computer(s) is more expensive and more difficult to troubleshoot than an Ethernet NIC. In the years since implementing PPPoA in their test markets in Michigan, Ameritech (SBC) has decided to deploy PPPoE instead. Much of this was due to cost and complexity, with a portion being due to customer complaints as well. Dave Lipowsky Page 5 08-Mar-2001

9 Summary Summary Whether you like it or not, PPPoE is probably here to stay. The DSL service providers have been using it successfully for a while, and the cable industry will probably follow when they are forced to open their networks to other ISPs as AOL Time Warner is finding out. Things to keep in mind are that the Ramp acquisition brings PPPoE to our product line with the IP55 and IP71, and you may be asked to implement the Nokia VPN client on a network that uses PPPoE. The PPPoE RFC is not a tough read, and can shed a lot more light on the topic. Dave Lipowsky Page 6 08-Mar-2001

10 Glossary Glossary CPE Customer Premise Equipment Equipment installed at customer location to provide Telco services. Examples include DSL bridge/router, CSU/DSU. DSLAM ILEC Digital Subscriber Line Access Multiplexer Incumbent Local Exchange Carrier Terminates the DSL circuit from the subscriber, aggregating them onto the service provider network (ATM or Frame Relay). Original Telco provider serving the area before competition. LAC L2TP Access Concentrator Aggregates many PPP sessions into one or more L2TP tunnels for transfer to a LNS. LNS L2TP Network Server Terminates the L2TP tunnels from the LAC, and terminates the individual PPP sessions within these tunnels, before passing traffic to ISP network. PVC Permanent Virtual Circuit Pre-configured (non-dynamic) connection between two endpoints on an ATM or Frame Relay network. UNE Unbundled Network Element Copper pairs a CLEC purchases from ILEC to provide DSL services. No dial-tone is provided to the pair. A UNE is not purchased for line-sharing purposes where CLEC adds DSL services to the existing voice circuits the subscriber uses. Dave Lipowsky Page 7 08-Mar-2001

isco Cisco PPPoE Baseline Architecture for the Cisco UAC

isco Cisco PPPoE Baseline Architecture for the Cisco UAC isco Cisco PPPoE Baseline Architecture for the Cisco UAC Table of Contents Cisco PPPoE Baseline Architecture for the Cisco UAC 6400...1...1 Introduction...1 Assumption...1 Technology Brief...2 Advantages

More information

Cisco PPPoE Baseline Architecture for the Cisco UAC 6400

Cisco PPPoE Baseline Architecture for the Cisco UAC 6400 Cisco PPPoE Baseline Architecture for the Cisco UAC 6400 Document ID: 12915 Contents Introduction Assumption Technology Brief Advantages and Disadvantages of PPPoE Architecture Advantages Disadvantages

More information

Provisioning Flows Topics

Provisioning Flows Topics CHAPTER 3 The BAC software provides network and service management tools that enable the provisioning of devices and subscribers in broadband aggregation environments. BAC supports the role of the following

More information

PPPoA Baseline Architecture

PPPoA Baseline Architecture PPPoA Baseline Architecture Document ID: 12914 Contents Introduction Assumption Technology Brief Advantages and Disadvantages of PPPoA Architecture Advantages Disadvantages Implementation Considerations

More information

Table of Contents. Cisco RFC1483 Bridging Baseline Architecture

Table of Contents. Cisco RFC1483 Bridging Baseline Architecture Table of Contents RFC1483 Bridging Baseline Architecture...1 Introduction...1 Assumption...1 Technology Brief...1 Advantages and Disadvantages of RFC1483 Bridging...1 Advantages...2 Disadvantages...2 Implementation

More information

Configuring the Physical Subscriber Line for RADIUS Access and Accounting

Configuring the Physical Subscriber Line for RADIUS Access and Accounting Configuring the Physical Subscriber Line for RADIUS Access and Accounting Configuring a physical subscriber line for RADIUS Access and Accounting enables an L2TP access concentrator (LAC) and an L2TP network

More information

PPPoE on ATM. Finding Feature Information. Prerequisites for PPPoE on ATM. Restrictions for PPPoE on ATM

PPPoE on ATM. Finding Feature Information. Prerequisites for PPPoE on ATM. Restrictions for PPPoE on ATM This feature module describes the PPP over Ethernet (PPPoE) on ATM feature. The feature provides the ability to connect a network of hosts over a simple bridging-access device to a remote access concentrator.

More information

802.1P CoS Bit Set for PPP and PPPoE Control Frames

802.1P CoS Bit Set for PPP and PPPoE Control Frames 802.1P CoS Bit Set for PPP and PPPoE Control The 802.1P CoS Bit Set for PPP and PPPoE Control feature provides the ability to set user priority bits in the IEEE 802.1Q tagged frame to allow traffic prioritization.

More information

Configuring the Physical Subscriber Line for RADIUS Access and Accounting

Configuring the Physical Subscriber Line for RADIUS Access and Accounting Configuring the Physical Subscriber Line for RADIUS Access and Accounting Last Updated: December 5, 2011 Configuring a physical subscriber line for RADIUS Access and Accounting enables an L2TP access concentrator

More information

Introduction to Broadband Access Center Topics

Introduction to Broadband Access Center Topics CHAPTER 1 The Cisco Broadband Access Center software for Broadband Aggregation supports the mass-market deployment of broadband services by providing a provisioning system to replace labor-intensive and

More information

Provisioning Broadband Aggregators Topics

Provisioning Broadband Aggregators Topics CHAPTER 7 The Cisco Broadband Access Center software enables you to provision services on broadband aggregators. Provisioning occurs after you create administrative networks and network devices. See Chapter

More information

ITU-T. FS-VDSL White Paper. Full-Service VDSL. Focus Group White Paper. FS-VDSL Service Scenarios INTERNATIONAL TELECOMMUNICATION UNION

ITU-T. FS-VDSL White Paper. Full-Service VDSL. Focus Group White Paper. FS-VDSL Service Scenarios INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU FS-VDSL White Paper Full-Service VDSL Focus Group White Paper FS-VDSL Service Scenarios Version 1.00 29 November

More information

Configuring a Cisco 827 Router to Support PPPoE Clients, Terminating on a Cisco 6400 UAC

Configuring a Cisco 827 Router to Support PPPoE Clients, Terminating on a Cisco 6400 UAC Configuring a Cisco 827 Router to Support PPPoE Clients, Terminating on a Cisco 6400 UAC Document ID: 12889 Contents Introduction Before You Begin Conventions Prerequisites Components Used Configure Network

More information

IPv6 and xdsl. Athanassios Liakopoulos Slovenian IPv6 Training, Ljubljana, May 2010

IPv6 and xdsl. Athanassios Liakopoulos Slovenian IPv6 Training, Ljubljana, May 2010 IPv6 and xdsl Athanassios Liakopoulos (aliako@grnet.gr) Slovenian IPv6 Training, Ljubljana, May 2010 Copy... Rights This slide set is the ownership of the 6DEPLOY project via its partners The Powerpoint

More information

PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement

PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement The PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement feature provides a method by which the digital subscriber line access multiplexer

More information

Configuring the PPPoE Client

Configuring the PPPoE Client CHAPTER 72 This section describes how to configure the PPPoE client provided with the ASA. It includes the following topics: PPPoE Client Overview, page 72-1 Username and Password, page 72-2 Enabling PPPoE,

More information

Broadband Access Solutions

Broadband Access Solutions Broadband Access Solutions 1 Customer Premises Equipment Telindus 1421 Router Telindus 1431 Router Telindus Central Office Equipment Telindus 2400 series Telindus Access Routers Telindus 1030 series 2

More information

IPv6 on DSL, the best way to develop always-on services. Patrick Cocquet, 6WIND chairman, IPv6 Forum Vice-President, IPv6 Task Force France chairman

IPv6 on DSL, the best way to develop always-on services. Patrick Cocquet, 6WIND chairman, IPv6 Forum Vice-President, IPv6 Task Force France chairman IPv6 on DSL, the best way to develop always-on services Patrick Cocquet, 6WIND chairman, IPv6 Forum Vice-President, IPv6 Task Force France chairman Abstract: The deployment of IPv6 has become an issue

More information

RADIUS Tunnel Preference for Load Balancing

RADIUS Tunnel Preference for Load Balancing RADIUS Tunnel Preference for Load Balancing and Fail-Over Finding Feature Information RADIUS Tunnel Preference for Load Balancing and Fail-Over Last Updated: July 18, 2011 The RADIUS Tunnel Preference

More information

Broadband Access Aggregation and DSL Configuration Guide, Cisco IOS XE Release 3S

Broadband Access Aggregation and DSL Configuration Guide, Cisco IOS XE Release 3S Broadband Access Aggregation and DSL Configuration Guide, Cisco IOS XE Release 3S Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408

More information

RADIUS Logical Line ID

RADIUS Logical Line ID The feature, also known as the Logical Line Identification (LLID) Blocking feature enables administrators to track their customers on the basis of the physical lines on which customer calls originate.

More information

BCRAN. Section 9. Cable and DSL Technologies

BCRAN. Section 9. Cable and DSL Technologies BCRAN Section 9 Cable and DSL Technologies Cable and DSL technologies have changed the remote access world dramatically. Without them, remote and Internet access would be limited to the 56 kbps typical

More information

1 IPv6 Drivers in Broadband COPYRIGHTED MATERIAL. Networks

1 IPv6 Drivers in Broadband COPYRIGHTED MATERIAL. Networks 1 IPv6 Drivers in Broadband Networks With the exponential growth of the Internet and an increasing number of end users, service providers (SPs) are looking for new ways to evolve their current network

More information

Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for xdsl Uplinks

Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for xdsl Uplinks Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for xdsl Uplinks First Published: October 21, 2009 Last Updated: Sept 17, 2010 The Preserve 802.1Q Tagging with 802.1P Marking over ATM PVCs for

More information

RADIUS Attribute 66 Tunnel-Client-Endpoint Enhancements

RADIUS Attribute 66 Tunnel-Client-Endpoint Enhancements RADIUS Attribute 66 Tunnel-Client-Endpoint The RADIUS Attribute 66 (Tunnel-Client-Endpoint) feature allows the hostname of the network access server (NAS) to be specified--rather than the IP address of

More information

L2 Bridging Across an L3 Network Configuration Example

L2 Bridging Across an L3 Network Configuration Example L2 Bridging Across an L3 Network Configuration Example Document ID: 116266 Contributed by Atri Basu, Jay Young Taylor, and Mani Ganesan, Cisco TAC Engineers. Jul 09, 2013 Contents Introduction Prerequisites

More information

RADIUS Tunnel Attribute Extensions

RADIUS Tunnel Attribute Extensions The feature allows a name to be specified (other than the default) for the tunnel initiator and the tunnel terminator in order to establish a higher level of security when setting up VPN tunneling. Finding

More information

QoS: Per-Session Shaping and Queuing on LNS

QoS: Per-Session Shaping and Queuing on LNS QoS: Per-Session Shaping and Queuing on LNS First Published: February 28, 2006 The QoS: Per-Session Shaping and Queuing on LNS feature provides the ability to shape (for example, transmit or drop) or queue

More information

PPPoE Client DDR Idle-Timer

PPPoE Client DDR Idle-Timer The feature supports the dial-on-demand routing (DDR) interesting traffic control list functionality of the dialer interface with a PPP over Ethernet (PPPoE) client, but also keeps original functionality

More information

PPPoE Circuit-Id Tag Processing

PPPoE Circuit-Id Tag Processing PPPoE Circuit-Id Tag Processing In an Ethernet access network, there is no unique mapping between the subscriber line identifier and the interface such as there is on a virtual circuit (VC) in an ATM-based

More information

PPP over Frame Relay

PPP over Frame Relay The feature allows a router to establish end-to-end Point-to-Point Protocol (PPP) sessions over Frame Relay. Finding Feature Information, page 1 Prerequisites for, page 1 Restrictions for, page 2 Information

More information

Configuring a Cisco 827 Router Using PPPoA With CHAP and PAP

Configuring a Cisco 827 Router Using PPPoA With CHAP and PAP Configuring a Cisco 827 Router Using PPPoA With CHAP and PAP Document ID: 12886 Contents Introduction Before You Begin Conventions Prerequisites Components Used Configure Network Diagram PPPoA Using CHAP

More information

Broadband Access Aggregation and DSL Configuration Guide, Cisco IOS XE Fuji 16.7.x

Broadband Access Aggregation and DSL Configuration Guide, Cisco IOS XE Fuji 16.7.x Broadband Access Aggregation and DSL Configuration Guide, Cisco IOS XE Fuji 16.7.x Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel:

More information

WAN Technologies CCNA 4

WAN Technologies CCNA 4 WAN Technologies CCNA 4 Overview Note: Most of this will be described in more detail in later chapters. Differentiate between a LAN and WAN Identify the devices used in a WAN List WAN standards Describe

More information

DHCP Client on WAN Interfaces

DHCP Client on WAN Interfaces DHCP Client on WAN Interfaces First Published: February 25, 2002 Last Updated: September 12, 2008 The DHCP Client on WAN Interfaces feature extends the Dynamic Host Configuration Protocol (DHCP) to allow

More information

Autosense for ATM PVCs and MUX SNAP Encapsulation

Autosense for ATM PVCs and MUX SNAP Encapsulation Autosense for ATM PVCs and MUX SNAP Encapsulation The PPPoA/PPPoE Autosense for ATM PVCs feature enables a router to distinguish between incoming PPP over ATM (PPPoA) and PPP over Ethernet (PPPoE) over

More information

Lecture (08) Fundamentals of WANs (II)

Lecture (08) Fundamentals of WANs (II) Agenda Lecture (08) Fundamentals of WANs (II) OSI Layer 2 of WANs ATM & SONET WAN Dr. Ahmed M. ElShafee ١ ٢ OSI Layer 2 of WANs OSI Layer 2 of WANs (2) WAN protocols used on point to point serial links

More information

F. ADSL Data Access service supports Point to Point Protocol over Ethernet (PPPoE) across MTS Allstream s network.

F. ADSL Data Access service supports Point to Point Protocol over Ethernet (PPPoE) across MTS Allstream s network. 3rd Revised Page 81 Cancels 2nd Revised Page 81 5820 ASYMMETRIC DIGITAL SUBSCRIBER LIE (ADSL) DATA ACCESS SERVICE 1. GEERAL A. ADSL Data Access service is a broadband access service based on Asymmetric

More information

xdsl OVERVIEW OF IMPORTANT DIGITAL SUBSCRIBER LINE TECHNOLOGIES xdsl Technology Peter R. Egli peteregli.net peteregli.net 1/18 Rev. 3.

xdsl OVERVIEW OF IMPORTANT DIGITAL SUBSCRIBER LINE TECHNOLOGIES xdsl Technology Peter R. Egli peteregli.net peteregli.net 1/18 Rev. 3. xdsl OVERVIEW OF IMPORTANT DIGITAL SUBSCRIBER LINE TECHNOLOGIES Peter R. Egli 1/18 Contents 1. What is xdsl? 2. Overview 3. ADSL physical layer 4. ADSL network architecture 5. Protocols used with ADSL

More information

A device that bridges the wireless link on one side to the wired network on the other.

A device that bridges the wireless link on one side to the wired network on the other. GLOSSARY A Access point Analog Channel ARP ATM ATO A device that bridges the wireless link on one side to the wired network on the other. A circuit-switched communication path intended to carry 3.1 KHz

More information

Introduction to WAN Technologies

Introduction to WAN Technologies Introduction to WAN Technologies From DocWiki This article introduces the various protocols and technologies used in wide-area network (WAN) environments. Topics summarized here include point-to-point

More information

Configuring the Cisco 827 Router as a PPPoE Client With NAT

Configuring the Cisco 827 Router as a PPPoE Client With NAT Configuring the Cisco 827 Router as a PPPoE Client With NAT Document ID: 8514 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify

More information

Virtual Private Networks.

Virtual Private Networks. Virtual Private Networks thm@informatik.uni-rostock.de http://wwwiuk.informatik.uni-rostock.de/ Content Virtual Private Networks VPN Basics Protocols (IPSec, PPTP, L2TP) Objectives of VPNs Earlier Companies

More information

Broadband Access Aggregation and DSL Configuration Guide, Cisco IOS XE Fuji 16.8.x

Broadband Access Aggregation and DSL Configuration Guide, Cisco IOS XE Fuji 16.8.x Broadband Access Aggregation and DSL Configuration Guide, Cisco IOS XE Fuji 16.8.x Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel:

More information

Virtual Private Networks (VPNs)

Virtual Private Networks (VPNs) CHAPTER 19 Virtual Private Networks (VPNs) Virtual private network is defined as customer connectivity deployed on a shared infrastructure with the same policies as a private network. The shared infrastructure

More information

Cisco ISG Design and Deployment Guide: ATM Aggregation

Cisco ISG Design and Deployment Guide: ATM Aggregation Cisco ISG Design and Deployment Guide: ATM Aggregation First Published: March 22, 2006 Last Updated: January 21, 2009 This document uses model networks tested in a Cisco lab to describe how to deploy a

More information

The high-speed services required for these customers and environments include:

The high-speed services required for these customers and environments include: Chapter 7 NETWORK MODELS THE NEED FOR MULTISERVICES technology provides a cost-effective means for service users to gain access from the residence or office to very high-speed network services. transmission

More information

provides for a single domain name. Additional domain names are available upon request in accordance with the rates, terms and conditions below.

provides for a single domain name. Additional domain names are available upon request in accordance with the rates, terms and conditions below. TELUS Communications Company 4th Revised Page 226-1 Cancels 3rd Revised Page 226-1 226 Wholesale Internet ADSL Service 226.1 Service Description Wholesale Internet ADSL Service is a broadband access service

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: 1 Issue Date: May 2010 The Broadband Forum. All rights reserved. Notice The Broadband Forum is a non-profit corporation organized to create

More information

Implementing SES Network Duplication A Best Practices Guide.

Implementing SES Network Duplication A Best Practices Guide. Implementing SES Network Duplication A Best Practices Guide. SIP Enablement Services 5.1 Avaya ABSTRACT This application note is a tutorial on Avaya SIP Enablement Services Network Duplication from an

More information

Broadband Scalability and Performance

Broadband Scalability and Performance The infrastructure of a service provider must be capable of supporting the services that an enterprise customer or Internet service provider (ISP) wants to offer its subscribers. The service provider must

More information

DHCP Overview. Information About DHCP. DHCP Overview

DHCP Overview. Information About DHCP. DHCP Overview The Dynamic Host Configuration Protocol (DHCP) is based on the Bootstrap Protocol (BOOTP), which provides the framework for passing configuration information to hosts on a TCP/IP network. DHCP adds the

More information

RADIUS Vendor-Specific Attributes (VSA) and RADIUS Disconnect-Cause Attribute Values

RADIUS Vendor-Specific Attributes (VSA) and RADIUS Disconnect-Cause Attribute Values RADIUS Vendor-Specific Attributes (VSA) and RADIUS Disconnect-Cause Attribute Values First Published: September 23, 2005 Last Updated: August 18, 2010 The Internet Engineering Task Force (IETF) draft standard

More information

Broadband Access Aggregation and DSL Configuration Guide, Cisco IOS XE Release 3S (ASR 1000)

Broadband Access Aggregation and DSL Configuration Guide, Cisco IOS XE Release 3S (ASR 1000) Broadband Access Aggregation and DSL Configuration Guide, Cisco IOS XE Release 3S (ASR 1000) Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

DSL Forum Technical Report TR-043

DSL Forum Technical Report TR-043 DSL Forum Technical Report TR-043 (Formerly WT-053v5) Protocols at the U Interface for Accessing Data Networks using ATM/DSL August 2001 Abstract: This document describes protocols that are commonly used

More information

QoS: Classification, Policing, and Marking on LAC Configuration Guide, Cisco IOS Release 12.4T

QoS: Classification, Policing, and Marking on LAC Configuration Guide, Cisco IOS Release 12.4T QoS: Classification, Policing, and Marking on LAC Configuration Guide, Cisco IOS Release 12.4T Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement

PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement First Published: December 5, 2006 Revised: August 29, 2008 The PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement feature provides

More information

PPPoE Service Selection

PPPoE Service Selection PPPoE Service Selection The PPPoE Service Selection feature uses service tags to enable a PPP over Ethernet (PPPoE) server to offer PPPoE clients a selection of services during call setup. The customer

More information

PPPoE Technology White Paper

PPPoE Technology White Paper PPPoE Technology White Paper Keywords: PPP, Ethernet, PPPoE Abstract: Point-to-Point Protocol over Ethernet (PPPoE) provides access to the Internet for hosts on an Ethernet through a remote access device

More information

Configuring PPP over ATM with NAT

Configuring PPP over ATM with NAT CHAPTER 4 The Cisco Secure Router 520 ADSL-over-POTS and Cisco Secure Router 520 ADSL-over-ISDN routers support Point-to-Point Protocol over Asynchronous Transfer Mode (PPPoA) clients and network address

More information

FOUR-PORT ADSL ROUTER. KD319RI ADSL Router User Manual

FOUR-PORT ADSL ROUTER. KD319RI ADSL Router User Manual FOUR-PORT ADSL ROUTER KD319RI ADSL Router User Manual NOTICE This document contains proprietary information protected by copyright, and this Manual and all the accompanying hardware, software, and documentation

More information

GHz g. Wireless-G. User Guide. ADSL Gateway with 2 Phone Ports WIRELESS WAG54GP2 (EU/LA) Model No.

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

More information

Multilink PPP Support

Multilink PPP Support First Published: October 2012 Last Updated: August 23, 2016 Multilink Point-to-Point Protocol (MLP) provides support to aggregate the bandwidth of low-speed WAN and broadband links into a single entity,

More information

Customer Interface Publication: CIP025

Customer Interface Publication: CIP025 Customer Interface Publication: CIP025 KCOM GROUP PLC IPLINE ACCESS SERVICE DESCRIPTION AND TECHNICAL CHARACTERISTICS Issue: Version V2.1 April 2016 The information in this document is provided in accordance

More information

FOUR-PORT ADSL ROUTER. KD319MUI ADSL Router User Manual

FOUR-PORT ADSL ROUTER. KD319MUI ADSL Router User Manual FOUR-PORT ADSL ROUTER KD319MUI ADSL Router User Manual NOTICE This document contains proprietary information protected by copyright, and this Manual and all the accompanying hardware, software, and documentation

More information

Competitive Public Switched Telephone Network (PSTN) Wide- Area Network (WAN) Access Using Signaling System 7 (SS7)

Competitive Public Switched Telephone Network (PSTN) Wide- Area Network (WAN) Access Using Signaling System 7 (SS7) Competitive Public Switched Telephone Network (PSTN) Wide- Area Network (WAN) Access Using Signaling System 7 (SS7) Definition Using conventional Internet access equipment, service providers may access

More information

Implementing Enterprise WAN Links

Implementing Enterprise WAN Links Implementing Enterprise WAN Links Introducing Routing and Switching in the Enterprise Chapter 7 Version 4.0 1 Objectives Describe the features and benefits of common WAN connectivity options. Compare and

More information

Configuring DHCP Option 60 and Option 82 with VPN-ID Support for Transparent Automatic Logon

Configuring DHCP Option 60 and Option 82 with VPN-ID Support for Transparent Automatic Logon Configuring DHCP Option 60 and Option 82 with VPN-ID Support for Transparent Automatic Logon Intelligent Services Gateway (ISG) is a Cisco software feature set that provides a structured framework in which

More information

SPECIFICATION OF SERVICE Tele2 xdsl Access Wholesale

SPECIFICATION OF SERVICE Tele2 xdsl Access Wholesale SPECIFICATION OF SERVICE Tele2 xdsl Access Wholesale For the provision of xdsl Access the following line segments are required in the Tele2-network: a) Access Line b) Backbone Segment c) Interposition

More information

About This Guide. Document Objectives. Audience

About This Guide. Document Objectives. Audience This preface introduce the, and includes the following sections: Document Objectives, page xxxv Audience, page xxxv Related Documentation, page xxxvi Document Organization, page xxxvi Document Conventions,

More information

CCNA 4 - Final Exam (A)

CCNA 4 - Final Exam (A) CCNA 4 - Final Exam (A) 1. A network administrator is asked to design a system to allow simultaneous access to the Internet for 250 users. The ISP for this network can only supply five public IPs. What

More information

IP Tunneling. GRE Tunnel IP Source and Destination VRF Membership. Tunnel VRF CHAPTER

IP Tunneling. GRE Tunnel IP Source and Destination VRF Membership. Tunnel VRF CHAPTER CHAPTER 27 This chapter describes IP tunneling features implemented on the Cisco 10000 series routers and includes the following topics: GRE Tunnel IP Source and Destination VRF Membership, page 27-1 Restrictions

More information

Content 1 OVERVIEW HARDWARE DESCRIPTION HARDWARE INSTALLATION PC CONFIGURATION GUIDE... 5 WEB-BASED MANAGEMENT GUIDE...

Content 1 OVERVIEW HARDWARE DESCRIPTION HARDWARE INSTALLATION PC CONFIGURATION GUIDE... 5 WEB-BASED MANAGEMENT GUIDE... Content 1 OVERVIEW...1 1.1FEATURES...1 1.2 PACKETCONTENTS...3 1.3 SYSTEM REQUIREMENTS... 1.4 FACTORY DEFAULTS...4 1.5 WARNINGS AND CAUTIONS...4 2 HARDWARE DESCRIPTION... 6 3 HARDWARE INSTALLATION...8 4

More information

CCNP 2: Remote Access

CCNP 2: Remote Access Scope and Sequence CCNP 2: Remote Access Cisco Networking Academy Program Version 3.1 Table of Contents CCNP 2: REMOTE ACCESS...1 TABLE OF CONTENTS...2 TARGET AUDIENCE...3 PREREQUISITES...3 COURSE DESCRIPTION...3

More information

HP VSR1000 Virtual Services Router

HP VSR1000 Virtual Services Router HP VSR1000 Virtual Services Router Layer 2 - WAN Access Configuration Guide Part number: 5998-6023 Software version: VSR1000_HP-CMW710-R0202-X64 Document version: 6W100-20140418 Legal and notice information

More information

IP Service Intelligence at the Network Edge: Differentiation for DSL Providers

IP Service Intelligence at the Network Edge: Differentiation for DSL Providers THE TECHNOLOGY GUIDE SERIES www.techguide.com IP Service Intelligence at the Network Edge: Differentiation for DSL Providers This Guide has been sponsored by Table of Contents Abstract...2 Introduction...3

More information

Configuring IP Unnumbered on IEEE 802.1Q VLANs

Configuring IP Unnumbered on IEEE 802.1Q VLANs CHAPTER 7 Configuring IP Unnumbered on IEEE 802.1Q VLANs Service providers continuously seek ways in which they can make their networks less complex and less expensive, and reduce the cost of provisioning

More information

Broadband Loop Carrier : Enabling Video in a Triple-Play Architecture

Broadband Loop Carrier : Enabling Video in a Triple-Play Architecture Broadband Loop Carrier : Enabling Video in a Triple-Play Architecture Executive Summary Incumbent local-exchange carriers (ILECs) will be looking to triple-play services (voice, data, and video) to fend

More information

Filing Date: Effective Date: Issued pursuant to Telecom Regulatory Policy CRTC ,

Filing Date: Effective Date: Issued pursuant to Telecom Regulatory Policy CRTC , CARRIER ACCESS TARIFF CRTC 21462 TELUS Communications Company 2nd Revised Page 226-1 Cancels 1st Revised Page 226-1 226 Wholesale Internet ADSL Service 226.1 Service Description Wholesale Internet ADSL

More information

L2TP Configuration. L2TP Overview. Introduction. Typical L2TP Networking Application

L2TP Configuration. L2TP Overview. Introduction. Typical L2TP Networking Application Table of Contents L2TP Configuration 1 L2TP Overview 1 Introduction 1 Typical L2TP Networking Application 1 Basic Concepts of L2TP 2 L2TP Tunneling Modes and Tunnel Establishment Process 4 L2TP Features

More information

FOUR-PORT ADSL ROUTER. KD319EUI ADSL Router User Manual

FOUR-PORT ADSL ROUTER. KD319EUI ADSL Router User Manual FOUR-PORT KD319EUI ADSL Router User Manual NOTICE This document contains proprietary information protected by copyright, and this Manual and all the accompanying hardware, software, and documentation are

More information

Telindus 2400 Series

Telindus 2400 Series Telindus 2400 Series Features and benefits Small ADSL/SHDSL DSLAM for professional broadband services 1 unit high housing for compact central-office solution 8, 16 or 24 ADSL or SHDSL line pairs per unit

More information

Finding Feature Information

Finding Feature Information The feature provides PPP over Ethernet (PPPoE) client support on routers. PPPoE is a commonly used application in the deployment of digital subscriber lines (DSLs). The PPP over Ethernet Client feature

More information

List of Abbreviations

List of Abbreviations IPv6 over xdsl List of Abbreviations Asynchronous Transfer Mode BB-RAR Broadband Remote Access Router DHCP Dynamic Host Configuration Protocol DSL Digital Subscriber Line DSLAM DSL Access Multiplexer NAT

More information

Note on. Alternative of BRI Connection For MAX-NG subscriber

Note on. Alternative of BRI Connection For MAX-NG subscriber Note on Alternative of BRI Connection For MAX-NG subscriber Released On : 12 th March 2012 CENTRE FOR DEVELOPMENT OF TELEMATICS MANDI ROAD, MEHRAULI, NEW DELHI 110030, INDIA ELECTRONICS CITY (PHASE I),

More information

Cisco DSL Router Configuration and Troubleshooting Guide Cisco DSL Router Acting as a PPPoE Client with a Dynamic IP Address

Cisco DSL Router Configuration and Troubleshooting Guide Cisco DSL Router Acting as a PPPoE Client with a Dynamic IP Address Cisco DSL Router Configuration and Troubleshooting Guide Cisco DSL Router Acting as a PPPoE Client with a Dynamic IP Address Document ID: 71118 Contents Introduction Prerequisites Requirements Components

More information

1.264 Lecture 23. Telecom Enterprise networks MANs, WANs

1.264 Lecture 23. Telecom Enterprise networks MANs, WANs 1.264 Lecture 23 Telecom Enterprise networks MANs, WANs Enterprise networks Connections within enterprise External connections Remote offices Employees Customers Business partners, supply chain partners

More information

IEEE 802.1Q-in-Q VLAN Tag Termination

IEEE 802.1Q-in-Q VLAN Tag Termination IEEE 802.1Q-in-Q VLAN Tag Termination Encapsulating IEEE 802.1Q VLAN tags within 802.1Q enables service providers to use a single VLAN to support customers who have multiple VLANs. The IEEE 802.1Q-in-Q

More information

PPPoE Service Selection

PPPoE Service Selection The feature uses service tags to enable a PPP over Ethernet (PPPoE) server to offer PPPoE clients a selection of services during call setup. You choose one of the services offered, and the service is provided

More information

Network Working Group. M. Duckett T. Anschutz BellSouth J. Moisand Juniper Networks September 2006

Network Working Group. M. Duckett T. Anschutz BellSouth J. Moisand Juniper Networks September 2006 Network Working Group Request for Comments: 4638 Category: Informational P. Arberg D. Kourkouzelis Redback Networks M. Duckett T. Anschutz BellSouth J. Moisand Juniper Networks September 2006 Accommodating

More information

MicronetR Faster and Easier Networks

MicronetR Faster and Easier Networks MicronetR Faster and Easier Networks CE Declaration of conformity This equipment complies with the requirements relating to electromagnetic compatibility, EN55022 class A for ITE, the essential protection

More information

Wide Area Networks (WANs) Slide Set 6

Wide Area Networks (WANs) Slide Set 6 Wide Area Networks (WANs) Slide Set 6 Wide Area Networks (WANs) WAN Purposes Link sites (usually) within the same corporation Remote access for individuals who are off-site Internet access for individuals

More information

Monitoring PPPoE Sessions with SNMP

Monitoring PPPoE Sessions with SNMP The PPPoE Session Count Management Information Base feature provides the ability to use Simple Network Management Protocol (SNMP) to monitor in real time the number of PPP over Ethernet (PPPoE) sessions

More information

Set Inner CoS Bits for QinQ

Set Inner CoS Bits for QinQ Set Inner CoS Bits for QinQ First Published: September 2007 Revised: August 2008 This document describes the Set Inner CoS Bits for QinQ feature that allows you to mark both inner and outer VLAN tags of

More information

Introduction... 3 Package Contents... 4 VPN100 LEDs... 5 Connecting your VPN Installing USB drivers... 7

Introduction... 3 Package Contents... 4 VPN100 LEDs... 5 Connecting your VPN Installing USB drivers... 7 Contents Introduction... 3 Package Contents... 4 VPN100 LEDs... 5 Connecting your VPN100... 6 Installing USB drivers... 7 Configuring the VPN100... 9 Using the Web-based User Interface... 9 Choices when

More information

Xrio UBM Quick Start Guide

Xrio UBM Quick Start Guide XRIO UBM QUICK START GUIDE V.2.0 Updated September 2009 Xrio UBM Quick Start Guide Page 1 of 35 UBM QUICK START GUIDE CONTENTS 1.0 Getting Started Page 04 1.1 Connecting to Your UBM Appliance Page 05 1.2

More information

Dax 2-Wire G.SHDSL Router

Dax 2-Wire G.SHDSL Router Introduction Dax G.SHDSL Router provides an SHDSL (Symmetric High-speed Digital Subscriber Line) network interface ranging from 64Kbps to 2.304Mbps payload rates. It is designed both to optimize the service

More information

Asheville-Buncombe Technical Community College Department of Networking Technology. Course Outline

Asheville-Buncombe Technical Community College Department of Networking Technology. Course Outline Course Number: NET 226 Course Title: Routing and Switching II Class Hours: 1 Lab Hours: 4 Credit Hours: 3 Course Description: This course introduces WAN theory and design, WAN technology, PPP, Frame Relay,

More information

RADIUS Attributes. RADIUS IETF Attributes

RADIUS Attributes. RADIUS IETF Attributes Remote Authentication Dial-In User Service (RADIUS) attributes are used to define specific authentication, authorization, and accounting (AAA) elements in a user profile, which is stored on the RADIUS

More information

TR-043 Protocols at the U Interface for Accessing Data Networks using ATM/DSL

TR-043 Protocols at the U Interface for Accessing Data Networks using ATM/DSL TECHNICAL REPORT Protocols at the U Interface for Accessing Data Networks using ATM/DSL Issue: 1.0 Issue Date: August 2001 The Broadband Forum. All rights reserved. Notice The Broadband Forum is a non-profit

More information