PPPoE Technology White Paper

Size: px
Start display at page:

Download "PPPoE Technology White Paper"

Transcription

1 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 and implements access control and accounting on a perhost basis. This document introduces the background, technical benefits, working mechanism, and application scenarios of PPPoE. Acronyms: Acronym Full spelling ADSL DSLAM PPP PPPoE PADI PADO PADR PADS PADT Asymmetric Digital Subscriber Line Digital Subscriber Line Access Multiplexer Point to Point Protocol PPP Over Ethernet PPPoE Active Discovery Initiation PPPoE Active Discovery Offer PPPoE Active Discovery Request PPPoE Active Discovery Session-confirmation PPPoE Active Discovery Terminate Hangzhou H3C Technologies Co., Ltd. 1/11

2 Table of Contents Overview 3 Background 3 Benefits 3 PPPoE Implementation 3 PPPoE Network Structure 3 PPPoE Packet Format 5 How PPPoE Works 6 Discovery Stage 6 Session Stage 6 Terminate Stage 7 Application Scenarios 7 Connecting a LAN to the Internet Using an ADSL Modem 7 Network Requirements 7 Wireless PPPoE Access 8 Network Requirements 8 References 9 Appendix 9 Packet Structure 9 Hangzhou H3C Technologies Co., Ltd. 2/11

3 Overview Background In some cases, it is desirable to connect multiple hosts at a remote site through the same customer premise access device that can provide access control and accounting functions, similar to those provided in dial-up services using PPP. Since the most economical way to connect multiple hosts to an access device is Ethernet, and PPP can provide access control and accounting functions, Point-to- Point Protocol over Ethernet (PPPoE) was developed to transmit PPP packets over Ethernet, which makes full use of the economy of Ethernet and the scalability and management functions of PPP. In particular, because PPPoE supports accounting on a per-host basis, it gains considerable popularity among broadband access service providers. Benefits For end users, the benefits of PPPoE are as follows: Adopting the traditional dial-up access mode, which allows end users to use the familiar hardware and similar software to access the Internet. Compatible with all the existing xdsl modems. No complicated configurations are required on the clients xdsl modems. Using Ethernet adapters to connect PCs and xdsl modems, which allows PCs to share xdsl lines and thus saves investment. For service providers, the benefits of PPPoE are as follows: Allowing service providers to provide broadband access services for a large number of end users through digital subscriber lines, cable modems, or wireless access devices. Allowing service providers to quickly deploy high-speed Internet services by using reliable, mature technologies, thus minimizing impact on the current networks. Allowing service providers to authenticate end users with the access control function, perform accounting with the accounting function, and monitor user behavior so as to ensure network security. Allowing end users to access network services provided by different service providers at the same time. This dynamic subscription mode enables the service providers to easily develop and provide new services. PPPoE Implementation PPPoE Network Structure PPPoE adopts the client/server model. The PPPoE client sends a connection request to the PPPoE server. After the PPP negotiation between the two succeeds, the PPPoE server provides functions such as access control and authentication for the PPPoE client. There are two networking modes for PPPoE: Hangzhou H3C Technologies Co., Ltd. 3/11

4 In the first mode, a PPP session is established between two network devices, all hosts connected to the PPPoE client transmit data using this PPP session, and the PPPoE client dial-up software is not required on the hosts. This mode is used typically when an enterprise uses a single account for Internet access. Figure 1 is a network diagram for this PPPoE networking mode. In the diagram, the PPPoE client is on the enterprise's Intranet, and the PPPoE server is a device on the service provider s network. Figure 1 Network diagram for PPPoE networking mode 1 Service provider device DSLAM PPPoE Server Internet Router B Client device Modem Router A PPPoE Client Host A Host B Host C In the second mode, a PPPoE session is established between each host and a router (PPPoE server), as shown in Figure 2. Each host is a PPPoE client and has an Internet access account, which makes it easy for the service provider to perform access control and accounting on a perhost basis. The PPPoE client dial-up software must be installed on each host. Figure 2 Network diagram for PPPoE networking mode 2 Hangzhou H3C Technologies Co., Ltd. 4/11

5 PPPoE Packet Format Essentially, a PPPoE packet is a PPP packet encapsulated in an Ethernet frame, as shown in Figure 3. Figure 3 PPPoE packet format The field descriptions are as follows: Destination_address: A unicast Ethernet destination address or Ethernet broadcast address (0xffffffff). In a discovery packet, this field is a unicast or broadcast address. The PPPoE client uses a broadcast address to discover the PPPoE server. After the PPPoE server is determined, unicast addresses are used for communication. During the Session stage, this field must be the unicast address of the peer determined during the Discovery stage. Source_address: Ethernet MAC address of the source device. Ether_type: 0x8863 during the Discovery or Terminate stage, or 0x8864 during the Session stage. Ver: PPPoE version number, 4 bits in length, with the value 0x1. Type: PPPoE type, 4 bits in length, with the value 0x1. Code: PPPoE packet type, 8 bits in length. Code value 0x00 indicates session data; 0x09 indicates PADI packets; 0x07 indicates PADO or PADT packets; 0x19 indicates PADR packets; 0x65 indicates PADS packets. For detailed description about these packets, see Appendix. Session_ID: Unique identifier of a PPP session, 16 bits in length. It is fixed for a given PPP session and in fact, defines a PPP session together with the Source_address and Destination_address fields. The value 0xffff is reserved for future use and must not be used. Length: The Length field is 16 bits long and represents the length of the PPPoE Payload. It does not indicate the length of the Ethernet or PPPoE headers. Hangzhou H3C Technologies Co., Ltd. 5/11

6 How PPPoE Works Figure 4 shows the PPPoE negotiation process. Figure 4 PPPoE negotiation process PPPoE Client PPPoE Server PADI Discovery PADO PADR PADS PPP negotiation Session Teminate Data transmission PADT PPPoE undergoes three stages, namely, Discovery, Session, and Terminate. Discovery Stage The Discovery stage includes the following four steps. When this stage is over, both peers know the PPPoE session ID and the MAC address of the peer, which together determine a unique PPPoE session. 1) The PPPoE client broadcasts a PADI packet that contains information about the service type it requests. 2) After receiving a PADI packet that it can serve, a PPPoE server replies with a PADO packet. The destination address of the PADO packet is the unicast packet of the host that sent the PADI. 3) Depending on the network topology, since the PADI was broadcast, the PPPoE client may receive PADO packets sent by multiple PPPoE servers. Among these PPPoE servers, the PPPoE client selects the one whose PADO packet arrived the earliest and unicasts a PADR packet to the PPPoE server. 4) The PPPoE server generates a unique session ID for the session and sends the session ID to the PPPoE client through a PADS packet. If no error occurs, the session will thus be established and PPPoE moves on to the Session stage. Session Stage The Session stage can be divided into two steps, namely, PPP negotiation step and PPP packet transmission step. The PPP negotiation for a PPPoE session can be further divided into three stages, namely, LCP, authentication, and NCP. Hangzhou H3C Technologies Co., Ltd. 6/11

7 1) LCP is a stage where parameters used to establish, configure, and test the data-link connection are negotiated. 2) After the LCP negotiation succeeds, the authentication is performed with the authentication protocol (CHAP or PAP) agreed upon in LCP negotiation. 3) After the authentication succeeds, PPP enters the NCP stage where different network layer protocols are configured. The PPPoE server and client typically use the IP Control Protocol (IPCP) to configure IP addresses and DNS server information for end users. After PPP negotiation succeeds, the PPPoE session can carry PPP data packets. In the Session stage, all Ethernet data packets are sent in unicast mode. Terminate Stage The PPPoE server and client should use the PPP protocol itself (for example, PPP termination packets) to terminate the PPPoE session between them. When PPP cannot be used, the PADT packets may be used. In PPPoE Session stage, the PPPoE server and client both can terminate the PPPoE connection by sending a PADT packet in unicast mode at any time. After sending or receiving a PADT packet, PPP traffic, even normal PPP termination packets, is not allowed to be sent using the session. Application Scenarios Connecting a LAN to the Internet Using an ADSL Modem Network Requirements As shown in Figure 5, the enterprise wishes that all its employees access the Internet using a common account: Router A serves as the PPPoE client and accesses the Internet with an account, which is the common account used by all the employees to access the Internet. Router B serves as the PPPoE server. It connects to a DSLAM on one end, providing functions such as RADIUS authentication and accounting, and to the Internet on the other end. Hangzhou H3C Technologies Co., Ltd. 7/11

8 Figure 5 Network diagram for connecting a LAN to the Internet using an ADSL modem PPPoE Technology White Paper Service provider device DSLAM PPPoE Server Internet Router B Client device Modem Router A PPPoE Client Host A Host B Host C Wireless PPPoE Access Network Requirements As shown in Figure 6, the APs serve as PPPoE clients and the broadband remote access server (BRAS) serves as the PPPoE server. End users access the Internet through wireless networks. Figure 6 Network diagram for wireless PPPoE access PPPoE Server BRAS Internet Distribution switch Distribution switch PPPoE Client APs Client A Client B Client C Client D Hangzhou H3C Technologies Co., Ltd. 8/11

9 References RFC1661: The Point-to-Point Protocol (PPP) RFC2516: A Method for Transmitting PPP Over Ethernet (PPPoE) Appendix Packet Structure PPPoE Active Discovery Initiation (PADI) The Code value is 0x09. The SESSION_ID value is 0x0000. The TAG_TYPE value is 0x0101 (Service-Name), indicating that a service name follows. There is only one tag with the TAG_TYPE value being Service-Name. The other tags are optional. Figure 7 PADI packet structure PPPoE Active Discovery Offer (PADO) The Code value is 0x07. The SESSION_ID value is 0x0000. The TAG_TYPE value being 0x0101 (Service-Name) indicates that a service name follows; being 0x0102 (AC-Name) indicates that the following string uniquely identifies a particular access concentrator. There is only one tag with the TAG_TYPE value being AC-Name, and at least one tag with the TAG_TYPE value being Service-Name. Figure 8 PADO packet structure Hangzhou H3C Technologies Co., Ltd. 9/11

10 PPPoE Active Discovery Request (PADR) The Code value is 0x19. The SESSION_ID value is 0x0000. The TAG_TYPE value is 0x0101 (Service-Name), indicating that a service name follows. There is only one tag with the TAG_TYPE value being Service-Name. The other tags are optional. Figure 9 PADR packet structure PPPoE Active Discovery Session-confirmation (PADS) The Code value is 0x65. The SESSION_ID value is the one determined during the Discovery stage. The TAG field is optional. Figure 10 PADS packet structure PPPoE Active Discovery Terminate (PADT) The Code value is 0xa7. The SESSION_ID value is the one determined during the Discovery stage. The TAG field is not available. Hangzhou H3C Technologies Co., Ltd. 10/11

11 Figure 11 PADT packet structure Copyright 2009 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without prior written consent of Hangzhou H3C Technologies Co., Ltd. The information in this document is subject to change without notice. Hangzhou H3C Technologies Co., Ltd. 11/11

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

A Method for Transmitting PPP Over Ethernet (PPPoE)

A Method for Transmitting PPP Over Ethernet (PPPoE) Network Working Group Request for Comments: 2516 Category: Informational L. Mamakos K. Lidl J. Evarts UUNET Technologies, Inc. D. Carrel D. Simone RedBack Networks, Inc. R. Wheeler RouterWare, Inc. February

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

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

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

QoS in PPPoE. Quality of Service in the Point-to-Point Protocol over Ethernet. Master s Thesis. Patrik Lahti KTH, Telia Research AB

QoS in PPPoE. Quality of Service in the Point-to-Point Protocol over Ethernet. Master s Thesis. Patrik Lahti KTH, Telia Research AB QoS in PPPoE Quality of Service in the Point-to-Point Protocol over Ethernet Master s Thesis Patrik Lahti KTH, Telia Research AB Outline Introduction Problem Definition Background and Model Point-to-Point

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

Point-to-Point Protocol (PPP)

Point-to-Point Protocol (PPP) Point-to-Point Protocol (PPP) www.ine.com PPP» Point-to-Point Protocol» Open standard» Operates in the LLC sub-layer of data link layer in OSI» Originally designed for dial-up connections (modems, ISDN,

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

MAC-Based VLAN Technology White Paper

MAC-Based VLAN Technology White Paper MAC-Based VLAN Technology White Paper Keywords: MAC-based VLAN, 802.1X, MAC address authentication Abstract: As a way of grouping VLAN members, MAC address-based VLAN (MAC-based VLAN) decides the VLAN

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

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

Lecture 1.1: Point to Point Protocol (PPP) An introduction

Lecture 1.1: Point to Point Protocol (PPP) An introduction Lecture 1.1: Point to Point Protocol (PPP) An introduction "the watchword for a point-to-point protocol should be simplicity" (RFC 1547, PPP requirements). disattended by 50+ RFCs Recommended reading:

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

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

How to do troubleshooting from the system log when PPPoE connection fails?

How to do troubleshooting from the system log when PPPoE connection fails? How to do troubleshooting from the system log when PPPoE connection fails? This Article Applies to: This FAQ is for the users who have a DSL bridge modem with PPPoE service and need to do PPPoE connection

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

Operation Manual User Access. Table of Contents

Operation Manual User Access. Table of Contents Table of Contents Table of Contents Chapter 1 PPP Configuration... 1-1 1.1 Introduction to PPP... 1-1 1.1.1 Introduction to PPP... 1-1 1.2 Configuring PPP... 1-2 1.2.1 Configuring PPP Encapsulation on

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

Cisco recommends that you have knowledge of End-to-End Layer 1 connectivity is User Priority (UP).

Cisco recommends that you have knowledge of End-to-End Layer 1 connectivity is User Priority (UP). Contents Introduction Prerequisites Requirements Components Used Configure Network Diagram Configurations BRAS Configuration Windows Machine Configurations and Settings Verify Troubleshoot Related Information

More information

Point-to-Point Protocol (PPP) Accessing the WAN Chapter 2

Point-to-Point Protocol (PPP) Accessing the WAN Chapter 2 Point-to-Point Protocol (PPP) Accessing the WAN Chapter 2 ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Objectives Describe the fundamental concepts of point-to-point serial

More information

Point-to-Point Protocol (PPP)

Point-to-Point Protocol (PPP) Point-to-Point Protocol (PPP) Accessing the WAN Chapter 2 Version 4.0 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Objectives Describe the fundamental concepts of point-to-point serial

More information

PPPoE/v6 Administrator s Guide

PPPoE/v6 Administrator s Guide PPPoE/v6 Administrator s Guide HP-UX 11i Edition 1 Manufacturing Part Number: 5971-4750 E0703 United States Copyright 2003 Hewlett-Packard Development Company L.P. All rights reserved. Legal Notices The

More information

Isolate-User-VLAN Technology White Paper

Isolate-User-VLAN Technology White Paper Isolate-User-VLAN Technology White Paper Keywords: Isolate-user-VLANs, secondary VLANs Abstract: Isolate-user-VLAN adopts a two-tier VLAN structure: an upper level isolate-user-vlan and multiple lower-level

More information

H3C SecPath UTM Series. Configuration Examples. Hangzhou H3C Technologies Co., Ltd. Manual Version: 5W

H3C SecPath UTM Series. Configuration Examples. Hangzhou H3C Technologies Co., Ltd.  Manual Version: 5W H3C SecPath UTM Series Configuration Examples Hangzhou H3C Technologies Co., Ltd. http://www.h3c.com Manual Version: 5W101-20100520 Copyright 2009-2010, Hangzhou H3C Technologies Co., Ltd. and its licensors

More information

Network Devices Introduction into Network Devices

Network Devices Introduction into Network Devices Network Devices Introduction into Network Devices Aims Gain a knowledge about network devices. Discuss what network devices are required to create a basic network Draw a bespoke network drawing using Visio

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

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

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

Configuring the PPPoE Intermediate Agent

Configuring the PPPoE Intermediate Agent CHAPTER 41 DSL Forum TR-101 [1] offers a means by which the PPPoE Discovery packets are tagged at the service provider's access switch with subscriber line specific information. The mechanism specifies

More information

Other Protocols. Arash Habibi Lashkari

Other Protocols. Arash Habibi Lashkari LAN Technology Other Protocols Arash Habibi Lashkari PHD of Computer Science - Information Security July 2010 Other Protocols Outlines: FDDI: Fiber Distributed Data Interface Token Ring: IEEE 802.5 LAN

More information

Configuring the PPPoE Intermediate Agent

Configuring the PPPoE Intermediate Agent 41 CHAPTER DSL Forum TR-101 [1] offers a means by which the PPPoE Discovery packets are tagged at the service provider's access switch with subscriber line specific information. The mechanism specifies

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

PPPoE Application Note in MACRAW mode

PPPoE Application Note in MACRAW mode PPPoE Application Note in MACRAW mode Version 1.0.1 2014 WIZnet Co., Ltd. All Rights Reserved. For more information, visit our website at http://www.wiznet.co.kr Application Note PPPoE in MACRAW mode v1.0.1

More information

Ethereal Exercise 2 (Part A): Link Control Protocol

Ethereal Exercise 2 (Part A): Link Control Protocol Course: Semester: ELE437 Ethereal Exercise 2 (Part A): Link Control Protocol Introduction In this exercise some details at the data link layer will be examined. In particular, the Link Control Protocol

More information

DPX8000 Series Deep Service Switching Gateway User Configuration Guide BRAS Service Board Module v1.0

DPX8000 Series Deep Service Switching Gateway User Configuration Guide BRAS Service Board Module v1.0 DPX8000 Series Deep Service Switching Gateway User Configuration Guide BRAS Service Board Module v1.0 i Hangzhou DPtech Technologies Co., Ltd. provides full- range technical support. If you need any help,

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

Unit 09 Computer Networks

Unit 09 Computer Networks Unit 09 Computer Networks Gain a knowledge about network devices. Discuss what network devices are required to create a basic network Draw a bespoke network drawing using Visio 2 In order to setup a network

More information

Network Security. Rev 1.0.

Network Security. Rev 1.0. Network Security Rev 1.0 www.huawei.com HUAWEI TECHNOLOGIES CO., LTD. All rights reserved Objectives ACL NAT AAA RADIUS + DIAMETER Tunneling (GRE+IPSec) HUAWEI TECHNOLOGIES CO., LTD. All rights reserved

More information

Stateful Failover Technology White Paper

Stateful Failover Technology White Paper Stateful Failover Technology White Paper Keywords: Stateful failover, master/backup mode, load balancing mode, data synchronization, link switching Abstract: A firewall device is usually the access point

More information

PPPoE Smart Server Selection

PPPoE Smart Server Selection The feature allows service providers to determine which Broadband Remote Access Server (BRAS) a PPP call will terminate on. The feature allows you to configure a specific PPP over Ethernet (PPPoE) Active

More information

DHCP Technology White Paper

DHCP Technology White Paper DHCP Technology White Paper Keywords: DHCP, DHCP server, DHCP relay agent, DHCP client, BOOTP client. Abstract: This document describes DHCP basic concepts and applications, as well as the main functions

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

PPPoE Smart Server Selection

PPPoE Smart Server Selection The feature allows service providers to determine which Broadband Remote Access Server (BRAS) a PPP call will terminate on. The feature allows you to configure a specific PPP over Ethernet (PPPoE) Active

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

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

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

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 4, 2006 Last Updated: October 2, 2009 The PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement feature

More information

Remote Access MPLS-VPNs

Remote Access MPLS-VPNs First Published: August 12, 2002 Last Updated: May 4, 2009 The feature allows the service provider to offer a scalable end-to-end Virtual Private Network (VPN) service to remote users. This feature integrates

More information

Connecting to the Network

Connecting to the Network Connecting to the Network Networking for Home and Small Businesses Chapter 3 1 Objectives Explain the concept of networking and the benefits of networks. Explain the concept of communication protocols.

More information

Transient Traffic Interruption on Ports Due to Source MAC Address Attacks Troubleshooting. Table of Contents

Transient Traffic Interruption on Ports Due to Source MAC Address Attacks Troubleshooting. Table of Contents Table of Contents Chapter 1 Transient Traffic Interruption on Ports Due to Source MAC Address Attacks Troubleshooting... 1-1 1.1 Symptom... 1-1 1.2 Related Information... 1-1 1.3 Diagnosis... 1-2 1.4 Troubleshooting...

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

Configuring the PPPoE Intermediate Agent

Configuring the PPPoE Intermediate Agent CHAPTER 10 This chapter describes PPPoE Intermediate Agent on Cisco ME 3400 series switches. It includes the following sections: Understanding PPPoE Intermediate Agent, page 10-1 Configuring PPPoE IA,

More information

Data Link layer (CN chap 3.1, 3.4, 3.6)

Data Link layer (CN chap 3.1, 3.4, 3.6) Data Link layer (CN chap 3.1, 3.4, 3.6) The OSI model an old friend... Application Presentation Session Transport Network Data link Physical F.eks. ftp, mail, http,... handles data structures and conversion

More information

POINT TO POINT DATALINK PROTOCOLS. ETI 2506 Telecommunication Systems Monday, 7 November 2016

POINT TO POINT DATALINK PROTOCOLS. ETI 2506 Telecommunication Systems Monday, 7 November 2016 POINT TO POINT DATALINK PROTOCOLS ETI 2506 Telecommunication Systems Monday, 7 November 2016 TELECOMMUNICATION SYLLABUS Principles of Telecom (IP Telephony and IP TV) - Key Issues to remember PPP Frame

More information

Service Managed Gateway TM. Configuring Dual ADSL PPP with Worker Standby or Load Share Mode

Service Managed Gateway TM. Configuring Dual ADSL PPP with Worker Standby or Load Share Mode Service Managed Gateway TM Configuring Dual ADSL PPP with Worker Standby or Load Share Mode Issue 1.3 Date 15 November 2011 Table of contents 1 Introduction... 3 1.1 Scope... 3 1.2 Readership... 3 1.3

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 1 Objectives Understand the role that data link protocols, such as SLIP and PPP, play for TCP/IP Distinguish among

More information

IPv6 ND Configuration Example

IPv6 ND Configuration Example IPv6 ND Configuration Example Keywords: IPv6 ND Abstract: This document describes the application environment and typical configuration of IPv6 ND. Acronyms: Acronym Full spelling ARP FIB Address Resolution

More information

thus, the newly created attribute is accepted if the user accepts attribute 26.

thus, the newly created attribute is accepted if the user accepts attribute 26. 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

IP and Network Technologies. IP over WAN. Agenda. Agenda

IP and Network Technologies. IP over WAN. Agenda. Agenda IP and Network Technologies IP over WAN Address Resolution, Encapsulation, Routing, NBMA PPP, Inverse ARP, Overview IP over ATM for transport of IP datagrams over a network encapsulation and address resolution

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

Table of Contents 1 PPP Configuration Commands PPPoE Configuration Commands 2-1

Table of Contents 1 PPP Configuration Commands PPPoE Configuration Commands 2-1 Table of Contents 1 PPP Configuration Commands 1-1 PPP Configuration Commands 1-1 ip address ppp-negotiate 1-1 link-protocol ppp 1-2 mtu 1-2 ppp account-statistics enable 1-3 ppp authentication-mode 1-3

More information

Agile Controller-Campus V100R002C10. Permission Control Technical White Paper. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD.

Agile Controller-Campus V100R002C10. Permission Control Technical White Paper. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD. V100R002C10 Permission Control Technical White Paper Issue 01 Date 2016-04-15 HUAWEI TECHNOLOGIES CO., LTD. 2016. All rights reserved. No part of this document may be reproduced or transmitted in any form

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

Operator Neutrality in Residential Area network. MSc Student: Sermed Al-abbasi Coach: Fredrik Lilieblad Examiner: Björn Pehrson

Operator Neutrality in Residential Area network. MSc Student: Sermed Al-abbasi Coach: Fredrik Lilieblad Examiner: Björn Pehrson Operator Neutrality in Residential Area network MSc Student: Sermed Al-abbasi Coach: Fredrik Lilieblad Examiner: Björn Pehrson Abstract Operator neutrality have received a great deal of attention the last

More information

L2 MPLS VPN (VPLS) Technology White Paper

L2 MPLS VPN (VPLS) Technology White Paper S9500 L2 MPLS VPN (VPLS) Technology White Paper L2 MPLS VPN (VPLS) Technology White Paper Keywords: MPLS, VPLS Abstract: MPLS technologies make it very easy to provide VPN services based on IP technologies

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

Multicast Technology White Paper

Multicast Technology White Paper Multicast Technology White Paper Keywords: Multicast, IGMP, IGMP Snooping, PIM, MBGP, MSDP, and SSM Mapping Abstract: The multicast technology implements high-efficiency point-to-multipoint data transmission

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

SecBlade Firewall Cards ARP Attack Protection Configuration Examples

SecBlade Firewall Cards ARP Attack Protection Configuration Examples SecBlade Firewall Cards ARP Attack Protection Configuration Examples Keywords: ARP Abstract: ARP provides no security mechanism and can be easily utilized by attackers to launch attacks. The device provides

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

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

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

Flow control: Ensuring the source sending frames does not overflow the receiver

Flow control: Ensuring the source sending frames does not overflow the receiver Layer 2 Technologies Layer 2: final level of encapsulation of data before transmission over a physical link responsible for reliable transfer of frames between hosts, hop by hop, i.e. on a per link basis

More information

AN INTRODUCTION TO PPPOE

AN INTRODUCTION TO PPPOE Nokia Internet Communications AN INTRODUCTION TO PPPOE Version 1.0 07-Mar-2001 DOCUMENT OWNER: Dave Lipowsky PHONE: (847) 867-8163 EMAIL: david.lipowsky@nokia.com Revision History Version Date Author Description

More information

Router Router Microprocessor controlled traffic direction home router DSL modem Computer Enterprise routers Core routers

Router Router Microprocessor controlled traffic direction home router DSL modem Computer Enterprise routers Core routers Router Router is a Microprocessor controlled device that forwards data packets across the computer network. It is used to connect two or more data lines from different net works. The function of the router

More information

Added Features. 1. PPTP (Point-to-Point Tunneling Protocol)

Added Features. 1. PPTP (Point-to-Point Tunneling Protocol) Added Features 1. PPTP (Point-to-Point Tunneling Protocol) APOS PPTP (Point-to-Point Tunneling Protocol) conforms to the RFC2637 standard. If you can access the PPTP server through the LAN interface, you

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

NAT with DHCP Client and DHCP Server

NAT with DHCP Client and DHCP Server Configuring IP and Ethernet interfaces Figure 103 NAT disabled implementation NAT with DHCP Client and DHCP Server The NAT with DHCP Client and DHCP server is illustrated in Figure 104. Figure 104 NAT

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

thus, the newly created attribute is accepted if the user accepts attribute 26.

thus, the newly created attribute is accepted if the user accepts attribute 26. 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

Configuring PPP over Ethernet with NAT

Configuring PPP over Ethernet with NAT CHAPTER 3 The Cisco Secure Router 520 Ethernet-to-Ethernet routers support Point-to-Point Protocol over Ethernet (PPPoE) clients and network address translation (NAT). Multiple PCs can be connected to

More information

H3C S9500 QoS Technology White Paper

H3C S9500 QoS Technology White Paper H3C Key words: QoS, quality of service Abstract: The Ethernet technology is widely applied currently. At present, Ethernet is the leading technology in various independent local area networks (LANs), and

More information

PPP Configuration Options

PPP Configuration Options PPP Configuration Options 1 PPP Configuration Options PPP can be configured to support various functions including: Authentication using either PAP or CHAP Compression using either Stacker or Predictor

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

PPP configuration commands

PPP configuration commands Contents PPP configuration commands 1 ip address ppp-negotiate 1 ip pool 1 link-protocol ppp 2 ppp authentication-mode 2 ppp chap password 4 ppp chap user 5 ppp ipcp remote-address forced 5 ppp pap local-user

More information

Internet. 1) Internet basic technology (overview) 3) Quality of Service (QoS) aspects

Internet. 1) Internet basic technology (overview) 3) Quality of Service (QoS) aspects Internet 1) Internet basic technology (overview) 2) Mobility aspects 3) Quality of Service (QoS) aspects Relevant information: these slides (overview) course textbook (Part H) www.ietf.org (details) IP

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

SLIP and PPP Configuration Commands

SLIP and PPP Configuration Commands CHAPTER 15 SLIP and PPP Configuration Commands SLIP and PPP define methods of sending Internet Protocol (IP) packets over standard EIA/TIA-232 asynchronous serial lines with minimum line speeds of 1200

More information

HPE FlexNetwork MSR Router Series

HPE FlexNetwork MSR Router Series HPE FlexNetwork MSR Router Series Comware 7 Layer 2 - WAN Access Configuration Guides Part number: 5998-8783 Software version: CMW710-E0407 Document version: 6W100-20160526 Copyright 2016 Hewlett Packard

More information

H3C SR6600 Routers DVPN Configuration Example

H3C SR6600 Routers DVPN Configuration Example H3C SR6600 Routers DVPN Configuration Example Keywords: DVPN, VPN, VAM, AAA, IPsec, GRE Abstract: This document describes the DVPN configuration example for the H3C SR6600 Routers Series. Acronyms: Acronym

More information

HP MSR Router Series. Layer 2 - WAN Access Configuration Guide(V7)

HP MSR Router Series. Layer 2 - WAN Access Configuration Guide(V7) HP MSR Router Series Layer 2 - WAN Access Configuration Guide(V7) Part number: 5998-6465 Software version: CMW710-R0106 Document version: 6PW101-20140807 Legal and notice information Copyright 2014 Hewlett-Packard

More information

Broadband Testing IxANVL, IxAccess

Broadband Testing IxANVL, IxAccess TEST PLAN Broadband Testing IxANVL, www.ixiacom.com 915-6676-01, 2006 Copyright 2006 by Ixia All rights reserved Ixia 26601 West Agoura Road, Calabasas, CA 91302 (877) FOR-IXIA This Test Plan contains

More information

Data-link. Examples of protocols. Generating polynomials. Example. Error detection in TCP/IP. Multiple Access Links and Protocols

Data-link. Examples of protocols. Generating polynomials. Example. Error detection in TCP/IP. Multiple Access Links and Protocols Computer Networking Data-link layer Prof. Andrzej Duda duda@imag.fr http://duda.imag.fr Data Link Layer Our goals: Understand principles behind link layer services: sharing a broadcast channel: multiple

More information

CS 393 Network Security. Nasir Memon Polytechnic University Module 13 Virtual Private Networks

CS 393 Network Security. Nasir Memon Polytechnic University Module 13 Virtual Private Networks CS 393 Network Security Nasir Memon Polytechnic University Module 13 Virtual Private Networks Course Logistics HW due Monday. HW 6 posted. Due in a week. Questions regarding homework are best answered

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

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

Operation Manual AAA RADIUS HWTACACS H3C S5500-EI Series Ethernet Switches. Table of Contents

Operation Manual AAA RADIUS HWTACACS H3C S5500-EI Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 AAA/RADIUS/HWTACACS Over... 1-1 1.1.1 Introduction to AAA... 1-1 1.1.2 Introduction to RADIUS... 1-3 1.1.3 Introduction to HWTACACS... 1-9 1.1.4 Protocols

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