Experimental Study of Dynamic IP Topology Reconfiguration in IP/WDM Networks

Size: px
Start display at page:

Download "Experimental Study of Dynamic IP Topology Reconfiguration in IP/WDM Networks"

Transcription

1 Experimental Study of Dynamic IP Topology Reconfiguration in IP/WDM Networks Kevin H. Liu, Changdong Liu, Jorge Pastor, Arunendu Roy, and John Y. Wei Network Operations and Management Research Department, Telcordia Technologies 331 Newman Springs Road Red Bank, NJ , USA Abstract -- With the widespread deployment of IP over WDM networks, it becomes necessary to develop dynamic lightpath and topology reconfiguration mechanisms and reconfiguration triggers that can effectively exploit WDM reconfigurability. A reconfiguration model for overlay IP/WDM networks is introduced. An IP over WDM network testbed has been set up using Telcordia MONET WADMs and IP routers. The testbed network and software architecture is presented and the trafficengineering experiments and convergence measurements conducted over the testbed are reported. I. IP/WDM INTERNETWORKING ARCHITECTURE As the emergence of multi protocol lambda switching (MPλS) control technique and optical packet switching equipment, there are two IP over WDM networking architectures: IP over reconfigurable WDM and IP over switched WDM [1], [2]. The former is constructed upon a circuit-switched WDM network whereas the latter is based on a packet or label switched WDM network. Under the first architecture, established circuits form a WDM lightpath topology that is reconfigurable in response to traffic changes and/or network planning. In the second architecture, e.g. in the case of Optical Label Switching, there is a unified IP/WDM topology build upon the packet-switched WDM network. In a switched WDM network, optical headers are attached to the payload data and are processed at each network switch. We focus on IP over reconfigurable WDM networks in this paper. The reconfigurable IP/WDM network we envision consists of IP routers attached to a WDM core network, or interconnected OXCs that are capable of processing IP packets. The reconfigurable IP/WDM inter-networking architecture is defined essentially by the organization of the WDM control plane. Three network models have been proposed, overlay, peer, and augmented model [3]. Under the overlay network model, the IP routing, topology discovery and distribution, and signaling protocols are independent of the routing, topology discovery and distribution, and signaling at the WDM layer. There are two alternatives to interface between IP layer and WDM layer. First, the two layers can communicate through the WDM This research is partially funded by the US Government DARPA NGI SuperNet project under the contract F C network management system. There is no direct interface between IP network and WDM network. This is similar to IP over ATM Soft Permanent Circuits (SPVC). Second, the two networks can interface directly through Optical User Network Interface (O-UNI). O-UNI is an edge module for the WDM network to serve IP client requests. O-UNI only support interfaces of lightpath request, deletion, and query because of the limited information shared between the IP and WDM layer. With the peer network model, control in the IP/WDM network is facilitated by MPLS control plan. Each WDM node consists of an integrated IP router and an OXC. The interaction between the router and OXC is still being developed. Signaling among various nodes is achieved using CR-LDP and with proper extensions. Under this model, the IP layer nodes act as peers of the OXCs, a common addressing scheme, presumably IP, will be used for both IP and WDM networks, such that a single routing protocol instance runs over both the IP and the WDM networks. The augmented network model is located in between the overlay model and the peer model. Under the augmented model, there are actually separated routing instances in the IP and WDM domains, but control information from one routing instance is passed through to another routing instance. An example implementation of the augmented model is that each of the IP and WDM domain runs an IGP instance, and interacts with each another through an EGP. This paper reports a testbed implementation and experimentation over an overlay IP over WDM network. IP and WDM are interfaced through O-UNI. II. A RECONFIGURATION MODEL FOR IP OVER WDM NETWORKS To leverage on the flexibility provided by WDM reconfiguration, IP topology formed by lightpaths can be changed dynamically. Fault, restoration, network provisioning, or traffic engineering can trigger IP/WDM reconfiguration. However, reconfiguration causes network instability. During the process of topology migration, the ongoing IP traffic may be delayed or even lost. If reconfiguration takes considerable time to converge, the transit network may form forwarding loops and therefore wastes network resources. In this section, we detail the reconfiguration processes, introduce reconfiguration convergence, and discuss reconfiguration constraints /01/$ IEEE 76

2 In our work, for reconfiguration and routing purposes, we model non-wavelength interchange WDM switch as a group of nodes, each of which interconnects a bi-directional wavelength channel (see Figure 1). The logical node can still add, drop, or pass through the traffic. λ Channel 1 λ Interchange Node λ Channel 2 λ Non-Interchange Node Traffic Add/Drop Port Fig. 1. WDM node modeling. A. Reconfiguration Processes In an overlay IP/WDM network, there are two tasks associated with IP topology reconfiguration, WDM reconfiguration and IP reconfiguration, respectively. WDM reconfiguration instructs the OXC and OADM to set up the desired lightpath topology and has the following components. Lightpath routing t lr : if the detail hops of a lightpath are not given in the reconfiguration trigger, the end-to-end path has to be computed dynamically. An example approach for wavelength routing and assignment is to use Dkstra SPF algorithm subject to constraints. Constraints that have to be considered include wavelength availability and wavelength continuity. Lightpath topology setup t setup : this includes a distributed signaling procedure and switches setup. Depending on the implementation, signaling may be responsible for local lambda selection as exploited in MPLS. Switch setup may require a reset operation before adding a new connection to the fabric. Routing convergence t wdm-c : this represents the time for the WDM routing information base to resynchronize after update. If a link state protocol is used in wavelength routing, this is the time for the link state database to converge. If WDM network uses a single and centralized connection manager to compute lightpaths, this represents the connection database update time once changes occurred. WDM reconfiguration time T wdm can be defined as ( tlr + t setup + t wdm c ) β t wdm c, 0 β 1, where β represents the overlapping factor between lightpath computation and setup time and WDM convergence time. IP reconfiguration alters IP interfaces status and address if necessary, and then waits for the routing protocol to converge. Hereafter, we use as the IP routing protocol as the link state protocol not only supports multiple metrics but also promises a faster convergence time. IP reconfiguration, T ip, includes the following components. Interface reconfiguration t if : the time to change the IP interfaces as specified in the new topology. Routing protocol convergence t ip-c : the convergence time. This includes the time for detection, propagation, and SPF recalculation. The number of calculations that must be performed given n link-state packets is proportional to nlogn in a modern SPF algorithm. convergence time is related to the size and the type of the network, e.g., the number of routers within each area, the number of neighbors for any one router, the number of areas supported by any one router, and the designated router selection. + t γ t, 0 γ 1, T ip can be written as ( if ip c ) ip c t where γ represents the overlapping factor between interface configuration and convergence. B. Reconfiguration Convergence When IP network topology changes, IP traffic must reroute quickly based on the new lightpath topology. IP convergence time describes the time it takes to an IP router to start using a new route after a topology changes. Reconfiguration convergence refers to the time that an IP/WDM reconfiguration has completed and IP and WDM network has converged. I.e. after a reconfiguration time interval, the new IP/WDM network is ready for another reconfiguration. Reconfiguration convergence time T r can be written as T ip + ( 1 α ) T wdm, 0 α 1, where α is the overlapping factor between IP reconfiguration and WDM reconfiguration. To minimize T r, IP and WDM reconfiguration should be conducted in parallel. However, migration schedule may require serialization between certain IP and WDM reconfiguration processes to reduce instability and/or avoid traffic lost. Application impact due to reconfiguration is within the interval of T r - t wdm-c since applications do not require WDM network convergence. C. Reconfiguration Constraints There are two groups of WDM reconfiguration constraints: client-imposed and network-oriented reconfiguration constraints. Clients may prefer specific path or have special requirement for certain reasons. Client imposed constraints include Source and sink end points: these are usually given in terms of switch names. The network control and management system (NC&M) will also accept port names. Connection directionality: bi-directional or unidirectional. Disjoint path: there are many scenarios that client may demand a disjoint path. For example, client asks for two bidirectional connections between the same source and sink switch with disjoint paths. Another example is requesting a bi-directional wavelength channel with disjoint fiber path. Preferred lambda: different lambda on the same fiber may have different signal quality. 77

3 Number of hops: in all optical networking, in particular with all optical wavelength conversions, end-to-end signal quality may not satisfy user requirement if too many hops are used. Hence, a client would like to enter the number of hops as an explicit routing constraint. Wavelength protection: this indicates whether the client requires wavelength protection. This can be a Boolean value. Or the NC&M may support a number of wavelength protection schemes. Wavelength restoration: if a client prefers a wavelength restoration scheme, the request can be entered in this field. This can be a Boolean value. Client signal type: an OADM may support several client signal formats, such as SONET, Gigabit Ethernet. Line rate: the preferred connection data rate. Other physical link QoS requirements: o Optical Signal-to-Noise Ration (OSNR), o Wavelength dispersion. In addition to client-imposed constraints, there are reconfiguration constraints that are determined by the WDM network properties. These network-oriented constraints include Fabric type: a rather simple classification bases on fabric transparency, according to which a fabric can be either opaque (O-E-O) or transparent (all optical). Certain fabric implies certain routing constraints. For example, minimum number of hops is desirable in a transparent subnet. Number of wavelengths per TI/CI fiber. Wavelength availability. Wavelength interchange capability. Wavelength signal quality: o better OSNR, less dispersion, o path stability, e.g. avoiding fast switching fiber, o preferred wavelength with less cross talk. Protection and Restoration capabilities of network/ems. III. TESTBED NETWORK ARCHITECTURE As shown in Figure 2, the IP/WDM testbed network contains two different types of node: optical lambda routers and electronic IP routers. The lambda routers provide the lightpath switching mechanism that enables IP topology reconfiguration. They are built using Telcordia s MONET WADMs, and PC-based internal IP control routers. The WADMs support wavelength-selective cross-connections. They support eight wavelength channels at the transport interfaces (TI) and corresponding single wavelength channel client interfaces (CI) for add drop. The CIs are used to connect to the electronic IP routers. Each WADM has a corresponding NE controller that connects to its internal IP control router. WDM signaling messages that trigger connection setup and release are translated into NE add, drop or cross-connect messages conveyed across this interface. The internal IP control routers are connected by a point-to-point Ethernet that mirrors the point-to-point topology of our WDM network. The input signals from the electronic IP routers are translated into MONET compliant wavelengths external transponders. The four electronic IP routers connected to the WADMs are actually PCs running Linux. These IP routers are each equipped with two single-mode ATM network interface cards. The routers are connected using IP/ATM OC3 point-to-point PVC connections. All these managed elements are connected to another Ethernet subnet, which serves as our data communication network (DCN). The DCN is used by our GUI and Traffic Engineering (TE) components to communicate with the managed elements. Ethernet DCN IP Routers Transponders IP Host Computer Fig. 2. IV. ATM Links IP Router NE Controller WADM 1 Lambda Router GUI PtoP Ethernet IP Router NE Controller Multiwavelength Fiber WADM 2 Lambda Router Transponders ATM Links Testbed hardware architecture. TESTBED SOFTWARE ARCHITECTURE IP Routers Figure 3 shows the testbed software architecture. In the IP network, each of the Linux based PC router runs to support IP packet routing. To facilitate IP topology reconfiguration, an interface configuration manager () is developed which interacts directly with the Linux kernel and the routing protocol to modify the state and the address of an IP interface. The MONET WADMs are each controlled by corresponding NE controllers that export the MONET NE-NC&M interface that can be used to provide element-level management functionality. To enable reuse of IP control protocols for WDM layer control [4], we extended and modified the and protocols to address WDM specific concerns and to support lightpath routing and setup. Example extensions include wavelength MIB construction and maintenance, WDM link state update, connection discovery, bi-directional LSP setup, and message extensions for explicit lambda path setup. To handle the wavelength constraints of a WDM network, a algorithm is implemented to compute the explicit lightpath. 78

4 A GSMP like optical switch control protocol (OSCP) is designed and implemented. It provides the interface between the NE controllers and the WDM network-control modules and can accommodate network and system heterogeneity among NEs. Four sets of OSCP messages including configuration, connection, reservation, and event notification are implemented in the current version of OSCP. OSCP is transported over TCP socket and message data is encoded using External Data Representation (XDR). GUI IP Virtual Topology Correlation & WDM Capacity IP/WDM Physical Topology Reconfiguration Triggers Traffic Engineering Migration Scheduling Topology Design Algorithm Traffic Monitor Optical User-Network Interface (UNI) IP Network WDM Network Optical Switch Control Protocol (OSCP) Fig. 3. Testbed software architecture. The Traffic-Engineering trigger consists of three modules: traffic monitor, topology design algorithm, and migration scheduling. IP traffic monitoring is based on the libpcap package that provides packet level capture and monitoring. Raw interface-related and source-destination data are first processed, analyzed, and aggregated before being fed into a topology design algorithm. The topology design algorithm in turn is able to compute an optimal or near-optimal IP topology according to the collected traffic demand data. To minimize the impact due to reconfiguration, the migration module schedules topology migration into a series of steps or phases. Fig. 4. Testbed management GUI. Although both the IP and the WDM layers utilize IP addressing, the implementation follows an overlay networking model where topology and resource information are not shared between the layers. Rather a user-network interface (UNI) is defined to bridge the IP layer and the WDM layer. Lightpath request, deletion, and query interfaces are supported in the UNI implementation. UNI messages are also transported over TCP sockets. In addition, a management GUI (see Figure 4) has been developed to display IP/WDM network information, which includes IP topology, IP/WDM physical topology, IP traffic distribution, IP link load utilization, and IP link to WDM route correlation. V. EXPERIMENTATION To evaluate the effectiveness and the network performance of IP topology reconfiguration, we loaded the IP layer with selected traffic patterns and compared their performance under different topologies. Our experimentation shows that traffic engineering can indeed trigger IP topology reconfiguration to increase overall network throughput due to a reduced average weighted-hop-distance, defined as WHD= flow hop flow. We have also conducted a ( i, j) N ( i, j) N simulation study on the performance benefits of topology reconfiguration. The result is reported elsewhere. To study the application impact, the network convergence, and the network performance due to reconfiguration, we designed the following scenario (see Table 1.) The traffic demand is made of four flows, namely f13, f14, f23, and f24. There does not exist a better way, in the topology before reconfiguration, to route/reroute any flows to exploit unused link capacity (e.g. links between and ). Therefore, without reconfiguration, there is no room to further increase the total throughput. The same set of flows, however, can each alone occupy a full link in the reconfigured topology. This scenario clearly shows the additional advantage in reconfiguration-based traffic engineering over fixed topology multi-path routing. We used the ttcp utility to generate the intended UDP flows, and to collect the per flow statistics. The results are listed in Table 1. The average rate at the transmitter side in Table 1 reflects how much demand a transmitter can push into the network under current network loading status. The average rate at the receiver side is the actual sustained throughput, and is normally smaller than its transmitter peer because of packet loss. In this experiment, observe that the two-hop flows (i.e. f14 and f23) got higher throughput than singlehop flows (i.e. f13 and f24). This is because at a router such as, it services two flows: a single hop flow injected from user space, and a two-hop flow forwarded through this router in kernel space. The kernel level forwarding process is favored over the user level injection process. As a result, the two-hop flow gets more share of resource resulting in higher throughput. In contrast, all four flows can be fully 79

5 Table 1 Performance comparison of different network topologies under the same traffic load. topology flow end point total bytes total packets average rate (Mbps) packet size WHD Tx 819,200, , f13 Rx 816,406,528 99, f14 Tx 819,200, , Rx 811,294,720 99, f23 Tx 819,200, , Rx 814,407,680 99, before reconfig. Tx 819,200, , f24 Rx 818,896,896 99, Tx 819,200, , f13 Rx 818,331,648 99, ,192 bytes f14 Tx 819,200, , Rx 818,257,920 99, f23 Tx 819,200, , Rx 815,865,856 99, Tx 819,200, , f24 Rx 818,216,960 99, after reconfig. reconfiguration convergence related measurements over the testbed. Table 2 Reconfiguration time over testbed. Per switch t setup t lr (s) t wdm-c t if t ip-c setup time (s) (s) (s) (s) (s) supported in the new reconfigured topology. Consequently, throughput of each and every flow got increased. Using traffic engineering as a triggering mechanism, we have conducted reconfiguration convergence testing and collected measurements. convergence time is related to its timer tuple setting, (hello interval, router dead interval, poll interval, retransmission interval, transit delay interval). By default, the timer tuple has these values (10s, 40s, 120s, 5s, 1s) as suggested in the specification [5]. By suitably tuning timers, the routing convergence time can be reduced. Based on this tuple setting (5s, 15s, 10s, 5s, 1s), we have observed the reconfiguration convergence time between 19 to 20 seconds. The reconfiguration process time is shown in Table 2. Setting the timer tuple into a much smaller internal, e.g. hello interval in milliseconds, will result in more control traffic in the network. Without QoS mechanisms to queue the control packets in front of data packets, the network may be hard to converge. To study the application impact, we have setup different end-to-end applications including RealVideo and HTTPbased MPEG movie broadcasts over our testbed. We observed and measured the effects of IP topology reconfiguration on these applications flows. In all cases, the TCP data flows of host applications fully recovered when the topology reconfiguration process converges. VI. CONCLUSIONS In this paper, we have introduced a reconfiguration model for overlay IP/WDM networks after reviewing IP over WDM internetworking architectural issues. We have constructed an IP over WDM network testbed using Telcordia MONET WADMs and have developed a trafficengineering triggered reconfiguration system prototype based on the GMPLS/MPλS framework. We performed traffic engineering experiments and collected ACKNOWLEDGEMENT The authors wish to thank Gee-Kung Chang, Brian Meagher, and Jeffery Young, for their help on SuperNet testbed network setup. The material presented here is based partially upon work supported by the Defense Advanced Research Projects Agency under Contract F C Any opinions, findings and conclusions or recommendations expressed in this material are those of the authors and do not necessarily reflect the views of the Defense Advanced Research Projects Agency, or the US Government. REFERENCES [1] Wei J.Y., et. al, "Network control and management for next generation Internet," IEICE Transactions on Communications, Vol.E83-B, No.10, pp , Oct [2] Mannie E., editor, Generalized Multi-Protocol Label Switching (GMPLS) Architecture, IETF Internet Draft, Feb 2001, [3] Aboul-Magd O. S., et al., "IP over optical networks: a framework", Aug 2000, [4] Kompella K., et al., Extensions to IS-IS/ and in support of MPL(ambda)S, IETF Internet Draft, Feb 2000, [5] Moy J., Version 2, IETF RFC 2328, Apr

Synergies Between Optical and Packet Rings

Synergies Between Optical and Packet Rings Synergies Between Optical and Packet Rings Nasir Ghani Sorrento Networks Inc http://www.sorrentonet.com 50 th IETF Meeting, Minneapolis, MN, March 2001 50 th IETF Meeting, Minneapolis, MN, March 2001 Page

More information

The LSP Protection/Restoration Mechanism in GMPLS. Ziying Chen

The LSP Protection/Restoration Mechanism in GMPLS. Ziying Chen The LSP Protection/Restoration Mechanism in GMPLS by Ziying Chen The LSP Protection/Restoration Mechanism in GMPLS by Ziying Chen A graduation project submitted to the Faculty of Graduate and Postdoctoral

More information

Multi Protocol Label Switching

Multi Protocol Label Switching MPLS Multi-Protocol Label Switching Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Network Management and QoS Provisioning - 1 MPLS: introduction

More information

Optical networking technology

Optical networking technology 1 Optical networking technology Technological advances in semiconductor products have essentially been the primary driver for the growth of networking that led to improvements and simplification in the

More information

Master s Thesis. Title. Supervisor Professor Masayuki Murata. Author Yuki Koizumi. February 15th, 2006

Master s Thesis. Title. Supervisor Professor Masayuki Murata. Author Yuki Koizumi. February 15th, 2006 Master s Thesis Title Cross-Layer Traffic Engineering in IP over WDM Networks Supervisor Professor Masayuki Murata Author Yuki Koizumi February 15th, 2006 Graduate School of Information Science and Technology

More information

Multi-Protocol Lambda Switching for Packet, Lambda, and Fiber Network

Multi-Protocol Lambda Switching for Packet, Lambda, and Fiber Network Multi-Protocol Lambda Switching for Packet, Lambda, and Fiber Network Jun Kyun Choi Tel) (042) 866-6122 1 Contents Backgrounds for Optical Network Review of SONET/SDH Technologies Motivations for IP over

More information

6 MPLS Model User Guide

6 MPLS Model User Guide 6 MPLS Model User Guide Multi-Protocol Label Switching (MPLS) is a multi-layer switching technology that uses labels to determine how packets are forwarded through a network. The first part of this document

More information

MPLS Multi-Protocol Label Switching

MPLS Multi-Protocol Label Switching MPLS Multi-Protocol Label Switching Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Computer Networks Design and Management - 1 MPLS: introduction

More information

Core Networks Evolution

Core Networks Evolution Core Networks Evolution Prof. Daniel Kofman daniel.kofman@enst.fr Telecom Paris - ENST Content Any Service, Any Time, Everywhere, Everyone Towards the triple play and beyond Main trends in Core Networks

More information

GMPLS Overview Generalized MPLS

GMPLS Overview Generalized MPLS GMPLS Overview Generalized MPLS Hanyang Univ ( jijung@hanyang.ac.kr ) Outline GMPLS Overview Draft-ietf-ccamp-gmpls-architecture-00.txt GMPLS IGP Extension Draft-ietf-ccamp-ospf-gmpls-extensions-00.txt

More information

RFC 3945 GMPLS Architecture October Table of Contents

RFC 3945 GMPLS Architecture October Table of Contents Network Working Group E. Mannie, Ed. Request for Comments: 3945 October 2004 Category: Standards Track Generalized Multi-Protocol Label Switching (GMPLS) Architecture Status of this Memo This document

More information

ECE442 Communications Lecture 4. Optical Networks

ECE442 Communications Lecture 4. Optical Networks ECE442 Communications Lecture 4. Optical Networks Husheng Li Dept. of Electrical Engineering and Computer Science Spring, 2014 Network Elements 1 WDM networks provide circuit switched end-to-end optical

More information

Network Configuration Example

Network Configuration Example Network Configuration Example GMPLS Modified: 2016-12-14 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All rights reserved. Juniper Networks, Junos,

More information

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF

LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF LARGE SCALE IP ROUTING LECTURE BY SEBASTIAN GRAF MODULE 05 MULTIPROTOCOL LABEL SWITCHING (MPLS) AND LABEL DISTRIBUTION PROTOCOL (LDP) 1 by Xantaro IP Routing In IP networks, each router makes an independent

More information

Complexity in Multi-level Restoration and Protection Strategies in Data Networking

Complexity in Multi-level Restoration and Protection Strategies in Data Networking Complexity in Multi-level Restoration and Protection Strategies in Data Networking mailto:dward@cisco.com October, 2002 NANOG 1 What makes it complex? Multi-technology network viewed as a stack of singlelayered

More information

Company Overview. Network Overview

Company Overview. Network Overview Company Overview InfiniComm is an imaginary Internet Service Provider (ISP) in the United States that owns its fiber transmission facilities as well as a Layer 2 switching infrastructure (ATM) across the

More information

1. INTRODUCTION light tree First Generation Second Generation Third Generation

1. INTRODUCTION light tree First Generation Second Generation Third Generation 1. INTRODUCTION Today, there is a general consensus that, in the near future, wide area networks (WAN)(such as, a nation wide backbone network) will be based on Wavelength Division Multiplexed (WDM) optical

More information

New Approaches to Optical Packet Switching in Carrier Networks. Thomas C. McDermott Chiaro Networks Richardson, Texas

New Approaches to Optical Packet Switching in Carrier Networks. Thomas C. McDermott Chiaro Networks Richardson, Texas New Approaches to Optical Packet Switching in Carrier Networks Thomas C. McDermott Chiaro Networks Richardson, Texas Outline Introduction, Vision, Problem statement Approaches to Optical Packet Switching

More information

The Emerging Optical Control Plane

The Emerging Optical Control Plane The Emerging Optical Control Plane Traditional transport networks can be modeled as the interaction of two operating planes: a transport plane and a management plane. In this model, the transport plane

More information

Optical Communications and Networking 朱祖勍. Nov. 27, 2017

Optical Communications and Networking 朱祖勍. Nov. 27, 2017 Optical Communications and Networking Nov. 27, 2017 1 What is a Core Network? A core network is the central part of a telecommunication network that provides services to customers who are connected by

More information

Recent Developments in Optical Networking

Recent Developments in Optical Networking Recent Developments in Optical Networking Raj Jain The Ohio State University Columbus, OH 43210 Nayna Networks Milpitas, CA 95035 Email: Jain@ACM.Org http://www.cis.ohio-state.edu/~jain/ 1 Overview! All-Optical

More information

Survivability Architectures for Service Independent Access Points to Multiwavelength Optical Wide Area Networks

Survivability Architectures for Service Independent Access Points to Multiwavelength Optical Wide Area Networks Survivability Architectures for Service Independent Access Points to Multiwavelength Optical Wide Area Networks Master s Thesis Defense Ananth Nagarajan EECS Department, University of Kansas 10/13/98 Outline

More information

MPLS Multi-protocol label switching Mario Baldi Politecnico di Torino (Technical University of Torino)

MPLS Multi-protocol label switching Mario Baldi Politecnico di Torino (Technical University of Torino) MPLS Multi-protocol label switching Mario Baldi Politecnico di Torino (Technical University of Torino) http://staff.polito.it/mario.baldi MPLS - 1 From MPLS Forum Documents MPLS is the enabling technology

More information

Resilient IP Backbones. Debanjan Saha Tellium, Inc.

Resilient IP Backbones. Debanjan Saha Tellium, Inc. Resilient IP Backbones Debanjan Saha Tellium, Inc. dsaha@tellium.com 1 Outline Industry overview IP backbone alternatives IP-over-DWDM IP-over-OTN Traffic routing & planning Network case studies Research

More information

Simulation of All Optical Networks

Simulation of All Optical Networks Simulation of All Optical Networks Raul Valls Aranda Communication Department Polytechnic University of Valencia (UPV) C/ Camino de Vera s/n Valencia, Spain Pablo A. Beneit Mayordomo Communication Department

More information

Request for Comments: 3717 Category: Informational Marconi Communications D. Awduche MCI March 2004

Request for Comments: 3717 Category: Informational Marconi Communications D. Awduche MCI March 2004 Network Working Group Request for Comments: 3717 Category: Informational B. Rajagopalan Consultant J. Luciani Marconi Communications D. Awduche MCI March 2004 Status of this Memo IP over Optical Networks:

More information

Techniques and Protocols for Improving Network Availability

Techniques and Protocols for Improving Network Availability Techniques and Protocols for Improving Network Availability Don Troshynski dtroshynski@avici.com February 26th, 2004 Outline of Talk The Problem Common Convergence Solutions An Advanced Solution: RAPID

More information

IP over WDM Networks

IP over WDM Networks IP over WDM Networks N. Chandhok 1, A. Durresi 1, R. Jagannathan 1, S. Seetharaman 1, K. Vinodkrishnan 1 and Raj Jain 2 1 The Ohio State University 2015 Neil Ave., Columbus, OH, 43210, Phone: (614)-688-5610

More information

End-To-End Signaling and Routing for Optical IP Networks

End-To-End Signaling and Routing for Optical IP Networks End-To-End Signaling and Routing for Optical IP Networks Mark Joseph Francisco, Lambros Pezoulas, Changcheng Huang, Ioannis Lambadaris Carleton University Department of Systems and Computer Engineering

More information

Multiwavelength Optical Networking Management and Control

Multiwavelength Optical Networking Management and Control 2038 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 18, NO. 12, DECEMBER 2000 Multiwavelength Optical Networking Management and Control Brian J. Wilson, Ned G. Stoffel, Jorge L. Pastor, Mike J. Post, Kevin H. Liu,

More information

Overview of GMPLS Protocols and Standardization

Overview of GMPLS Protocols and Standardization Overview of GMPLS Protocols and Standardization Kohei Shiomoto Abstract MPLS (multiprotocol label ing) introduced the concept of label ing in IP layer-2 networks to facilitate network operation using a

More information

Internet Traffic Characteristics. How to take care of the Bursty IP traffic in Optical Networks

Internet Traffic Characteristics. How to take care of the Bursty IP traffic in Optical Networks Internet Traffic Characteristics Bursty Internet Traffic Statistical aggregation of the bursty data leads to the efficiency of the Internet. Large Variation in Source Bandwidth 10BaseT (10Mb/s), 100BaseT(100Mb/s),

More information

Signaling schemes for distributed connection management in wavelength-routed optical mesh networks

Signaling schemes for distributed connection management in wavelength-routed optical mesh networks Signaling schemes for distributed connection management in wavelength-routed optical mesh networks Lu Shen, Xi Yang and Byrav Ramamurthy Department of Computer Science and Engineering University of Nebraska

More information

10 Gigabit Ethernet, Metro WDM, MPLS, MPLS Traffic Engineering

10 Gigabit Ethernet, Metro WDM, MPLS, MPLS Traffic Engineering 10 Gigabit Ethernet, Metro WDM, MPLS, MPLS Traffic Engineering 29th Speedup Workshop on Distributed Computing and High-Speed Networks Berne University Switzerland March 22-23, 23, 2001 3007 1367_06_2000_c2

More information

MPLS Intro. Cosmin Dumitru March 14, University of Amsterdam System and Network Engineering Research Group ...

MPLS Intro. Cosmin Dumitru March 14, University of Amsterdam System and Network Engineering Research Group ... MPLS Intro Cosmin Dumitru c.dumitru@uva.nl University of Amsterdam System and Network Engineering Research Group March 14, 2011 Disclaimer Information presented in these slides may be slightly biased towards

More information

OSPF IN OPTICAL NETWORKS

OSPF IN OPTICAL NETWORKS Analysis of Enhanced OSPF for Routing Lightpaths in Optical Mesh Networks Sudipta Sengupta, Debanjan Saha, and Sid Chaudhuri Tellium, Inc., 2 Crescent Place PO Box 91 Oceanport, NJ 7757-91, USA. Abstract

More information

MPLS etc.. MPLS is not alone TEST. 26 April 2016 AN. Multi-Protocol Label Switching MPLS-TP FEC PBB-TE VPLS ISIS-TE MPƛS GMPLS SR RSVP-TE OSPF-TE PCEP

MPLS etc.. MPLS is not alone TEST. 26 April 2016 AN. Multi-Protocol Label Switching MPLS-TP FEC PBB-TE VPLS ISIS-TE MPƛS GMPLS SR RSVP-TE OSPF-TE PCEP Multi-Protocol Label Switching MPLS-TP FEC VPLS PBB-TE MPLS etc.. MPLS is not alone LDP MPLS-TE LABEL MP-BGP LSP TAG H-VPLS 26 April 2016 AN TEST GMPLS SR T-MPLS ISIS-TE MPƛS OSPF-TE PCEP Multi-Protocol

More information

Dynamic GMPLS-based Establishment of Bidirectional Connections in All-Optical Networks

Dynamic GMPLS-based Establishment of Bidirectional Connections in All-Optical Networks Dynamic GMPLS-based Establishment of Bidirectional Connections in All-Optical Networks Ricardo Martinez, Raül Muñoz Centre Tecnològic de Telecomunicacions de Catalunya, Spain {ricardo.martinez, raul.munoz}@cttc.es

More information

Alcatel-Lucent. Converged Backbone Transformation (CBT) Release 2.0 Provisioning Reference

Alcatel-Lucent. Converged Backbone Transformation (CBT) Release 2.0 Provisioning Reference Alcatel-Lucent Converged Backbone Transformation (CBT) Release.0 Provisioning Reference 3MM-0100-ADAB-GAZZZA ISSUE 1 November 010 Alcatel, Lucent, Alcatel-Lucent and the Alcatel-Lucent logo are trademarks

More information

SPARE CAPACITY MODELLING AND ITS APPLICATIONS IN SURVIVABLE IP-OVER-OPTICAL NETWORKS

SPARE CAPACITY MODELLING AND ITS APPLICATIONS IN SURVIVABLE IP-OVER-OPTICAL NETWORKS SPARE CAPACITY MODELLING AND ITS APPLICATIONS IN SURVIVABLE IP-OVER-OPTICAL NETWORKS D. Harle, S. Albarrak, F. Ali Department of Electrical and Electronic Engineering, University of Strathclyde, U. K {d.harle,sbarrak,

More information

Multi Protocol Label Switching (an introduction) Karst Koymans. Thursday, March 12, 2015

Multi Protocol Label Switching (an introduction) Karst Koymans. Thursday, March 12, 2015 .. MPLS Multi Protocol Label Switching (an introduction) Karst Koymans Informatics Institute University of Amsterdam (version 4.3, 2015/03/09 13:07:57) Thursday, March 12, 2015 Karst Koymans (UvA) MPLS

More information

Evolution of Protection Technologies in Metro Core Optical Networks

Evolution of Protection Technologies in Metro Core Optical Networks University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2006 Evolution of Protection Technologies in Metro Core Optical Networks

More information

OSPF Protocol Overview on page 187. OSPF Standards on page 188. OSPF Area Terminology on page 188. OSPF Routing Algorithm on page 190

OSPF Protocol Overview on page 187. OSPF Standards on page 188. OSPF Area Terminology on page 188. OSPF Routing Algorithm on page 190 Chapter 17 OSPF Protocol Overview The Open Shortest Path First (OSPF) protocol is an interior gateway protocol (IGP) that routes packets within a single autonomous system (AS). OSPF uses link-state information

More information

MPLS in Optical Networks

MPLS in Optical Networks MPLS in Optical Networks An analysis of the features of MPLS and Generalized MPLS and their application to Optical Networks, with reference to the Link Management Protocol and Optical UNI. Version 2: October

More information

Optical Fiber Communications. Optical Networks- unit 5

Optical Fiber Communications. Optical Networks- unit 5 Optical Fiber Communications Optical Networks- unit 5 Network Terminology Stations are devices that network subscribers use to communicate. A network is a collection of interconnected stations. A node

More information

Configuring GMPLS with CLI

Configuring GMPLS with CLI GMPLS Configuring GMPLS with CLI This section provides information to configure UNI GMPLS using the command line interface. Topics in this section include: GMPLS Configuration Overview on page 462 LMP

More information

Generalized Multiprotocol Label Switching (GMPLS)

Generalized Multiprotocol Label Switching (GMPLS) Generalized Multiprotocol Label Switching (GMPLS) Definition and Overview The premise of multiprotocol label switching (MPLS) is to speed up packet forwarding and provide for traffic engineering in Internet

More information

EXTENDING GENERALIZED MULTI PROTOCOL LABEL SWITCHING TO CONFIGURABLE ALL-OPTICAL NETWORKS

EXTENDING GENERALIZED MULTI PROTOCOL LABEL SWITCHING TO CONFIGURABLE ALL-OPTICAL NETWORKS EXTENDING GENERALIZED MULTI PROTOCOL LABEL SWITCHING TO CONFIGURABLE ALL-OPTICAL NETWORKS Jane M. Simmons, Adel A. M. Saleh, Lotfi Benmohamed Corvis Corporation 7065 Gateway Drive Columbia, MD 21046 Phone:

More information

Introduction to IEEE 802.1Qca Path Control and Reservation

Introduction to IEEE 802.1Qca Path Control and Reservation www.huawei.com Introduction to IEEE 802.1Qca Path Control and Reservation Authors: Hesham ElBakoury Version: 1.0 HUAWEI TECHNOLOGIES CO., LTD. GOAL Present the scope main concepts of the new IEEE 802.1Qca

More information

Open Shortest Path First (OSPF)

Open Shortest Path First (OSPF) CHAPTER 42 Open Shortest Path First (OSPF) Background Open Shortest Path First (OSPF) is a routing protocol developed for Internet Protocol (IP) networks by the interior gateway protocol (IGP) working

More information

Functional validation of the cooperation between Virtual Network Topology Manager and Path Computation Element

Functional validation of the cooperation between Virtual Network Topology Manager and Path Computation Element Functional validation of the cooperation between Virtual Network Topology Manager and Path Computation Element O. Gonzalez de Dios, M. Cuaresma, S. Martinez, F. Muñoz, V. Lopez, J.P. Fernández-Palacios

More information

Lambda Networks DWDM. Vara Varavithya Department of Electrical Engineering King Mongkut s Institute of Technology North Bangkok

Lambda Networks DWDM. Vara Varavithya Department of Electrical Engineering King Mongkut s Institute of Technology North Bangkok Lambda Networks DWDM Vara Varavithya Department of Electrical Engineering King Mongkut s Institute of Technology North Bangkok vara@kmitnb.ac.th Treads in Communication Information: High Speed, Anywhere,

More information

Programmatic Interface to Routing

Programmatic Interface to Routing Programmatic Interface to Routing NANOG 61 Draft version, slides will be updated before presentation Applications and Networks Routing system players: the Application and the Network. Different interdependent

More information

Bidirectional Forwarding Detection (BFD) NANOG 39

Bidirectional Forwarding Detection (BFD) NANOG 39 An Introduction to Bidirectional Forwarding Detection (BFD) NANOG 39 Aamer Akhter / aa@cisco.com ECMD, cisco Systems 1 Why BFD? Methods needed to quickly determine forwarding failure Not everything is

More information

MPLS Networks: Design and Routing Functions

MPLS Networks: Design and Routing Functions MPLS Networks: Design and Routing Functions Course Description This course provides an understanding of how MPLS works its advantages and limitations and how it can be deployed to provide effective services

More information

Internetworking Part 1

Internetworking Part 1 CMPE 344 Computer Networks Spring 2012 Internetworking Part 1 Reading: Peterson and Davie, 3.1 22/03/2012 1 Not all networks are directly connected Limit to how many hosts can be attached Point-to-point:

More information

Link Failure Recovery for MPLS Networks with Multicasting

Link Failure Recovery for MPLS Networks with Multicasting 1/33 Link Failure Recovery for MPLS Networks with Multicasting Master s Thesis Presentation August 12 th, 2002 Yvan Pointurier Advisor: Jörg Liebeherr Multimedia Networks Group Department of Computer Science

More information

Ahmed Benallegue RMDCN workshop on the migration to IP/VPN 1/54

Ahmed Benallegue RMDCN workshop on the migration to IP/VPN 1/54 MPLS Technology Overview Ahmed Benallegue A.Benallegue@ecmwf.int RMDCN workshop on the migration to IP/VPN 1/54 Plan 1. MPLS basics 2. The MPLS approach 3. Label distribution RSVP-TE 4. Traffic Engineering

More information

Interdomain Routing In Optical Networks

Interdomain Routing In Optical Networks Interdomain Routing In Optical Networks Mark Joseph Francisco, Stephen Simpson, Lambros Pezoulas, Changcheng Huang, Ioannis Lambadaris Carleton University, 1125 Colonel By Drive, Ottawa, ON K1S 5B6 Dept.

More information

QUESTION: 1 You have been asked to establish a design that will allow your company to migrate from a WAN service to a Layer 3 VPN service. In your des

QUESTION: 1 You have been asked to establish a design that will allow your company to migrate from a WAN service to a Layer 3 VPN service. In your des Vendor: Cisco Exam Code: 352-001 Exam Name: ADVDESIGN Version: Demo www.dumpspdf.com QUESTION: 1 You have been asked to establish a design that will allow your company to migrate from a WAN service to

More information

TCP/IP THE TCP/IP ARCHITECTURE

TCP/IP THE TCP/IP ARCHITECTURE TCP/IP-1 The Internet Protocol (IP) enables communications across a vast and heterogeneous collection of networks that are based on different technologies. Any host computer that is connected to the Internet

More information

Operation Manual BFD-GR H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual BFD-GR H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents... 1-1 1.1 Introduction to BFD... 1-1 1.1.1 How BFD Works... 1-1 1.1.2 BFD Packet Format... 1-3 1.1.3 Protocols and Standards... 1-5 1.2 BFD Configuration Task List...

More information

Multicast OLSP Establishment Scheme in OVPN over IP/GMPLS over DWDM

Multicast OLSP Establishment Scheme in OVPN over IP/GMPLS over DWDM Multicast OLSP Establishment Scheme in OVPN over IP/GMPLS over DWDM Jeong-Mi Kim 1, Oh-Han Kang 2, Jae-Il Jung 3, and Sung-Un Kim 1,4 1 Pukyong National University, 599-1 Daeyeon 3-Dong Nam-Gu, Busan,

More information

Generalized MPLS UNI Introduction and Deployment

Generalized MPLS UNI Introduction and Deployment Generalized MPLS UNI Introduction and Deployment BRKMPL-3010 Santiago Álvarez Distinguished Engineer saalvare@cisco.com Agenda Motivation Technology Overview Dynamic Optical Path Setup Diverse Optical

More information

An Experimental Analysis on OSPF-TE Convergence Time

An Experimental Analysis on OSPF-TE Convergence Time An Experimental Analysis on OSPF-TE Convergence Time S. Huang* a, K. Kitayama a, F. Cugini b, F. Paolucci c, A. Giorgetti c, L. Valcarenghi c, P. Castoldi c a Osaka University, Osaka, Japan; b CNIT, Pisa,

More information

Chapter 7: Routing Dynamically. Routing & Switching

Chapter 7: Routing Dynamically. Routing & Switching Chapter 7: Routing Dynamically Routing & Switching The Evolution of Dynamic Routing Protocols Dynamic routing protocols used in networks since the late 1980s Newer versions support the communication based

More information

Grid Tutorial Networking

Grid Tutorial Networking Grid Tutorial Networking Laukik Chitnis Sanjay Ranka Outline Motivation Key Issues and Challenges Emerging protocols DWDM MPLS, GMPLS Network Infrastructure Internet2 Abilene and HOPI NLR and FLR Gloriad

More information

Configuring MPLS L3VPN

Configuring MPLS L3VPN Contents Configuring MPLS L3VPN 1 MPLS L3VPN overview 1 Introduction to MPLS L3VPN 1 MPLS L3VPN concepts 2 MPLS L3VPN packet forwarding 5 MPLS L3VPN networking schemes 5 MPLS L3VPN routing information

More information

Charles Perkins Nokia Research Center 2 July Mobility Support in IPv6 <draft-ietf-mobileip-ipv6-14.txt> Status of This Memo

Charles Perkins Nokia Research Center 2 July Mobility Support in IPv6 <draft-ietf-mobileip-ipv6-14.txt> Status of This Memo IETF Mobile IP Working Group INTERNET-DRAFT David B. Johnson Rice University Charles Perkins Nokia Research Center 2 July 2000 Mobility Support in IPv6 Status of This

More information

for Metropolitan Area Networks MPLS No. 106 Technology White Paper Abstract

for Metropolitan Area Networks MPLS No. 106 Technology White Paper Abstract No. 106 Technology White Paper Page: 1 of 7 MPLS for Metropolitan Area Networks Abstract The demand for bandwidth in Metropolitan Area Networks (MANs) and the increased availability of fiber has created

More information

MPLS Multi-protocol label switching Mario Baldi Politecnico di Torino (Technical University of Torino)

MPLS Multi-protocol label switching Mario Baldi Politecnico di Torino (Technical University of Torino) MPLS Multi-protocol label switching Mario Baldi Politecnico di Torino (Technical University of Torino) http://staff.polito.it/mario.baldi MPLS - 1 MPLS - 2 Copyright notice This set of transparencies,

More information

TEQUILA Engineering Approach

TEQUILA Engineering Approach TEQUILA Approach David Griffin University College London, UK Premium IP Cluster Joint Review, 3-4 April 2001 Overview Service Subscription GUI Forecast Service Subscription LDAP Service Subscriptions Repository

More information

On an IP-Centric Optical Control Plane

On an IP-Centric Optical Control Plane INTELLIGENCE IN OPTICAL NETWORKS On an IP-Centric Optical Control Plane Chunsheng Xin, Yinghua Ye, Ti-Shiang Wang, and Sudhir Dixit, Nokia Research Center Chunming Qiao, SUNY Buffalo Myungsik Yoo, Soongsil

More information

Telematics Chapter 7: MPLS

Telematics Chapter 7: MPLS Telematics Chapter 7: MPLS User watching video clip Beispielbild Application Layer Presentation Layer Session Layer Transport Layer Server with video clips Application Layer Presentation Layer Session

More information

MPLS Label Distribution Protocol (LDP)

MPLS Label Distribution Protocol (LDP) MPLS Label Distribution Protocol (LDP) Feature History Release 12.0(10)ST 12.0(14)ST 12.1(2)T 12.1(8a)E 12.2(2)T 12.2(4)T 12.0(21)ST 12.0(22)S Modification This feature was introduced in Cisco IOS Release

More information

Measuring MPLS overhead

Measuring MPLS overhead Measuring MPLS overhead A. Pescapè +*, S. P. Romano +, M. Esposito +*, S. Avallone +, G. Ventre +* * ITEM - Laboratorio Nazionale CINI per l Informatica e la Telematica Multimediali Via Diocleziano, 328

More information

CS610- Computer Network Solved Subjective From Midterm Papers

CS610- Computer Network Solved Subjective From Midterm Papers Solved Subjective From Midterm Papers May 08,2012 MC100401285 Moaaz.pk@gmail.com Mc100401285@gmail.com PSMD01 CS610- Computer Network Midterm Examination - Fall 2011 1. Where are destination and source

More information

IP Routing Volume Organization

IP Routing Volume Organization IP Routing Volume Organization Manual Version 20091105-C-1.03 Product Version Release 6300 series Organization The IP Routing Volume is organized as follows: Features IP Routing Overview Static Routing

More information

Optical + Ethernet: Converging the Transport Network. An Overview

Optical + Ethernet: Converging the Transport Network. An Overview Optical + Ethernet: Converging the Transport Network An Overview Trends Regional Optical Networks for Research Locally-managed fiber termination points Locally-organized peering relationships Locally-controlled

More information

MPLS TRAFFIC ENGINEERING: A CHOICE OF SIGNALING PROTOCOLS

MPLS TRAFFIC ENGINEERING: A CHOICE OF SIGNALING PROTOCOLS MPLS TRAFFIC ENGINEERING: A CHOICE OF SIGNALING PROTOCOLS Analysis of the similarities and differences between the two primary MPLS label distribution protocols: RSVP and CR-LDP January 17, 2000 Paul Brittain,

More information

The Role of MPLS-TP in Evolved packet transport

The Role of MPLS-TP in Evolved packet transport Slide title um 48 pt The Role of MPLS-TP in Evolved packet transport e subtitle um 30 pt John Volkering Consulting Engineer Ericsson Product Area IP& Broadband Today s transport architectures the layered

More information

030220PIL-WS03.ppt Copyright by NTT 2003 Page 1. IP Control Plane Generalized MPLS

030220PIL-WS03.ppt Copyright by NTT 2003 Page 1. IP Control Plane Generalized MPLS B.GMPLS GMPLS 2003220 Page 1 Generalized MPLS GMPLS IP/MPLS L2SW TDM Lambda Fiber IP Control Plane Generalized MPLS GMPLS) IP Network IP Network -MPLS LSR - Optical Cross-Connect (OXC) -ATM switch -TDM

More information

Network Protocols. Routing. TDC375 Autumn 03/04 John Kristoff - DePaul University 1

Network Protocols. Routing. TDC375 Autumn 03/04 John Kristoff - DePaul University 1 Network Protocols Routing TDC375 Autumn 03/04 John Kristoff - DePaul University 1 IPv4 unicast routing All Internet hosts perform basic routing for local net destinations, forward to local host for non-local

More information

Module 1. Introduction. Version 2, CSE IIT, Kharagpur

Module 1. Introduction. Version 2, CSE IIT, Kharagpur Module 1 Introduction Version 2, CSE IIT, Kharagpur Introduction In this module we shall highlight some of the basic aspects of computer networks in two lessons. In lesson 1.1 we shall start with the historical

More information

MPLS OAM Technology White Paper

MPLS OAM Technology White Paper MPLS OAM Technology White Paper Issue 01 Date 2012-10-30 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without

More information

TEMPORARY DOCUMENT. Attached is a clean copy of Draft Recommendation X.84. TD 1143 Rev3 is the source document used to produce this clean version.

TEMPORARY DOCUMENT. Attached is a clean copy of Draft Recommendation X.84. TD 1143 Rev3 is the source document used to produce this clean version. INTERNATIONAL TELECOMMUNICATION UNION STUDY GROUP 17 TELECOMMUNICATION STANDARDIZATION SECTOR STUDY PERIOD 2001-2004 English only Original: English Question(s): 5/17 Geneva, 10-19 March 2004 Source: Title:

More information

MPLS & Frame Relay Alliance. MPLS PVC User to Network Interface. Implementation Agreement MPLS & FR 2.0.1

MPLS & Frame Relay Alliance. MPLS PVC User to Network Interface. Implementation Agreement MPLS & FR 2.0.1 MPLS & Frame Relay Alliance MPLS PVC User to Network Interface Implementation Agreement MPLS & FR 2.0.1 MPLS & Frame Relay Alliance Technical Committee May 2003 Note: The user s attention is called to

More information

Configuring Rapid PVST+

Configuring Rapid PVST+ This chapter describes how to configure the Rapid per VLAN Spanning Tree (Rapid PVST+) protocol on Cisco NX-OS devices using Cisco Data Center Manager (DCNM) for LAN. For more information about the Cisco

More information

OSPF Sham-Link Support for MPLS VPN

OSPF Sham-Link Support for MPLS VPN Feature History Release Modification 12.2(8)T This feature was introduced. This module describes how to configure and use a sham-link to connect Virtual Private Network (VPN) client sites that run the

More information

Keywords RIP, OSPF, IGP, EGP, AS, LSA

Keywords RIP, OSPF, IGP, EGP, AS, LSA Volume 4, Issue 2, February 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Evolution of

More information

Pseudo Wire Emulation Edge to Edge (PWE3) and Multi-Protocol Label Switching (MPLS)

Pseudo Wire Emulation Edge to Edge (PWE3) and Multi-Protocol Label Switching (MPLS) Pseudo Wire Emulation Edge to Edge (PWE3) and Multi-Protocol Label Switching (MPLS) Course Description Network transport service providers and their users are seeking to rationalize their networks by migrating

More information

Interface The exit interface a packet will take when destined for a specific network.

Interface The exit interface a packet will take when destined for a specific network. The Network Layer The Network layer (also called layer 3) manages device addressing, tracks the location of devices on the network, and determines the best way to move data, which means that the Network

More information

OPTICAL NETWORKS. Optical Metro Networks. A. Gençata İTÜ, Dept. Computer Engineering 2005

OPTICAL NETWORKS. Optical Metro Networks. A. Gençata İTÜ, Dept. Computer Engineering 2005 OPTICAL NETWORKS Optical Metro Networks A. Gençata İTÜ, Dept. Computer Engineering 2005 Introduction Telecommunications networks are normally segmented in a three-tier hierarchy: Access, metropolitan,

More information

MPLS VPN Carrier Supporting Carrier

MPLS VPN Carrier Supporting Carrier MPLS VPN Carrier Supporting Carrier Feature History Release 12.0(14)ST 12.0(16)ST 12.2(8)T 12.0(21)ST 12.0(22)S 12.0(23)S Modification This feature was introduced in Cisco IOS Release 12.0(14)ST. Support

More information

FlexE Router Card. 5G Ready. HUAWEI 50GE Flex Ethernet Card. Introduction. About EANTC. Table of Contents

FlexE Router Card. 5G Ready. HUAWEI 50GE Flex Ethernet Card. Introduction. About EANTC. Table of Contents About EANTC EANTC (European Advanced Networking Test Center) is internationally recognized as one of the world's leading independent test centers for telecommunication technologies. Based in Berlin, the

More information

Configuring Rapid PVST+ Using NX-OS

Configuring Rapid PVST+ Using NX-OS Configuring Rapid PVST+ Using NX-OS This chapter describes how to configure the Rapid per VLAN Spanning Tree (Rapid PVST+) protocol on Cisco NX-OS devices. This chapter includes the following sections:

More information

CE Ethernet Operation

CE Ethernet Operation 25 CHAPTER Note The terms "Unidirectional Path Switched Ring" and "UPSR" may appear in Cisco literature. These terms do not refer to using Cisco ONS 15xxx products in a unidirectional path switched ring

More information

CS 5520/ECE 5590NA: Network Architecture I Spring Lecture 13: UDP and TCP

CS 5520/ECE 5590NA: Network Architecture I Spring Lecture 13: UDP and TCP CS 5520/ECE 5590NA: Network Architecture I Spring 2008 Lecture 13: UDP and TCP Most recent lectures discussed mechanisms to make better use of the IP address space, Internet control messages, and layering

More information

THE MPLS JOURNEY FROM CONNECTIVITY TO FULL SERVICE NETWORKS. Sangeeta Anand Vice President Product Management Cisco Systems.

THE MPLS JOURNEY FROM CONNECTIVITY TO FULL SERVICE NETWORKS. Sangeeta Anand Vice President Product Management Cisco Systems. THE MPLS JOURNEY FROM CONNECTIVITY TO FULL SERVICE NETWORKS Sangeeta Anand Vice President Product Management Cisco Systems October 20, 2003 1 Agenda Introducing the Full Service Network The MPLS Journey

More information

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents

Operation Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration... 1-1 1.1 Introduction... 1-1 1.1.1 Static Route... 1-1 1.1.2 Default Route... 1-1 1.1.3 Application Environment of Static Routing...

More information