Expert Reference Series of White Papers. Cisco Service Provider Next Generation Networks

Size: px
Start display at page:

Download "Expert Reference Series of White Papers. Cisco Service Provider Next Generation Networks"

Transcription

1 Expert Reference Series of White Papers Cisco Service Provider Next Generation Networks COURSES

2 Cisco Service Provider Next Generation Networks Johnny Bass - Senior Global Knowledge Instructor, CCIE #6458, CCSI #97168, CCNP, CCDA, CCNP-SP Introduction What is Cisco Service Provider Next Generation Networks (IP NGN), and why do we care? This white paper will answer those questions and examine some of the technologies that are used within those networks. It will also provide examples of configurations for some of those platforms and contrast the differences in the types of operating systems. What Is Cisco IP NGN? According to Cisco, IP NGN is a platform for the Connected Life. Okay, what does that really mean? It is an infrastructure for voice, video, mobile, and cloud, or managed services based on Cisco products including the CRS Series, ASR Series (such as ASR 1000 running IOS-XE and ASR 9000 running IOS-XR), and different switch series, such as 6500, Metro Ethernet Series, and possibly Nexus Series. Other than some very subtle differences, IOS and IOS-XE look the same. The difference is that IOS is a monolithic operating system (OS) and IOS-XE (and IOS-XR) is a modular OS. Theoretically, a modular OS should be more stable than a monolithic OS since there is a separation of control plane and data plane, and a separation of processes. Therefore, if there is a failure in process or at the control plane, the data plane can continue to pass traffic based on last known information. Service providers agree that the Carrier Ethernet and IP/Multiprotocol Label Switching (MPLS) technology is and will be the way to next-generation networks. Some of the service provider challenges are to maintain growth and profitability. Service providers need to Accommodate surging demand for broadband services; maintain competitive residential and business service offerings Avoid service commoditization by offering new and premium services Strengthen profitability by increasing revenue while reducing total cost of ownership Migrate existing legacy ATM/Frame Relay networks to more cost-effective Carrier Ethernet or MPLS services Protect and grow business services in parallel with consumer services. Cisco IP NGN carrier Ethernet design incorporates multiple networking technologies to provide optimal flexibility for current and next-generation service offerings. Ethernet over MPLS (EoMPLS) Layer 3 Protocol Independent Multicast-Source Specific Multicast (PIM-SSM) Copyright 2013 Global Knowledge Training LLC. All rights reserved. 2

3 MPLS VPN IP over dense wavelength-division multiplexing (IPoDWDM) Hierarchal Virtual Private LAN Service (H-VPLS) IEEE 802.1ad; as well as emerging Ethernet, IP, and MPLS technologies. Basic Cisco design for NGN Routing + MPLS Design Must Provide Provider Edge (PE)-to-PE Routes (and Label Switched Paths) - PE needs /32 routes to other PEs - PE placement shouldn t matter Single BGP Autonomous System Number (ASN) Figure 1. Routing + MPLS Design Conventional Wisdom Says Advertise infrastructure (e.g., PE) routes in Interior Gateway Protocol (IGP) for reachability between PE routers. Advertise infrastructure (e.g., PE) labels in Label Distribution Protocol (LDP) to establish a label switch path between PE routers. Segment IGPdomains (i.e., ISIS L1/L2 or OSPF Areas) to add control. Keep in mind that summarization is not allowed at the boarders; this would be disruptive to the label switch path. Copyright 2013 Global Knowledge Training LLC. All rights reserved. 3

4 Figure 2. The Routing + MPLS Design Conventional Wisdom may not be good enough in environments with large IGP database size: a concern for fast(er) convergence and for network stability; or networks with large LDP databases. Figure 3. Routing + MPLS Design Divide & Conquer Game Plan is to disconnect and isolate IGP domains (No more end-to-end IGP view). You can leverage BGP for infrastructure (i.e., PE) routes and labels. Copyright 2013 Global Knowledge Training LLC. All rights reserved. 4

5 Figure 4. Routing + MPLS Design Divide & Conquer end results are that there are separate control plane flows (RIB/FIB Tables) and data plane flows. As an Example - PE31 Reachability from PE11: Figure 5. Reachability between PE routers would be label switch, rather than IP routed. There would be a label stack that includes an inside label derived by BGP and an outside label derived by the LDP per domain. Copyright 2013 Global Knowledge Training LLC. All rights reserved. 5

6 Routing + MPLS Design Divide & Conquer 1. The IGP is restricted to carry only the internal routes Non-zero or L1 area carries only routes for that area Backbone carries only backbone route - Unlike OSPF, ISIS Backbone Would Carry Both L1 and L2 Routes. Since L1->L2 (or L1->L1) Redistribution Cannot Be Avoided (yet). Figure PE redistributes its loopback into IGP as well as ibgp+label Figure PE peers with its local area border routers (ABRs) using ibgp+label ABRs act as Route-reflectors (RR) ABRs reflect _only_ Infrastructure (i.e. PE) routes RRs also in the backbone Copyright 2013 Global Knowledge Training LLC. All rights reserved. 6

7 Figure ABR, as RR, changes the BGP Next-hop to itself On each BGP advertised routes Figure PEs separately peer using ibgp for Services Dedicated RRs for IPv4/6, VPNv4/6, L2VPN, etc. Copyright 2013 Global Knowledge Training LLC. All rights reserved. 7

8 Example - L3VPN Services Figure 10. PE11 sends L3VPN traffic for an L3VPN prefix A to PE31 Figure 11. Routing + MPLS Design scales to higher numbers of routers (1000+). The key is BGP and MPLS label stacking capabilities. All routes are known by the PE, but not all routes are known but the intermediate routers. Key Protocols Network IGP Either ISIS or OSPF Multiprotocol BGP Multi-Protocol Label Switching (MPLS) IPv4 and IPv6 both unicast and multicast Protocol Independent Multicast (PIM and PIMv6) Copyright 2013 Global Knowledge Training LLC. All rights reserved. 8

9 Overview of Key Protocols and their Configurations Interior Gateway Protocols come in two flavors Intermediate System to Intermediate System (ISIS) Open Shortest Path First (OSPF) Open Shortest Path First (OSPF) Let s do a quick comparison of each protocol. OSPF ISIS Dijkstra algorithm Dijkstra algorithm OSPF natively built to route IPv4 (OSPFv2) or IPv6 (OSPFv3) IS-IS natively OSI, but supports IPv4, IPv6, Decnet Phase 5, IPX, and Layer 2 routing (TRILL, FabricPath) Router Types: Router Types: Internal routers Level 1 ABR Level 1 / 2 Backbone Level 2 ASBR Level 3 4 network types 2 network types (5 in a Cisco network) 11 or 12 LSA Types 2 types of LSP (OSPFv2 verses OSPFv3) 6 types of areas 2 types of levels (areas) Area number and router ID in the format of IPv4 address NET has area and system ID embedded in it for both OSPFv2 and OSPFv3 Table 1. Comparison of OSPF and ISIS Multiprotocol Border Gateway Protocol (BGP) BGP is a distance vector protocol with enhancements: - Reliable updates - Triggered updates only - Path attributes Designed to scale to huge internetworks (407,000 routes on the Internet) Is not designed for speed Virtual Routing and Forwarding (VRF) VRF is a technology implemented in the IP network routers that allows multiple instances of a routing table to exist on the same router at the same time. Copyright 2013 Global Knowledge Training LLC. All rights reserved. 9

10 Each VRF is independent Duplicate (or overlapping) IP subnets can exist in different VRFs without conflicting with each other. Multi-Protocol Label Switching (MPLS) MPLS was initially targeted for Service Provider customers; however, Enterprises have begun to show interest in deploying this technology. MPLS compliments IP technology. It is designed to leverage the intelligence associated with IP Routing, and the Switching paradigm. MPLS consists of a Control Plane and a Forwarding Plane. The Control Plane builds what is called a Forwarding Table, while the Forwarding Plane forwards packets to the appropriate interface (based on the Forwarding Table). The efficient design of MPLS uses Labels to encapsulate IP packets. A Forwarding Table lists Label Values, which are each associated with determining the outgoing interface for every network prefix. Cisco IOS Software supports two signaling mechanisms to distribute labels: Label Distribution Protocol (LDP) and Resource Reservation Protocol/Traffic Engineering (RSVP / TE). Configuration Examples IOS, IOS-XE and IOS-XR ISIS IOS/IOS-XE router#configure term router(config)# router isis isp router(config-router)# net d c router(config-router)# is-type level-2-only router(config-router)#exit router(config)# interface Gigabitethernet 0/3 router(config-if)#ip router isis isp ISIS IOS-XR router# configure router(config)# router isis isp router(config-isis)# net d c router(config-isis)# is-type level-2-only router(config-isis)# interface Gigabitethernet 0/1/0/3 router(config-isis-if)# address-family ipv4 unicast router(config-isis-if-af)# commit Copyright 2013 Global Knowledge Training LLC. All rights reserved. 10

11 OSPF IOS/IOS-XE router#configure term router(config)# router ospf 1 router(config-router)#router-id router(config-router)# network area 0 or router(config-router)# interface Gigabitethernet 0/3 router(config-if)#ip ospf 1 area 0 OSPF IOS-XR router# configure router(config)# router ospf 1 router(config-ospf)#router-id router(config-ospf)#area 0 router(config-ospf-ar)# interface Gigabitethernet 0/1/0/3 router(config-ospf-ar)# commit BGP IOS/IOS-XE router#configure term router(config)# router bgp router(config-router)#bgp router-id router(config-router)#network mask router(config-router)#neighbor remote-as router(config-router)#neighbor update-source loopback 0 router(config-router)#neighbor next-hop-self BGP IOS-XR router#configure router(config)#feature bgp router(config)#router bgp router(config-bgp)#router-id router(config-bgp)# address-family ipv4 unicast router(config-bgp-af)#network /24 router(config-bgp-af)#neighbor router(config-bgp-nbr)#remote-as router(config-bgp-nbr)#address-family ipv4 unicast router(config-bgp-nbr-af)#next-hop-self Copyright 2013 Global Knowledge Training LLC. All rights reserved. 11

12 router(config-bgp-nbr-af)#update-source loopback 0 router(config-bgp-nbr-af)#commit VRF IOS/IOS-XE router(config)#ip vrf Cust1 router(config-vrf)#rd 19920:1 router(config-vrf)#route-target export 19920:1 router(config-vrf)#route-target import 19920:1 router(config-vrf)#interface Fastethernet 0/0.10 router(config-if)#encapsulation dot1q 10 router(config-if)#ip vrf forwarding Cust1 router(config-if)#ip address router(config-if)#router ospf 10 vrf Cust1 router(config-router)#router-id router(config-router)#network area 10 router(config-router)#router bgp router(config-router)#address-family ipv4 vrf Cust1 router(config-router-af)#redistribute ospf 10 vrf Cust1 match internal external 1 external 2 VRF IOS-XR router(config)#vrf Cust1 router(config-vrf)#address-family ipv4 unicast router(config-vrf)#route-target export 19920:1 router(config-vrf)#route-target import 19920:1 router(config-vrf)#interface Gigabitethernet 0/2/0/4.10 router(config-if)#dot1q vlan 10 router(config-if)#vrf Cust1 router(config-if-vrf)#ipv4 address router(config-if-vrf)#router ospf 10 router(config-ospf)# vrf Cust1 router(config-ospf-vrf)#router-id router(config-ospf-vrf)#area 10 router(config-ospf-vrf)#interface Gigabitethernet 0/2/0/4.10 router(config-if)#exit router(config-ospf-vrf)# router(config-ospf)#router bgp router(config-bgp)#vrf Cust1 Copyright 2013 Global Knowledge Training LLC. All rights reserved. 12

13 router(config-bgp-vrf)#rd 19920:1 router(config-bgp-vrf)#address-family ipv4 unicast router(config-bgp-vrf-af)# redistribute ospf 1 router(config-bgp-vrf-af)#commit MPLS Configuration IOS/IOS-XE on P Router router(config)#mpls ldp router-id loopback 0 router(config)#interface Fastethernet 0/0 router(config-if)#ip address router(config-if)#mpls ip router(config)#interface Fastethernet 1/0 router(config-if)#ip address router(config-if)#mpls ip router(config-if)#router ospf 1 router(config-router)#router-id router(config-router)#network area 0 MPLS Configuration IOS/IOS-XE on PE Router router(config)#mpls ldp router-id loopback 0 router(config)#interface loopback 0 router(config-if)#ip address router(config)#interface Fastethernet 1/0 router(config-if)#ip address router(config-if)#mpls ip router(config-if)#router ospf 1 router(config-router)#router-id router(config-router)#network area 0 router(config-router)#network area 0 router(config-router)#router bgp router(config-router)#address-family vpnv4 router(config-router-af)#neighbor activate router(config-router-af)#neighbor send-community extended MPLS Configuration IOS-XR P Router router(config)# mpls ldp router(config-ldp)#router-id loopback 0 router(config-ldp)#interface Gigabitethernet 0/2/0/1 Copyright 2013 Global Knowledge Training LLC. All rights reserved. 13

14 router(config-ldp-if)#interface Gigabitethernet 0/2/0/2 router(config-ldp-if)#exit router(config)# router ospf 1 router(config-ospf)#router-id router(config-ospf)#area 0 router(config-ospf-ar)# interface Gigabitethernet 0/2/0/1 router(config-ospf-ar)# interface Gigabitethernet 0/2/0/2 MPLS Configuration IOS-XR PE Router router(config)#mpls ldp router(config-ldp)#router-id loopback 0 router(config-ldp)#interface Gigabitethernet0/1/0/1 router(config-ldp)#exit router(config)#interface loopback 0 router(config-if)#ip address router(config-if)#router ospf 1 router(config-ospf)#router-id router(config-ospf)#area 0 router(config-ospf-ar)#interface loopback 0 router(config-ospf-ar)#interface Gigabitethernet0/1/0/1 router(config-ospf-ar)#router bgp router(config-bgp)#address-family vpnv4 unicast router(config-bgp-af)#neighbor router(config-bgp-af-nbr)#remote-as router(config-bgp-af-nbr)#update-source loopback 0 Conclusion In today s Services Providers networks, they leverage technology to deal with the demands of their clients and network traffic. The networks have to be able to perform at or above those expected levels and be able to be flexible enough to handle future requirements (to a point). This paper has given you a taste of some of those technologies and the method that providers are using to scale too much larger networks. I have also given you examples of pieces of the configurations that might be on the different Cisco platforms. If you re interested in more, see the related courses below. Learn More SPNGN1 Building Cisco Service Provider Next-Generation Networks, Part 1 SPNGN2 Building Cisco Service Provider Next-Generation Networks, Part 2 Copyright 2013 Global Knowledge Training LLC. All rights reserved. 14

15 SPROUTE Deploying Cisco Service Provider Network Routing SPADVROUTE Deploying Cisco Service Provider Advanced Routing SPCORE Implementing Cisco Service Provider Next-Generation Core Network Services SPEDGE Implementing Cisco Service Provider Next-Generation Edge Network Services IPv6FD IPv6 Fundamentals, Design and Deployment V3.0 AMPLS - Advanced Implementing and Troubleshooting MPLS VPN Networks MPLST - MPLS Traffic Engineering and Other Features ASR9K - ASR 9000 Series Essentials Cisco XR Series Essentials CRS-1 - Cisco CRS-1 Essentials Visit or call COURSES ( ) to speak with a Global Knowledge training advisor. About the Author Johnny Bass has been in the networking industry since the late 1980s, specializing on Cisco System products since 1990 and has worked extensively in the Aerospace, Health Care, and Service Provider industries, providing network design, education, and technical support expertise. Holding both CCIE and CCSI credentials, Johnny has a proven record of teaching and consulting on Cisco Routing, Switching, Design, Implementation, and Support. During his tenure as a Senior Instructor with Global Knowledge, Johnny has developed extensive experience teaching CCNP/CCNP-SP/CCVP/Cisco Nexus and CCIE R&S courses. This experience has also allowed him to excel in the role of Course Director and Subject Matter Expert, with technical responsibility for Global Knowledge s North American CCIE R&S curriculum and Service Provider Technical Segment, including the Cisco CCIE 360 program for Routing and Switching; IPv6 Fundamentals, Design and Development; Building Cisco Service Provider Next-Generation Networks, Part 1 and Part 2; Deploying Cisco Service Provider Network Routing; Deploying Cisco Service Provider Advanced Routing; Implementing Cisco Service Provider Next-Generation Core Network Services; Implementing Cisco Service Provider Next-Generation Edge Network Services. Johnny is also the author of the CCIE Routing & Switching Written Exam Boot Camp currently running in Europe. Johnny is a Cisco 360 R&S Master instructor; the first to achieve this level outside of the organization that created the program. In addition to his teaching engagements, Johnny is the owner and President of Bass Consulting Services, Inc, a network engineering consultancy based outside of Seattle, WA specializing with service provider and large enterprise networks for design, configuration, and troubleshooting support. Johnny lives in Gig Harbor Washington with his wife (Tiffany) and children (Sean and Cayman). Hobbies are family, golf, scuba diving and music production. Copyright 2013 Global Knowledge Training LLC. All rights reserved. 15

Expert Reference Series of White Papers. Cisco Service Provider Next Generation Networks

Expert Reference Series of White Papers. Cisco Service Provider Next Generation Networks Expert Reference Series of White Papers Cisco Service Provider Next Generation Networks 1-800-COURSES www.globalknowledge.com Cisco Service Provider Next Generation Networks Johnny Bass, Senior Global

More information

MPLS VPN over mgre. Finding Feature Information. Prerequisites for MPLS VPN over mgre

MPLS VPN over mgre. Finding Feature Information. Prerequisites for MPLS VPN over mgre The feature overcomes the requirement that a carrier support multiprotocol label switching (MPLS) by allowing you to provide MPLS connectivity between networks that are connected by IP-only networks. This

More information

MPLS-based Layer 3 VPNs

MPLS-based Layer 3 VPNs MPLS-based Layer 3 VPNs Overall objective The purpose of this lab is to study Layer 3 Virtual Private Networks (L3VPNs) created using MPLS and BGP. A VPN is an extension of a private network that uses

More information

Introduction Inter-AS L3VPN

Introduction Inter-AS L3VPN Introduction Inter-AS L3VPN 1 Extending VPN services over Inter-AS networks VPN Sites attached to different MPLS VPN Service Providers How do you distribute and share VPN routes between ASs Back- to- Back

More information

Implementing Cisco Service Provider Next-Generation Edge Network Services **Part of the CCNP Service Provider track**

Implementing Cisco Service Provider Next-Generation Edge Network Services **Part of the CCNP Service Provider track** Course: Duration: Price: $ 3,695.00 Learning Credits: 37 Certification: Implementing Cisco Service Provider Next-Generation Edge Network Services Implementing Cisco Service Provider Next-Generation Edge

More information

Notice the router names, as these are often used in MPLS terminology. The Customer Edge router a router that directly connects to a customer network.

Notice the router names, as these are often used in MPLS terminology. The Customer Edge router a router that directly connects to a customer network. Where MPLS part I explains the basics of labeling packets, it s not giving any advantage over normal routing, apart from faster table lookups. But extensions to MPLS allow for more. In this article I ll

More information

Inter-Autonomous Systems for MPLS VPNs

Inter-Autonomous Systems for MPLS VPNs Inter-Autonomous Systems for MPLS VPNs This feature module explains how to provide MPLS VPN services that can span several autonomous systems (ASs) and VPN service providers. History of the Inter-Autonomous

More information

Introducing Basic MPLS Concepts

Introducing Basic MPLS Concepts Module 1-1 Introducing Basic MPLS Concepts 2004 Cisco Systems, Inc. All rights reserved. 1-1 Drawbacks of Traditional IP Routing Routing protocols are used to distribute Layer 3 routing information. Forwarding

More information

s@lm@n Cisco Exam 400-201 CCIE Service Provider Written Exam Version: 7.0 [ Total Questions: 107 ]

s@lm@n Cisco Exam 400-201 CCIE Service Provider Written Exam Version: 7.0 [ Total Questions: 107 ] s@lm@n Cisco Exam 400-201 CCIE Service Provider Written Exam Version: 7.0 [ Total Questions: 107 ] Cisco 400-201 : Practice Test Question No : 1 Which two frame types are correct when configuring T3 interfaces?

More information

MPLS VPN Route Target Rewrite

MPLS VPN Route Target Rewrite The feature allows the replacement of route targets on incoming and outgoing Border Gateway Protocol (BGP) updates Typically, Autonomous System Border Routers (ASBRs) perform the replacement of route targets

More information

MPLS VPN Implementation

MPLS VPN Implementation MPLS VPN Implementation Overview Virtual Routing and Forwarding Table VPN-Aware Routing Protocols VRF Configuration Tasks Configuring BGP Address families Configuring BGP Neighbors Configuring MP-BGP Monitoring

More information

Expert Reference Series of White Papers. An Overview of MPLS VPNs: Overlay; Layer 3; and PseudoWire

Expert Reference Series of White Papers. An Overview of MPLS VPNs: Overlay; Layer 3; and PseudoWire Expert Reference Series of White Papers An Overview of MPLS VPNs: Overlay; Layer 3; and PseudoWire 1-800-COURSES www.globalknowledge.com An Overview of MPLS VPNs: Overlay; Layer 3; and PseudoWire Al Friebe,

More information

Enterprise Network Simulation Using MPLS- BGP

Enterprise Network Simulation Using MPLS- BGP Enterprise Network Simulation Using MPLS- BGP Tina Satra 1 and Smita Jangale 2 1 Department of Computer Engineering, SAKEC, Chembur, Mumbai-88, India tinasatra@gmail.com 2 Department of Information Technolgy,

More information

Implementing MPLS VPNs over IP Tunnels on Cisco IOS XR Software

Implementing MPLS VPNs over IP Tunnels on Cisco IOS XR Software Implementing MPLS VPNs over IP Tunnels on Cisco IOS XR Software The MPLS VPNs over IP Tunnels feature lets you deploy Layer 3 Virtual Private Netwk (L3VPN) services, over an IP ce netwk, using L2TPv3 multipoint

More information

Configuring MPLS Hub-and-Spoke Layer 3 VPNs

Configuring MPLS Hub-and-Spoke Layer 3 VPNs CHAPTER 23 This chapter describes how to configure a hub-and-spoke topology for Multiprotocol Layer Switching (MPLS) Layer 3 virtual private networks (VPNs) on Cisco NX-OS devices. This chapter includes

More information

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth The Border Gateway Protocol (BGP) Link Bandwidth feature is used to advertise the bandwidth of an autonomous system exit link as an extended community. This feature is configured for links between directly

More information

Implementing MPLS VPNs over IP Tunnels

Implementing MPLS VPNs over IP Tunnels Implementing MPLS VPNs over IP Tunnels The MPLS VPNs over IP Tunnels feature lets you deploy Layer 3 Virtual Private Netwk (L3VPN) services, over an IP ce netwk, using L2TPv3 multipoint tunneling instead

More information

MPLS VPN Services. PW, VPLS and BGP MPLS/IP VPNs

MPLS VPN Services. PW, VPLS and BGP MPLS/IP VPNs A Silicon Valley Insider MPLS VPN Services PW, VPLS and BGP MPLS/IP VPNs Technology White Paper Serge-Paul Carrasco Abstract Organizations have been demanding virtual private networks (VPNs) instead of

More information

Frame Mode MPLS Implementation

Frame Mode MPLS Implementation CHAPTER 4 Frame Mode MPLS Implementation Lab 4-1: Configuring Frame Mode MPLS (4.5.1) In this lab, you learn how to do the following: Configure EIGRP on a router. Configure LDP on a router. Change the

More information

Multiprotocol Label Switching Load Balancing

Multiprotocol Label Switching Load Balancing Multiprotocol Label Switching Load Balancing First Published: July 2013 The Cisco ME 3800 and ME 3600 switches support IPv4 and IPv6 load balancing at the LER and LSR. Effective with Cisco IOS Release

More information

How To Make A Network Secure

How To Make A Network Secure 1 2 3 4 -Lower yellow line is graduate student enrollment -Red line is undergradate enrollment -Green line is total enrollment -2008 numbers are projected to be near 20,000 (on-campus) not including distance

More information

Cisco Configuring Basic MPLS Using OSPF

Cisco Configuring Basic MPLS Using OSPF Table of Contents Configuring Basic MPLS Using OSPF...1 Introduction...1 Mechanism...1 Hardware and Software Versions...2 Network Diagram...2 Configurations...2 Quick Configuration Guide...2 Configuration

More information

This feature was introduced. This feature was integrated in Cisco IOS Release 12.2(11)T.

This feature was introduced. This feature was integrated in Cisco IOS Release 12.2(11)T. BGP Link Bandwidth The Border Gateway Protocol (BGP) Link Bandwidth feature is used to advertise the bandwidth of an autonomous system exit link as an extended community. This feature is configured for

More information

Cisco 642-889. Implementing Cisco Service Provider Next-Generation Egde Network Services. Version: 4.1

Cisco 642-889. Implementing Cisco Service Provider Next-Generation Egde Network Services. Version: 4.1 Cisco 642-889 Implementing Cisco Service Provider Next-Generation Egde Network Services Version: 4.1 QUESTION NO: 1 Cisco 642-889 Exam Which type of VPN requires a full mesh of virtual circuits to provide

More information

MPLS-based Virtual Private Network (MPLS VPN) The VPN usually belongs to one company and has several sites interconnected across the common service

MPLS-based Virtual Private Network (MPLS VPN) The VPN usually belongs to one company and has several sites interconnected across the common service Nowdays, most network engineers/specialists consider MPLS (MultiProtocol Label Switching) one of the most promising transport technologies. Then, what is MPLS? Multi Protocol Label Switching (MPLS) is

More information

IMPLEMENTING CISCO MPLS V3.0 (MPLS)

IMPLEMENTING CISCO MPLS V3.0 (MPLS) IMPLEMENTING CISCO MPLS V3.0 (MPLS) COURSE OVERVIEW: Multiprotocol Label Switching integrates the performance and traffic-management capabilities of data link Layer 2 with the scalability and flexibility

More information

How Routers Forward Packets

How Routers Forward Packets Autumn 2010 philip.heimer@hh.se MULTIPROTOCOL LABEL SWITCHING (MPLS) AND MPLS VPNS How Routers Forward Packets Process switching Hardly ever used today Router lookinginside the packet, at the ipaddress,

More information

For internal circulation of BSNLonly

For internal circulation of BSNLonly E3-E4 E4 E&WS Overview of MPLS-VPN Overview Traditional Router-Based Networks Virtual Private Networks VPN Terminology MPLS VPN Architecture MPLS VPN Routing MPLS VPN Label Propagation Traditional Router-Based

More information

BGP Link Bandwidth. Finding Feature Information. Contents

BGP Link Bandwidth. Finding Feature Information. Contents The BGP (Border Gateway Protocol) Link Bandwidth feature is used to advertise the bandwidth of an autonomous system exit link as an extended community. This feature is configured for links between directly

More information

Implementing Cisco MPLS

Implementing Cisco MPLS Implementing Cisco MPLS Course MPLS v2.3; 5 Days, Instructor-led Course Description This design document is for the refresh of the Implementing Cisco MPLS (MPLS) v2.3 instructor-led training (ILT) course,

More information

s@lm@n Cisco Exam 642-889 Implementing Cisco Service Provider Next-Generation Egde Network Services Version: 7.0 [ Total Questions: 126 ]

s@lm@n Cisco Exam 642-889 Implementing Cisco Service Provider Next-Generation Egde Network Services Version: 7.0 [ Total Questions: 126 ] s@lm@n Cisco Exam 642-889 Implementing Cisco Service Provider Next-Generation Egde Network Services Version: 7.0 [ Total Questions: 126 ] Cisco 642-889 : Practice Test Question No : 1 Refer to the exhibit.

More information

AMPLS - Advanced Implementing and Troubleshooting MPLS VPN Networks v4.0

AMPLS - Advanced Implementing and Troubleshooting MPLS VPN Networks v4.0 Course Outline AMPLS - Advanced Implementing and Troubleshooting MPLS VPN Networks v4.0 Module 1: MPLS Features Lesson 1: Describing Basic MPLS Concepts Provide an overview of MPLS forwarding, features,

More information

Implementing VPN over MPLS

Implementing VPN over MPLS IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. I (May - Jun.2015), PP 48-53 www.iosrjournals.org Implementing VPN over

More information

Demonstrating the high performance and feature richness of the compact MX Series

Demonstrating the high performance and feature richness of the compact MX Series WHITE PAPER Midrange MX Series 3D Universal Edge Routers Evaluation Report Demonstrating the high performance and feature richness of the compact MX Series Copyright 2011, Juniper Networks, Inc. 1 Table

More information

Expert Reference Series of White Papers. Cisco Certifications

Expert Reference Series of White Papers. Cisco Certifications Expert Reference Series of White Papers Cisco Certifications 1-800-COURSES www.globalknowledge.com Cisco Certifications Johnny Bass, Senior Global Knowledge Instructor, CCIE #6458, CCSI #97168, CCNP, CCDA,

More information

Table of Contents. Cisco Configuring a Basic MPLS VPN

Table of Contents. Cisco Configuring a Basic MPLS VPN Table of Contents Configuring a Basic MPLS VPN...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...2 Related Products...2 Conventions...2 Configure...3 Network Diagram...3 Configuration

More information

Using OSPF in an MPLS VPN Environment

Using OSPF in an MPLS VPN Environment Using OSPF in an MPLS VPN Environment Overview This module introduces the interaction between multi-protocol Border Gateway Protocol (MP-BGP) running between Provider Edge routers (s) and Open Shortest

More information

MPLS VPN. Agenda. MP-BGP VPN Overview MPLS VPN Architecture MPLS VPN Basic VPNs MPLS VPN Complex VPNs MPLS VPN Configuration (Cisco) L86 - MPLS VPN

MPLS VPN. Agenda. MP-BGP VPN Overview MPLS VPN Architecture MPLS VPN Basic VPNs MPLS VPN Complex VPNs MPLS VPN Configuration (Cisco) L86 - MPLS VPN MPLS VPN Peer to Peer VPN s Agenda MP-BGP VPN Overview MPLS VPN Architecture MPLS VPN Basic VPNs MPLS VPN Complex VPNs MPLS VPN Configuration (Cisco) CE-PE OSPF Routing CE-PE Static Routing CE-PE RIP Routing

More information

WHITEPAPER. Bringing MPLS to Data Center Fabrics with Labeled BGP

WHITEPAPER. Bringing MPLS to Data Center Fabrics with Labeled BGP WHITEPAPER Bringing MPLS to Data Center Fabrics with Labeled BGP Bringing MPLS to Data Center Fabrics with Labeled BGP MPLS is a well-known and mature technology typically used in service provider environment.

More information

IMPLEMENTING CISCO MPLS V2.3 (MPLS)

IMPLEMENTING CISCO MPLS V2.3 (MPLS) IMPLEMENTING CISCO MPLS V2.3 (MPLS) COURSE OVERVIEW: The course will enable learners to gather information from the technology basics to advanced VPN configuration. The focus of the course is on VPN technology

More information

MPLS VPN - Route Target Rewrite

MPLS VPN - Route Target Rewrite MPLS VPN - Route Target Rewrite The MPLS VPN - Route Target Rewrite feature allows the replacement of route targets on incoming and outgoing Border Gateway Protocol (BGP) updates. Typically, autonomous

More information

Example: Advertised Distance (AD) Example: Feasible Distance (FD) Example: Successor and Feasible Successor Example: Successor and Feasible Successor

Example: Advertised Distance (AD) Example: Feasible Distance (FD) Example: Successor and Feasible Successor Example: Successor and Feasible Successor 642-902 Route: Implementing Cisco IP Routing Course Introduction Course Introduction Module 01 - Planning Routing Services Lesson: Assessing Complex Enterprise Network Requirements Cisco Enterprise Architectures

More information

PRASAD ATHUKURI Sreekavitha engineering info technology,kammam

PRASAD ATHUKURI Sreekavitha engineering info technology,kammam Multiprotocol Label Switching Layer 3 Virtual Private Networks with Open ShortestPath First protocol PRASAD ATHUKURI Sreekavitha engineering info technology,kammam Abstract This paper aims at implementing

More information

Chapter 10 Link-State Routing Protocols

Chapter 10 Link-State Routing Protocols Chapter 10 Link-State Routing Protocols CCNA2-1 Chapter 10 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor, Ontario. Thanks

More information

Analyzing Capabilities of Commercial and Open-Source Routers to Implement Atomic BGP

Analyzing Capabilities of Commercial and Open-Source Routers to Implement Atomic BGP Telfor Journal, Vol. 2, No. 1, 2010. 13 Analyzing Capabilities of Commercial and Open-Source Routers to Implement Atomic BGP Aleksandar Cvjetić and Aleksandra Smiljanić Abstract The paper analyzes implementations

More information

MPLS Inter-AS VPNs. Configuration on Cisco Devices

MPLS Inter-AS VPNs. Configuration on Cisco Devices MPLS Inter-AS VPNs Configuration on Cisco Devices (C) Herbert Haas 2005/03/11 1 #1: Back-to-Back VRF ip vrf blue rd 1:1 route-target both 1:1 address-family ipv4 vrf blue neighbor 1.1.1.2 activate ip vrf

More information

Transitioning to BGP. ISP Workshops. Last updated 24 April 2013

Transitioning to BGP. ISP Workshops. Last updated 24 April 2013 Transitioning to BGP ISP Workshops Last updated 24 April 2013 1 Scaling the network How to get out of carrying all prefixes in IGP 2 Why use BGP rather than IGP? p IGP has Limitations: n The more routing

More information

Building A Cheaper Peering Router. (Actually it s more about buying a cheaper router and applying some routing tricks)

Building A Cheaper Peering Router. (Actually it s more about buying a cheaper router and applying some routing tricks) Building A Cheaper Peering Router (Actually it s more about buying a cheaper router and applying some routing tricks) Tom Scholl nlayer Communications, Inc. 1 What s this all about?

More information

Virtual Private LAN Service on Cisco Catalyst 6500/6800 Supervisor Engine 2T

Virtual Private LAN Service on Cisco Catalyst 6500/6800 Supervisor Engine 2T White Paper Virtual Private LAN Service on Cisco Catalyst 6500/6800 Supervisor Engine 2T Introduction to Virtual Private LAN Service The Cisco Catalyst 6500/6800 Series Supervisor Engine 2T supports virtual

More information

Configuring a Basic MPLS VPN

Configuring a Basic MPLS VPN Configuring a Basic MPLS VPN Help us help you. Please rate this document. Contents Introduction Conventions Hardware and Software Versions Network Diagram Configuration Procedures Enabling Configuring

More information

ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling

ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling ICTTEN6172A Design and configure an IP- MPLS network with virtual private network tunnelling Release: 1 ICTTEN6172A Design and configure an IP-MPLS network with virtual private network tunnelling Modification

More information

MPLS. Cisco MPLS. Cisco Router Challenge 227. MPLS Introduction. The most up-to-date version of this test is at: http://networksims.com/i01.

MPLS. Cisco MPLS. Cisco Router Challenge 227. MPLS Introduction. The most up-to-date version of this test is at: http://networksims.com/i01. MPLS Cisco MPLS MPLS Introduction The most up-to-date version of this test is at: http://networksims.com/i01.html Cisco Router Challenge 227 Outline This challenge involves basic frame-mode MPLS configuration.

More information

l.cittadini, m.cola, g.di battista

l.cittadini, m.cola, g.di battista MPLS VPN l.cittadini, m.cola, g.di battista motivations customer s problem a customer (e.g., private company, public administration, etc.) has several geographically distributed sites and would like to

More information

- Multiprotocol Label Switching -

- Multiprotocol Label Switching - 1 - Multiprotocol Label Switching - Multiprotocol Label Switching Multiprotocol Label Switching (MPLS) is a Layer-2 switching technology. MPLS-enabled routers apply numerical labels to packets, and can

More information

Fundamentals Multiprotocol Label Switching MPLS III

Fundamentals Multiprotocol Label Switching MPLS III Fundamentals Multiprotocol Label Switching MPLS III Design of Telecommunication Infrastructures 2008-2009 Rafael Sebastian Departament de tecnologies de la Informació i les Comunicaciones Universitat Pompeu

More information

Cisco IP Solution Center MPLS VPN Management 5.0

Cisco IP Solution Center MPLS VPN Management 5.0 Cisco IP Solution Center MPLS VPN Management 5.0 As part of the Cisco IP Solution Center (ISC) family of intelligent network management applications, the Cisco ISC MPLS VPN Management application reduces

More information

LAB FOUR Dynamic Routing Protocols

LAB FOUR Dynamic Routing Protocols LAB FOUR Dynamic Routing Protocols In the previous lab, you learned how to configure routing table entries manually. This was referred to as static routing. The topic of Lab 4 is dynamic routing, where

More information

Kingston University London

Kingston University London Kingston University London Thesis Title Implementation and performance evaluation of WAN services over MPLS Layer-3 VPN Dissertation submitted for the Degree of Master of Science in Networking and Data

More information

IPv6 over MPLS VPN. Contents. Prerequisites. Document ID: 112085. Requirements

IPv6 over MPLS VPN. Contents. Prerequisites. Document ID: 112085. Requirements IPv6 over MPLS VPN Document ID: 112085 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram VRF Configuration Multiprotocol BGP (MP BGP) Configuration

More information

DD2491 p2 2011. MPLS/BGP VPNs. Olof Hagsand KTH CSC

DD2491 p2 2011. MPLS/BGP VPNs. Olof Hagsand KTH CSC DD2491 p2 2011 MPLS/BGP VPNs Olof Hagsand KTH CSC 1 Literature Practical BGP: Chapter 10 MPLS repetition, see for example http://www.csc.kth.se/utbildning/kth/kurser/dd2490/ipro1-11/lectures/mpls.pdf Reference:

More information

IPv4/IPv6 Transition Mechanisms. Luka Koršič, Matjaž Straus Istenič

IPv4/IPv6 Transition Mechanisms. Luka Koršič, Matjaž Straus Istenič IPv4/IPv6 Transition Mechanisms Luka Koršič, Matjaž Straus Istenič IPv4/IPv6 Migration Both versions exist today simultaneously Dual-stack IPv4 and IPv6 protocol stack Address translation NAT44, LSN, NAT64

More information

Configuring Remote Access to MPLS VPN

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

More information

Why Is MPLS VPN Security Important?

Why Is MPLS VPN Security Important? MPLS VPN Security An Overview Monique Morrow Michael Behringer May 2 2007 Future-Net Conference New York Futurenet - MPLS Security 1 Why Is MPLS VPN Security Important? Customer buys Internet Service :

More information

IP/MPLS-Based VPNs Layer-3 vs. Layer-2

IP/MPLS-Based VPNs Layer-3 vs. Layer-2 Table of Contents 1. Objective... 3 2. Target Audience... 3 3. Pre-Requisites... 3 4. Introduction...3 5. MPLS Layer-3 VPNs... 4 6. MPLS Layer-2 VPNs... 7 6.1. Point-to-Point Connectivity... 8 6.2. Multi-Point

More information

Description: Objective: Upon completing this course, the learner will be able to meet these overall objectives:

Description: Objective: Upon completing this course, the learner will be able to meet these overall objectives: Course: Building Cisco Service Provider Next-Generation Networks, Part 2 Duration: 5 Day Hands-On Lab & Lecture Course Price: $ 3,750.00 Learning Credits: 38 Description: The Building Cisco Service Provider

More information

MPLS VPN Security BRKSEC-2145

MPLS VPN Security BRKSEC-2145 MPLS VPN Security BRKSEC-2145 Session Objective Learn how to secure networks which run MPLS VPNs. 100% network focus! Securing routers & the whole network against DoS and abuse Not discussed: Security

More information

MP PLS VPN MPLS VPN. Prepared by Eng. Hussein M. Harb

MP PLS VPN MPLS VPN. Prepared by Eng. Hussein M. Harb MP PLS VPN MPLS VPN Prepared by Eng. Hussein M. Harb Agenda MP PLS VPN Why VPN VPN Definition VPN Categories VPN Implementations VPN Models MPLS VPN Types L3 MPLS VPN L2 MPLS VPN Why VPN? VPNs were developed

More information

WHITE PAPER. Addressing Inter Provider Connections with MPLS-ICI CONTENTS: Introduction. IP/MPLS Forum White Paper. January 2008. Introduction...

WHITE PAPER. Addressing Inter Provider Connections with MPLS-ICI CONTENTS: Introduction. IP/MPLS Forum White Paper. January 2008. Introduction... Introduction WHITE PAPER Addressing Inter Provider Connections with MPLS-ICI The migration away from traditional multiple packet overlay networks towards a converged packet-switched MPLS system is now

More information

Deploying and Configuring MPLS Virtual Private Networks In IP Tunnel Environments

Deploying and Configuring MPLS Virtual Private Networks In IP Tunnel Environments Deploying and Configuring MPLS Virtual Private Networks In IP Tunnel Environments Russell Kelly rukelly@cisco.com Craig Hill crhill@cisco.com Patrick Naurayan pnauraya@cisco.com 2009 Cisco Systems, Inc.

More information

Table of Contents. Cisco How Does Load Balancing Work?

Table of Contents. Cisco How Does Load Balancing Work? Table of Contents How Does Load Balancing Work?...1 Document ID: 5212...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...1 Conventions...1 Load Balancing...1 Per Destination and

More information

Lab 4.2 Challenge Lab: Implementing MPLS VPNs

Lab 4.2 Challenge Lab: Implementing MPLS VPNs Lab 4.2 Challenge Lab: Implementing MPLS VPNs Learning Objectives Configure Open Shortest Path First (OSPF) and Enhanced Interior Gateway Routing Protocol (EIGRP) on a router Enable MPLS on a router Verify

More information

Junos MPLS and VPNs (JMV)

Junos MPLS and VPNs (JMV) Junos MPLS and VPNs (JMV) Course No: EDU-JUN-JMV Length: Five days Onsite Price: $32500 for up to 12 students Public Enrollment Price: $3500/student Course Level JMV is an advanced-level course. Prerequisites

More information

How To Import Ipv4 From Global To Global On Cisco Vrf.Net (Vf) On A Vf-Net (Virtual Private Network) On Ipv2 (Vfs) On An Ipv3 (Vv

How To Import Ipv4 From Global To Global On Cisco Vrf.Net (Vf) On A Vf-Net (Virtual Private Network) On Ipv2 (Vfs) On An Ipv3 (Vv BGP Support for IP Prefix Import from Global Table into a VRF Table The BGP Support for IP Prefix Import from Global Table into a VRF Table feature introduces the capability to import IPv4 unicast prefixes

More information

Designing and Developing Scalable IP Networks

Designing and Developing Scalable IP Networks Designing and Developing Scalable IP Networks Guy Davies Telindus, UK John Wiley & Sons, Ltd Contents List of Figures List of Tables About the Author Acknowledgements Abbreviations Introduction xi xiii

More information

Using the Border Gateway Protocol for Interdomain Routing

Using the Border Gateway Protocol for Interdomain Routing CHAPTER 12 Using the Border Gateway Protocol for Interdomain Routing The Border Gateway Protocol (BGP), defined in RFC 1771, provides loop-free interdomain routing between autonomous systems. (An autonomous

More information

MikroTik RouterOS Introduction to MPLS. Prague MUM Czech Republic 2009

MikroTik RouterOS Introduction to MPLS. Prague MUM Czech Republic 2009 MikroTik RouterOS Introduction to MPLS Prague MUM Czech Republic 2009 Q : W h y h a v e n 't y o u h e a r d a b o u t M P LS b e fo re? A: Probably because of the availability and/or price range Q : W

More information

MPLS WAN Explorer. Enterprise Network Management Visibility through the MPLS VPN Cloud

MPLS WAN Explorer. Enterprise Network Management Visibility through the MPLS VPN Cloud MPLS WAN Explorer Enterprise Network Management Visibility through the MPLS VPN Cloud Executive Summary Increasing numbers of enterprises are outsourcing their backbone WAN routing to MPLS VPN service

More information

Computer Network Architectures and Multimedia. Guy Leduc. Chapter 2 MPLS networks. Chapter 2: MPLS

Computer Network Architectures and Multimedia. Guy Leduc. Chapter 2 MPLS networks. Chapter 2: MPLS Computer Network Architectures and Multimedia Guy Leduc Chapter 2 MPLS networks Chapter based on Section 5.5 of Computer Networking: A Top Down Approach, 6 th edition. Jim Kurose, Keith Ross Addison-Wesley,

More information

Course Contents CCNP (CISco certified network professional)

Course Contents CCNP (CISco certified network professional) Course Contents CCNP (CISco certified network professional) CCNP Route (642-902) EIGRP Chapter: EIGRP Overview and Neighbor Relationships EIGRP Neighborships Neighborship over WANs EIGRP Topology, Routes,

More information

RFC 2547bis: BGP/MPLS VPN Fundamentals

RFC 2547bis: BGP/MPLS VPN Fundamentals White Paper RFC 2547bis: BGP/MPLS VPN Fundamentals Chuck Semeria Marketing Engineer Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408 745 2001 or 888 JUNIPER www.juniper.net

More information

Addressing Inter Provider Connections With MPLS-ICI

Addressing Inter Provider Connections With MPLS-ICI Addressing Inter Provider Connections With MPLS-ICI Introduction Why migrate to packet switched MPLS? The migration away from traditional multiple packet overlay networks towards a converged packet-switched

More information

MPLS Layer 2 VPNs Functional and Performance Testing Sample Test Plans

MPLS Layer 2 VPNs Functional and Performance Testing Sample Test Plans MPLS Layer 2 VPNs Functional and Performance Testing Sample Test Plans Contents Overview 1 1. L2 VPN Padding Verification Test 1 1.1 Objective 1 1.2 Setup 1 1.3 Input Parameters 2 1.4 Methodology 2 1.5

More information

Data Networking and Architecture. Delegates should have some basic knowledge of Internet Protocol and Data Networking principles.

Data Networking and Architecture. Delegates should have some basic knowledge of Internet Protocol and Data Networking principles. Data Networking and Architecture The course focuses on theoretical principles and practical implementation of selected Data Networking protocols and standards. Physical network architecture is described

More information

Introduction to MPLS-based VPNs

Introduction to MPLS-based VPNs Introduction to MPLS-based VPNs Ferit Yegenoglu, Ph.D. ISOCORE ferit@isocore.com Outline Introduction BGP/MPLS VPNs Network Architecture Overview Main Features of BGP/MPLS VPNs Required Protocol Extensions

More information

Prototype Cloud-based Services on MPLS Service Provider in Iraq

Prototype Cloud-based Services on MPLS Service Provider in Iraq Prototype Cloud-based Services on MPLS Service Provider in Iraq Shahad H. Zwayen College of Information Engineering Al-Nahrain University Iraq, Baghdad Mustapha B. Ibrahim College of Information Engineering

More information

Network Virtualization with the Cisco Catalyst 6500/6800 Supervisor Engine 2T

Network Virtualization with the Cisco Catalyst 6500/6800 Supervisor Engine 2T White Paper Network Virtualization with the Cisco Catalyst 6500/6800 Supervisor Engine 2T Introduction Network virtualization is a cost-efficient way to provide traffic separation. A virtualized network

More information

MPLS Concepts. Overview. Objectives

MPLS Concepts. Overview. Objectives MPLS Concepts Overview This module explains the features of Multi-protocol Label Switching (MPLS) compared to traditional ATM and hop-by-hop IP routing. MPLS concepts and terminology as well as MPLS label

More information

S-38.3192 ITGuru Exercise (3: Building the MPLS BGP VPN) Spring 2006

S-38.3192 ITGuru Exercise (3: Building the MPLS BGP VPN) Spring 2006 S-38.3192 ITGuru Exercise (3: Building the MPLS BGP VPN) Spring 2006 Original version: Johanna Nieminen and Timo Viipuri (2005) Modified: Timo-Pekka Heikkinen, Juha Järvinen and Yavor Ivanov (2006) Task

More information

HP Networking BGP and MPLS technology training

HP Networking BGP and MPLS technology training Course overview HP Networking BGP and MPLS technology training (HL046_00429577) The HP Networking BGP and MPLS technology training provides networking professionals the knowledge necessary for designing,

More information

Implementing Cisco MPLS

Implementing Cisco MPLS MPLS Implementing Cisco MPLS Volume 2 Version 2.1 Student Guide Text Part Number: ILSG Production Services: 11.18.04 Copyright 2004, Cisco Systems, Inc. All rights reserved. Cisco Systems has more than

More information

DD2491 p2 2009. BGP-MPLS VPNs. Olof Hagsand KTH/CSC

DD2491 p2 2009. BGP-MPLS VPNs. Olof Hagsand KTH/CSC DD2491 p2 2009 BGP-MPLS VPNs Olof Hagsand KTH/CSC Literature Practical BGP: Chapter 10 JunOS Cookbook: Chapter 14 and 15 MPLS Advantages Originally, the motivation was speed and cost. But routers does

More information

IMPLEMENTING CISCO IP ROUTING V2.0 (ROUTE)

IMPLEMENTING CISCO IP ROUTING V2.0 (ROUTE) IMPLEMENTING CISCO IP ROUTING V2.0 (ROUTE) COURSE OVERVIEW: Implementing Cisco IP Routing (ROUTE) v2.0 is an instructor-led five day training course developed to help students prepare for Cisco CCNP _

More information

Layer 3 Routing User s Manual

Layer 3 Routing User s Manual User s Manual Second Edition, July 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

BGP Multipath Load Sharing for Both ebgp and ibgp in an MPLS-VPN

BGP Multipath Load Sharing for Both ebgp and ibgp in an MPLS-VPN BGP Multipath Load Sharing for Both ebgp and ibgp in an MPLS-VPN The BGP Multipath Load Sharing for ebgp and ibgp feature allows you to configure multipath load balancing with both external BGP (ebgp)

More information

Copyright 2008 Internetwork Expert i

Copyright 2008 Internetwork Expert i Copyright Information, Inc. All rights reserved. The following publication, CCIE R&S Lab Workbook Volume I Version 5.0, was developed by Internetwork Expert, Inc. All rights reserved. No part of this publication

More information

Development of the FITELnet-G20 Metro Edge Router

Development of the FITELnet-G20 Metro Edge Router Development of the Metro Edge Router by Tomoyuki Fukunaga * With the increasing use of broadband Internet, it is to be expected that fiber-tothe-home (FTTH) service will expand as the means of providing

More information

OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS

OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS OVERLAYING VIRTUALIZED LAYER 2 NETWORKS OVER LAYER 3 NETWORKS Matt Eclavea (meclavea@brocade.com) Senior Solutions Architect, Brocade Communications Inc. Jim Allen (jallen@llnw.com) Senior Architect, Limelight

More information

UNDERSTANDING JUNOS OS NEXT-GENERATION MULTICAST VPNS

UNDERSTANDING JUNOS OS NEXT-GENERATION MULTICAST VPNS WHITE PAPER UNDERSTANDING JUNOS OS NEXT-GENERATION MULTICAST VPNS Copyright 2010, Juniper Networks, Inc. 1 Table of Contents Executive Summary.............................................................................................

More information

Cisco Catalyst 3750 Metro Series Switches

Cisco Catalyst 3750 Metro Series Switches Cisco Catalyst 3750 Metro Series Switches Product Overview Q. What are Cisco Catalyst 3750 Metro Series Switches? A. The Cisco Catalyst 3750 Metro Series is a new line of premier, customer-located switches

More information