MPLS Core Networks Николай Милованов/Nikolay Milovanov

Size: px
Start display at page:

Download "MPLS Core Networks Николай Милованов/Nikolay Milovanov"

Transcription

1 Tuning Core Routing Protocols Николай Милованов/Nikolay Milovanov

2 Contents ISIS overview ISIS tuning 2

3 ISIS overview 3

4 IP routing design requirements Requirements towards the IGP protocols: Scalability Stable Secure Fast convergence. 4

5 ISIS overview IS-IS id Link-state protocol with a hierarchical concept of areas. It uses the concept of propagating topological information to the associated areas (reliable flooding) Dijkstra algorithm to compute loop-free least-cost paths to every node in the connected areas. ISIS is based on CLNS addressing IS-IS was originally designed within the ISO primarily for the CLNS protocol, but later IP prefix propagation has been added to IS-IS (at the moment IS-IS has its own working group in the IETF). IP, CLNS, other address prefixes are somehow external to the linkstate protocol and that pure SPF computation is not dealing with any IP protocol addresses, but only with nodes and links. Address prefixes reachability in ISIS is computed on top of the Dijkstra computation. 5

6 ISIS/OSPF common stuff They both maintain a link state database from which a Dijkstra-based SPF algorithm computes a shortest-path tree They both use Hello packets to form and maintain adjacencies They both use areas to form a two-level hierarchical topology They both have the capability of providing address summarization between areas They both are classless protocols (support VLSM) They both elect a designated router to represent on broadcast networks Even if you have Broadcast media in Service Provider Core network stick to PtoP. 6

7 Hierarchy of ISIS OSI IS-IS routing makes use of two-level hierarchical routing : The backbone is called level 2 (L2) Areas are called level 1 (L1) 7

8 IS-IS Hierarchy L1 Routers Intra-area routing Neighbors only in the same area A routing domain is partitioned into areas and L1 routers have information about their own area Can not know the identity of routers or destinations outside of their area Level 1-only routers look at the attached-bit in level 1 LSPs to find the closest L1/L2 router in the area Use the closest L1/L2 router to exit the area 8

9 IS-IS Hierarchy L2 Routers Inter-area routing May have neighbors in other areas Know the level 2 topology Know which addresses are reachable via each level 2 router Do not need to know the topology within any level 1 area, except to the extent that a level 2 router may also be a level 1 router within a single area (called L1/L2 routers and it has L1 and L2 LSDBs) Can exchange data packets or routing information directly with external routers located outside of the its area 9

10 ISIS Hierarchy 10

11 ISIS vs OSPF area Design OSPF The border is inside routers (ABRs) Each link belongs to one area 11

12 ISIS vs OSPF area Design ISIS Each IS-IS router belongs to exactly one area. IS-IS is more flexible when extending the backbone. 12

13 ISIS areas Area borders are on links, not on routers All the routers are completely within an area Routers that connect areas are Level 2 routers, and routers that have no direct connectivity to another area are Level 1 routers L1 routers are analogous to OSPF nonbackbone internal routers, and L2 routers are analogous to OSPF backbone routers, and L1L2 routers are analogous to OSPF ABRs L1L2 routers must maintain both a level 1 link state database and a level 2 link state database L1L2 routers do not advertise L2 routes to L1 routers, so L1 routers have no knowledge of destinations outside of its own area. Therefore, L1 routers are similar to routers in an OSPF totally stubby area L1L2 routers maintaining separate level 1 and level 2 link state databases will calculate separate SPF trees for the level 1 and level 2 topology 13

14 ISIS routing logic L1 router: for a destination address, compare the area ID to this area. If not equal, pass to nearest L1/L2 router. If equal, use L1 database to route by system ID L1/L2 router: for a destination address, compare the area ID to this area. If not equal, use L2 database to route by area ID If equal, use L1 database to route by system ID 14

15 ISIS packets IS-IS Hello Packets (Used for maintaining adjacencies) Sends hello packet every 10 sec, dead interval time is 30 sec ESH ISH IIH Link State Packets Called LSPs Contains all information about one router, such as connected IP prefixes, area addresses, etc One LSP per router PSNP Reqeusting and confirming the link state information. CSNP when distribute the complete link state database 15

16 ISIS Hellos 16

17 ISIS operation Send Hellos and build adjacencies Create an LSP and flood it to neighbors Receive all LSPs from neighbors Run the SPF algorithm to calculate topology Run PRC (Partial Route Calculation) to calculate IP routing info. Newly received LSPs trigger SPF and/or PRC calculations 17

18 SPF algorithm - overview For the SPF algorithm to work, it requires all routers in the OSPF\IS-IS network to know about links and all the other routers in the same network. OSPF encode its link-state information in Link State Advertisements (LSAs) and floods it. IS-IS encode its information in a Link State Packet (LSP). When the initial data collection process is completed, OSPF \ IS- IS process runs the Dijkstra Shortest Path First algorithm to find the shortest path from itself to all the other routers in the network. The same process happen on each router in the network. When the algorithm processing is completed, all the routers have a similar table and consistent routing can start. 18

19 SPF runtime operation Dijkstra algorithm put the router as the root of a tree and calculate the shortest path to each destination. While the overall picture on all routers is similar (they all have the same routers and links), each router look differently at the result as the point of view is personal. It is just like in life you share a room with 3 other people, each one stand in a different corner. When you are asked to describe an object you describe the exact same object but it does look a bit different from different angels. When any change is noticed (link state change), SPF start the calculation all over and re-build the map. OSPF ability to use many areas is a way to reduce these frequent updates as it has less routers per area. This is a major consideration when using a link-state protocol. 19

20 CLNS addressing OSI network-layer addressing is implemented with NSAP addresses. The NSAP address identifies any system in the OSI network. Various NSAP format are used in various system, as different protocols may use different representations of NSAP. Example aaaa.bbbb.cccc.00 Area = , SysID = aaaa.bbbb.cccc, Nsel = 00 If your loopback is So you may configure a sysid =

21 Why ISIS IS-IS is reliable. And Scalable. In the context of the MetroE design to have hundred of nodes in a single IS-IS area, and also supports the network to grow in the future without any scalability concerns. TE requires a link state protocol. IS-IS is a link state protocol. Development of new features for TE are typically introduced earlier for IS-IS than compared to OSPF Supports a 2-level hierarchy : level-1 (areas) and level-2 (backbone) All the prefixes are in single LSA packet. This helps tracing all routing information announced by a particular router IS-IS has been successfully deployed for many large ISPs ISIS is OSI protocol Integrated ISIS carry CLNS and IP addressing prefixes Less Resource Usage IS-IS databases contain one LSP per router in the routing domain 21

22 ISIS limitations Metrics are 6 bits wide (0 to 63) : Default interface metric is 10 unless manually specified. Therefore use wide metrics All areas are stub areas : Might result in suboptimal routing between areas No filtering allowed : All ISs must have the same view of an area (CLNS) IP address space summarization - possible 22

23 ISIS tuning 23

24 Questions The physical layer How fast can a down link be detected? Routing protocol convergence How fast can a routing protocol react to the topology change? Forwarding How fast can the forwarding engine on each router in the network adjust to the new paths that the routing protocol calculates? 24

25 Determine IS-IS: Single/Multiple Area Routing Level-1/Level-2 Routing policy Put everything that need needs something else then default route in L2 Put hosts that need only default route in L1 The routers in between shall be L1/L2 Simple Config Example router isis is-type level-2-only interface loopback 1 ip router isis isis circuit-type level-2-only interface loopback 10 ip router isis isis circuit-type level-2-only interface GigabitEthernet x/y ip router isis isis circuit-type level-2-only isis network point-to-point interface POS w/e.r #this is the link into the core ip router isis isis circuit-type level-2-only interface VLAN z #this is the link between PE routers (on the crossbar) ip router isis isis circuit-type level-2-only router isis passive-interface loopback 1 passive-interface loopback

26 Define ISIS metrics Use wide metrics Example Values Config example router isis is-type level-1-2 metric-style wide level-1-2 interface GigabitEthernetx/y ip router isis isis metric <metric> level

27 IS-IS: Timers and General Parameters The main reasons to change default timers in a network are to improve convergence time and reduce the amount of bandwidth used by regular update and keepalive traffic such as LSP, PSNP and IIH. Decreasing hello and hold timers can reduce re-convergence times but in a network with unstable links, this becomes a fine compromise. There is always a compromise between fast convergence times and network stability. Unstable networks with reduced timers will not only use unnecessary bandwidth with updates but also increase router CPU and memory usage because of the requirement to run the SPF and PRC computation 27

28 LSP Refresh Lsp-refresh-interval specifies the time in seconds the router will wait before refreshing and transmitting its own LSPs. It s important that the lsp-refresh-interval is lower than the max-lsp-lifetime in order for the LSP never to age-out. Config Example router isis max-lsp-lifetime lsp-refresh-interval Max-lsp-lifetime specifies the maximum lifetime in seconds specified in the LSP header. Routers use this timer to age-out and purge old LSPs. The recommendation is to increase this timer to the maximum of seconds (~18.7 hours). This will decrease the number of unnecessary LSP reflooding. 28

29 Exponential backoff timers Exponential backoff timers have been implemented in IS-IS to control the events of SPF computation, PRC computation and LSP generation. Prc-interval: specifies the number of seconds between two consecutive PRC calculations Spf-interval: specifies the number of seconds between two consecutive SPF calculations. Lsp-gen-interval: specifies the number of seconds between creating new versions of the same LSP. 29

30 Exponential backoff timers (Cont) Backoff timers syntax xxx-interval <MaxInt> [<InitWait> <Inc>] <MaxInt>maximum seconds between SPF run, PRC run or LSP generation. <InitWait>msec between first trigger and SPF run, PRC run or LSP generation. <Inc>msec between first and second SPF run, PRC run or LSP generation. The exponential backoff algorithm operates as follows: An initial event triggers SPF, PRC or LSP generation. <InitWait> determines the time between this event and the start of SPF, PRC or LSP generation in msec. <Inc>determines the amount of time in msec the router will wait in between consecutive SPF / PRC executions or LSP generations. This interval will be <Inc> between the first and second event, <2x Inc>between the second and third event, <4x Inc> between the third and fourth event, <8x Inc> between the fourth and fifth event and so on, until <MaxInt> has been reached. <MaxInt>determines the maximum amount of time in seconds the router will wait in between consecutive SPF / PRC executions or LSP generations. After 2 times <MaxInt> seconds without trigger, all timers are reset to their initial value of <InitWait>. Configuraiton example router isis spf-interval prc-interval lsp-gen-interval

31 Interface dampening The IP Event Dampening introduces a configurable exponential decay mechanism to suppress the effects of excessive interface flapping events on routing protocols and routing tables in the network. This feature allows the network operator to configure a router to automatically identify and selectively dampen a local interface that is flapping. The following routes will be affected by the int. dampening: Connected routes: The connected routes of dampened interfaces are not installed into the routing table. When a dampened interface is unsuppressed, the connected routes will be installed into the routing table if the interface is up. Static routes: Static routes assigned to a dampened interface are not installed into the routing table. When a dampened interface is unsuppressed, the static route will be installed to the routing table if the interface is up. Config Example interface GigabitEthernet 1/0 carrier-delay msec 16 isis network point-to-point dampening interface POS 2/0 carrier-delay msec 0 dampening 31

32 ISIS fast convergence IGP convergence in an MPLS core has an impact on the traffic from all the services supported by the MPLS core. It affects only the traffic between routers in the core network. For e.g., in the context of MPLS-L2/L3 VPN, the IGP convergence affects traffic flow from one PE to another PE. There are other factors (PE-CE routing, Multi Protocol BGP convergence, etc.) that also influence the data convergence for the traffic between VPN sites. 32

33 ISIS fast convergence (Cont) Fast Convergence at Adjacency Setup When a router reloads, packets forwarded to the router could be lost and the router would effectively behave like a black hole for a short while. This could happen because I/IS-IS considers an adjacency to be established and valid before CSNP packets have been exchanged and thus before the LSDBs of the neighbors have been fully synchronized. In a recent I/IS-IS implementation, a router will immediately flood its own LSP even before sending CSNP packets. This does not eliminate the black-holing problem illustrated above. However, given that the LSP is flooded immediately, the overload bit can be set to advise the rest of the network not to attempt to route transit traffic through the newly reloaded router. Example Configuration router isis set-overload-bit on-startup

34 ISIS fast convergence (Cont) Fast Down Detection Fast hellos Suppose that a certain protocol transmits a keepalive or hello packet every 10 seconds and declares a neighbor down after not hearing hello packets for 30 seconds. This is the maximum amount of time it takes for a neighbor failure to be detected, rather than the average amount of time. 34

35 ISIS fast convergence (Cont) Bidirectional Forwarding Detection (BFD) BFD is a form of fast hello at Layer 2.5. BFD is standard based approach that works with ISIS, OSPF, BGP 35

36 ISIS fast convergence (Cont) Incremental SPF The topology tree is used to populate the routing table with routes to IP networks. When changes occur, the entire SPT is recomputed. In many cases, the entire SPT need not be recomputed because most of the tree remains unchanged. Incremental SPF allows the system to recompute only the affected part of the tree. Recomputing only a portion of the tree rather than the entire tree results in faster IS-IS convergence and saves CPU resources. Incremental SPF computes only the steps needed to apply the changes in the network topology diagram. That process requires from the router to keep more information about the topology in order to apply the incremental changes. However incremental SPF reduces the demand of CPU. Configuration example router isis ispf level

37 ISIS fast convergence (Cont) Priority driven IP prefixes The IS-IS Support for Priority-Driven IP Prefix RIB Installation feature allows customers to designate a subset of IP prefixes for faster processing and installation in the global routing table as one way to achieve faster convergence. For example, Loopback addresses may need to be processed first to help BGP next hop reachability updated faster than other types of packets. Configuration Example Router(config)# int lo 1 Router(config-if)# isis tag 100 Router(config)# int lo 10 Router(config-if)# isis tag 200 Router(config)#router isis Router(config-router)# ip route priority high tag 100 Router(config-router)# ip route priority medium tag

38 ISIS fast convergence (Cont) Carrier Delay When an interface driver on a router detects a physical link failure (i.e. AIS, LOS or by other means), it will signal this failure to upper layers in the IOS operating system. This leads to one of the following log messages: As soon as router OS signals the link or line protocol going down, IS-IS will start to calculate the new topology by running SPF. After detecting a link failure, the interface driver will wait a certain time before signaling the link failure to upper layers. This interval is configurable on a per-interface basis using the interface configuration command carrierdelay. Configuration example interface GigE <X/Y> carrier-delay msec

39 Other ISIS parameters Log-adjacency-changes: causes I/IS-IS to generate a log message when an I/IS-IS adjacency changes state (up or down). Ignore-lsp-errors: allows the router to ignore I/IS-IS link-state packets that are received with internal checksum errors rather than purging the link-state packets. This will avoid purge and flood storms in case of bad checksums LSPs. This will be enabled by default. Passive-interface: allows I/IS-IS to include the IP prefix of an interface in its own LSP as internal but no I/IS-IS packets will be sent over the interface (IIH or LSPs). Hello padding: I/IS-IS Hello PDUs (IIH) are padded to the full MTU size by default. This can have a negative impact on time sensitive application traffic across low bandwidth interfaces or on interface buffer resources if fast hellos are being used. Hello padding will be disabled globally. 39

40 MPLS опорни мрежи MPLS core networks инж. Николай Милованов/Nikolay Milovanov

Routing Protocol - IS-IS

Routing Protocol - IS-IS Routing Protocol - IS-IS What is IS-IS? Intermediate System to Intermediate System intra-domain routing protocol :: IS, ES Is a Link State Protocol Is a dynamic routing protocol based on SPF routing algorithm

More information

IS-IS Operation. SANOG July, 2017 Gurgaon, INDIA

IS-IS Operation. SANOG July, 2017 Gurgaon, INDIA IS-IS Operation SANOG 30 14-18 July, 2017 Gurgaon, INDIA IS-IS Intermediate System to Intermediate System Designed for OSI networks to carry CLNS traffic (RFC1142 - ISO 10859) CLNP was to OSI, what IPv4/IPv6

More information

IS-IS for ISPs. ISP Workshops. Last updated 25 th August 2015

IS-IS for ISPs. ISP Workshops. Last updated 25 th August 2015 IS-IS for ISPs ISP Workshops Last updated 25 th August 2015 1 Configuring IS-IS in Cisco IOS p Starting IS-IS in Cisco IOS router isis [name] n Where the optional name can specify the name of the ISIS

More information

Fast IP Convergence. Section 4. Period from when a topology change occurs, to the moment when all the routers have a consistent view of the network.

Fast IP Convergence. Section 4. Period from when a topology change occurs, to the moment when all the routers have a consistent view of the network. Fast IP Convergence Section 4 2899_05_2001_c1 2001, Cisco Systems, Inc. All rights reserved. 1 IP Convergence Convergence Time Period from when a topology change occurs, to the moment when all the routers

More information

Introduction to IS-IS

Introduction to IS-IS Introduction to IS-IS ISP Workshops Last updated 28 November 2013 1 IS-IS p Intermediate System to Intermediate System p ISO 10589 specifies OSI IS-IS routing protocol for CLNS traffic n A Link State protocol

More information

IS-IS basic configuration 37 DIS election configuration 41 Configuring IS-IS route redistribution 45 IS-IS GR configuration example 49 IS-IS FRR

IS-IS basic configuration 37 DIS election configuration 41 Configuring IS-IS route redistribution 45 IS-IS GR configuration example 49 IS-IS FRR Contents Configuring IS-IS 1 IS-IS overview 1 Basic concepts 1 IS-IS area 3 IS-IS network type 5 IS-IS PDUs 6 Supported IS-IS features 13 Protocols and standards 15 IS-IS configuration task list 16 Configuring

More information

BSCI. Section 5. Intermediate System-to- Intermediate System (IS-IS)

BSCI. Section 5. Intermediate System-to- Intermediate System (IS-IS) BSCI Section 5 Intermediate System-to- Intermediate System () Intermediate System-to-Intermediate System () is a routing protocol developed by the ISO. It is a link-state protocol and behaves much like

More information

Cisco Building Scaleable Cisco Internetworks (BSCI) Practice Test. Version https://certkill.com

Cisco Building Scaleable Cisco Internetworks (BSCI) Practice Test. Version https://certkill.com Cisco 642-901 642-901 Building Scaleable Cisco Internetworks (BSCI) Practice Test Version 2.12 QUESTION NO: 1 Cisco 642-901: Practice Exam A company has a BGP network and a BGP route of 196.27.125.0/24

More information

Introduction to OSPF

Introduction to OSPF Introduction to OSPF 1 OSPF Open Shortest Path First Link state or SPF technology Developed by OSPF working group of IETF (RFC 1247) OSPFv2 standard described in RFC2328 Designed for: TCP/IP environment

More information

Introduction to OSPF

Introduction to OSPF Introduction to OSPF ISP/IXP Workshops ISP/IXP Workshops 1999, Cisco Systems, Inc. 1 Agenda OSPF Primer OSPF in Service Provider Networks OSPF BCP - Adding Networks OSPF Command Summary 2 OSPF Primer 3

More information

log-adjacency-changes (IS-IS), on page 3 lsp-full suppress, on page 4 lsp-refresh-interval (IS-IS), on page 9

log-adjacency-changes (IS-IS), on page 3 lsp-full suppress, on page 4 lsp-refresh-interval (IS-IS), on page 9 log-adjacency-changes (IS-IS), on page 3 lsp-full suppress, on page 4 lsp-gen-interval (IPX), on page 6 lsp-gen-interval (IS-IS), on page 7 lsp-refresh-interval (IS-IS), on page 9 max-area-addresses, on

More information

IS-IS. About IS-IS. About NET. This chapter describes the Intermediate System to Intermediate System (IS-IS) routing protocol.

IS-IS. About IS-IS. About NET. This chapter describes the Intermediate System to Intermediate System (IS-IS) routing protocol. This chapter describes the Intermediate System to Intermediate System () routing protocol. About, page 1 Prerequisites for, page 8 Guidelines for, page 8 Configure, page 8 Monitoring, page 23 History for,

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

Optimizations for Routing Protocol Stability and Convergence

Optimizations for Routing Protocol Stability and Convergence Optimizations for Routing Protocol Stability and Convergence Brian Daugherty, CSE, CCIE #5879 Higher Education and Research Network Initiatives bdaugher@cisco.com 1 Convergence? con ver gence (k?n-vûr

More information

IS-IS Overview and Basic Configuration

IS-IS Overview and Basic Configuration This module provides a technical overview of the Integrated Intermediate System-to-Intermediate System (IS-IS) routing protocol. IS-IS is a link-state Interior Gateway Protocol (IGP). Link-state protocols

More information

Configuring OSPF. Cisco s OSPF Implementation

Configuring OSPF. Cisco s OSPF Implementation Configuring OSPF This chapter describes how to configure OSPF. For a complete description of the OSPF commands in this chapter, refer to the OSPF s chapter of the Network Protocols Reference, Part 1. To

More information

FC LS Slovakia Expo Cisco Systems, Inc. All rights reserved. Cisco Public

FC LS Slovakia Expo Cisco Systems, Inc. All rights reserved. Cisco Public 1 Fast Convergence for Link State Protocols Scott Sturgess scsturge@cisco.com 2 FAST CONVERGENCE: Concept and Types of Failure 3 FC Concept Convergence is the ability of the network to restore from a link

More information

Configuring OSPF network management 39 Enabling message logging 39 Enabling the advertisement and reception of opaque LSAs 40 Configuring OSPF to

Configuring OSPF network management 39 Enabling message logging 39 Enabling the advertisement and reception of opaque LSAs 40 Configuring OSPF to Contents Configuring OSPF 1 Introduction to OSPF 1 Basic concepts 1 OSPF areas 3 Router types 6 OSPF network classification 7 DR and BDR 8 OSPF packet formats 9 Supported OSPF features 17 Protocols and

More information

Introduction to OSPF

Introduction to OSPF Introduction to OSPF ISP/IXP Workshops ISP/IXP Workshops 1999, Cisco Systems, Inc. 1 OSPF Dynamic Routing Protocol Link State technology Runs over IP, protocol 89 Designed by IETF for TCP/IP Supports VLSM

More information

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Interior Routing Protocols and High Availability.

Vendor: Alcatel-Lucent. Exam Code: 4A Exam Name: Alcatel-Lucent Interior Routing Protocols and High Availability. Vendor: Alcatel-Lucent Exam Code: 4A0-101 Exam Name: Alcatel-Lucent Interior Routing Protocols and High Availability Version: Demo QUESTION 1 When a router receives an IP packet, but does not find a match

More information

Configuring Integrated IS-IS Protocol Shutdown Support Maintaining Configuration Parameters

Configuring Integrated IS-IS Protocol Shutdown Support Maintaining Configuration Parameters Configuring Integrated IS-IS Protocol Shutdown Support Maintaining Configuration Parameters The Integrated IS-IS Protocol Shutdown Support Maintaining Configuration Parameters feature allows you to disable

More information

Logging neighbor state changes 38 Configuring OSPF network management 39 Enabling message logging 39 Enabling the advertisement and reception of

Logging neighbor state changes 38 Configuring OSPF network management 39 Enabling message logging 39 Enabling the advertisement and reception of Contents Configuring OSPF 1 Introduction to OSPF 1 Basic concepts 1 Area based OSPF network partition 3 Router types 6 OSPF network classification 7 DR and BDR 8 OSPF packet formats 9 Supported features

More information

Routing Protocols. Technology Description BGP CHAPTER

Routing Protocols. Technology Description BGP CHAPTER CHAPTER 11 This chapter describes the level of support that Cisco ANA provides for routing protocols, as follows: Technology Description, page 11-1 Information Model Objects (IMOs), page 11-3 Vendor-Specific

More information

OSPF Commands. Cisco IOS IP Command Reference, Volume 2 of 3: Routing Protocols IP2R-61

OSPF Commands. Cisco IOS IP Command Reference, Volume 2 of 3: Routing Protocols IP2R-61 OSPF Commands Use the commands in this chapter to configure and monitor the Open Shortest Path First (OSPF) routing protocol. For OSPF configuration information and examples, refer to the Configuring OSPF

More information

Chapter 16 OSPF Version 3 Commands

Chapter 16 OSPF Version 3 Commands Chapter 16 OSPF Version 3 Commands NOTE: The OSPF version 3 configuration level is present only on HP devices that support IPv6. area Assigns OSPF version 3 areas. You can assign an IPv4 address or a number

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

CCNA 3 (v v6.0) Chapter 5 Exam Answers % Full

CCNA 3 (v v6.0) Chapter 5 Exam Answers % Full CCNA 3 (v5.0.3 + v6.0) Chapter 5 Exam Answers 2017 100% Full ccnav6.com /ccna-3-v5-0-3-v6-0-chapter-5-exam-answers-2017-100-full.html CCNA Exam Answers 2017 CCNA 3 (v5.0.3 + v6.0) Chapter 5 Exam Answers

More information

OSPFv3 Commands. address-family (OSPFv3), page 4. authentication (OSPFv3), page 7

OSPFv3 Commands. address-family (OSPFv3), page 4. authentication (OSPFv3), page 7 This module describes the commands used to configure and monitor the IP Version 6 (IPv6) Open Shortest Path First Version 3 (OSPFv3) routing protocol. For detailed information about OSPFv3 concepts, configuration

More information

Table of Contents 1 Static Routing Configuration RIP Configuration 2-1

Table of Contents 1 Static Routing Configuration RIP Configuration 2-1 Table of Contents 1 Static Routing Configuration 1-1 Introduction 1-1 Static Route 1-1 Default Route 1-1 Application Environment of Static Routing 1-1 Configuring a Static Route 1-2 Configuration Prerequisites

More information

Symbols. Numerics I N D E X

Symbols. Numerics I N D E X I N D E X Symbols? (question mark), CLI help system, 126 Numerics A 2-router BGP topology, configuring, 279 284 4-router BGP topology, configuring, 266, 276 279 ABRs (area border routers), 9, 87, 95, 141

More information

Passit4Sure.4A Questions 4A Alcatel-Lucent Interior Routing Protocols and High Availability

Passit4Sure.4A Questions 4A Alcatel-Lucent Interior Routing Protocols and High Availability Passit4Sure.4A0-101.300Questions Number: 4A0-101 Passing Score: 800 Time Limit: 120 min File Version: 7.5 http://www.gratisexam.com/ 4A0-101 Alcatel-Lucent Interior Routing Protocols and High Availability

More information

ABR (Area Border Router), 206, 216 access, dedicated networks, 23 access layer, three-layer hierarchical design model, 6

ABR (Area Border Router), 206, 216 access, dedicated networks, 23 access layer, three-layer hierarchical design model, 6 1358_fmi.book Page 460 Thursday, May 27, 2004 2:21 PM A ABR (Area Border Router), 206, 216 access, dedicated networks, 23 access layer, three-layer hierarchical design model, 6 access lists, scalable networks,

More information

OSPF Commands on Cisco IOS XR Software

OSPF Commands on Cisco IOS XR Software This module describes the commands used to configure and monitor the Open Shortest Path First (OSPF) routing protocol. For detailed information about OSPF concepts, configuration tasks, and examples, see

More information

Link State Routing. Link State Packets. Link State Protocol. Link State Protocols Basic ideas Problems and pitfalls

Link State Routing. Link State Packets. Link State Protocol. Link State Protocols Basic ideas Problems and pitfalls Link State Routing In particular OSPF Karst Koymans Informatics Institute University of Amsterdam (version 16.3, 2017/03/09 11:25:31) Tuesday, March 7, 2017 Link State Protocols Basic ideas Problems and

More information

OSPF Commands. adjacency stagger, page 7. authentication-key (OSPF), page 14

OSPF Commands. adjacency stagger, page 7. authentication-key (OSPF), page 14 OSPF Commands This module describes the commands used to configure and monitor the Open Shortest Path First (OSPF) routing protocol. For detailed information about OSPF concepts, configuration tasks, and

More information

Operation Manual Routing Protocol. Table of Contents

Operation Manual Routing Protocol. Table of Contents Table of Contents Table of Contents Chapter 1 IP Routing Protocol Overview... 1-1 1.1 Introduction to IP Route and Routing Table... 1-1 1.1.1 IP Route... 1-1 1.1.2 Routing Table... 1-1 1.2 Routing Management

More information

IP Routing: ISIS Configuration Guide

IP Routing: ISIS Configuration Guide Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information

9.1. Routing Protocols

9.1. Routing Protocols 9.1. Routing Protocols Each organization that has been assigned a network address from an ISP is considered an autonomous system (AS). That organization is free to create one large network, or divide the

More information

Cisco.Actualtests v by.DD.70q

Cisco.Actualtests v by.DD.70q Cisco.Actualtests.642-775.v2012-09-17.by.DD.70q Number: Cisco 642-775 Passing Score: 800 Time Limit: 120 min File Version: Version: 4.1 http://www.gratisexam.com/ Maintaining Cisco Service Provider Routing

More information

TDC 363 Introduction to LANs

TDC 363 Introduction to LANs TDC 363 Introduction to LANs OSPF Greg Brewster DePaul University TDC 363 Greg Brewster, DePaul University 1 OSPF Link State Routing Algorithms Open Shortest Path First (OSPF) Message Types Operations

More information

IS-IS Commands. distribute-list in (IS-IS), on page 25 fast-reroute per-prefix (IS-IS), on page 29

IS-IS Commands. distribute-list in (IS-IS), on page 25 fast-reroute per-prefix (IS-IS), on page 29 This module describes the commands used to configure and monitor the Intermediate System-to-Intermediate System (IS-IS). For detailed information about IS-IS concepts, configuration tasks, and examples,

More information

Introduction to OSPF OSPF. Link State Routing. Link State. Fast Convergence. Low Bandwidth Utilisation

Introduction to OSPF OSPF. Link State Routing. Link State. Fast Convergence. Low Bandwidth Utilisation Introduction to OSPF ISP/IP Workshops OSPF Open Shortest Path First Link state or SPF technology Developed by OSPF working group of IETF (RFC 47) Designed for TCP/IP Internet environment Fast convergence

More information

OSPF. Unless otherwise noted, OSPF refers to OSPFv2 throughout this document.

OSPF. Unless otherwise noted, OSPF refers to OSPFv2 throughout this document. Open Shortest Path First () is a link state based interior gateway protocol developed by the working group of the Internet Engineering Task Force (IETF). At present, version 2 (RFC2328) is used. Introduction

More information

OSPF Commands on Cisco ASR 9000 Series Router

OSPF Commands on Cisco ASR 9000 Series Router OSPF Commands on Cisco ASR 9000 Series Router This module describes the commands used to configure and monitor the Open Shortest Path First (OSPF) routing protocol. For detailed information about OSPF

More information

Chapter 15 OSPF Commands

Chapter 15 OSPF Commands Chapter 15 OSPF Commands NOTE: This chapter contains information about OSPF version 2 commands only. For information about OSPF version 3 commands, see OSPF Version 3 Commands on page 16-1. area Assigns

More information

IP Routing Tecnologie e Protocolli per Internet II rev 1

IP Routing Tecnologie e Protocolli per Internet II rev 1 IP Routing Tecnologie e Protocolli per Internet II rev 1 Andrea Detti Electronic Engineering dept. E-mail: andrea.detti@uniroma2.it Some sources: Cisco CCNA Routing and Switching ICND1 and ICND2 Slide

More information

Chapter 8 Configuring OSPF

Chapter 8 Configuring OSPF Chapter 8 Configuring OSPF This chapter describes how to configure OSPF on HP routing switches using the CLI and Web management interface. To display OSPF configuration information and statistics, see

More information

Configuring OSPF. Finding Feature Information. Contents

Configuring OSPF. Finding Feature Information. Contents Configuring OSPF First Published: May 5, 2008 Last Updated: March 18 2011 This module describes how to configure Open Shortest Path First (OSPF). OSPF is an Interior Gateway Protocol (IGP) developed by

More information

Deployment and Analysis of Link State Protocols

Deployment and Analysis of Link State Protocols Deployment and Analysis of Link State Protocols Session 2 Copyright Printed in USA. Agenda Pre-Requisite Link State Protocol Refresher Fundamental Deployment and Analysis OSPF Configuration Examples ISIS

More information

Configuring OSPF. Finding Feature Information

Configuring OSPF. Finding Feature Information This module describes how to configure Open Shortest Path First (OSPF). OSPF is an Interior Gateway Protocol (IGP) developed by the OSPF working group of the Internet Engineering Task Force (IETF). OSPF

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

BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public

BRKRST Cisco and/or its affiliates. All rights reserved. Cisco Public Deploying OSPF in a Large-Scale Networks 2 Agenda Market Segments Service Provider Deployments Enterprise Deployments Design Best Practices Fast Convergence 3 Market Segments Market Segments Service Providers

More information

IPv6 Routing: IS-IS Support for IPv6

IPv6 Routing: IS-IS Support for IPv6 This module describes how to configure Integrated Intermediate System-to-Intermediate System (IS-IS) for IPv6. IS-IS is an Interior Gateway Protocol (IGP) that advertises link-state information throughout

More information

Planning for Information Network

Planning for Information Network Planning for Information Network Lecture 8: Network Routing Protocols Assistant Teacher Samraa Adnan Al-Asadi 1 Routing protocol features There are many ways to characterize routing protocols, including

More information

ECMP Load Balancing. MPLS: Layer 3 VPNs Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series) 1

ECMP Load Balancing. MPLS: Layer 3 VPNs Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series) 1 Equal-cost multi-path routing (ECMP) is a routing strategy where next-hop packet forwarding to a single destination can occur over multiple "best paths" which tie for top place in routing metric calculations.

More information

Implementing IS-IS for IPv6

Implementing IS-IS for IPv6 Implementing IS-IS for IPv6 Last Updated: July 31, 2012 This module describes how to configure Integrated Intermediate System-to-Intermediate System (IS-IS) for IPv6. IS-IS is an Interior Gateway Protocol

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

Configuring BGP community 43 Configuring a BGP route reflector 44 Configuring a BGP confederation 44 Configuring BGP GR 45 Enabling Guard route

Configuring BGP community 43 Configuring a BGP route reflector 44 Configuring a BGP confederation 44 Configuring BGP GR 45 Enabling Guard route Contents Configuring BGP 1 Overview 1 BGP speaker and BGP peer 1 BGP message types 1 BGP path attributes 2 BGP route selection 6 BGP route advertisement rules 6 BGP load balancing 6 Settlements for problems

More information

OSPF Commands: A through Z

OSPF Commands: A through Z OSPF Commands: A through Z area nssa, page 3 area nssa translate, page 5 area virtual-link, page 9 capability vrf-lite, page 13 capability vrf-lite (OSPFv3), page 15 clear ip ospf, page 17 compatible rfc1587,

More information

OSPFv3 Address Families

OSPFv3 Address Families The Open Shortest Path First version 3 (OSPFv3) address families feature enables both IPv4 and IPv6 unicast traffic to be supported. With this feature, users may have two processes per interface, but only

More information

OSPFv3 Address Families

OSPFv3 Address Families The Open Shortest Path First version 3 (OSPFv3) address families feature enables both IPv4 and IPv6 unicast traffic to be supported. With this feature, users may have two processes per interface, but only

More information

Integrated IS-IS Commands

Integrated IS-IS Commands Integrated IS-IS Commands Use the commands in this chapter to configure and monitor the Intermediate System-to-Intermediate System (IS-IS) protocol. For IS-IS configuration information and examples, refer

More information

Lecture 12: Link-state Routing. Lecture 12 Overview. Router Tasks. CSE 123: Computer Networks Chris Kanich. Routing overview

Lecture 12: Link-state Routing. Lecture 12 Overview. Router Tasks. CSE 123: Computer Networks Chris Kanich. Routing overview Lecture : Link-state Routing CSE 3: Computer Networks Chris Kanich Lecture Overview Routing overview Intra vs. Inter-domain routing Link-state routing protocols CSE 3 Lecture : Link-state Routing Router

More information

Internet Routing Protocols Tuba Saltürk

Internet Routing Protocols Tuba Saltürk Internet Routing Protocols 15505068 Tuba Saltürk Outline Internet Routers Routing Protocol Interior Gateway Protocol (IGP) Distance- Vector Routing Protocol Routing Information Protocol (RIP) Interior

More information

Reducing Failure Detection Times in IS-IS Networks

Reducing Failure Detection Times in IS-IS Networks Reducing Failure Detection Times in IS-IS Networks This module describes how to customize IS-IS configuration to help you achieve fast convergence in your network. This module describes how to configure

More information

Configuring OSPF. Finding Feature Information

Configuring OSPF. Finding Feature Information This module describes how to configure Open Shortest Path First (OSPF). OSPF is an Interior Gateway Protocol (IGP) developed by the OSPF working group of the Internet Engineering Task Force (IETF). OSPF

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

CSCD 433/533 Advanced Networks Spring 2016

CSCD 433/533 Advanced Networks Spring 2016 CSCD 433/533 Advanced Networks Spring 2016 Lecture 13 Router Algorithms and Design Chapter 5 1 Topics Router Algorithms Routing in General Hierarchical routing Interior Gateway Protocols OSPF mention of

More information

Integrated IS-IS CHAPTER 4. ISO Network Entity Title (NET)

Integrated IS-IS CHAPTER 4. ISO Network Entity Title (NET) CHAPTER 4 Integrated IS-IS This chapter provides information and commands concerning the following Intermediate System-to-Intermediate System (IS-IS) topics: ISO Network Entity Title (NET) Rules for creating

More information

4A Alcatel-Lucent. Alcatel-Lucent Interior Routing Protocols and High Availability

4A Alcatel-Lucent. Alcatel-Lucent Interior Routing Protocols and High Availability Alcatel-Lucent 4A0-101 Alcatel-Lucent Interior Routing Protocols and High Availability Download Full Version : http://killexams.com/pass4sure/exam-detail/4a0-101 QUESTION: 297 Click on the exhibit. In

More information

Contents. Configuring EVI 1

Contents. Configuring EVI 1 Contents Configuring EVI 1 Overview 1 Layer 2 connectivity extension issues 1 Network topologies 2 Terminology 3 Working mechanism 4 Placement of Layer 3 gateways 6 ARP flood suppression 7 Selective flood

More information

Network Working Group. Redback H. Smit. Procket Networks. October Domain-wide Prefix Distribution with Two-Level IS-IS

Network Working Group. Redback H. Smit. Procket Networks. October Domain-wide Prefix Distribution with Two-Level IS-IS Network Working Group Request for Comments: 2966 Category: Informational T. Li Procket Networks T. Przygienda Redback H. Smit Procket Networks October 2000 Status of this Memo Domain-wide Prefix Distribution

More information

IPv6 Commands: sn to v

IPv6 Commands: sn to v IPv6 Commands: sn to v sntp address, page 3 spd extended-headroom, page 5 spd headroom, page 7 spf-interval (IPv6), page 9 split-horizon (IPv6 RIP), page 11 standby ipv6, page 13 summary-prefix (IPv6 IS-IS),

More information

Lab 4: Routing using OSPF

Lab 4: Routing using OSPF Network Topology:- Lab 4: Routing using OSPF Device Interface IP Address Subnet Mask Gateway/Clock Description Rate Fa 0/0 172.16.1.17 255.255.255.240 ----- R1 LAN R1 Se 0/0/0 192.168.10.1 255.255.255.252

More information

Link State Routing. Link State Packets. Link State Protocol. Link State Protocols Basic ideas Problems and pitfalls

Link State Routing. Link State Packets. Link State Protocol. Link State Protocols Basic ideas Problems and pitfalls Link State Routing In particular OSPF Karst Koymans Informatics Institute University of Amsterdam (version 17.4, 2017/11/30 12:33:57) Tuesday, November 28, 2017 Link State Protocols Basic ideas Problems

More information

IPv6 Routing: IS-IS Support for IPv6

IPv6 Routing: IS-IS Support for IPv6 This module describes how to configure Integrated Intermediate System-to-Intermediate System (IS-IS) for IPv6. IS-IS is an Interior Gateway Protocol (IGP) that advertises link-state information throughout

More information

IS-IS Configuration Commands. Generic Commands. shutdown IS-IS XRS Routing Protocols Guide Page 533. Syntax [no] shutdown

IS-IS Configuration Commands. Generic Commands. shutdown IS-IS XRS Routing Protocols Guide Page 533. Syntax [no] shutdown IS-IS IS-IS Configuration Commands Generic Commands shutdown Syntax [no] shutdown config>router>isis>interface ip-int-name config>router>isis>if>level level-number config>router>isis>if>segment-routing

More information

Configuring Networking Protocols

Configuring Networking Protocols 11 CHAPTER This chapter describes how to configure the ML-Series card for supported IP routing protocols. It is intended to provide enough information for a network administrator to get the protocols up

More information

Module 1b IS-IS. Prerequisites: The setup section of Module 1. The following will be the common topology used for the first series of labs.

Module 1b IS-IS. Prerequisites: The setup section of Module 1. The following will be the common topology used for the first series of labs. Module 1b IS-IS Objective: Create a basic physical lab interconnection with one IS-IS Area. Ensure that all routers, interfaces, cables and connections are working properly. Prerequisites: The setup section

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

Migrating from OSPF to IS-IS

Migrating from OSPF to IS-IS Migrating from OSPF to IS-IS Philip Smith philip@nsrc.org SAFNOG 2 7 th -8 th April 2015 Mbabane Last updated 27 March 2014 1 Presentation slides p Available at: n http://bgp4all.com/ftp/seminars/safnog2-

More information

Basic Idea. Routing. Example. Routing by the Network

Basic Idea. Routing. Example. Routing by the Network Basic Idea Routing Routing table at each router/gateway When IP packet comes, destination address checked with routing table to find next hop address Questions: Route by host or by network? Routing table:

More information

Table of Contents 1 OSPF Configuration 1-1

Table of Contents 1 OSPF Configuration 1-1 Table of Contents 1 OSPF Configuration 1-1 Introduction to OSPF 1-1 Basic Concepts 1-2 OSPF Area Partition 1-4 Router Types 1-7 Classification of OSPF Networks 1-9 DR and BDR 1-9 OSPF Packet Formats 1-11

More information

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols

Top-Down Network Design, Ch. 7: Selecting Switching and Routing Protocols. Top-Down Network Design. Selecting Switching and Routing Protocols Top-Down Network Design Chapter Seven Selecting Switching and Routing Protocols Copyright 2010 Cisco Press & Priscilla Oppenheimer 1 Switching 2 Page 1 Objectives MAC address table Describe the features

More information

Detailed Analysis of ISIS Routing Protocol on the Qwest Backbone:

Detailed Analysis of ISIS Routing Protocol on the Qwest Backbone: Detailed Analysis of ISIS Routing Protocol on the Qwest Backbone: A recipe for subsecond ISIS convergence Cengiz Alaettinoglu cengiz@packetdesign.com Stephen Casner casner@packetdesign.com Packet Design

More information

MPLS VPN--Inter-AS Option AB

MPLS VPN--Inter-AS Option AB The feature combines the best functionality of an Inter-AS Option (10) A and Inter-AS Option (10) B network to allow a Multiprotocol Label Switching (MPLS) Virtual Private Network (VPN) service provider

More information

Routing by the Network

Routing by the Network Routing Basic Idea Routing table at each router/gateway When IP packet comes, destination address checked with routing table to find next hop address Questions: Route by host or by network? Routing table:

More information

OSPF. OSPF processs can be enabled on 2 levels

OSPF. OSPF processs can be enabled on 2 levels OSPF UDP port 89 Metic cost Link state protocol Flood the link state information in the entire topology Builds the topology table Stores in LSDB Runs SPF(Djsktra algorithm) for best path to reach destination

More information

2008 NDP Lectures 7 th Semester

2008 NDP Lectures 7 th Semester 2008 NDP Lectures 7 th Semester Neeli R. Prasad, Associate Professor Head of Wireless Security and Sensor Networks Group Networking and Security Aalborg University Niels Jernes Vej 12, 9220 Aalborg East,

More information

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

Command Manual IPv4 Routing H3C S3610&S5510 Series Ethernet Switches. Table of Contents Table of Contents Table of Contents Chapter 1 Static Routing Configuration Commands... 1-1 1.1 Static Routing Configuration Commands... 1-1 1.1.1 delete static-routes all... 1-1 1.1.2 ip route-static...

More information

Dynamics of Hot-Potato Routing in IP Networks

Dynamics of Hot-Potato Routing in IP Networks Dynamics of Hot-Potato Routing in IP Networks Jennifer Rexford AT&T Labs Research http://www.research.att.com/~jrex Joint work with Renata Teixeira (UCSD), Aman Shaikh (AT&T), and Timothy Griffin (Intel)

More information

OSPFv3 Address Families

OSPFv3 Address Families The Open Shortest Path First version 3 (OSPFv3) address families feature enables both IPv4 and IPv6 unicast traffic to be supported. With this feature, users may have two processes per interface, but only

More information

Introduction to Routing

Introduction to Routing 1 Introduction to Routing Session 2 Presentation_ID.scr 1 Agenda Addressing Concepts Routing Protocols Statics and Defaults 3 ISO OSI Reference Model Routing Information Protocol (RIP and RIPv2) L7 L6

More information

Configuring OSPF. Finding Feature Information. Last Updated: June 24, 2011

Configuring OSPF. Finding Feature Information. Last Updated: June 24, 2011 Configuring OSPF Finding Feature Information Configuring OSPF Last Updated: June 24, 2011 This module describes how to configure Open Shortest Path First (OSPF). OSPF is an Interior Gateway Protocol (IGP)

More information

OSPF. About OSPF. CLI Book 1: Cisco ASA Series General Operations CLI Configuration Guide, 9.4 1

OSPF. About OSPF. CLI Book 1: Cisco ASA Series General Operations CLI Configuration Guide, 9.4 1 This chapter describes how to configure the Cisco ASA to route data, perform authentication, and redistribute routing information using the Open Shortest Path First () routing protocol. About, page 1 Guidelines

More information

Creating Multiple OSPF Areas. 2001, Cisco Systems, Inc. 6-1

Creating Multiple OSPF Areas. 2001, Cisco Systems, Inc. 6-1 Creating Multiple OSPF Areas 6-1 Issues with Maintaining a Large OSPF Network I am only receiving LSAs, no data. OSPF The SPF is running too often for me to route. OSPF OSPF OSPF OSPF My routing table

More information

REDDIG II Computer Networking Training

REDDIG II Computer Networking Training REDDIG II Computer Networking Training JM SANCHEZ / PH RASSAT -20/06/2012 Invierno 2011 Capacitacion en fabrica - CORPAC Dynamic Routing Dynamic Routing Function(s) of Dynamic Routing Protocols: Dynamically

More information

Alcatel-Lucent 7705 SERVICE AGGREGATION ROUTER OS RELEASE 5.0 ROUTING PROTOCOLS GUIDE ROUTING PROTOCOLS GUIDE

Alcatel-Lucent 7705 SERVICE AGGREGATION ROUTER OS RELEASE 5.0 ROUTING PROTOCOLS GUIDE ROUTING PROTOCOLS GUIDE ROUTING PROTOCOLS GUIDE Alcatel-Lucent 7705 SERVICE AGGREGATION ROUTER OS RELEASE 5.0 ROUTING PROTOCOLS GUIDE Alcatel-Lucent Proprietary This document contains proprietary information of Alcatel-Lucent

More information

5288_index Page 293 Tuesday, September 10, :05 PM. Index

5288_index Page 293 Tuesday, September 10, :05 PM. Index 5288_index Page 293 Tuesday, September 10, 2002 4:05 PM Index A Access layer, 174 Adjacency(ies), 23-25 Level 1 and Level 2, 76-77 three-way handshake to establish, 72-74 Administrative Group (Color) sub-

More information

IS-IS. In This Chapter XRS Routing Protocols Guide Page 449

IS-IS. In This Chapter XRS Routing Protocols Guide Page 449 IS-IS In This Chapter This chapter provides information to configure Intermediate System to Intermediate System (IS-IS). Topics in this chapter include: Configuring IS-IS on page 450 Routing on page 451

More information