Junos Intermediate Routing

Size: px
Start display at page:

Download "Junos Intermediate Routing"

Transcription

1 Junos Intermediate Routing Chapter 4: Open Shortest Path First 2012 Juniper Networks, Inc. All rights reserved. Worldwide Education Services

2 Chapter Objectives After successfully completing this chapter, you will be able to: Explain the operations of OSPF Describe the role of the designated router List and describe OSPF area types Configure, monitor, and troubleshoot OSPF 4-2

3 Agenda: Open Shortest Path First Overview of OSPF Adjacency Formation and the DR Election OSPF Scalability Configuring and Monitoring OSPF Basic OSPF Troubleshooting 4-3

4 An Overview of OSPF OSPF is a link-state IGP used within an AS OSPF floods link-state advertisements OSPF routers use the received LSAs to create a complete database of the network OSPF uses the shortest-path-first algorithm to calculate the best path to each destination network OSPF ISP X AS AS

5 The Link-State Database All OSPF routers maintain a copy of the database Database contents consist of information learned through LSAs and must match on all routers within an area SPF algorithm uses the contents of the link-state database as input data to calculate network paths R2 R1 R3 OSPF Area 0 R

6 OSPF Packet Types The five OSPF packet types include: Type 1 Type 2 Type 3 Type 4 Type 5 Hello Database Description Link-State Request Link-State Update Link-State Acknowledgment Link-state advertisements are flooded reliably using link-state requests, link-state updates, and link-state acknowledgments. R1 Link-State Request Link-State Update Link-State Acknowledgment R

7 Hello Packet Type 1 Type 2 Type 3 Type 4 Type 5 Hello Database Description Link-State Request Link-State Update Link-State Acknowledgment Multicast hello packets are used to establish and maintain OSPF neighbor relationships Sent to all OSPF routers address Consist of the OSPF header plus the following fields: Network mask* Hello interval* Dead interval* Options* Router priority Designated router Backup designated router Neighbor * Fields that must match to form an adjacency over a broadcast medium; a matching network mask is not required for point-to-point links 4-7

8 Database Description Packet Type 1 Type 2 Type 3 Type 4 Type 5 Hello Database Description Link-State Request Link-State Update Link-State Acknowledgment Database description packets are exchanged during adjacency formation to determine which router is in charge of the database exchange Describe the contents of the link-state database and consist of the OSPF header, a sequence number, and LSA headers 4-8

9 Link-State Request Packet Type 1 Type 2 Type 3 Type 4 Type 5 Hello Database Description Link-State Request Link-State Update Link-State Acknowledgment Link-state request packets are sent by an OSPF router when that router detects its database is stale Used to request precise version of database and consist of the OSPF header, link-state type, link-state ID, and advertising router R1 Link-State Request Link-State Update Link-State Acknowledgment R

10 Link-State Update Packet Type 1 Type 2 Type 3 Type 4 Type 5 Hello Database Description Link-State Request Link-State Update Link-State Acknowledgment Link-state update packets are the basic information block in OSPF and can carry multiple LSAs Transmitted using multicast to either the all OSPF routers address ( ) or the all DRs address ( ), and consist of the OSPF header, number of advertisements, and LSAs R1 R2 Link-State Request Link-State Update Link-State Acknowledgment

11 Link-State Acknowledgment Packet Type 1 Type 2 Type 3 Type 4 Type 5 Hello Database Description Link-State Request Link-State Update Link-State Acknowledgment Link-state acknowledgment packets are received in response to link-state update packets A single acknowledgment packet can include responses to multiple update packets and consist of the OSPF header and the LSA header R1 Link-State Request Link-State Update Link-State Acknowledgment R

12 Agenda: Open Shortest Path First Overview of OSPF Adjacency Formation and the DR Election OSPF Scalability Configuring and Monitoring OSPF Basic OSPF Troubleshooting

13 Adjacency Formation R1 R2 Down 2Way ExStart Exchange Hello (DR=0, Seen = 0) Hello (DR=RT2, Seen = RT1) Hello (DR=RT2, Seen = RT2) DD (Seq=x, Master) DD (Seq=y, Master) DD (Seq=y, Slave) DD (Seq=y+1, Master) DD (Seq=y+1, Slave) Down Init 2Way ExStart Exchange Loading Full DD (Seq=y+n, Master) DD (Seq=y+n, Slave) LS Request LS Update LS Request LS Update Full

14 Adjacency Optimization (1 of 3) By default, OSPF attempts to form adjacencies with all neighbors discovered on all interfaces On a broadcast media like Ethernet, this approach is suboptimal because it would require a full mesh of adjacencies Adjacencies

15 Adjacency Optimization (2 of 3) OSPF elects a DR to represent the segment Minimizes OSPF processes and reduces traffic on segment A BDR is also elected to recover if the DR fails DR BDR OSPF adjacencies are only formed with the DR and BDR. DR DR DROther DROther DROther

16 Adjacency Optimization (3 of 3) OSPF interface type point-to-point Used between adjacencies involving exactly two neighbors No DR/BDR election occurs Saves time getting the adjacency to a Full state Useful on back-to-back Ethernet links [edit protocols ospf] user@r1# show area { interface ge-1/0/0.0 { interface-type p2p; user@r1> show ospf interface Interface State Area DR ID BDR ID Nbrs ge-1/0/0.0 PtToPt

17 Electing the Designated Router Every OSPF router has a DR election priority Priority range is (default is 128) If two routers share the highest priority, the router with the highest RID is elected The election of a DR is a nondeterministic event An existing DR will not be replaced The first router on the segment within 40 seconds wins DR BDR Priority: 255 RID: DR DR Priority: 128 RID:

18 OSPF Neighbors Versus Adjacencies R1 (RID: ) R2 (RID: ) Adjacencies DR BDR DROther 2-way DROther R3 (RID: ) R4 (RID: ) show ospf neighbor Address Interface State ID Pri Dead ge-0/0/1.0 Full ge-0/0/1.0 Full ge-0/0/1.0 Full show ospf neighbor Address Interface State ID Pri Dead ge-0/0/1.0 Full ge-0/0/1.0 Full ge-0/0/1.0 2Way

19 Agenda: Open Shortest Path First Overview of OSPF Adjacency Formation and the DR Election OSPF Scalability Configuring and Monitoring OSPF Basic OSPF Troubleshooting

20 Scaling an OSPF Network Problem: As OSPF networks grow, so does the size of the link-state database, which can overload resources Area 0 Area 0 Solution: Implement OSPF areas to shrink the size of the link-state database Area 1 Area 0 Area 2 Area 1 Area 0 Area

21 OSPF Areas Area serves as backbone area and distributes routing information between attached areas. AS Areas Area Area Area An AS can be divided into smaller groups called areas LSA flooding can be constrained to an area, which effectively reduces the size of the link-state database All routers maintain an identical copy of the link-state database on a per-area basis

22 OSPF Routers Area border routers (ABRs) belong to Area and an attached area. Backbone routers have at least one link in OSPF Area AS Area Area Area ASBRs inject routing information from outside the OSPF domain. Internal routers have all OSPF links in the same area

23 OSPF Area Types Special stub area that allows external routes to be advertised from the area but not received from another area Intra-Area Routes Stub Area Does not carry external routes and cannot contain ASBRs Not-So-Stubby Area Interarea Routes (Summary Routes) Totally Stubby Area Stub area that receives only a default route from the backbone Backbone ( ) RIP External Routes BGP Default Route

24 Overview of the LSA Packet Types Router Links Type 1 Network Links Type 2 Describe the state and cost of the router s links (interfaces) to the area (Intra-area). Originated for multi-access segments with more than one attached router. Describe all routers attached to the specific segment. Originated by a designated router (DR). Summary Links Type 3 and Type 4 External Links Type 5 NSSA External Links Type 7 NSSA ABR Originated by ABRs. Describe networks in the AS but outside of area (interarea). Also describe the location of the ASBR. ASBR Originated by an ASBR. Describe external destination prefixes or a default route. ASBR Used by not-so-stubby areas to import external routes into a stub area

25 Test Your Knowledge Which of the recently discussed LSAs would you expect to find in each of the listed areas? Stub Area Not-So-Stubby Area Totally Stubby Area Backbone ( ) RIP BGP

26 Agenda: Open Shortest Path First Overview of OSPF Adjacency Formation and the DR Election OSPF Scalability Configuring and Monitoring OSPF Basic OSPF Troubleshooting

27 Junos OS OSPF Support The Junos OS supports OSPF version 2 and version 3, as well as a number of supporting features, such as: Stub, not-so-stubby, and totally stubby areas Authentication Summarization External prefix limits Graceful restart Bidirectional Forwarding Detection

28 Configuring OSPF [edit protocols] show ospf { area <area-id> { <area options>; interface <interface-name> { <interface options>; ospf3 { area <area-id> { <area options>; interface <interface-name> { <interface options>; Used for IPv4 routing environments Used for IPv4 or IPv6 routing environments

29 The Router ID OSPF uses the RID to identify the router from which a packet originated You can manually define the RID under the [edit routing-options] hierarchy [edit routing-options] user@r1# show router-id ; The RID is a 32-bit number in dotted quad notation. If you do not configure a RID, a non-127/8 IP address of the first interface to come online is used (typically lo0) If lo0 does not have a suitable address, the IP address associated with first hardware interface is used Note: We strongly recommend that you configure a RID to avoid unpredictable behavior if the interface addresses are changed

30 Case Study: Topology and Objectives Use the following topology as a guide to implement OSPF On R1, redistribute the /24 network and ensure that it is installed as an external OSPF route Use metrics to ensure that the path using the ge-0/0/1 interfaces within the backbone area is preferred ge-0/0/1 Area Area Area /30 ge-1/0/0 ge-0/0/3 ge-0/0/1 ge-0/0/1 ge-0/0/3 ge-1/0/ / /30 ge-0/0/ /30 ge-0/0/ /30 R1 - lo0/rid: R2 - lo0/rid: R3 - lo0/rid: R4 - lo0/rid:

31 Case Study: Configuring OSPF [edit protocols] show ASBR (Policy is defined and ospf { applied on the next slide.) area { interface ge-1/0/0.0; interface lo0.0; [edit protocols] user@r4# show ospf { area { interface ge-1/0/1.0; interface lo0.0; [edit protocols] user@r2# show ABRs ospf { area { interface ge-0/0/1.0; interface ge-0/0/2.0 { metric 100; interface lo0.0; area { interface ge-0/0/3.0; Increased metric for secondary path [edit protocols] user@r3# show ospf { area { interface ge-0/0/1.0; interface ge-0/0/2.0 { metric 100; interface lo0.0; area { interface ge-0/0/3.0;

32 Case Study: Redistributing the Route [edit policy-options] show policy-statement 2ospf { Redistribution policy is defined under term match-direct-route { [edit policy-options] hierarchy. from { protocol direct; route-filter /24 exact; then accept; [edit protocols] user@r1# show ospf { export 2ospf; area { interface ge-1/0/0.0; interface lo0.0; Redistribution policy is applied under [edit protocols ospf] hierarchy

33 Test Your Knowledge What configuration option allows R1 to inject the /24 prefix into OSPF as an internal OSPF route while prohibiting adjacency formation? [edit protocols] set ospf area 1 interface ge-0/0/1.0 passive Include the passive option for the interface ge-0/0/1 Area Area Area /30 ge-1/0/0 ge-0/0/3 ge-0/0/1 ge-0/0/1 ge-0/0/3 ge-1/0/ / /30 ge-0/0/ /30 ge-0/0/ /30 R1 - lo0/rid: R2 - lo0/rid: R3 - lo0/rid: R4 - lo0/rid:

34 Case Study: Monitoring OSPF (1 of 2) Use the show ospf neighbor command to display OSPF adjacency information show ospf neighbor Address Interface State ID Pri Dead ge-0/0/1.0 Full ge-0/0/2.0 Full ge-0/0/3.0 Full ge-0/0/1 Area Area Area /30 ge-1/0/0 ge-0/0/3 ge-0/0/1 ge-0/0/1 ge-0/0/3 ge-1/0/ / /30 ge-0/0/ /30 ge-0/0/ /30 R1 - lo0/rid: R2 - lo0/rid: R3 - lo0/rid: R4 - lo0/rid:

35 Case Study: Monitoring OSPF (2 of 2) Use show route commands to verify route entries and their selected paths show route /24 External prefix injected by R1 inet.0: 13 destinations, 13 routes (13 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both /24 *[OSPF/150] 02:37:46, metric 0, tag 0 > to via ge-0/0/3.0 user@r2> show route /30 inet.0: 13 destinations, 13 routes (13 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both /30 *[OSPF/10] 02:24:29, metric 2 > to via ge-0/0/1.0 Remote subnet connecting R3 and R4 is reachable through desired path

36 Other Key Monitoring Commands Additional show commands exist to provide detailed information on the operation of OSPF: show ospf interface show ospf route show ospf database show ospf statistics show ospf log

37 Displaying OSPF Interface Parameters Use the show ospf interface command to display OSPF interface parameters show ospf interface Interface State Area DR ID BDR ID Nbrs ge-0/0/1.0 BDR ge-0/0/2.0 DR lo0.0 DR ge-0/0/3.0 DR ge-0/0/1 Area ge-1/0/0 ge-0/0/3 ge-0/0/1 Area /30 ge-0/0/ / /30 ge-0/0/ /30 ge-0/0/2 R1 - lo0/rid: R2 - lo0/rid: R3 - lo0/rid:

38 Displaying OSPF Route Information Use the show ospf route command to display routes learned from, and advertised to, OSPF show ospf route Topology default Route Table: Prefix Path Route NH Metric NextHop Nexthop Type Type Type Interface addr/label Intra AS BR IP 1 ge-0/0/ Intra Area BR IP 1 ge-0/0/ /24 Ext2 Network IP 0 ge-0/0/ /30 Intra Network IP 1 ge-0/0/ /30 Intra Network IP 1 ge-0/0/ /30 Intra Network IP 100 ge-0/0/ /30 Inter Network IP 2 ge-0/0/ /32 Intra Network IP 1 ge-0/0/ /32 Intra Network IP 0 lo /32 Intra Network IP 1 ge-0/0/ /32 Inter Network IP 2 ge-0/0/ External prefix injected by R1 Metric for ge-0/0/2.0 interface was modified in earlier configuration example

39 Displaying the OSPF Link-State Database Use the show ospf database commands to view the OSPF link-state database show ospf database ABRs maintain a separate database for each OSPF area to which they are attached. OSPF database, Area Type ID Adv Rtr Seq Age Opt Cksum Len Router * x c x22 0x84ae 60 Router x x22 0x545e 60 Network x x22 0x43e3 32 Network x x22 0x38ed 32 Summary * x x22 0x4db7 28 Summary x x22 0xe9f8 28 Summary * x x22 0xa3bb 28 Summary x a x22 0x57ef 28 ASBRSum * x x22 0x93c9 28 OSPF database, Area Type ID Adv Rtr Seq Age Opt Cksum Len Router x x22 0x82c3 48 OSPF AS SCOPE link state database Type ID Adv Rtr Seq Age Opt Cksum Len Extern Worldwide 0x Education Services 96 0x22 0x374c Juniper Networks, Inc. All rights reserved

40 Displaying OSPF SPF-Related Information Use the show ospf log command to display OSPF SPF-related information show ospf log Last instance of each event type When Type Elapsed 04:28:24 SPF :28:24 Stub :28:24 Interarea :28:24 External :28:24 NSSA :28:24 Cleanup Maximum length of each event type When Type Elapsed 20:09:11 SPF Last 100 events When Type Elapsed 16:38:21 NSSA

41 Displaying OSPF Statistics Use the show ospf statistics command to view OSPF statistics show ospf statistics Packet type Total Last 5 seconds Sent Received Sent Received Hello DbD LSReq LSUpdate LSAck DBDs retransmitted : 0, last 5 seconds : 0 LSAs flooded : 40, last 5 seconds : 0 LSAs flooded high-prio : 10, last 5 seconds : 0 LSAs retransmitted : 0, last 5 seconds : 0 LSAs transmitted to nbr: 8, last 5 seconds : 0 LSAs requested : 2, last 5 seconds : 0 LSAs acknowledged : 39, last 5 seconds :

42 Agenda: Open Shortest Path First Overview of OSPF Adjacency Formation and the DR Election OSPF Scalability Configuring and Monitoring OSPF Basic OSPF Troubleshooting

43 OSPF Troubleshooting Tool Kit Primary troubleshooting tools for OSPF include traceoptions and CLI show commands Protocol traceoptions CLI show commands

44 Common Adjacency Problems Adjacency problems and checklist items include: Problem No neighbor detected Stuck in ExStart state Stuck in 2-way state Checklist Check physical and data link layer connectivity Check for mismatched IP subnet/mask, area number, area type, authentication, hello/dead interval, or network type Check MTU settings to ensure that they match Normal for DR-Other neighbor

45 Using Traceoptions Use traceoptions to identify adjacency formation issues; a sample configuration is shown: [edit protocols] user@r1# show ospf { traceoptions { file trace-ospf; flag error detail; flag event detail; area { interface ge-1/0/0.0; interface lo0.0; User-defined file-name and flag options. Include the detail option to generate additional details in the associated log file. Area ge-1/0/0 ge-0/0/3 R1 - lo0: R2 - lo0: /

46 Displaying the Log File Contents (1 of 3) Use the show log file-name command to display the contents of the traceoptions log file show log trace-ospf Oct 13 09:05: OSPF packet ignored: area mismatch ( ) from on intf ge-1/0/0.0 area Oct 13 09:05: OSPF rcvd Hello > (ge-1/0/0.0 IFL 73 area ) Oct 13 09:05: Version 2, length 44, ID , area Oct 13 09:05: checksum 0x8c5c, authtype 0 Oct 13 09:05: mask , hello_ivl 10, opts 0x2, prio 128 Oct 13 09:05: dead_ivl 40, DR , BDR Area According to the log file, R2 has the wrong OSPF area configured. ge-1/0/0 ge-0/0/3 R1 - lo0: R2 - lo0: /

47 Displaying the Log File Contents (2 of 3) Use the show log file-name command to display the contents of the traceoptions log file show ospf neighbor Address Interface State ID Pri Dead ge-0/0/3.0 ExStart show log trace-ospf May 19 02:17: OSPF packet ignored: MTU mismatch from on intf ge-0/0/3.0 area May 19 02:17: OSPF packet ignored: MTU mismatch from on intf ge-0/0/3.0 area Area ge-1/0/0 ge-0/0/3 R1 - lo0: R2 - lo0: /30.2 According to the log file, the MTU values on the Gigabit Ethernet interfaces do not match. This mismatch is a common cause of an adjacency stuck in the ExStart state

48 Displaying the Log File Contents (3 of 3) Use the show log file-name command to display the contents of the traceoptions log file show log trace-ospf May 19 02:15: OSPF hello from (IFL 70, area ) absorbed May 19 02:15: OSPF hello from (IFL 71, area ) absorbed [edit protocols ospf] show traceoptions { file trace-ospf; flag hello; Area According to the log file, hellos from R1 are being absorbed, indicating normal operation between these two neighbors. ge-1/0/0 ge-0/0/3 R1 - lo0: R2 - lo0: /

49 Viewing OSPF Error Counters Use the show ospf statistics command to view OSPF errors show ospf statistics Receive errors: 410 area mismatches 17 mtu mismatches 81 Hellos received with our router ID Use clear ospf statistics to refresh counters clear ospf statistics

50 Summary In this chapter, we: Explained the operations of OSPF Described the role of the designated router Listed and described OSPF area types Configured, monitored, and troubleshot OSPF

51 Review Questions 1. What is the purpose of OSPF LSAs? 2. What benefits can exist by segmenting a large single-area OSPF environment into multiple areas? 3. What is the difference between an ABR and an ASBR? 4. List some common OSPF area types and their functional considerations

52 Lab 3: Open Shortest Path First Configure and monitor OSPF

53 Worldwide Education Services

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : JN0-643 Title : Enterprise Routing and Switching, Professional (JNCIP-ENT) Version : Demo 1 / 10 1.Which connection method do OSPF routers use to communicate with each other? A. IP

More information

Table of Contents. OSPF Configuration 1

Table of Contents. OSPF Configuration 1 Table of Contents OSPF Configuration 1 Introduction to OSPF 1 Basic Concepts 2 Area Based OSPF Network Partition 3 Router Types 7 Classification of OSPF Networks 9 DR and BDR 9 OSPF Packet Formats 11 Supported

More information

Lab Topology R16 R12 R15. Lo R /32 R /32 R /32 R /32 R / /

Lab Topology R16 R12 R15. Lo R /32 R /32 R /32 R /32 R / / Lab Topology R16 So-5/0/0 So-4/2/0 100.3.0/30 100.5.0/30 So-1/3/0 100.0/30 So-1/0/0 So-2/0/0 So-2/1/0 Ge-2/3/0 Ge-1/2/0 R6 So-0/3/0 100.0/30 So-4/0/0 R12 So-3/0/0 100.4.0/30 So-1/0/0 R15 100.6.0/30 R7

More information

Configuring the maximum number of external LSAs in LSDB 27 Configuring OSPF exit overflow interval 28 Enabling compatibility with RFC Logging

Configuring the maximum number of external LSAs in LSDB 27 Configuring OSPF exit overflow interval 28 Enabling compatibility with RFC Logging Contents Configuring OSPF 1 Overview 1 OSPF packets 1 LSA types 1 OSPF areas 2 Router types 4 Route types 5 Route calculation 6 OSPF network types 6 DR and BDR 6 Protocols and standards 8 OSPF configuration

More information

OSPF Version 3 for IPv6

OSPF Version 3 for IPv6 OSPF Version 3 for IPv6 Modified: 2017-01-23 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All rights reserved. Juniper Networks, Junos, Steel-Belted

More information

Question No: 2 In an OSPF Hello packet, which of the following fields must match for all neighbor routers on the segment? Choose three answers.

Question No: 2 In an OSPF Hello packet, which of the following fields must match for all neighbor routers on the segment? Choose three answers. Volume: 335 Questions Question No: 1 What is the default preference value for a static route in the Alcatel-Lucent 7750 SR? A. 0 B. 5 C. 10 D. 15 Answer: B Question No: 2 In an OSPF Hello packet, which

More information

OSPF Domain / OSPF Area. OSPF Advanced Topics. OSPF Domain / OSPF Area. Agenda

OSPF Domain / OSPF Area. OSPF Advanced Topics. OSPF Domain / OSPF Area. Agenda OSPF Domain / OSPF Area OSPF Advanced Topics Areas,, Backbone, Summary-LSA, ASBR, Stub Area, Route Summarization, Virtual Links, Header Details OSPF domain can be divided in multiple OSPF areas to improve

More information

Link State Routing. In particular OSPF. dr. C. P. J. Koymans. Informatics Institute University of Amsterdam. March 4, 2008

Link State Routing. In particular OSPF. dr. C. P. J. Koymans. Informatics Institute University of Amsterdam. March 4, 2008 Link State Routing In particular OSPF dr. C. P. J. Koymans Informatics Institute University of Amsterdam March 4, 2008 dr. C. P. J. Koymans (UvA) Link State Routing March 4, 2008 1 / 70 1 Link State Protocols

More information

Junos OS. OSPF Version 3 for IPv6 Feature Guide. Release Published: Copyright 2011, Juniper Networks, Inc.

Junos OS. OSPF Version 3 for IPv6 Feature Guide. Release Published: Copyright 2011, Juniper Networks, Inc. Junos OS OSPF Version 3 for IPv6 Feature Guide Release 11.4 Published: 2011-11-08 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net This product

More information

Configuring OSPF. Information About OSPF CHAPTER

Configuring OSPF. Information About OSPF CHAPTER CHAPTER 22 This chapter describes how to configure the ASASM to route data, perform authentication, and redistribute routing information using the Open Shortest Path First (OSPF) routing protocol. The

More information

Link State Routing. In particular OSPF. Karst Koymans. Informatics Institute University of Amsterdam. (version 16.3, 2017/03/09 11:25:31)

Link State Routing. In particular OSPF. Karst Koymans. Informatics Institute University of Amsterdam. (version 16.3, 2017/03/09 11:25:31) 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 Karst Koymans (UvA) Link State Routing Tuesday,

More information

Link State Routing. In particular OSPF. Karst Koymans. Informatics Institute University of Amsterdam. (version 17.4, 2017/11/30 12:33:57)

Link State Routing. In particular OSPF. Karst Koymans. Informatics Institute University of Amsterdam. (version 17.4, 2017/11/30 12:33:57) 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 Karst Koymans (UvA) Link State Routing Tuesday,

More information

Link-state protocols and Open Shortest Path First (OSPF)

Link-state protocols and Open Shortest Path First (OSPF) Fixed Internetworking Protocols and Networks Link-state protocols and Open Shortest Path First (OSPF) Rune Hylsberg Jacobsen Aarhus School of Engineering rhj@iha.dk 0 ITIFN Objectives Describe the basic

More information

Configuring OSPF. The Cisco OSPF Implementation

Configuring OSPF. The Cisco OSPF Implementation Configuring OSPF This chapter describes how to configure Open Shortest Path First (OSPF). For a complete description of the OSPF commands in this chapter, refer to the OSPF s chapter of the Cisco IOS IP

More information

material. For more information on how to get additional questions, please see a.

material. For more information on how to get additional questions, please see   a. Review Questions The following questions are designed to test your understanding of this chapter s material. For more information on how to get additional questions, please see www.lammle.com/ccn a. You

More information

Rev a. Single-Area OSPF. c cnac o okbook.com

Rev a. Single-Area OSPF. c cnac o okbook.com Rev. 00.00 a. Single-Area OSPF c cnac o okbook.com C O N F I G U R A T I O N Technically, we're using OSPFv for IPv, but that only matters because IPv uses OSPFv. Wildcard a bitmask controlling address

More information

OSPF for IPv6. ISP Workshops

OSPF for IPv6. ISP Workshops OSPF for IPv6 ISP Workshops These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license (http://creativecommons.org/licenses/by-nc/4.0/) Last updated 17

More information

Guide to OSPF Application on the CSS 11000

Guide to OSPF Application on the CSS 11000 Guide to OSPF Application on the CSS 11000 Document ID: 12638 Contents Introduction Before You Begin Conventions Prerequisites Components Used Description OSPF Configuration Task List Configuration Global

More information

OSPF. Routing Protocols and Concepts Chapter 11. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved. Cisco Public

OSPF. Routing Protocols and Concepts Chapter 11. ITE PC v4.0 Chapter Cisco Systems, Inc. All rights reserved. Cisco Public OSPF Routing Protocols and Concepts Chapter 11 1 Objectives Describe the background and basic features of OSPF Identify and apply the basic OSPF configuration commands Describe, modify and calculate the

More information

IP Routing: OSPF Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches)

IP Routing: OSPF Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches) IP Routing: OSPF Configuration Guide, Cisco IOS XE Release 3SE (Catalyst 3650 Switches) First Published: dd, yyyy Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

OSPF Fundamentals. Agenda. OSPF Principles. L41 - OSPF Fundamentals. Open Shortest Path First Routing Protocol Internet s Second IGP

OSPF Fundamentals. Agenda. OSPF Principles. L41 - OSPF Fundamentals. Open Shortest Path First Routing Protocol Internet s Second IGP OSPF Fundamentals Open Shortest Path First Routing Protocol Internet s Second IGP Agenda OSPF Principles Introduction The Dijkstra Algorithm Communication Procedures LSA Broadcast Handling Splitted Area

More information

OSPF - Open Shortest Path First. OSPF Fundamentals. Agenda. OSPF Topology Database

OSPF - Open Shortest Path First. OSPF Fundamentals. Agenda. OSPF Topology Database OSPF - Open Shortest Path First OSPF Fundamentals Open Shortest Path First Routing Protocol Internet s Second IGP distance vector protocols like RIP have several dramatic disadvantages: slow adaptation

More information

ITE PC v4.0. Chapter Cisco Systems, Inc. All rights reserved. Cisco Public

ITE PC v4.0. Chapter Cisco Systems, Inc. All rights reserved. Cisco Public OSPF Routing Protocols and Concepts Chapter 11 1 Objectives Describe the background and basic features of OSPF Identify and apply the basic OSPF configuration commands Describe, modify and calculate l

More information

Introduction to OSPF. ISP Workshops. Last updated 11 November 2013

Introduction to OSPF. ISP Workshops. Last updated 11 November 2013 Introduction to OSPF ISP Workshops Last updated 11 November 2013 1 OSPF p Open Shortest Path First p Open: n Meaning an Open Standard n Developed by IETF (OSPF Working Group) for IP RFC1247 n Current standard

More information

IP Routing: OSPF Configuration Guide, Cisco IOS Release 12.2SX

IP Routing: OSPF Configuration Guide, Cisco IOS Release 12.2SX IP Routing: OSPF Configuration Guide, Cisco IOS Release 12.2SX 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

More information

Introduction to Local and Wide Area Networks

Introduction to Local and Wide Area Networks Introduction to Local and Wide Area Networks Lecturers Amnach Khawne Jirasak Sittigorn Chapter 1 1 Routing Protocols and Concepts Chapter 10 : Link-State Routing Protocols Chapter 11 : OSPF Chapter 1 2

More information

http://www.expertnetworkconsultant.com/configuring/ospf-neighbor-adjacency/ Brought to you by Expert Network Consultant.com OSPF Neighbor Adjacency Once upon a time, we walked together holding hands, we

More information

CCNA Routing and Switching Study Guide Chapters 5 & 19: Multi-Area OSPF

CCNA Routing and Switching Study Guide Chapters 5 & 19: Multi-Area OSPF CCNA Routing and Switching Study Guide Chapters 5 & 19: Multi-Area OSPF Instructor & Todd Lammle Chapter 20 objectives The ICND2 topics covered in this chapter include: IP Routing Technologies Configure

More information

Cisco IOS IP Routing: OSPF Command Reference

Cisco IOS IP Routing: OSPF Command Reference 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

OSPF. Routing Protocols and Concepts Chapter 11

OSPF. Routing Protocols and Concepts Chapter 11 OSPF Routing Protocols and Concepts Chapter 11 Objectives Describe the background and basic features of OSPF Identify and apply the basic OSPF configuration commands Describe, modify and calculate the

More information

IP Routing: OSPF Configuration Guide, Cisco IOS XE Release 2

IP Routing: OSPF Configuration Guide, Cisco IOS XE Release 2 IP Routing: OSPF Configuration Guide, Cisco IOS XE Release 2 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

More information

IP Routing: OSPF Configuration Guide, Cisco IOS Release 12.4

IP Routing: OSPF Configuration Guide, Cisco IOS Release 12.4 IP Routing: OSPF Configuration Guide, Cisco IOS Release 12.4 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

More information

OSPF Enhanced Traffic Statistics for OSPFv2 and OSPFv3

OSPF Enhanced Traffic Statistics for OSPFv2 and OSPFv3 OSPF Enhanced Traffic Statistics for OSPFv2 and OSPFv3 This document describes new and modified commands that provide enhanced OSPF traffic statistics for OSPFv2 and OSPFv3. The ability to collect and

More information

OSPF. OSPF Areas. BSCI Module Cisco Systems, Inc. All rights reserved. Cisco Public. Review of OSPF area characteristics:

OSPF. OSPF Areas. BSCI Module Cisco Systems, Inc. All rights reserved. Cisco Public. Review of OSPF area characteristics: OSPF BSCI Module 3 1 Minimizes routing table entries Localizes impact of a topology change within an area Detailed LSA flooding stops at the area boundary Requires a hierarchical network design OSPF Areas

More information

Sybex ICND Chapter 4 and 18: OSPF. Instructor & Todd Lammle

Sybex ICND Chapter 4 and 18: OSPF. Instructor & Todd Lammle Sybex ICND2 200-105 Chapter 4 and 18: OSPF Instructor & Todd Lammle Chapter 4 objectives The ICND2 topics covered in this chapter include: 2 OSPF design example. An OSPF hierarchical design minimizes routing

More information

OSPF Enhanced Traffic Statistics

OSPF Enhanced Traffic Statistics This document describes new and modified commands that provide enhanced OSPF traffic statistics for OSPFv2 and OSPFv3. The ability to collect and display more detailed traffic statistics increases high

More information

LAB15: OSPF IPv6. OSPF: Not So Stubby Area. Disclaimer

LAB15: OSPF IPv6. OSPF: Not So Stubby Area. Disclaimer Page1 LAB15: OSPF IPv6 Disclaimer This Configuration Guide is designed to assist members to enhance their skills in respective technology area. While every effort has been made to ensure that all material

More information

OSPF Mechanism to Exclude Connected IP Prefixes from LSA Advertisements

OSPF Mechanism to Exclude Connected IP Prefixes from LSA Advertisements OSPF Mechanism to Exclude Connected IP Prefixes from LSA Advertisements This document describes the Open Shortest Path First (OSPF) mechanism to exclude IP prefixes of connected networks from link-state

More information

accurate as possible, the enclosed material is presented on an as is basis. Neither the authors nor

accurate as possible, the enclosed material is presented on an as is basis. Neither the authors nor OSPF Disclaimer This Configuration Guide is designed to assist members to enhance their skills in particular technology area. While every effort has been made to ensure that all material is as complete

More information

OSPF Inbound Filtering Using Route Maps with

OSPF Inbound Filtering Using Route Maps with OSPF Inbound Filtering Using Route Maps with a Distribute List Finding Feature Information OSPF Inbound Filtering Using Route Maps with a Distribute List Last Updated: July 19, 2011 The OSPF Inbound Filtering

More information

Link State Routing. Link state routing principles Dijkstra s shortest-path-first algorithm The OSPF protocol. (Chapter 6 in Huitema) E7310/Comnet 1

Link State Routing. Link state routing principles Dijkstra s shortest-path-first algorithm The OSPF protocol. (Chapter 6 in Huitema) E7310/Comnet 1 Link State Routing Link state routing principles Dijkstra s shortest-path-first algorithm The OSPF protocol (Chapter 6 in Huitema) 7310/Comnet 1 Link State Routing Principles 7310/Comnet 2 Link state routing

More information

Zebra MCR Software 1.0 Manual Yin Wang Networking Laboratory of Helsinki University of Technology

Zebra MCR Software 1.0 Manual Yin Wang Networking Laboratory of Helsinki University of Technology Zebra MCR Software 1.0 Manual Yin Wang Networking Laboratory of Helsinki University of Technology yinwang@netlab.hut.fi Please note: operating system requirement: Linux 2.4.20-30.9 (at least) 1. Configure

More information

C Commands. Send comments to

C Commands. Send comments to This chapter describes the Cisco NX-OS Open Shortest Path First (OSPF) commands that begin with C. UCR-583 clear ip ospf neighbor clear ip ospf neighbor To clear neighbor statistics and reset adjacencies

More information

ISP Operations Troubleshooting OSPF for IPv4 and IPv6

ISP Operations Troubleshooting OSPF for IPv4 and IPv6 www.iparchitechs.com ISP Operations Troubleshooting OSPF for IPv4 and IPv6 P R E S E N T E D BY: KEVIN MYERS, NETWORK ARCHITECT Profile: About Kevin Myers Background: 19+ years in Networking Designed/Built

More information

Link State Routing. Stefano Vissicchio UCL Computer Science CS 3035/GZ01

Link State Routing. Stefano Vissicchio UCL Computer Science CS 3035/GZ01 Link State Routing Stefano Vissicchio UCL Computer Science CS 335/GZ Reminder: Intra-domain Routing Problem Shortest paths problem: What path between two vertices offers minimal sum of edge weights? Classic

More information

Network Working Group Request for Comments: Category: Standards Track A. Zinin Alcatel-Lucent R. Coltun Acoustra Productions July 2008

Network Working Group Request for Comments: Category: Standards Track A. Zinin Alcatel-Lucent R. Coltun Acoustra Productions July 2008 Network Working Group Request for Comments: 5250 Obsoletes: 2370 Category: Standards Track L. Berger LabN I. Bryskin Adva A. Zinin Alcatel-Lucent R. Coltun Acoustra Productions July 2008 The OSPF Opaque

More information

OSPF Nonstop Routing. Finding Feature Information. Prerequisites for OSPF NSR

OSPF Nonstop Routing. Finding Feature Information. Prerequisites for OSPF NSR The feature allows a device with redundant Route Processors (RPs) to maintain its Open Shortest Path First (OSPF) state and adjacencies across planned and unplanned RP switchovers. The OSPF state is maintained

More information

OSPF Per-Interface Link-Local Signaling

OSPF Per-Interface Link-Local Signaling OSPF Per-Interface Link-Local Signaling The OSPF Per-Interface Link-Local Signaling feature allows you to selectively enable or disable Link-Local Signaling (LLS) for a specific interface regardless of

More information

Lecture 8 Link-State Routing

Lecture 8 Link-State Routing 6998-02: Internet Routing Lecture 8 Link-State Routing John Ioannidis AT&T Labs Research ji+ir@cs.columbia.edu Copyright 2002 by John Ioannidis. All Rights Reserved. Announcements Lectures 1-5, 7-8 are

More information

CS 457 Lecture 16 Routing Continued. Spring 2010

CS 457 Lecture 16 Routing Continued. Spring 2010 CS 457 Lecture 16 Routing Continued Spring 2010 Scaling Link-State Routing Overhead of link-state routing Flooding link-state packets throughout the network Running Dijkstra s shortest-path algorithm Introducing

More information

Interlayer routing issues for wireless networks

Interlayer routing issues for wireless networks NRL Cross-Layer Workshop Interlayer routing issues for wireless networks June 2, 2004 Tom Henderson Marcelo Albuquerque Phil Spagnolo Jae H. Kim Boeing Phantom Works 1 Report Documentation Page Form Approved

More information

OSPF Link-State Database Overload Protection

OSPF Link-State Database Overload Protection OSPF Link-State Database Overload Protection The OSPF Link-State Database Overload Protection feature allows you to limit the number of nonself-generated link-state advertisements (LSAs) for a given Open

More information

Link State Routing. Brad Karp UCL Computer Science. CS 3035/GZ01 3 rd December 2013

Link State Routing. Brad Karp UCL Computer Science. CS 3035/GZ01 3 rd December 2013 Link State Routing Brad Karp UCL Computer Science CS 33/GZ 3 rd December 3 Outline Link State Approach to Routing Finding Links: Hello Protocol Building a Map: Flooding Protocol Healing after Partitions:

More information

Simulative Comparison of MPLS Protection Switching vs. OSPF Re-routing

Simulative Comparison of MPLS Protection Switching vs. OSPF Re-routing C O R P O R A T E T E C H N O L O Y Simulative Comparison of MPLS Protection Switching vs. OSPF Re-routing nformation & Sandrine PASQUALINI Antoine FROT Andreas Iselt Andreas Kirstädter C O R P O R A T

More information

M U LT I C A S T C O M M U N I C AT I O N S. Tarik Cicic

M U LT I C A S T C O M M U N I C AT I O N S. Tarik Cicic M U LT I C A S T C O M M U N I C AT I O N S Tarik Cicic 9..08 O V E R V I E W One-to-many communication, why and how Algorithmic approach: Steiner trees Practical algorithms Multicast tree types Basic

More information

Network Layer (Routing)

Network Layer (Routing) Network Layer (Routing) Where we are in the ourse Moving on up to the Network Layer! Application Transport Network Link Physical SE 61 University of Washington Topics Network service models Datagrams (packets),

More information

CSE/EE 461. Link State Routing. Last Time. This Lecture. Routing Algorithms Introduction Distance Vector routing (RIP)

CSE/EE 461. Link State Routing. Last Time. This Lecture. Routing Algorithms Introduction Distance Vector routing (RIP) CSE/EE 46 Link State Routing Last Time Routing Algorithms Introduction Distance Vector routing (RIP) Application Presentation Session Transport Network Data Link Physical This Lecture Routing Algorithms

More information

Introduction to OSPF

Introduction to OSPF Itroductio to OSPF ISP Workshops These materials are licesed uder the Creative Commos Attributio-NoCommercial 4.0 Iteratioal licese (http://creativecommos.org/liceses/by-c/4.0/) Last updated 3 rd October

More information

Overview. Ad Hoc and Wireless Mesh Networking. Ad hoc network. Ad hoc network

Overview. Ad Hoc and Wireless Mesh Networking. Ad hoc network. Ad hoc network Ad Hoc and Wireless Mesh Networking Laura Marie Feeney lmfeeney@sics.se Datakommunikation III, HT 00 Overview Ad hoc and wireless mesh networks Ad hoc network (MANet) operates independently of network

More information

OSPF Sham-Link MIB Support

OSPF Sham-Link MIB Support This feature introduces MIB support for the OSPF Sham-Link feature through the addition of new tables and trap MIB objects to the Cisco OSPF MIB (CISCO-OSPF-MIB) and the Cisco OSPF Trap MIB (CISCO-OSPF-TRAP-MIB).

More information

ROUTING PROTOCOLS. Dr. Ahmed Khattab. EECE Department Cairo University Fall 2012 ELC 659/ELC724

ROUTING PROTOCOLS. Dr. Ahmed Khattab. EECE Department Cairo University Fall 2012 ELC 659/ELC724 ROUTING PROTOCOLS Dr. Ahmed Khattab EECE Department Cairo University Fall 2012 ELC 659/ELC724 Dr. Ahmed Khattab Fall 2012 2 Routing Network-wide process the determine the end to end paths that packets

More information

Wireless Internet Routing. IEEE s

Wireless Internet Routing. IEEE s Wireless Internet Routing IEEE 802.11s 1 Acknowledgments Cigdem Sengul, Deutsche Telekom Laboratories 2 Outline Introduction Interworking Topology discovery Routing 3 IEEE 802.11a/b/g /n /s IEEE 802.11s:

More information

Computer Networks II

Computer Networks II ipartimento di Informatica e Sistemistica omputer Networks II Routing protocols Overview Luca Becchetti Luca.Becchetti@dis.uniroma.it.. 2009/200 Goals escribe approaches and give overview of mechanisms

More information

Scalable Routing Protocols for Mobile Ad Hoc Networks

Scalable Routing Protocols for Mobile Ad Hoc Networks Helsinki University of Technology T-79.300 Postgraduate Course in Theoretical Computer Science Scalable Routing Protocols for Mobile Ad Hoc Networks Hafeth Hourani hafeth.hourani@nokia.com Contents Overview

More information

Routing and Wavelength Assignment in All-Optical DWDM Transport Networks with Sparse Wavelength Conversion Capabilities. Ala I. Al-Fuqaha, Ph.D.

Routing and Wavelength Assignment in All-Optical DWDM Transport Networks with Sparse Wavelength Conversion Capabilities. Ala I. Al-Fuqaha, Ph.D. Routing and Wavelength Assignment in All-Optical DWDM Transport Networks with Sparse Wavelength Conversion Capabilities Ala I. Al-Fuqaha, Ph.D. Overview Transport Network Architectures: Current Vs. IP

More information

Advanced Modeling and Simulation of Mobile Ad-Hoc Networks

Advanced Modeling and Simulation of Mobile Ad-Hoc Networks Advanced Modeling and Simulation of Mobile Ad-Hoc Networks Prepared For: UMIACS/LTS Seminar March 3, 2004 Telcordia Contact: Stephanie Demers Robert A. Ziegler ziegler@research.telcordia.com 732.758.5494

More information

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols

A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols A Performance Comparison of Multi-Hop Wireless Ad Hoc Network Routing Protocols Josh Broch, David Maltz, David Johnson, Yih-Chun Hu and Jorjeta Jetcheva Computer Science Department Carnegie Mellon University

More information

A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks

A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks A Review of Current Routing Protocols for Ad Hoc Mobile Wireless Networks Elisabeth M. Royer, Chai-Keong Toh IEEE Personal Communications, April 1999 Presented by Hannu Vilpponen 1(15) Hannu_Vilpponen.PPT

More information

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance

Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Energy-Efficient MANET Routing: Ideal vs. Realistic Performance Paper by: Thomas Knuz IEEE IWCMC Conference Aug. 2008 Presented by: Farzana Yasmeen For : CSE 6590 2013.11.12 Contents Introduction Review:

More information

Distance-Vector Routing

Distance-Vector Routing Distance-Vector Routing Antonio Carzaniga Faculty of Informatics University of Lugano June 8, 2007 c 2005 2007 Antonio Carzaniga 1 Recap on link-state routing Distance-vector routing Bellman-Ford equation

More information

Request for Comments: 4750

Request for Comments: 4750 Network Working Group Request for Comments: 4750 Obsoletes: 1850 Category: Standards Track D. Joyal, Ed. Nortel P. Galecki, Ed. Airvana S. Giacalone, Ed. CSFB Original Authors: R. Coltun Touch Acoustra

More information

Grundlagen der Rechnernetze. Introduction

Grundlagen der Rechnernetze. Introduction Grundlagen der Rechnernetze Introduction Overview Building blocks and terms Basics of communication Addressing Protocols and Layers Performance Historical development Grundlagen der Rechnernetze Introduction

More information

showtech 9th May.txt

showtech 9th May.txt . Date: 05-09-2006 Time: 09:12:31 TimeZone: AEST: +10:+00:+00 Uptime: CSS5-SCM-2GE F0 : 878 days 18:14:54 CSS5-IOM-2GE D0 : 878 days 18:14:51 CSS503-SM-INT : 878 days 18:14:51 PCMCIA Slot: 0 total # of

More information

Identifying OSPF Anomalies Using Recurrence Quantification Analysis

Identifying OSPF Anomalies Using Recurrence Quantification Analysis Identifying OSPF Anomalies Using Recurrence Quantification Analysis Bahaa Al-Musawi and Philip Branch Faculty of Engineering, University of Kufa, Al-Najaf, Iraq School of Software and Electrical Engineering,

More information

olsr.org 'Optimized Link State Routing' and beyond December 28th, 2005 Elektra

olsr.org 'Optimized Link State Routing' and beyond December 28th, 2005 Elektra olsr.org 'Optimized Link State Routing' and beyond December 28th, 2005 Elektra www.scii.nl/~elektra Introduction Olsr.org is aiming to an efficient opensource routing solution for wireless networks Work

More information

Modular Metering System ModbusTCP Communications Manual

Modular Metering System ModbusTCP Communications Manual Modular Metering System Manual Revision 7 Published October 2016 Northern Design Metering Solutions Modular Metering System ModbusTCP 1 Description The multicube modular electricity metering system simultaneously

More information

Babel A flexible routing protocol

Babel A flexible routing protocol Babel A flexible routing protocol Juliusz Chroboczek PPS Université Paris-Diderot (Paris 7) 11 March 2014 1/33 The story In December 2006, I started on a quest to bring wifi to the Ph.D. students couch:

More information

Microwave Radio Rapid Ring Protection in Pubic Safety P-25 Land Mobile Radio Systems

Microwave Radio Rapid Ring Protection in Pubic Safety P-25 Land Mobile Radio Systems White Paper Microwave Radio Rapid Ring Protection in Pubic Safety P-25 Land Mobile Radio Systems Achieving Mission Critical Reliability Overview New data, video and IP voice services are transforming private

More information

Performance Evaluation System of Communication Network for Train Control System Using Radio Communication

Performance Evaluation System of Communication Network for Train Control System Using Radio Communication PAPER Performance Evaluation System of Communication Network for Train Control System Using Radio Communication Hiroyuki SUGAHARA Train Control Systems Laboratory, Signalling and Transport Information

More information

Energy Saving Routing Strategies in IP Networks

Energy Saving Routing Strategies in IP Networks Energy Saving Routing Strategies in IP Networks M. Polverini; M. Listanti DIET Department - University of Roma Sapienza, Via Eudossiana 8, 84 Roma, Italy 2 june 24 [scale=.8]figure/logo.eps M. Polverini

More information

CANopen Programmer s Manual

CANopen Programmer s Manual CANopen Programmer s Manual Part Number 95-00271-000 Revision 5 October, 2008 CANopen Programmer s Manual Table of Contents TABLE OF CONTENTS About This Manual... 7 Overview and Scope... 7 Related Documentation...

More information

Emergency Information Broadcasting Distribution System

Emergency Information Broadcasting Distribution System Safety Earthquake Early Warning Broadcasting Distribution Function Emergency Information Broadcasting Distribution System Systems for broad and general emergency distribution of earthquake early warnings

More information

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn

Increasing Broadcast Reliability for Vehicular Ad Hoc Networks. Nathan Balon and Jinhua Guo University of Michigan - Dearborn Increasing Broadcast Reliability for Vehicular Ad Hoc Networks Nathan Balon and Jinhua Guo University of Michigan - Dearborn I n t r o d u c t i o n General Information on VANETs Background on 802.11 Background

More information

CANopen Programmer s Manual Part Number Version 1.0 October All rights reserved

CANopen Programmer s Manual Part Number Version 1.0 October All rights reserved Part Number 95-00271-000 Version 1.0 October 2002 2002 All rights reserved Table Of Contents TABLE OF CONTENTS About This Manual... iii Overview and Scope... iii Related Documentation... iii Document Validity

More information

"Terminal RG-1000" Customer Programming Software. User Guide. August 2016 R4.3

Terminal RG-1000 Customer Programming Software. User Guide. August 2016 R4.3 "Terminal RG-1000" Customer Programming Software User Guide August 2016 R4.3 Table of Contents Table of Contents Introduction 2 3 1.1 Software installation 3 1.2 Connecting the RG-1000 GATEWAYs to the

More information

Using the 2975 to perform Control Channel Logging

Using the 2975 to perform Control Channel Logging Application Note Using the 2975 to perform Control Channel Logging This revised application note provides P25 test professionals with an overview of how the 2975 can be used in troubleshooting P25 protocol

More information

SafeMobile Radio Configuration

SafeMobile Radio Configuration SafeMobile Radio Configuration SafeMobile offers a world of wireless applications that help organizations better manage their mobile assets, fleet and personnel. For more information, see www.safemobile.com.

More information

745 Transformer Protection System Communications Guide

745 Transformer Protection System Communications Guide Digital Energy Multilin 745 Transformer Protection System Communications Guide 745 revision: 5.20 GE publication code: GEK-106636E GE Multilin part number: 1601-0162-A6 Copyright 2010 GE Multilin GE Multilin

More information

M20 SSB Installation Instructions

M20 SSB Installation Instructions Part No. 530-001668-01 Revision 2 31 March 2000 SSB Description This document describes how to install a System and Switch Board (SSB) into an M20 Internet Backbone Router. For additional installation

More information

Today's Lecture. Clocks in a Distributed System. Last Lecture RPC Important Lessons. Need for time synchronization. Time synchronization techniques

Today's Lecture. Clocks in a Distributed System. Last Lecture RPC Important Lessons. Need for time synchronization. Time synchronization techniques Last Lecture RPC Important Lessons Procedure calls Simple way to pass control and data Elegant transparent way to distribute application Not only way Hard to provide true transparency Failures Performance

More information

ZT 20xx IOG SERIES. Quick Start 1 What s in the Shipping Package? ANT

ZT 20xx IOG SERIES. Quick Start 1 What s in the Shipping Package? ANT ZT 20xx IOG SERIES Quick Start 1 What s in the Shipping Package? The shipping package contains the following items: ZT 20xx IOG Module ANT 124 05 Quick Start If any of these items are missing or damaged,

More information

CANopen Programmer s Manual

CANopen Programmer s Manual CANopen Programmer s Manual Part Number 95-00271-000 Revision 7 November 2012 CANopen Programmer s Manual Table of Contents TABLE OF CONTENTS About This Manual... 6 1: Introduction... 11 1.1: CAN and

More information

OLSR Standards. Emmanuel BACCELLI. INRIA / Hitachi

OLSR Standards. Emmanuel BACCELLI. INRIA / Hitachi OLSR Standards Emmanuel BACCELLI INRIA / Hitachi Main Topics Standardization of OSLR Where are we at? What are we dealing with? The IETF. The future of OLSR Standards and Concepts. Example: MANET WG (Mobile

More information

OSPF and MANET WG meetings, IETF64. OSPF MANET Design Team outbrief. November, Tom Henderson

OSPF and MANET WG meetings, IETF64. OSPF MANET Design Team outbrief. November, Tom Henderson OSPF and MANET WG meetings, IETF64 OSPF MANET Design Team outbrief November, 2005 Tom Henderson {thomas.r.henderson@boeing.com} Design team members: Emmanuel Baccelli, Madhavi Chandra, Thomas Clausen,

More information

RECOMMENDATION ITU-R BS

RECOMMENDATION ITU-R BS Rec. ITU-R BS.1350-1 1 RECOMMENDATION ITU-R BS.1350-1 SYSTEMS REQUIREMENTS FOR MULTIPLEXING (FM) SOUND BROADCASTING WITH A SUB-CARRIER DATA CHANNEL HAVING A RELATIVELY LARGE TRANSMISSION CAPACITY FOR STATIONARY

More information

Mercury technical manual

Mercury technical manual v.1 Mercury technical manual September 2017 1 Mercury technical manual v.1 Mercury technical manual 1. Introduction 2. Connection details 2.1 Pin assignments 2.2 Connecting multiple units 2.3 Mercury Link

More information

Deploying OSPF for ISPs. ISP Training Workshops

Deploying OSPF for ISPs. ISP Training Workshops Deployig OSPF for ISPs ISP Traiig Workshops 1 Ageda p OSPF Desig i SP Networks p Addig Networks i OSPF p OSPF i Cisco s IOS 2 OSPF Desig As applicable to Service Provider Networks 3 Service Providers p

More information

Configuring Trunking. About Trunking. Send documentation comments to CHAPTER

Configuring Trunking. About Trunking. Send documentation comments to CHAPTER CHAPTER 24 This chapter describes the trunking feature provided in Cisco MDS 9000 switches. It includes the following sections: About Trunking, page 24-1 Trunking Guidelines and Restrictions, page 24-3

More information

User's Manual. ServoCenter 4.1. Volume 2: Protocol Reference. Yost Engineering, Inc. 630 Second Street Portsmouth, Ohio

User's Manual. ServoCenter 4.1. Volume 2: Protocol Reference. Yost Engineering, Inc. 630 Second Street Portsmouth, Ohio ServoCenter 4.1 Volume 2: Protocol Reference Yost Engineering, Inc. 630 Second Street Portsmouth, Ohio 45662 www.yostengineering.com 2002-2009 Yost Engineering, Inc. Printed in USA 1 Table of Contents

More information

A Taxonomy for Routing Protocols in Mobile Ad Hoc Networks. Laura Marie Feeney Swedish Institute of Computer Science

A Taxonomy for Routing Protocols in Mobile Ad Hoc Networks. Laura Marie Feeney Swedish Institute of Computer Science A Taxonomy for Routing Protocols in Mobile Ad Hoc Networks Laura Marie Feeney Swedish Institute of Computer Science http://www.sics.se/~lmfeeney Overview mobile ad hoc networks routing protocols communication

More information