Point-to-Point Protocol (PPP)

Size: px
Start display at page:

Download "Point-to-Point Protocol (PPP)"

Transcription

1 Point-to-Point Protocol (PPP)

2 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, etc.)» Only one possible destination

3 Point-to-Point Technologies» No Layer 3 to Layer 2 resolution required» Useful for wide area network, where leased lines exist or other P2P networks» Supports authentication PPP Frame Format Start Flag Address Control Protocol Code Data/ PPP Control FCS Final Flag Set to Static value Indicates whether next field is data, or PPP control frame

4 LCP and NCP» PPP must negotiate a connection» Moves through a series of required steps prior to transport of user data LCP Link Control Protocol Authentication (optional) NCP Network Control Protocol» State events and transitions can be monitored in real-time with debug ppp negotiations.

5 PPP- LCP (Link Control Protocol) Dial-Up or Circuit-Switched Network» LCP: negotiates link specific options Callback Multilink Authentication (whether or not to Authenticate) Magic Number (Loopback detection), etc.

6 LCP Message Exchanges LCP uses several different control messages Configuration-Request Lists all PPP options a sender wishes to implement such as authentication type, PPP Multilink, Callback, etc Configuration-Reject When a receiver doesn t support a particular feature and offers no suitable alternatives. Configuration-NAK (Negative Acknowledgement) When a receiver doesn t support a particular feature and offers an alternative. Configuration-Acknowledgement Acknowleding all LCP options in the most recent Config-Req that was received.

7 LCP Debug Jun Ser1/1 PPP Treating connection as a callout Jun Ser1/1 PPP Phase is ESTABLISHING, Active Open Jun Ser1/1 LCP O CONFREQ [Closed] id 5 len 15 Jun Ser1/1 LCP AuthProto CHAP (0x0305C22305) Jun Ser1/1 LCP MagicNumber 0x10BD9502 (0x050610BD9502) Jun Ser1/1 LCP I CONFREQ [REQsent] id 5 len 15 Jun Ser1/1 LCP AuthProto CHAP (0x0305C22305) Jun Ser1/1 LCP MagicNumber 0x10B8A083 (0x050610B8A083) Jun Ser1/1 LCP O CONFACK [REQsent] id 5 len 15 Jun Ser1/1 LCP AuthProto CHAP (0x0305C22305) Jun Ser1/1 LCP MagicNumber 0x10B8A083 (0x050610B8A083) Jun Ser1/1 LCP I CONFACK [ACKsent] id 5 len 15 Jun Ser1/1 LCP AuthProto CHAP (0x0305C22305) Jun Ser1/1 LCP MagicNumber 0x10BD9502 (0x050610BD9502) Jun Ser1/1 LCP St at e is Open

8 PPP- NCP: (Network Control Protocol)» Negotiate what Layer 3 Protocol to use For IP: IPCP For IPX: IPXCP Dial-Up or Circuit-Switched Network For CDP: CDPCP» Each of the above have protocol specific options that needs to be negotiated

9 NCP Debug *Mar Ser1/1 IPCP O CONFREQ [Closed] id 5 len 10 *Mar Ser1/1 IPCP Address (0x03060A010101) *Mar Ser1/1 CDPCP O CONFREQ [Closed] id 5 len 4 *Mar Ser1/1 IPCP I CONFREQ [REQsent] id 5 len 10 *Mar Ser1/1 IPCP Address (0x03060A010102) *Mar Ser1/1 IPCP O CONFACK [REQsent] id 5 len 10 *Mar Ser1/1 IPCP Address (0x03060A010102) *Mar Ser1/1 CDPCP I CONFREQ [REQsent] id 5 len 4 *Mar Ser1/1 CDPCP O CONFACK [REQsent] id 5 len 4 *Mar Ser1/1 IPCP I CONFACK [ACKsent] id 5 len 10 *Mar Ser1/1 IPCP Address (0x03060A010101) *Mar Ser1/1 IPCP State is Open *Mar Ser1/1 CDPCP I CONFACK [ACKsent] id 5 len 4 *Mar Ser1/1 CDPCP State is Open *Mar Ser1/1 IPCP Install route to

10 PPP Authentication» Two primary benefits of using PPP (as compared to other P2P WAN protocols): Dynamically learn Layer-3 address (via NCP) Authenticate your peer» PPP Authentication is optional, but almost always configured.» One-way or Bi-Directional Authentication» Various PPP Authentication methods available.

11 PAP» Password Authentication Protocol» Sends clear text username and password for authentication» Two-way handshake» Less secure than CHAP» By default, hostname is sent as the username

12 PAP Authentication One-way» PPP PAP authentication options One way (client authenticates against server) Chris (client) Ser0/0/0 Hello, I want to do PPP with you. Great, but I insist we use PAP. LCP My name is Chris, password is Cisco. That matches what I have. Auth Ser1/1/1 Sally (server) Hostname Chris interface serial 0/0/0 ip address encapsulation ppp ppp pap sent-username Chris password Cisco Hostname Sally Username Chris password Cisco interface serial 1/1/1 ip address encapsulation ppp ppp authentication pap

13 PAP Authentication Two-way Two way (both peers authenticate each other) Chris (client) Ser0/0/0 Hostname Chris Username Sally password Server interface serial 0/0/0 ip address encapsulation ppp ppp authentication pap ppp pap sent-username Chris password Cisco Hello, I want to do PPP with you. Great, but I insist we use PAP. LCP My name is Chris, password is Cisco. That matches what I have. My name is Sally, password is Server. That matches what I have. Auth Ser1/1/1 Sally (server) Hostname Sally Username Chris password Cisco interface serial 1/1/1 ip address encapsulation ppp ppp authentication pap ppp pap sent-username Sally password Server

14 Verifying PAP Authentication» Verification command Router# debug ppp negotiations Router# debug ppp authentication Router# show interface serial <number> Router# show users» In the debugs above you want to see: PPP: Received LOGIN Response PASS» Note: Upon successful authentication, a PAP server should show the users with IP addresses who are authenticated

15 CHAP» Challenge Handshake Authentication Protocol» Three-way handshake» More secure than PAP» By default, hostname is sent as the username; username can be explicitly configured

16 CHAP Authentication One-way Router (client) a123bc567 + Chris + Cisco = bbb55 Ser0/0/0 Hello, I want to do PPP with you. Great, but I insist we use CHAP. My name is Chris. My CHAP challenge is a123bc567. My challenge response = bbb55 Looks good You must really be Chris Ser1/1/1 Sally (server) a123bc567 + Chris + Cisco = bbb55 Hostname Router interface serial 0/0/0 ip address encapsulation ppp ppp chap hostname Chris ppp chap password Cisco Hostname Sally username Chris password Cisco interface serial 1/1/1 ip address encapsulation ppp ppp authentication chap

17 CHAP Authentication (Alternative Client Config) Router (client) Ser0/0/0 Hello, I want to do PPP with you. Great, but I insist we use CHAP. My name is Chris. My CHAP challenge is a123bc567. My challenge response = bbb55 Looks good You must really be Chris Ser1/1/1 Sally (server) Hostname Chris Username Sally password Cisco interface serial 0/0/0 ip address encapsulation ppp Hostname Sally username Chris password Cisco interface serial 1/1/1 ip address encapsulation ppp ppp authentication chap

18 CHAP Authentication Two-way Router (client) Hostname Router username Sally password Cisco interface serial 0/0/0 ip address encapsulation ppp ppp authentication chap ppp chap hostname Chris ppp chap password Cisco Ser0/0/0 Let s use PPP and CHAP, sound good?. I support that My name is Chris and I challenge you aa3355. My name is Sally and I challenge you 77ff5e. My challenge response = bbb55 My challenge response = eeccdd Looks good You must really be Sally Looks good You must really be Chris Ser1/1/1 Sally (server) Hostname Sally username Chris password Cisco interface serial 1/1/1 ip address encapsulation ppp ppp authentication chap ppp chap hostname Sally ppp chap password Cisco

19 Configuring CHAP Authentication (Server)» Change encapsulation Router(config-if)# encapsulation ppp» Create local user database Router(config)# username <username> password < password>» Configure CHAP server Router(config-if)# ppp authentication chap

20 Configuring CHAP Authentication (Client)» Change encapsulation Router(config-if)# encapsulation ppp» Configure to send username and password Router(config-if)# ppp chap password <password> Router(config-if)# ppp chap hostname <username>

21 Verifying CHAP Authentication» Verification command Router# show users Router# debug ppp negotiations» Note: Upon successful authentication, a CHAP server should show the users with IP addresses who are authenticated

22 Authentication Debug Mar Ser1/1 PPP Phase is AUTHENTICATING, by both *Mar Ser1/1 CHAP O CHALLENGE id 5 len 28 from "isdn2-2" *Mar Ser1/1 CHAP I CHALLENGE id 5 len 28 from "isdn2-3" *Mar Ser1/1 CHAP O RESPONSE id 5 len 28 from "isdn2-2" *Mar Ser1/1 CHAP I SUCCESS id 5 len 4 *Mar Ser1/1 CHAP I RESPONSE id 5 len 28 from "isdn2-3" *Mar Ser1/1 CHAP O SUCCESS id 5 len 4 *Mar Ser1/1 PPP Phase is UP

23 Things to Look for in PPP debug» LCP: State is open LCP negotiation was successful If not, then look for options that failed» Authentication: PAP or CHAP Check for username, passwords, etc» NCP: IPCP, IPXCP, ATCP state is open Means NCP negotiation was successful If not, then look for confreq, confrej, confack, confnack, etc

24 Layer-3 Address Negotiation Router (client) Sally (server) Ser0/0/0 Ser1/1/1 Hostname Chris Username Sally password Cisco interface serial 0/0/0 ip address negotiated encapsulation ppp Hostname Sally username Chris password Cisco interface serial 1/1/1 ip address encapsulation ppp ppp authentication chap peer default ip address pool MyPool ip local pool MyPool

25 Quiz» Which of the following items are negotiated during the PPP LCP stage? A. Multilink B. Authentication Type C. Authentication Challenge D. Callback E. IP address

26 Quiz» Which PPP LCP option would you look for in the output of debug ppp negotiations to indicate that PPP Multilink had been configured? MRU MRRU ACCM Magic Number

27 Quiz» Router-1 sends a PPP LCP frame indicating that it wishes to implement CHAP authentication.» Router-2, at the other end of the PPP link, is not configured for CHAP but is configured for PAP.» In response to Router-1 s Conf-Req packet Router-2 will send a indicat ing t hat it want s t o do PAP. Conf-REJ Conf-NAK Conf-ACK Conf-REQ

28 Quiz Based on the configurations shown below, will a successful PPP connection be established between these two routers? If not, why not? Router (client) Sally (server) Ser0/0/0 Ser1/1/1 Hostname Router username Sally password Cisco interface serial 0/0/0 ip address encapsulation ppp ppp authentication pap ppp pap sent-username Router password Cisco Hostname Sally username Chris password Cisco interface serial 1/1/1 ip address encapsulation ppp ppp authentication pap ppp chap hostname Sally ppp chap password Cisco

29 Quiz» What can you infer from the following debug output?

30 Quiz» A troubleticket is opened because it has been discovered that ICMP pings to are not able to flow across a PPP connection on Router-3.» Based on the debug output below, what is the root cause of this problem?

31 PPPoE (PPP over Ethernet)

32 Why do we need PPPoE?» Original objective for PPP was to support: A single, dialup host Temporary network connection» With the advent of DSL and Metro Ethernet, new problems were presented: How to allow a single, DSL connection to support an entire LAN of PPP clients? Differentiate traffic from multiple companies sharing a common Ethernet connection to an ISP

33 PPPoE, Common Use-Case Company-A Company-B PPPoE Client Only customers with correct/unique PPPoE Authentication credentials gain ISP access. ISP can track individual PPPoE sessions for billing purposes. Company-C PPPoE Client PPPoE Client Internet ISP Company-D PPPoE Client Metro Ethernet

34 PPPoE Control Packets» Normal PPP across WAN lines starts immediately with LCP.» PPPoE prefaces LCP with special PPPoE Control packets to establish a unique Session-ID.» Session-ID is used by ISP to indentify individual customers.

35 PPPoE Active Discovery» PPPoE based on Client/Server architecture. Multiple clients on a single, shared medium One server terminating/aggregating multiple clients.» PPPoE relies on Active Discovery frames to enable Clients to discover Server and obtain unique Session-ID.» Active Discovery process (and names of Control Frames) has many similarities to DHCP process.

36 PPP Active Discovery Process Are there any PPPoE Servers out there? My unique Host-ID is xx-xx PADI (PPPoE Active Discovery Initialization) L2 Ethernet Destination = Broadcast 1 2 Yes, I m here xx-xx. My unique Access Concentrator (AC) ID is yy.yy PADO (PPPoE Active Discovery Offer) L2 Ethernet Destination = Unicast Thanks for that info Can I have a Session-ID please? PADR (PPPoE Active Discovery Request) L2 Ethernet Destination = Unicast 3 4 Yes, let s use Session-ID 0x02. PADS (PPPoE Active Discovery Session-Confirmation) L2 Ethernet Destination = Unicast PPPoE Server MAC = yy:yy:yy:yy:yy:yy PPPoE Client MAC = xx:xx:xx:xx:xx:xx

37 PPP Encapsulation within Ethernet PPP General Frame Format PPP Control, or Start Flag Address Control Protocol Padding FCS Final Flag Encapsulated Data Dest Mac Source Mac 0x8863 0x8864 Ethertype Protocol PPP Control, or Encapsulated Data PPPoE Ethernet General Frame Format Ethernet FCS

38 Configuring PPPoE Fast0/0 hostname server username client password cisco bba-group pppoe INE virtual-template 1 interface Virtual-Template1 ip address or ip unnumbered loopback 0 peer default ip address pool MyPool ppp authentication chap ip local pool MyPool interface FastEthernet0/0 no ip address duplex auto speed auto Copyright pppoe enable group INE Fast0/0 hostname client interface Dialer1 ip address negotiated encapsulation ppp dialer pool 1 ppp chap password 0 cisco interface FastEthernet0/0 no ip address duplex auto speed auto pppoe-client dial-pool-number 1

39 Configuring PPPoE with DHCP DHCP Server Fast0/0 hostname server username client password cisco bba-group pppoe INE virtual-template 1 interface Virtual-Template1 ip address peer default ip address dhcp ppp authentication chap ip helper-address interface FastEthernet0/0 no ip address duplex auto speed auto pppoe enable group INE Fast0/0 hostname client interface Dialer1 ip address dhcp encapsulation ppp dialer pool 1 ppp chap password 0 cisco interface FastEthernet0/0 no ip address duplex auto speed auto pppoe-client dial-pool-number 1

40 Verifying PPPoE on Server (1) (PTA) PPP Termination Aggregation

41 Verifying PPPoE on Server (2)

42 Verifying PPPoE on Client (1)

43 Verifying PPPoE on Client (2)

44 PPPoE and MTU» PPP = 8-bytes of overhead (headers)» Max-sized Ethernet frame (data) = 1500-bytes» 1500-bytes + 8-bytes (PPP) = 1508» 1508-bytes + 14-bytes (Ethernet headers) = 1522-bytes» Every maximum-sized Ethernet frame sent from hosts will need to be fragmented by PPPoE-speaking routers.» Fragmentation = CPU-intensive

45 MTU and Virtual-interfaces» Virtual-Templates (and Dialer-Interfaces) spawn Virtual- Access interfaces for terminating PPPoE session.» Virtual-Access interfaces spawned from Virtual-Templates (using PPPoE) have default MTU=1492» Virtual-Access interfaces spawned from Dialer-Interfaces have default MTU=1500» What are the results of mismatched MTU? Frequent fragmentation of large Ethernet frames OSPF peering stuck in EXSTART state.

46 Fixing MTU Mismatches PPPoE Server Fast0/0 Fast0/0 PPPoE Client Fast1/1 Web Server hostname server username client password cisco bba-group pppoe INE virtual-template 1 interface Virtual-Template1 ip address peer default ip address dhcp ppp authentication chap ip helper-address interface FastEthernet0/0 no ip address duplex auto speed auto pppoe enable group INE hostname client interface Dialer1 ip address dhcp encapsulation ppp dialer pool 1 ppp chap password 0 cisco ip mtu 1492 interface FastEthernet0/0 no ip address duplex auto speed auto pppoe-client dial-pool-number 1 Interface FastEthernet1/1 ip address x.x.x.x y.y.y.y ip tcp adjust-mss 1452

47 Q&A Copyright INE Inc. All rights reserved.

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

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

Configuring PPPoE Client on the Cisco 2600 to Connect to a Non Cisco DSL CPE

Configuring PPPoE Client on the Cisco 2600 to Connect to a Non Cisco DSL CPE Configuring PPPoE Client on the Cisco 2600 to Connect to a Non Cisco DSL CPE Document ID: 4105 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations

More information

Configuring the Cisco Router and VPN Clients Using PPTP and MPPE

Configuring the Cisco Router and VPN Clients Using PPTP and MPPE Configuring the Cisco Router and VPN Clients Using PPTP and MPPE Document ID: 29781 Contents Introduction Prerequisites Requirements Components Used Network Diagram Conventions PPTP Router Configuration

More information

Understanding and Troubleshooting Idle Timeouts

Understanding and Troubleshooting Idle Timeouts Understanding and Troubleshooting Idle Timeouts Document ID: 23423 Contents Introduction Prerequisites Requirements Components Used Conventions Common Problems and Symptoms Idle Timeouts Interesting Traffic

More information

ISDN Authentication and Callback with Caller ID

ISDN Authentication and Callback with Caller ID ISDN Authentication and Callback with Caller ID Document ID: 15925 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information Configure Network Diagram Configurations

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

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

Access Server Dial In IP/PPP Configuration With Dedicated V.120 PPP

Access Server Dial In IP/PPP Configuration With Dedicated V.120 PPP Access Server Dial In IP/PPP Configuration With Dedicated V.120 PPP Document ID: 6306 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information How V.120 Affects

More information

Using an ADTRAN Terminal Adapter with Cisco Routers

Using an ADTRAN Terminal Adapter with Cisco Routers Using an ADTRAN Terminal Adapter with Cisco Routers Document ID: 28080 Contents Introduction Prerequisites Requirements Components Used Conventions Dialing Method V.25 or V.25bis Dialing DTR Dialing Keypad

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

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

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

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

Lab 2.5.1: Basic PPP Configuration Lab

Lab 2.5.1: Basic PPP Configuration Lab Topology Diagram Addressing Table Device Interface IP Address Subnet Mask R1 R2 R3 Default Gateway Fa0/1 192.168.10.1 255.255.255.0 N/A S0/0/0 10.1.1.1 255.255.255.252 N/A Lo0 209.165.200.225 255.255.255.224

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

Async Multilink PPP Troubleshooting Diagnostic Output

Async Multilink PPP Troubleshooting Diagnostic Output CHAPTER 3 Async Multilink PPP Troubleshooting Diagnostic Output The diagnostic output provided in this chapter present examples illustrating the process of diagnosing problems addressed in Async MPPP Troubleshooting

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

Common Problems in Debugging RADIUS, PAP and Common Problems in Debugging RADIUS, PAP and CHAP

Common Problems in Debugging RADIUS, PAP and Common Problems in Debugging RADIUS, PAP and CHAP Common Problems in Debugging RADIUS, PAP and Common Problems in Debugging RADIUS, PAP and CHAP Document ID: 13862 Contents Introduction Before You Begin Conventions Prerequisites Components Used Common

More information

This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and

This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and exclusive use by instructors in the CCNA Exploration:

More information

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

15 WAN Introduction CERTIFICATION OBJECTIVES Q&A Wide Area Networking Overview HDLCp PPP. Two-Minute Drill Self Test

15 WAN Introduction CERTIFICATION OBJECTIVES Q&A Wide Area Networking Overview HDLCp PPP. Two-Minute Drill Self Test 15 WAN Introduction CERTIFICATION OBJECTIVES 15.01 Wide Area Networking Overview 15.02 HDLCp 15.03 PPP Q&A Two-Minute Drill Self Test 2 Chapter 15: WAN Introduction The last few chapters introduced you

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

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

Configuring Virtual Asynchronous Traffic over ISDN

Configuring Virtual Asynchronous Traffic over ISDN Configuring Virtual Asynchronous Traffic over ISDN Cisco IOS software offers two solutions to send virtual asynchronous traffic over ISDN: Using International Telecommunication Union Telecommunication

More information

Configuring PPP over Ethernet with NAT

Configuring PPP over Ethernet with NAT This chapter provides an overview of Point-to-Point Protocol over Ethernet (PPPoE) clients and network address translation (NAT) that can be configured on the Cisco 819, Cisco 860, Cisco 880, and Cisco

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

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

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

This document describes how to configure an Layer 2 Tunneling Protocol (L2TP) Tunnel between a windows machine and a Cisco router.

This document describes how to configure an Layer 2 Tunneling Protocol (L2TP) Tunnel between a windows machine and a Cisco router. Contents Introduction Prerequisites Requirements Components Used Configure Network Diagram Configurations Verify Troubleshoot Related Information Introduction This document describes how to configure an

More information

Configuring PPP Dialin with External Modems

Configuring PPP Dialin with External Modems Configuring PPP Dialin with External Modems Document ID: 9581 Contents Introduction Prerequisites Requirements Components Used Related Products Conventions Configure Network Diagram Configurations Verify

More information

Configuring Client-Initiated Dial-In VPDN Tunneling

Configuring Client-Initiated Dial-In VPDN Tunneling Configuring Client-Initiated Dial-In VPDN Tunneling Client-initiated dial-in virtual private dialup networking (VPDN) tunneling deployments allow remote users to access a private network over a shared

More information

Configuring NAS-Initiated Dial-In VPDN Tunneling

Configuring NAS-Initiated Dial-In VPDN Tunneling Configuring NAS-Initiated Dial-In VPDN Tunneling Network access server (NAS)-initiated dial-in tunneling provides secure tunneling of a PPP session from a NAS to a tunnel server without any special knowledge

More information

Increasing Bandwidth. Contents

Increasing Bandwidth. Contents 2 Increasing Bandwidth Contents Overview...................................................... 2-2 Configuring MLPPP............................................. 2-4 PPP.......................................................

More information

15c. PPPoE. Encapsulation and Tunneling. The Dialer Interface. Client Dialer Interface

15c. PPPoE. Encapsulation and Tunneling. The Dialer Interface. Client Dialer Interface Rev. 0. c. PPPoE c cnac o okbook.com PPPoE (PPP over Ethernet) Encapsulates PPP frames within Ethernet frames, allowing PPP to be used with technologies like DSL and cable where ISP-supplied modems have

More information

6.1. WAN Type. WAN types include the following:

6.1. WAN Type. WAN types include the following: 6.1. WAN Type WAN types include the following: Method Point to Point Circuit Switching Packet Switching Description A point to point connection is a single, pre established path from the customer's network

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

CCNA 4 - Final Exam (B)

CCNA 4 - Final Exam (B) CCNA 4 - Final Exam (B) 1. Identify the factors that contribute to congestion on an Ethernet LAN. (Choose three.) improper placement of enterprise level servers addition of hosts to a physical segment

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

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

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

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

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

Configuring Modem Transport Support for VoIP

Configuring Modem Transport Support for VoIP Configuring Modem Transport Support for VoIP This chapter explains how to configure modem transport support for Voice over IP (VoIP) and contains the following sections: Modem Transport Support Overview,

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

H Q&As. HCNA-HNTD (Huawei Network Technology and Device) Pass Huawei H Exam with 100% Guarantee

H Q&As. HCNA-HNTD (Huawei Network Technology and Device) Pass Huawei H Exam with 100% Guarantee H12-211 Q&As HCNA-HNTD (Huawei Network Technology and Device) Pass Huawei H12-211 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money

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-7721b Software version: CMW710-R0304 Document version: 6PW104-20150914 Legal and notice information Copyright 2015 Hewlett-Packard

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

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

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

Configuring and Troubleshooting Dialer Profiles

Configuring and Troubleshooting Dialer Profiles Configuring and Troubleshooting Dialer Profiles Document ID: 10219 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information Are Dialer Profiles Right for You?

More information

Configuring PPP Callback

Configuring PPP Callback Configuring PPP Callback This chapter describes how to configure PPP callback for dial-on-demand routing (DDR). It includes the following main sections: PPP Callback for DDR Overview How to Configure PPP

More information

PPTP Connection Through Zone Based Firewall Router with NAT Configuration Example

PPTP Connection Through Zone Based Firewall Router with NAT Configuration Example PPTP Connection Through Zone Based Firewall Router with NAT Configuration Example Document ID: 110353 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information

More information

Inverse MUX Application using Multilink PPP

Inverse MUX Application using Multilink PPP Inverse MUX Application using Multilink PPP Document ID: 10235 ontents Introduction Prerequisites Requirements omponents Used Related Products onventions onfigure Network Diagram onfigurations Verify Troubleshoot

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

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

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

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

2016 Braindump2go Valid Cisco Exam Preparation Materials:

2016 Braindump2go Valid Cisco Exam Preparation Materials: Guarantee All Exams 100% Pass One Time 2016 NEW Cisco CCNA Routing and Switching 200-105: Interconnecting Cisco Networking Devices Part 2 (ICND2 v3.0) Exam Questions and Answers RELEASED in Braindump2go.com

More information

CCNA 4 - Final Exam Answers

CCNA 4 - Final Exam Answers CCNA 4 - Final Exam Answers 1 Which of the following describes the roles of devices in a WAN? (Choose three.) *** A CSU/DSU terminates a digital local loop. A modem terminates a digital local loop. A CSU/DSU

More information

Teldat Router. PPP Interface

Teldat Router. PPP Interface Teldat Router PPP Interface Doc. DM710-I Rev. 10.11 December, 2003 INDEX Chapter 1 PPP Interface...1 1. Description...2 2. PPP Frame structure...3 2.1. Asynchronous PPP adaptation...3 3. Link Control Protocol...5

More information

Cisco Interconnecting Cisco Networking Devices Part 2

Cisco Interconnecting Cisco Networking Devices Part 2 Cisco 200-105 Interconnecting Cisco Networking Devices Part 2 R1# show running-config description ***Loopback*** ip address 192.168.1.1 255.255.255.255 Question: 374 description **Connected to R1-LAN**

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

Cisco Questions & Answers

Cisco Questions & Answers Cisco 200-101 Questions & Answers Number: 200-101 Passing Score: 800 Time Limit: 120 min File Version: 23.7 http://www.gratisexam.com/ Cisco 200-101 Questions & Answers Exam Name: Interconnecting Cisco

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

Terminal Services Commands translate lat

Terminal Services Commands translate lat translate lat translate lat To translate a connection request to another protocol connection type when receiving a local-area transport (LAT) request, use the translate lat command in global configuration

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

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

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

Configuring X.25 on ISDN Using AO/DI

Configuring X.25 on ISDN Using AO/DI Configuring X.25 on ISDN Using AO/DI The chapter describes how to configure the X.25 on ISDN using the Always On/Dynamic ISDN (AO/DI) feature. It includes the following main sections: AO/DI Overview How

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

Cisco - Connecting Routers Back-to-Back Through the AUX Ports using a Rollover Cable

Cisco - Connecting Routers Back-to-Back Through the AUX Ports using a Rollover Cable 1 of 5 6/12/2001 1:43 PM Connecting Routers Back-to-Back Through the AUX Ports using a Rollover Cable Contents Introduction Conventions Network Diagram Configurations Troubleshooting the Configuration

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

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

L2TP Tunnel Setup and Teardown

L2TP Tunnel Setup and Teardown L2TP Tunnel Setup and Teardown Document ID: 23980 Contents Introduction Prerequisites Requirements Components Used Conventions PPP L2TP PPP and L2TP Flow Summary The PPP/L2TP Connection Sequence Debug

More information

Vendor: Cisco. Exam Code: Exam Name: Implementing Cisco IP Routing (ROUTE v2.0) Version: Demo

Vendor: Cisco. Exam Code: Exam Name: Implementing Cisco IP Routing (ROUTE v2.0) Version: Demo Vendor: Cisco Exam Code: 300-101 Exam Name: Implementing Cisco IP Routing (ROUTE v2.0) Version: Demo DEMO QUESTION 1 Refer to the exhibit. The DHCP client is unable to receive a DHCP address from the DHCP

More information

Lab 15d. PPPoE Troubleshooting

Lab 15d. PPPoE Troubleshooting MAC: 0:00:00:00:00:0 MAC: 0:00:00:00:00:0 Rev. 0808.88 Lab d. PPPoE Troubleshooting cc na c ookb ook.com T O P O L O G Y & G O A L Client Pool: 0.0.0. 0.0.0. Create a PPPoE connection from an edge router

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

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

Time Division Multiplexing (TDM) Demarcation Point Serial and parallel ports HDLC Encapsulation PPP

Time Division Multiplexing (TDM) Demarcation Point Serial and parallel ports HDLC Encapsulation PPP CCNA4 Chapter 2 * Time Division Multiplexing (TDM) TDM divides the bandwidth of a single link into separate channels or time slots. The multiplexer (MUX) accepts input from attached devices in a round-robin

More information

Debugging a Virtual Access Service Managed Gateway

Debugging a Virtual Access Service Managed Gateway Debugging a Virtual Access Service Managed Gateway Issue: 1.0 Date: 09 July 2013 Table of Contents 1 About this document... 3 1.1 Scope... 3 2 WAN connectivity... 4 2.1 ADSL... 4 2.1.1 Active data connections...

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

Double Authentication Design and Implementation Guide

Double Authentication Design and Implementation Guide Double Authentication Design and Implementation Guide Document ID: 10221 A Case Study Contents Introduction Prerequisites Requirements Components Used Conventions Background Information Why Double Authentication?

More information

How to Configure Windows 98, Windows 2000, Windows NT, and Windows XP Professional Dial up Networking by a Null Modem Cable

How to Configure Windows 98, Windows 2000, Windows NT, and Windows XP Professional Dial up Networking by a Null Modem Cable How to Configure Windows 98, Windows 2000, Windows NT, and Windows XP Professional Dial up Networking by a Null Modem Cable Document ID: 14946 Contents Introduction Prerequisites Requirements Components

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

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS CISCO 200-101 EXAM QUESTIONS & ANSWERS Number: 200-101 Passing Score: 800 Time Limit: 120 min File Version: 32.2 http://www.gratisexam.com/ CISCO 200-101 EXAM QUESTIONS & ANSWERS Exam Name: Interconnecting

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

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

Vendor: Cisco. Exam Code: Exam Name: Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) Version: Demo

Vendor: Cisco. Exam Code: Exam Name: Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) Version: Demo Vendor: Cisco Exam Code: 100-105 Exam Name: Cisco Interconnecting Cisco Networking Devices Part 1 (ICND1 v3.0) Version: Demo DEMO QUESTION 1 If the resume command is entered after the sequence that is

More information

Feature-by-Feature Router Configurations

Feature-by-Feature Router Configurations CHAPTER 3 Feature-by-Feature Router Configurations This chapter includes feature-by-feature configuration procedures for the Cisco 806 router. This chapter is useful if you have a network in place and

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

Networking interview questions

Networking interview questions Networking interview questions What is LAN? LAN is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings. However, one LAN can be connected

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

BGP Part-1.

BGP Part-1. BGP Part-1 www.ine.com Comparison between IGPs & BGP» Similarities and differences between BGP and IGPs (OSPF and EIGRP): BGP needs to form neighborship like IGPs. BGP needs to advertise prefixes, just

More information

Configuring Cisco Secure ACS for Windows Router PPTP Authentication

Configuring Cisco Secure ACS for Windows Router PPTP Authentication Configuring Cisco Secure ACS for Windows Router PPTP Authentication Document ID: 5433 Contents Introduction Prerequisites Requirements Components Used Conventions Network Diagram Router Configuration RADIUS

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

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

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

EHWIC-4SHDSL-EA module Fixed ISR G2 routers like C888EA-K9 work in both CO and CPE modes with Cisco IOS Software 15.2(2)T2 and later releases.

EHWIC-4SHDSL-EA module Fixed ISR G2 routers like C888EA-K9 work in both CO and CPE modes with Cisco IOS Software 15.2(2)T2 and later releases. Contents Introduction Prerequisites Requirements Components Used Configure Configurations ATM mode EFM mode Introduction This document describes configuration steps required to implement a back-to-back

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