automation network Prof. Dr. Hubert Kirrmann Diana Ilie ABB Research Center, Baden, Switzerland Claudio Honegger

Size: px
Start display at page:

Download "automation network Prof. Dr. Hubert Kirrmann Diana Ilie ABB Research Center, Baden, Switzerland Claudio Honegger"

Transcription

1 Performance of a full-hardware PTP implementation for an IEC redundant IEC substation automation network Prof. Dr. Hubert Kirrmann ABB Research Center, Baden Switzerland hubert.kirrmann@ch.abb.com Claudio Honegger ABB Research Center, Baden Switzerland claudio.honegger@ch.abb.com Diana Ilie ABB Research Center, Baden, Switzerland Ioannis Sotiropoulos ABB Research Center, Baden, Switzerland ioannis.sotiropoulos@ch.abb.com Abstract Seamless redundancy and precise clock synchronization are integrated fully in hardware (FPGA) with no processor support. The interaction between redundancy and clock synchronization is explained. Redundant synchronization messages are not be discarded, but used to improve clock accuracy. Measurement results confirm the validity of the concept. Performance of the full-hardware implementation is compared with that of a conventional software-hardware implementation. Keywords: IEEE 1588; IEC 61588; IEC 61850; IEC ; PRP; HSR; clock redundancy; FPGA; power profile; I. INTRODUCTION Substation automation networks requiree high availability and precise clock synchronization. Until now, synchronization and redundancy were treated separately. IEC [1], the communication standard for Electrical Substation Automation, will specify 1 µs precise time distribution over an IEEE 1588 profile [3] in its next edition. Since IEC (GOOSE) and IEC (SV) transmit time-critical data over Ethernet IEEEE [4] layer 2 (physical and link layer), they also specify redundancy on layer 2 [5], by using IEC [2] as explained in [6]. IEC consists of two redundancy protocols with zero switchover delay, PRP (Parallel Redundancy Protocol) and HSR (High-availability Seamless Redundancy), that operate on the same principle of parallel transmission over two indepent paths. This scheme works welll for usual traffic, but presents a challenge for clock synchronization since 1588 does not consider redundant PTP messages [7], [8]. IEC Annex A defines how to handle redundant PTP messages when using IEEE 1588 profile suited for substation automation. This paper describes a first implementation of IEC Annex A and shows that this concept holds its promises. This paper shows the benefits of an integrated HSR/PRP/PTP transparent and ordinary clock in FPGA. This paper show that the whole stack can be handled in the FPGA with benefits in terms of resources and performance. II. NETWORK REDUNDANCY PRINCIPLES A. Parallel Redundancy Protocol (PRP) Principle Figure 1 shows a typical duplicated PRP network. Redundancy-enabled s, called DANP (doubly attached s with PRP) have two ports connected to two indepent LANs, LAN_A and LAN_B. Both LANs are switched Ethernet with an arbitrary number of s and bridges operating with RSTP. Each bridge executes the clock synchronization according to IEEE 1588 Annex J.4 (default peer-to-peerr profile, one or two steps). The devices within the LANs are unaware of the PRP protocol. Figure 1 Parallel redundancy Protocol (PRP) principle (IEC ). The source of a frame ss a copy of it over each port, an A -frame and B -frame. The frames are sent at about the same time and travel indepently. The DANP destination accepts the first frame and discards the duplicate (if it arrives). In case of loss, the application on the destination operates with the remaining frame undisturbed. To identify duplicates, each frame carries a sequence number in a redundancy control trailer apped to the frames. Since a normal application ignores this trailer, it is unaware of

2 PRP. This allows to connect Singly Attached Nodes (SANs) such as printers or laptops, to one LAN without modification. Singly attached devices that need redundancy are attached through RedBoxes (redundancy boxes) that duplicate / merge the frames for them. RedBoxes allow to attach single devices or complete LAN segments and also interface to HSR (see below). B. PRP structure C. High-availability Seamless Redundancy (HSR) principle HSR (IEC , Clause 5) provides seamless redundancy with only one additional link. As PRP, it relies on duplication of frames and discarding of duplicates (Figure 3). Figure 3. Example of HSR ring (IEC ). Figure 2. Node structure of PRP (IEC ) Each DANP (Figure 2) has two Ethernett adapters with the same MAC address and present the same IP address(es); therefore, PRP is a layer 2 redundancy. This allows all protocols above layer 2 to operate as if there were no redundancy and simplifies engineering. An additional sub-layer is introduced in the (otherwise unmodified) link layer, the LRE (Link Redundancy Entity), that handles both Ethernet controllers and presents the same interface towards the upper layers as a single Ethernet interface. In a source, the LRE duplicates the frame it received from the layers above and ss the frames over both adapters at nearly the same time. In a destination, the LRE receives the same frame from both adapters within some time skew since the delays in the networks are different. It keeps track of the duplicates through the duplicate tables, that are typicallyy arranged as hash tables. The LRE discards the second frame of a pair, mainly to offload the application (it would work without duplicate discard but not as well). If a link or a port is damaged, the LRE will still receive frames over the other path, data keep flowing over the healthy path without influence on the application, the LRE can take note that the duplicate did not arrive for diagnostics purpose. The LRE for PRP could be implemented in software, e.g. within the driver or the communication processor, since it introduces a negligible delay. Each redundancy-enabled, called a DANH (doubly attached with HSR) has at least two ports of similar capabilities. The s are daisy-chained into a ring, but other topologies also exist. Each DANH implements the forwarding capability described in IEC [2] according to IEEE 802.1D [9]. The ser of a frame inserts a copy of it into the sing queue of each port. The two frames are sent at nearly the same time and travel in opposite direction. In the fault-free state of the ring, each destination receives two identical frames, passes the first frame of a pair to its application and discards the duplicate. A DANH should not forward a frame which is received from the ring, when: - the is the sole destinationn of the frame - the itself injected the frame into the ring - the already forwarded the frame. Every is responsible to detect duplicates and remove them from the ring. Thus, communication can sustain the loss of any frame, any link or any that is neither source nor destination. The network delay is the product of the individual bridging delays (max. 5 µs) by the number of transit s. Although the average delay in a healthy HSR ring is half that of a simple ring, the worst-case delay in case of loss of a link or is given by the total number of s in the ring. To keep this delay at a rate acceptable for time-critical transmission of sampled values (4.8 khz, or 208 µs interval), IEC prescribes that each in the ring forwards the frames within 5 µs when there is no other traffic. This requires that s provide a cut-through bridging that can only be provided by hardware support. Cut-through reduces the average forwarding delay, but it does not improve the worst case propagation delay, which happens when all s at the same time inject a maximum

3 size frame, and delay the forwarded frames, even though the ring traffic has priority. D. HSR Node structure As Figure 4 shows, the structure of an HSR is similar to that of a PRP (Figure 2). IEEE 1588 assumes that the Announce, Sync and Follow_Up take the same path. This condition can be occasionally defeated in RSTP during reconfiguration after a link or bridge failure, but in PRP and HSR, this is the normal case but this is not foreseen in IEEE The problems stated in [7] have been addressed in IEC Annex A, as follows. In PRP, the GrandMasterr is assumed to be a DANP connected to LAN_A and LAN_B, as Figure 5 shows. The PRP duplicate discardd method cannot apply to PTP messages because the bridges in the LAN are not PRP-aware. Thus, they do not preserve the PRP trailer when forwarding the Sync messages and app no trailer to their Follow_Up. Figure 4. Node structure of HSR (IEC ) In HSR, there is addition to PRP a bridging logic that forwards frames from port A to port B and vice-versa. IEC prescribes a forwarding delay of less than 5 µs when there is no other traffic, to keep the sum of the propagation delays along the ring low. Such a low delay requires a cut-through mode, i.e. a frame is forwarded before it is entirely received. Therefore, if an Ethernet protocol for a hard real-time communication system utilizing HSR wants to exploit fully its cut-through properties, it has to constrain the s to s their frames in a pre-allocated time window (TDMA), for instance using a common precision clock (seee [2]). The duplicate detection is more elaborated in HSR than in PRP since a malfunction of the duplicate detection can cause a ring flooding. Figure 4 shows the duplicate detector as a central component. There may also exist a duplicate table for each port, a solution that scales better with the number of ports. III. IEEE 1588 CLOCKS SYNCHRONIZATION Clock synchronization in PRP and HSR relies on IEEE 1588 V2, using the profile of Annex J.4 [3], [10]. For PRP and HSR, IEC Annex A defines a PTP profile suitable for time-critical systems in substations. All network devices between GrandMaster and Ordinary Clock are Transparent Clocks, using: Ethernet layer 2 communication (no UDP) Multicast PTP messages (no unicast) Peer-to-peer path delay (no -to- delay) One-step or two-step both allowed Best Master Clock with default settings Figure 5. Clocks in PRP The three frames (Announce, Sync and Follow_Up) must belong to the same LAN, otherwise the correction field will not be consistent. The Sync messages have different contents whether they come over LAN_AA or LAN_B. Although Announce messages should be identical on both LANs, some derived standards allow dynamic modification and Announce could be different on LAN_A and LAN_B. Pdelay_Req and Pdelay Resp are link-specific and therefore LAN-specific. A DANP sees two different link delays on LAN_A and LAN_B. To simplify logic, it converts two-step Sync and Pdelay to one-step if it receives such messages. Therefore, the ordinary clock in the DANP treats PTP messages from each port separately, as coming from different clocks, and listens to only one of them, or accepts both. When the DANP detects that PTP messages come from the same GrandMaster, it uses both Sync messages to reduce jitter and improve the clock accuracy. Indeed, although Sync A and Sync B come from the same source, using both improves accuracy since the two Syncs

4 suffered different stochastic network delays due to PHY jitter, clock inaccuracies or path variations. In hardware measurements the network jitter has a normal distribution, which is used to approximate the real value. Figure 6 shows the effect of losing one LAN on the clock synchronization when a large number of transparent clocks have been crossed in each LAN. In a healthy PRP/HSR network, the jitter is smaller due to a statistical effect. For a known distribution of random variable, the more values are considered, the better the approximation. A -frame GPS MC redundant master clocks B -frame MC interlink switch OC OC OC Figure 7. Clocks in HSR Figure 6. Clock accuracy in PRP (normalized) It could also be that the clocks are different in LAN_A and LAN_B. The loss of the link to the grandmaster in one LAN causes the election of a backup master on that LAN. In that case, the DANP considers only the best quality master. So, as an extension to IEEE 1588, the DANPs also execute the Best Master Clock algorithm to select among different masters. A. HSR and clocks In HSR, the time distribution is similar to PRP. The PTP messages injected into the ring by the GrandMaster travel in both directions (Figure 7). They have the same HSR and PTP sequence number. Each DANH has both a Transparent Clock and an Ordinary Clock for itself. This is called a Hybrid Clock. While the preferred transmission mode is one-step, twostep are also allowed. A one-step capable DANH converts twomessages for each step messages to one-step. As in PRP, each DANH treats the PTP direction separately. The Ordinary Clock uses both Syncs to improve accuracy when both come from the same clock. A situation in which two different masterss s Announce messages is handled as in PRP. In principle, PTP messages need no HSR tag, but it has been maintained for removing truncated messages. Compared to a non-redundant clock, an HSR has to handle double as many PTP messages and execute the BMCA. This is especially felt when the GrandMaster fails. The back-up masters cause a PTP-storm of messages that most processors have difficulty to cope with. B. PRP to HSR connection. A ring can be connected to a duplicated PRP network as Figure 8 shows. Two RedBoxes are needed to avoid a single point of failure. Since each RedBox injects two frames into the ring, four copy of a frame would circulate, but as soon as a frame reaches a port that has already sent a copy, it will be discarded, so that the overall traffic consists just of the pair of frames. On reception, a RedBox only forwards one copy. The PRP trailer, resp. the HSR tag carry an identifier of the originating HSR ring or PRP network to prevent reinjection. This information is lost for the PTP messages. Therefore, HSR s must handle four Syncs and detect from which GrandMaster they come from. An HSR RedBox therefore could perform an exted duplicate discard using the sequence number of the PTP messages to reduce traffic, but here also, using all four Syncs reduces jitter. Figure 8. Clocks in PRP and HSR coupling

5 IV. NODE IMPLEMENTATION The close coupling between bridging and clock calls for an integrated implementation of HSR and PTP in hardware. Although PRP can be realized in software only, once the HSR and PTP logic is in place, adding the PRP logic is trivial. Figure 9 shows a combined HSR-PTPP with three ports. Three transparent clocks compute the residence delay between each port pair. Each port keeps track of the peer delay. The ordinary clock is syntonized and keeps the exact time, it can serve as a real-time clock for the application processor and generate the sampling pulses for the ADC and the 1PPS output. The choice of FPGA and processor is a convenience due to the available hardware. The FPGA is an Altera Cyclone III with a 66 MHz clock, LE and 256 x 9K of RAM. The Micrel KSZ8001 PHY operate at 100 Mbit/ /s with a 25 MHz clock. Time-stamping is done in the FPGA. The challenges were to reduce the amount of logic elements, cope with different clock domains (each PHY has its own clock), and provide a future-proof architecture that can accommodate higher speeds and a larger number of ports. The inaccuracy introduced by the transparent clocks is currently below 50 ns per and could be improved with PHYs that recognize the time-stamping point in the messages. logic. To accept indifferently one and two-step clocks, a port is connected to a 2-to-1 step conversion block. Therefore, only 1- step Sync frames are handledd internally. Each port is also connected with a block of Transparent Clock. The PTP Ordinary Clock that is synchronized by the PTP Sync messages is implemented in hardware. The parts implemented in software are the management stack and the Best Master Clock Algorithm. The CPU receives Announce and Sync frames, decodes them and executes the BMC algorithm. In case the current is selected as a master, the CPU generates the Sync and Announce frames, which pass through the HSR/PRP core, which tags them and registers them in the duplicate discard tables and then transmits them through the other ports, so this s clock is distributed over the network. The CPU can be an external hardcore CPU, connected with the FPGA, or a softcore CPU (NIOS) instantiated directly in the FPGA. Both approaches have been implemented. In the first approach, the same CPU that executes the application layer also executes the BMC algorithm. Figure 9. Node layout (one direction) A. Hybrid PTP Implementation A hybrid software-hardware implementation is the state-of- both HSR/PRP the-art implementation for a system that uses and PTP ([8]). In such a system, a part of the functionality is implemented in logic, and the rest is implemented by a CPU. A block diagram of the hybrid implementation is presented in Figure 10. The has 3 external ports, 2 of them used as HSR ports and one as a non-redundant port. This port is connected with a CPU that executes the application, in particular substation automation protection. The HSR/PRP core that identifies and discards duplicates for each port is implemented in hardware Figure 10 - Hybrid PTP implementation with redundancy Retaining part of PTP functionality in a CPU is convenient, since it can be easily implemented if the network stack of the CPU can handles layer 2 messages. However, reception or generation of PTP traffic can easily overload the CPU. B. Full hardware PTP implementation A hardware-only PTP switch with redundancy (HSR/PRP) was also implemented. The block diagram of this design is the same as in Figure 10, only that the NIOS is replaced by the BMC-/Management logic directly implemented in VHDL. C. Comparison of the hybrid and the hardware-only implementation The hybrid approach provides an easy maintenance and update of the BMC algorithm, as only the software code has to

6 be changed. On the other hand, the layer 2 handling of the netstack requires a lot of effort and intensive testing. The hardware-only approach relieves the processor from the PTP related tasks, which are significant. It provides also better area and memory utilization, faster system response and less programming effort. The softcore processor can be removed, leaving place for more RAM blocks and logical elements. System response is better since the hardware BMCA reacts faster. Table 2 shows the resource utilization of a hybrid solution, when a softcore CPU (Altera s NIOS II) is used. Saving the resources of the CPU and its communication with the FPGA core is an important optimization, as shown on Table 3 Another advantage of the hardware-only implementation is portability. While adding PTP to a CPU stack requires many changes and additions to the existing stack, integrating the PTP IP requires only the configuration and interface signal connections on the FPGA. HSR s and transparent clocks both forward the ingressing traffic from one port to another. When a supports both modes, the two modes can be treated separately/indepently. In this case, the forwarding delay (measured between the time-stamping point of the ingressing and egressing frame) is the sum of each mode s delay (which is caused by the frame buffering, until required information is decoded from it or controllers responses about forwarding or dropping the frame). The residence delays can be reduced by unifying operations that buffer the ingressing frames. (Table 1). TABLE 1 - AVERAGE FORWARDING DELAY PER NODE (FULL HW) Components Forwarding Delay HSR ~ 4 µs Transparent Clock ~ 2.5 µs HSR+Transparent Clock (Indepent Functions) ~ 6.5 µs HSR+Transparent Clock (Unified Functions) ~ 4.2 µs TABLE 2 RESOURCE UTILIZATION OF A HYBRID HW-SW SOLUTION Components Logic Elements Block RAMs (M9K) HSR/PRP (2 Red Ports 2 Interlinks) 24, PTP Transparent Clock (3 Ports) 16, PTP 2-1 Step Converter (3 Ports) 3,700 6 PTP Ordinary Clock 4,000 2 PTP BMC + PTP Frame Generator on CPU 3, Communication of CPU with PTP on FPGA 3, TABLE 3 RESOURCE UTILIZATION OF FULL HW SOLUTION Components Logic Elements Block RAMs (M9K) HSR/PRP (2 Red Ports 2 Interlinks) 24, PTP Transparent Clock (3 Ports) 16, PTP 2-1 Step Converter (3 Ports) 3,700 6 PTP Ordinary Clock 4,000 2 PTP BMC + PTP Frame Generator 3,000 3 D. Scalability This concept allows to build devices that connect to multiple HSR rings, replicating the logic for each port, with practically no overhead. V. CONCLUSIONS A full-hardware implementation of a combined redundancy IEC with IEEE 1588 clock synchronization is cost effective and can be used for new devices and retrofit. It provides synchronization and redundancy with no additional burden on the application processors. The modular design allows to build HSR s with a large number of ports, as well as RedBoxes. As special advantages, this design is technology and operating system indepent, has a good form factor and eases maintenance while providing better stability. Future development would benefit from PHY that provide a synchronization pulse according to IEEE A 1 Gbit/s design is no real challenge, it has only a cost impact since faster logic and larger memories are needed. References [1] IEC Ed.2: (Part 5, 8-1 and 9-2) Communication networks and systems for power utility automation, International Electrotechnical Commission, Geneva, 2012 [2] IEC High Availability Automation Networks PRP & HSR, International Electrotechnical Commission, Geneva, 2012 [3] IEC 61588, Precision Time Protocol (PTP), version 2, International Electrotechnical Commission, Geneva, [4] The Institute of Electrical and Electronic Engineers, CSMA/CD access method and physical layer specifications. IEEE Std 802.3, [5] H. Kirrmann, C. Hoga, O. Kleineberg; H. Weibel HSR: Industrial Ethernet redundancy with zero recovery time and low cost (High availability Seamless Ring, IEC ), ETFA 2009, 2009 [6] Kirrmann, H.; Dzung, D.; Selecting a Standard Redundancy Method for Highly Available Industrial Networks, 2006 IEEE International Workshop on Factory Communication Systems, June 27, 2006 Page(s): [7] Abdul Amin, Integration of HSR and IEEE 1588 over Ethernet networks, ISPCS [8] Hans Weibel, Sven Meier, IEEE 1588 applied in the environment of high availability LANs, International IEEE Symposium on Precision Clock Synchronization for Measurement, October [9] The Institute of Electrical and Electronic Engineers, ANSI/IEEE Std 801.2D, Media Access Control (MAC) Bridges, [10] Tournier J.C, Weber K., Hoga C. Precise Time Synchronization on a High Available Redundant Ring Protocol, 2009 IEEE International Symposium on Precise Clock Synchronization. Brescia, Italy, September 2009.

SoCe. Introduction to HSR/PRP/ IEEE 1588(PTP) System-on-Chip engineering V: UCA STICK

SoCe. Introduction to HSR/PRP/ IEEE 1588(PTP) System-on-Chip engineering V: UCA STICK SoCe System-on-Chip engineering Introduction to HSR/PRP/ IEEE 1588(PTP) V:140626 UCA STICK SoCe Index: Introduction: PRP (IEC 62439 3 Clause 4) HSR (IEC 62439 3 Clause 5) IEEE 1588 IEC61588 (PTP) HPS IP:

More information

FRS IPO CONFIGURATIONS

FRS IPO CONFIGURATIONS Document ID: FLXN110 FRS IPO CONFIGURATIONS Application Note This document could contain technical inaccuracies or typographical errors. Flexibilis Oy may make changes in the product described in this

More information

HSR High-availability Seamless Redundancy

HSR High-availability Seamless Redundancy INTERNATIONAL ELECTROTECHNICAL COMMISSION IEC 62439-3 Clause 5: HSR High-availability Zero-delay recovery fault-tolerance in Industrial Ethernet in a ring or meshed topology Prof. Dr. Hubert Kirrmann,

More information

Importance of Interoperability in High Speed Seamless Redundancy (HSR) Communication Networks

Importance of Interoperability in High Speed Seamless Redundancy (HSR) Communication Networks Importance of Interoperability in High Speed Seamless Redundancy (HSR) Communication Networks Richard Harada Product Manager RuggedCom Inc. Introduction Reliable and fault tolerant high speed communication

More information

Providers of a Comprehensive Portfolio of Solutions for Reliable Ethernet and Synchronization in the Energy Market. Industrial

Providers of a Comprehensive Portfolio of Solutions for Reliable Ethernet and Synchronization in the Energy Market. Industrial Industrial Providers of a Comprehensive Portfolio of Solutions for Reliable Ethernet and Synchronization in the Energy Market System-on-Chip engineering The Need for Redundant Data Communications In Automated

More information

MiCOM Pxxx PRP. Pxxx/EN PR/B11. Update Documentation. Version Software Version See Table 2 Hardware Suffix See Table 2

MiCOM Pxxx PRP. Pxxx/EN PR/B11. Update Documentation. Version Software Version See Table 2 Hardware Suffix See Table 2 MiCOM Pxxx PRP Pxxx/EN PR/B11 Version Software Version See Table 2 Hardware Suffix See Table 2 Update Documentation Note The technical manual for this device gives instructions for its installation, commissioning,

More information

Parallel Redundancy Protocol (PRP) for IE 4000, IE 4010, and IE 5000 Switches

Parallel Redundancy Protocol (PRP) for IE 4000, IE 4010, and IE 5000 Switches Parallel Redundancy Protocol (PRP) for IE 4000, IE 4010, and IE 5000 Switches Configuring PRP 2 Information About PRP 2 PTP over PRP 4 Prerequisites 13 Guidelines and Limitations 14 Default Settings 16

More information

FHT: A Novel Approach for Filtering High-Availability Seamless Redundancy (HSR) Traffic

FHT: A Novel Approach for Filtering High-Availability Seamless Redundancy (HSR) Traffic Energies 2015, 8, 6249-6274; doi:10.3390/en8076249 Article OPEN ACCESS energies ISSN 1996-1073 www.mdpi.com/journal/energies FHT: A Novel Approach for Filtering High-Availability Seamless Redundancy (HSR)

More information

Peter Kreutzer, PSSAM/Automation Power World 2011 New Delhi, Secure and reliable Redundant communication network and cyber security

Peter Kreutzer, PSSAM/Automation Power World 2011 New Delhi, Secure and reliable Redundant communication network and cyber security Peter Kreutzer, PSSAM/Automation Power World 2011 New Delhi, 2011-09-20 Secure and reliable Redundant communication network and cyber security Content Reliable Substation communication networks Introduction

More information

DRAFT. Dual Time Scale in Factory & Energy Automation. White Paper about Industrial Time Synchronization. (IEEE 802.

DRAFT. Dual Time Scale in Factory & Energy Automation. White Paper about Industrial Time Synchronization. (IEEE 802. SIEMENS AG 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 DRAFT Dual Time Scale in Factory & Energy Automation White Paper about Industrial

More information

Software Implementation of Two Seamless Redundant Topologies in a Digital Protection System based on IEC

Software Implementation of Two Seamless Redundant Topologies in a Digital Protection System based on IEC Software Implementation of Two Seamless Redundant Topologies in a Digital Protection System based on IEC 62439-3 Shantanu Kumar, 1,3 Member, IEEE, Narottam Das, 1,2 Senior Member, IEEE, and Syed Islam,

More information

High Available Synchronization with IEEE 802.1AS bt

High Available Synchronization with IEEE 802.1AS bt High Available Synchronization with IEEE 802.1AS bt 2013-03-19 IEEE 802 Meeting - TSN-TG Orlando / USA Franz-Josef Goetz, Siemens AG Structure of this Presentation 1. Methods in IEEE 1588 v2 and IEEE 802.1AS

More information

High Availability Seamless Ring Protocol. Implementation in FPGA

High Availability Seamless Ring Protocol. Implementation in FPGA High Availability Seamless Ring Protocol Implementation in FPGA Xiaozhuo Jiang Master Thesis 2009, February 13 Advisor ABB: Prof Dr Hubert Kirrmann Co-Advisor ABB: Dr Jean-Charles Tournier Supervisor ETH:

More information

Ethernet Network Redundancy in SCADA and real-time Automation Platforms.

Ethernet Network Redundancy in SCADA and real-time Automation Platforms. Ethernet Network Redundancy in SCADA and real-time Automation Platforms www.copadata.com sales@copadata.com Content 1. ABSTRACT... 2 2. INTRODUCTION... 2 IEC 61850 COMMUNICATION SERVICES... 2 APPLICATION

More information

Building Resilient IEC Communication Networks with Next Generation Redundancy Technologies

Building Resilient IEC Communication Networks with Next Generation Redundancy Technologies Building Resilient IEC 61850 Communication Networks with Next Generation Redundancy Technologies Chew Kian Hwee Industrial Application Manager July 2014 2013 Belden Inc. belden.com @BeldenInc Redundancy

More information

Developing a New HSR Switching Node (SwitchBox) for Improving Traffic Performance in HSR Networks

Developing a New HSR Switching Node (SwitchBox) for Improving Traffic Performance in HSR Networks energies Article Developing a New HSR Switching Node (SwitchBox) for Improving Traffic Performance in HSR Networks Nguyen Xuan Tien and Jong Myung Rhee * Received: 8 December 2015; Accepted: 5 January

More information

Configuring Precision Time Protocol (PTP)

Configuring Precision Time Protocol (PTP) Finding Feature Information, on page 1 Restrictions and Limitations for PTP, on page 1 Information About Precision Time Protocol, on page 2 Configuring PTP, on page 10 Examples: Layer 2 and Layer 3 PTP

More information

A plane can be uniquely determined by three non-collinear points - how many do we really need?

A plane can be uniquely determined by three non-collinear points - how many do we really need? plane can be uniquely determined by three non-collinear points - how many do we really need? Standar EC 61850 by Hubert Kirrmann, Peter Rietmann and Steven Kunsman,, Switzerland 39 d Network IEC 62439

More information

Precision Time Protocol Software Configuration Guide for IE 4000, IE 4010, and IE 5000 Switches

Precision Time Protocol Software Configuration Guide for IE 4000, IE 4010, and IE 5000 Switches Precision Time Protocol Software Configuration Guide for IE 4000, IE 4010, and IE 5000 Switches Configuring PTP 2 Information About Precision Time Protocol 2 Information About NTP to PTP Time Conversion

More information

Spider Transparent Clock

Spider Transparent Clock ISPCS 2008 International IEEE Symposium on Precision Clock Synchronization for Measurement, Control and Communication Ann Arbor, Michigan, September 22 26, 2008 Spider Transparent Clock John C. Eidson

More information

A NOVEL FILTERING TECHNIQUE FOR REDUCING REDUNDANT UNICAST TRAFFIC IN HSR NETWORKS

A NOVEL FILTERING TECHNIQUE FOR REDUCING REDUNDANT UNICAST TRAFFIC IN HSR NETWORKS A NOVEL FILTERING TECHNIQUE FOR REDUCING REDUNDANT UNICAST TRAFFIC IN HSR NETWORKS 1 NGUYEN XUAN TIEN, 2 JONG MYUNG RHEE, 3,* SANG YOON PARK 1 Assistant Professor, Myongji University, Department of Information

More information

IEEE1588 profile development in ITU-T

IEEE1588 profile development in ITU-T IEEE1588 profile development in ITU-T Michael Mayer Ciena Corporation March, 2012 Ciena 2011 Outline -General approach to Profile development in ITU-T -Review of IEEE1588 -Telecom architecture: how it

More information

IEEE Frame Replication and Elimination for Reliability. Franz-Josef Goetz, Member of IEEE TSN TG, Siemens AG

IEEE Frame Replication and Elimination for Reliability. Franz-Josef Goetz, Member of IEEE TSN TG, Siemens AG Joint IEEE-SA and ITU Workshop on Ethernet IEEE 802.1 Frame Replication and Elimination for Reliability Franz-Josef Goetz, Member of IEEE 802.1 TSN TG, Siemens AG Geneva, Switzerland, 13 July 2013 Scope:

More information

Ahead of the challenge, ahead of the change. Beyond classical substation How seamless communication networks can be used in special applications

Ahead of the challenge, ahead of the change. Beyond classical substation How seamless communication networks can be used in special applications Ahead of the challenge, ahead of the change Beyond classical substation How seamless communication networks can be used in special applications siemens.com/energy-management Agenda Today s reliability

More information

Technology Update on IEEE 1588: The Second Edition of the High Precision Clock Synchronization Protocol

Technology Update on IEEE 1588: The Second Edition of the High Precision Clock Synchronization Protocol Technology Update on IEEE 1588: The Second Edition of the High Precision Clock Synchronization Protocol Prof. Hans Weibel Zurich University of Applied Sciences Institute of Embedded Systems (InES) Technikumstrasse

More information

Jim McGhee, Utility Market Manager, RuggedCom Inc.

Jim McGhee, Utility Market Manager, RuggedCom Inc. First Practical Experience with IEEE 1588 High Precision Time Synchronization in High Voltage Substation with IEC 61850 Process Bus Jim McGhee, Utility Market Manager, RuggedCom Inc. (JimMcGhee@RuggedCom.com)

More information

Migration Paths for IEC Substation Communication Networks Towards Superb Redundancy Based on Hybrid PRP and HSR Topologies

Migration Paths for IEC Substation Communication Networks Towards Superb Redundancy Based on Hybrid PRP and HSR Topologies Transmission & Distribution SMART GRIDS ASIA 2013 Migration Paths for IEC 61850 Substation Communication Networks Towards Superb Redundancy Based on Hybrid PRP and HSR Topologies siemens.com/answers Table

More information

Smart Grid Communications. WFCS 2016 May 3-6, 2016, Aveiro, Portugal

Smart Grid Communications. WFCS 2016 May 3-6, 2016, Aveiro, Portugal Smart Grid Communications WFCS 2016 May 3-6, 2016, Aveiro, Portugal Agenda EFACEC Overview Smart Grids Communications Substation Automation System (SAS) Communications Conclusions Efacec is present in

More information

System-on-Chip engineering. The SoCe Difference. FPGA based Solutions for Communications in Critical Systems

System-on-Chip engineering. The SoCe Difference. FPGA based Solutions for Communications in Critical Systems SoCe System-on-Chip engineering The SoCe Difference FPGA based Solutions for Communications in Critical Systems The SoCe Difference: Innovation for Your Advantage SoCe offers technology based on reconfigurable

More information

User Manual. Redundancy Configuration Embedded Ethernet Switch (EES) UM RedundConfig EES Release /2013

User Manual. Redundancy Configuration Embedded Ethernet Switch (EES) UM RedundConfig EES Release /2013 User Manual Redundancy Configuration Embedded Ethernet Switch (EES) Technical Support https://hirschmann-support.belden.eu.com The naming of copyrighted trademarks in this manual, even when not specially

More information

What Protection Engineers Need to Know About Networking. ANCA CIORACA, ILIA VOLOH, MARK ADAMIAK Markham, ON, CA King of Prussia, PA GE Digital Energy

What Protection Engineers Need to Know About Networking. ANCA CIORACA, ILIA VOLOH, MARK ADAMIAK Markham, ON, CA King of Prussia, PA GE Digital Energy What Protection Engineers Need to Know About Networking ANCA CIORACA, ILIA VOLOH, MARK ADAMIAK Markham, ON, CA King of Prussia, PA GE Digital Energy 1 INTRODUCTION Retrieving data available in substations,

More information

User Manual. Redundancy Configuration Rail Switch Power Enhanced (HiOS-2S/2A/3S RSPE) UM RedundConfig HiOS-2S/2A/3S RSPE Release 4.

User Manual. Redundancy Configuration Rail Switch Power Enhanced (HiOS-2S/2A/3S RSPE) UM RedundConfig HiOS-2S/2A/3S RSPE Release 4. User Manual Redundancy Configuration Rail Switch Power Enhanced (HiOS-2S/2A/3S RSPE) Technical Support https://hirschmann-support.belden.eu.com The naming of copyrighted trademarks in this manual, even

More information

Description of Use of IEEE 1588 Followup Peer-to-Peer Transparent Clocks in A/V Bridging Networks Revision

Description of Use of IEEE 1588 Followup Peer-to-Peer Transparent Clocks in A/V Bridging Networks Revision Description of Use of IEEE 1588 Followup Peer-to-Peer Transparent Clocks in A/V Bridging Networks Revision 10.012.0 2006.043.24182705.12 Geoffrey M. Garner Samsung (Consultant) gmgarner@comcast.net Revision

More information

User Manual. Redundancy Configuration HiOS-2S-2A-3S RSPE (Rail Switch Power Enhanced) UM RedundConfig HiOS-2S-2A-3S RSPE Release 5.

User Manual. Redundancy Configuration HiOS-2S-2A-3S RSPE (Rail Switch Power Enhanced) UM RedundConfig HiOS-2S-2A-3S RSPE Release 5. User Manual Redundancy Configuration HiOS-2S-2A-3S RSPE (Rail Switch Power Enhanced) Technical Support https://hirschmann-support.belden.eu.com The naming of copyrighted trademarks in this manual, even

More information

802.1 TIME-SENSITIVE NETWORKING (TSN) ON 802.3CG MULTIDROP NETWORKS

802.1 TIME-SENSITIVE NETWORKING (TSN) ON 802.3CG MULTIDROP NETWORKS 802.1 TIME-SENSITIVE NETWORKING (TSN) ON 802.3CG MULTIDROP NETWORKS AUTHOR: CRAIG GUNTHER, HARMAN INTERNATIONAL SUPPORTERS: DON PANNELL, MARVELL RODNEY CUMMINGS, NATIONAL INSTRUMENTS September 2017 1 WHAT

More information

Chapter 16: Switched Ethernet in Automation. Wenbo Qiao

Chapter 16: Switched Ethernet in Automation. Wenbo Qiao Chapter 16: Switched Ethernet in Automation Wenbo Qiao Ethernet Basics What is Ethernet? Why Ethernet? ( not FieldBus?) Flexibility, Scalability and Performance Key Strength: many protocols running simultaneously

More information

IEEE 1588v2 Technology White Paper

IEEE 1588v2 Technology White Paper IEEE 1588v2 Technology White Paper Issue 02 Date 2016-09-30 HUAWEI TECHNOLOGIES CO., LTD. 2016. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means

More information

PtpHybridClock. Reference Manual. Product Info. Product Manager. Author(s) Reviewer(s) - Version 1.0. Date Sven Meier.

PtpHybridClock. Reference Manual. Product Info. Product Manager. Author(s) Reviewer(s) - Version 1.0. Date Sven Meier. PtpHybridClock Reference Manual Product Info Product Manager Author(s) Sven Meier Sven Meier Reviewer(s) - Version.0 Date 07.0.206 PtpHybridClock Reference Manual.0 Page of 8 Copyright Notice Copyright

More information

Best Practices for Implementing PTP in the Power Industry. Larry Thoma

Best Practices for Implementing PTP in the Power Industry. Larry Thoma Best Practices for Implementing PTP in the Power Industry Larry Thoma 2018 by Schweitzer Engineering Laboratories, Inc. All rights reserved. All brand or product names appearing in this document are the

More information

Deploying Digital Substations: Experience with a Digital Substation Pilot in North America. Harsh Vardhan, R Ramlachan GE Grid Solutions, USA

Deploying Digital Substations: Experience with a Digital Substation Pilot in North America. Harsh Vardhan, R Ramlachan GE Grid Solutions, USA Deploying Digital Substations: Experience with a Digital Substation Pilot in North America Harsh Vardhan, R Ramlachan GE Grid Solutions, USA Wojciech Szela, Edward Gdowik PECO, USA SUMMARY Though IEC 61850

More information

Configuring PTP. Information About PTP. This chapter contains the following sections:

Configuring PTP. Information About PTP. This chapter contains the following sections: This chapter contains the following sections: Information About PTP Information About PTP, on page 1 PTP Device Types, on page 2 PTP Process, on page 3 High Availability for PTP, on page 3 Licensing Requirements

More information

PtpTimestampUnit. Reference Manual. Product Info. Product Manager. Author(s) Reviewer(s) - Version 1.0. Date Sven Meier.

PtpTimestampUnit. Reference Manual. Product Info. Product Manager. Author(s) Reviewer(s) - Version 1.0. Date Sven Meier. PtpTimestampUnit Reference Manual Product Info Product Manager Author(s) Sven Meier Sven Meier Reviewer(s) - Version 1.0 Date 09.03.2018 PtpTsu Reference Manual 1.0 Page 1 of 80 Copyright Notice Copyright

More information

Joint IEEE-SA and ITU Workshop on Ethernet. IEEE AS gptp - One Step Issues. Franz-Josef Goetz, Member of IEEE TSN TG, Siemens AG

Joint IEEE-SA and ITU Workshop on Ethernet. IEEE AS gptp - One Step Issues. Franz-Josef Goetz, Member of IEEE TSN TG, Siemens AG Joint IEEE-SA and ITU Workshop on Ethernet IEEE 802.1 AS gptp - One Step Issues Franz-Josef Goetz, Member of IEEE 802.1 TSN TG, Siemens AG Geneva, Switzerland, 13 July 2013 Title Draft PAR (P802.1 AS br)

More information

FLEXIBILIS REDUNDANT SWITCH (FRS)

FLEXIBILIS REDUNDANT SWITCH (FRS) Document ID: FLXN103 FLEXIBILIS REDUNDANT SWITCH (FRS) Altera Cyclone V GT Demo This document could contain technical inaccuracies or typographical errors. Flexibilis Oy may make changes in the product

More information

GUIDELINES FOR USING DEVICE LEVEL RING (DLR) WITH ETHERNET/IP. PUB00316R ODVA, Inc. Page 1 of 18

GUIDELINES FOR USING DEVICE LEVEL RING (DLR) WITH ETHERNET/IP. PUB00316R ODVA, Inc. Page 1 of 18 GUIDELINES FOR USING DEVICE LEVEL RING (DLR) WITH ETHERNET/IP PUB00316R2 2017-2018 ODVA, Inc. Page 1 of 18 Guidelines for Using Device Level Ring (DLR) with EtherNet/IP Contents 1. Introduction... 3 2.

More information

Precision Time Protocol Software Configuration Guide for IE 2000U and Connected Grid Switches

Precision Time Protocol Software Configuration Guide for IE 2000U and Connected Grid Switches Precision Time Protocol Software Configuration Guide for IE 2000U and Connected Grid Switches Revised: March 14, 2017, Configuring PTP This document describes Precision Time Protocol (PTP) and how to configure

More information

FLEXIBILIS REDUNDANT SWITCH (FRS)

FLEXIBILIS REDUNDANT SWITCH (FRS) Document ID: FLXN082 FLEXIBILIS REDUNDANT SWITCH () Altera Cyclone IV Demo This document could contain technical inaccuracies or typographical errors. Flexibilis Oy may make changes in the product described

More information

AV Time Synchronization for Wired and Wireless 802 LANs

AV Time Synchronization for Wired and Wireless 802 LANs AV Time Synchronization for Wired and Wireless 802 LANs Kevin Stanton Intel Corporation Updated presentation from 802.1 Interim in Beijing on 5/17/2006 With subsequent contribution from Dr. Karl Weber

More information

802.1AS Fast Master Clock Selection

802.1AS Fast Master Clock Selection 802.1AS Fast Master Clock Selection Moving 802.1AS closer to RSTP Version 2 Norman Finn Cisco Systems 1 Introduction 2 Introduction IEEE 1588 networks that contain transparent clocks and the current draft

More information

Communication Redundancy User s Manual

Communication Redundancy User s Manual User s Manual Fifth Edition, June 2015 www.moxa.com/product 2015 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

Standards Update IEEE 1588

Standards Update IEEE 1588 VOICE & TIMING SOLUTIONS For a New Global Network Standards Update IEEE 1588 Silvana Rodrigues silvana.rodrigues@zarlink.com The 6th Time & Synchronisation in Telecoms Conference November 4 to 6, 2008

More information

1 Introduction. 2 Reasons for media redundancy

1 Introduction. 2 Reasons for media redundancy White Paper Media Redundancy Concepts High Availability in Industrial Ethernet 1 Introduction The general idea of media redundancy and redundant paths is almost as old as the use of Ethernet for industrial

More information

Distributed Systems. 05. Clock Synchronization. Paul Krzyzanowski. Rutgers University. Fall 2017

Distributed Systems. 05. Clock Synchronization. Paul Krzyzanowski. Rutgers University. Fall 2017 Distributed Systems 05. Clock Synchronization Paul Krzyzanowski Rutgers University Fall 2017 2014-2017 Paul Krzyzanowski 1 Synchronization Synchronization covers interactions among distributed processes

More information

G Telecom Profile

G Telecom Profile Why G.8275.1? More About G.8275.1 First Published: March 29, 2016 Precision Time Protocol (PTP) is a protocol for distributing precise time and frequency over packet networks. PTP is defined in the IEEE

More information

G Telecom Profile

G Telecom Profile Precision Time Protocol (PTP) is a protocol for distributing precise time and frequency over packet networks. PTP is defined in the IEEE Standard 1588. It defines an exchange of timed messages PTP allows

More information

Tutorial on Time-Synchronization for AAA2C based on IEEE Std 802.1AS -2011

Tutorial on Time-Synchronization for AAA2C based on IEEE Std 802.1AS -2011 Tutorial on Time-Synchronization for AAA2C based on IEEE Std 802.1AS -2011, Ph.D. November 7, 2012 Intel Corporation kevin.b.stanton@intel.com Abstract This presentation provides an overview of time synchronization

More information

TR IEC Deterministic Networking

TR IEC Deterministic Networking INTERNATIONAL ELECTROTECHNICAL COMMISSION TR IEC 61850-90-13 Deterministic Networking Maik Seewald IEC TC57, WG10 maseewal@cisco.com IEC 61850 in a nutshell Title: Communication networks and systems for

More information

IEEE Time-Sensitive Networking (TSN)

IEEE Time-Sensitive Networking (TSN) IEEE 802.1 Time-Sensitive Networking (TSN) Norman Finn, IEEE 802.1CB, IEEE 802.1CS Editor Huawei Technologies Co. Ltd norman.finn@mail01.huawei.com Geneva, 27 January, 2018 Before We Start This presentation

More information

Redundancy in Substation LANs with the Rapid Spanning Tree Protocol (IEEE 802.1w)

Redundancy in Substation LANs with the Rapid Spanning Tree Protocol (IEEE 802.1w) Redundancy in Substation LANs with the Rapid Spanning Tree Protocol (IEEE 0.1w) Michael Galea, Marzio Pozzuoli RuggedCom Inc. - Industrial Strength Networks Woodbridge, Ontario, Canada Introduction Ethernet

More information

Version Date Reason Author Sep-2008 Initial Draft Philippe Klein

Version Date Reason Author Sep-2008 Initial Draft Philippe Klein Informative Appendix to the IEEE 802.1as/D4.0 Specifications Version Date Reason Author 0.1 07-Sep-2008 Initial Draft Philippe Klein (philippe@broadcom.com) Media-dependent layer specification for CSN

More information

Anca Cioraca, Ilia Voloh, Mark Adamiak GE Grid Automation

Anca Cioraca, Ilia Voloh, Mark Adamiak GE Grid Automation Anca Cioraca, Ilia Voloh, Mark Adamiak GE Grid Automation In the beginning.rs-232 Migration to Ethernet in IEDs.circa 1997 Only invented in 1972.fast adoption for our industry Desire for Interoperability

More information

IEEE-1588 Frequency and Time & Phase Profiles at ITU

IEEE-1588 Frequency and Time & Phase Profiles at ITU IEEE-1588 Frequency and Time & Phase Profiles at ITU Silvana Rodrigues, IDT (silvana.rodrigues@idt.com) Presentation to ITSF 2011, Edinburgh, November 2011 2009 Integrated Device Technology, Inc. Agenda

More information

Configuring Rapid PVST+ Using NX-OS

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

More information

Overview and Timing 802.1AS. Geoffrey M. Garner. Broadcom Corporation

Overview and Timing 802.1AS. Geoffrey M. Garner. Broadcom Corporation Overview and Timing Performance of IEEE 802.1AS Geoffrey M. Garner Consultant Michael D Johas Teener Michael D. Johas Teener Broadcom Corporation Outline Introduction ti Overview of IEEE 802.1AS PTP profile

More information

Lessons Learned and Successful Root Cause Analysis of Elusive Ethernet Network Failures in Installed Systems

Lessons Learned and Successful Root Cause Analysis of Elusive Ethernet Network Failures in Installed Systems Lessons Learned and Successful Root Cause Analysis of Elusive Ethernet Network Failures in Installed Systems D. Dolezilek, J. Dearien, and M. van Rensburg Schweitzer Engineering Laboratories, Inc. Presented

More information

COMMUNICATION NETWORKS. FOX615/612 TEGO1 IEC GOOSE Proxy Gateway interface module.

COMMUNICATION NETWORKS. FOX615/612 TEGO1 IEC GOOSE Proxy Gateway interface module. COMMUNICATION NETWORKS FOX615/612 TEGO1 IEC 61850 GOOSE Proxy Gateway interface module. 2 FOX615/612 TEGO1 IEC 61850 GOOSE GATEWAY INTERFACE MODULE INTRODUCTION 3 FOX615/612 multiplexing platform. Enabling

More information

User Manual. Redundancy Configuration Embedded Ethernet Switch (EES) UM RedundConfig EES Release /2012

User Manual. Redundancy Configuration Embedded Ethernet Switch (EES) UM RedundConfig EES Release /2012 User Manual Redundancy Configuration Embedded Ethernet Switch (EES) Technical Support https://hirschmann-support.belden.eu.com The naming of copyrighted trademarks in this manual, even when not specially

More information

IEEE 1588v2 Time Synchronization in Energy Automation Applications Case Studies from China

IEEE 1588v2 Time Synchronization in Energy Automation Applications Case Studies from China IEEE 1588v2 Time Synchronization in Energy Automation Applications Case Studies from China Real Time Communications Symposium Munich, January 2012 Maciej Goraj maciejgoraj@ruggedcom.com 1 Who is RuggedCom?

More information

Description of Use of IEEE 1588 Followup Peer-to-Peer Transparent Clock in A/V Bridging Networks Revision

Description of Use of IEEE 1588 Followup Peer-to-Peer Transparent Clock in A/V Bridging Networks Revision Description of Use of IEEE 1588 Followup Peer-to-Peer Transparent Clock in A/V Bridging Networks Revision 0.0 2006.03.27 Geoffrey M. Garner Samsung (Consultant) gmgarner@comcast.net 1. Introduction The

More information

Grid Automation Products. SAM600 Process Bus I/O System Operation Manual

Grid Automation Products. SAM600 Process Bus I/O System Operation Manual b Grid Automation Products SAM600 Process Bus I/O System Document ID: 1MRK 511 434-UEN Issued: June 2017 Revision: A Product version: 1.2 Copyright 2016-2017 ABB. All rights reserved Copyright This document

More information

Measuring 802.1AS Slave Clock Accuracy. Alon Regev

Measuring 802.1AS Slave Clock Accuracy. Alon Regev Measuring 802.1AS Slave Clock Accuracy Alon Regev 1 Introduction to IEEE 1588 and IEEE 802.1AS IEEE 1588 & IEEE 802.1AS standards define how to synchronize time accurately between nodes on a network IEEE

More information

Time Synchronization and Communication Network Redundancy for Power Network Automation

Time Synchronization and Communication Network Redundancy for Power Network Automation Time Synchronization and Communication Network Redundancy for Power Network Automation A thesis submitted to the University of Manchester for the degree of Doctor of Philosophy in the Faculty of Science

More information

Kyland solution for IEEE1588 Precision Time Synchronization in Electric Utilities

Kyland solution for IEEE1588 Precision Time Synchronization in Electric Utilities Kyland solution for IEEE1588 Precision Time Synchronization in Electric Utilities IEEE1588 v2 In measurement and control systems there is often a need to synchronize distributed clocks. Traditionally,

More information

Configuring Rapid PVST+

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

More information

Revision of IEEE Std C37.238, Power Profile for IEEE-1588: Why The Big Changes? IEEE PSCC Task Force P1 Members and Guests

Revision of IEEE Std C37.238, Power Profile for IEEE-1588: Why The Big Changes? IEEE PSCC Task Force P1 Members and Guests Revision of IEEE Std C37.238, Power Profile for IEEE-1588: Why The Big Changes? IEEE PSCC Task Force P1 Members and Guests M. Adamiak, G.S. Antonova, A. Apostolov, F. Becker, J. Bougie, Ch. Brunner, W.

More information

IEEE 1588 Hardware Assist

IEEE 1588 Hardware Assist Freescale Technology Forum, June 2007 IEEE 1588 Hardware Assist Session ID: AZ317 Satoshi Iida Applications Engineering Manager Agenda IEEE 1588 Protocol Overview Synchronization Overview Why Create Another

More information

irbx - HSR/PRP Redundancy Switch Module User s Manual

irbx - HSR/PRP Redundancy Switch Module User s Manual irbx - HSR/PRP Redundancy Switch Module User s Manual Revision Date Notes 1.0 June 9, 2014 Initial draft 1.2 June 13, 2014 Conform release of phase1 2.0 July 09, 2014 Management port 2.1 July 16, 2014

More information

A Comparison Study of the Quick Removing (QR) Approach (HSR Mode X) under Cut-Through and Store and Forward Switching Modes

A Comparison Study of the Quick Removing (QR) Approach (HSR Mode X) under Cut-Through and Store and Forward Switching Modes ICACT Transactions on Advanced Communications Technology (TACT) Vol. 5, Issue 4, July 2016 895 A Comparison Study of the Quick Removing (QR) Approach (HSR Mode X) under Cut-Through and Store and Forward

More information

Power Automation Solutions with the IEC standard

Power Automation Solutions with the IEC standard Power Automation Solutions with the IEC-61850 standard Advantech Europe B.V. Jash Bansidhar Jash.bansidhar@advantech.nl +31 651 114 715 18 June 2014 Development of the Standard IEC-61850 was developed

More information

Informative Appendix to the IEEE 802.1as/D4.0 Specifications. Media-dependent layer specification for CSN Network. 1 Overview

Informative Appendix to the IEEE 802.1as/D4.0 Specifications. Media-dependent layer specification for CSN Network. 1 Overview Informative Appendix to the IEEE 802.1as/D4.0 Specifications Version Date Reason Author 0.1 07-Sep-2008 Initial Draft Philippe Klein (philippe@broadcom.com) 0.2 15-Sep-2008 Fixed the mean-propagation delay

More information

IEEE 1588v2 PTP Support

IEEE 1588v2 PTP Support IEEE 1588v2 Precision Time Protocol (PTP) is a packet-based two-way message exchange protocol for synchronizing clocks between nodes in a network, thereby enabling an accurate time distribution over a

More information

Growth. Individual departments in a university buy LANs for their own machines and eventually want to interconnect with other campus LANs.

Growth. Individual departments in a university buy LANs for their own machines and eventually want to interconnect with other campus LANs. Internetworking Multiple networks are a fact of life: Growth. Individual departments in a university buy LANs for their own machines and eventually want to interconnect with other campus LANs. Fault isolation,

More information

Configuring Rapid PVST+

Configuring Rapid PVST+ This chapter contains the following sections: Information About Rapid PVST+, page 1, page 16 Verifying the Rapid PVST+ Configuration, page 24 Information About Rapid PVST+ The Rapid PVST+ protocol is the

More information

Advance Information Sheet for the fido Port Industrial Ethernet DLR Switch with IEEE 1588

Advance Information Sheet for the fido Port Industrial Ethernet DLR Switch with IEEE 1588 for the fido2100 3-Port Industrial Ethernet DLR Switch with IEEE 1588 Page 1 of 26 1-888-824-4184 Copyright 2012 by Innovasic, Inc. Published by Innovasic, Inc. 5635 Jefferson St. NE, Suite A, Albuquerque,

More information

REALISATION OF AN INTELLIGENT AND CONTINUOUS PROCESS CONNECTION IN SUBSTATIONS

REALISATION OF AN INTELLIGENT AND CONTINUOUS PROCESS CONNECTION IN SUBSTATIONS REALISATION OF AN INTELLIGENT AND CONTINUOUS PROCESS CONNECTION IN SUBSTATIONS Christina SÜFKE Carsten HAVERKAMP Christian WEHLING Westnetz GmbH - Germany Westnetz GmbH - Germany Westnetz GmbH - Germany

More information

Rapid Spanning Tree Protocol and Ethernet applications development

Rapid Spanning Tree Protocol and Ethernet applications development Rapid Spanning Tree Protocol and Ethernet applications development Embedded switches, specific protocols, SW support Simone Cilli (simone.cilli@t3lab.it) T3LAB Consortium, Via S. Bassanelli 9/11, Bologna

More information

Analysis of Parallel Redundant WLAN with Timing Diversity

Analysis of Parallel Redundant WLAN with Timing Diversity Analysis of Parallel Redundant WLAN with Timing Diversity Marco T. Kassis, Omar A. Mady, Hassan H. Halawa Electronics Engineering Department American University in Cairo Cairo, Egypt {marco_kassis; omar_mady;

More information

CH : 15 LOCAL AREA NETWORK OVERVIEW

CH : 15 LOCAL AREA NETWORK OVERVIEW CH : 15 LOCAL AREA NETWORK OVERVIEW P. 447 LAN (Local Area Network) A LAN consists of a shared transmission medium and a set of hardware and software for interfacing devices to the medium and regulating

More information

Configuring STP. Understanding Spanning-Tree Features CHAPTER

Configuring STP. Understanding Spanning-Tree Features CHAPTER CHAPTER 11 This chapter describes how to configure the Spanning Tree Protocol (STP) on your switch. For information about the Rapid Spanning Tree Protocol (RSTP) and the Multiple Spanning Tree Protocol

More information

Document ID: FLXN111 PRODUCTS AND LICENSING

Document ID: FLXN111 PRODUCTS AND LICENSING Document ID: FLXN111 PRODUCTS AND LICENSING Revision History Rev Date Comments 1.0 18.09.2014 First version 2.0 14.06.2016 Product assortment updated 2.1 2.12.2016 XRS Family product line added 2.2 21.4.2017

More information

Timing and Synchronization Configuration Guide, Cisco IOS XE Everest (Cisco ASR 920 Routers)

Timing and Synchronization Configuration Guide, Cisco IOS XE Everest (Cisco ASR 920 Routers) Timing and Synchronization Configuration Guide, Cisco IOS XE Everest 16.5.1 (Cisco ASR 920 Routers) First Published: 2017-03-23 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose,

More information

IEEE 1588, Standard for a Precision Clock Synchronization Protocol

IEEE 1588, Standard for a Precision Clock Synchronization Protocol IEEE 1588, Standard for a Precision Clock Synchronization Protocol What is it? Where is it used? How does it work? How to implement it? Prof. Hans Weibel, Zurich University of Applied Sciences hans.weibel@zhwin.ch

More information

Standard ПодробнRedundancy Using IEC 62439

Standard ПодробнRedundancy Using IEC 62439 Стр. 1 Home 袚. Autumn 2008 Issue. Redundancy. Standard Network Redundancy Using IEC 62439 Standard ПодробнRedundancy Using IEC 62439 Authors: Hubert Kirrmann, Peter Rietmann and Steven Kunsman, ABB, Switzerland

More information

CHALLENGES USING IEEE PRECISION TIME PROTOCOL (PTP) FOR HIGH ACCURACY TIME TRANSFER

CHALLENGES USING IEEE PRECISION TIME PROTOCOL (PTP) FOR HIGH ACCURACY TIME TRANSFER CHALLENGES USING IEEE 1588-2008 PRECISION TIME PROTOCOL (PTP) FOR HIGH ACCURACY TIME TRANSFER David Wilson Naval Research Laboratory Washington D.C. Abstract The NRL Space Applications Branch evaluated

More information

1756-EN2TP Parallel Redundancy Protocol Module Network Redundancy

1756-EN2TP Parallel Redundancy Protocol Module Network Redundancy 1756-EN2TP Parallel Redundancy Protocol Module Network Redundancy PUBLIC Copyright 2017 Rockwell Automation, Inc. All Rights Reserved. 1 1756-EN2TP Parallel Redundancy Protocol Module The 1756-EN2TP Parallel

More information

SOLVING ELECTRICAL SUBSTATION TIMING PROBLEMS A white paper on the use of the Precision Time Protocol for substation protection and control systems

SOLVING ELECTRICAL SUBSTATION TIMING PROBLEMS A white paper on the use of the Precision Time Protocol for substation protection and control systems SOLVING ELECTRICAL SUBSTATION TIMING PROBLEMS A white paper on the use of the Precision Time Protocol for substation protection and control systems Dr David Ingram & Brian Smellie 1. Ingram Technology,

More information

ETHERNET TIME & SYNC. In Telecoms, Power, Finance, Cars,... ITSF Budapest, Nov 2014

ETHERNET TIME & SYNC. In Telecoms, Power, Finance, Cars,... ITSF Budapest, Nov 2014 ETHERNET TIME & SYNC In Telecoms, Power, Finance, Cars,... ITSF Budapest, Nov 2014 PTP Profiles IEEE 1588 states in clause 19.3.1.1: "The purpose of a PTP profile is to allow organizations to specify specific

More information

Token Ring VLANs and Related Protocols

Token Ring VLANs and Related Protocols Token Ring VLANs and Related Protocols CHAPTER 4 Token Ring VLANs A VLAN is a logical group of LAN segments, independent of physical location, with a common set of requirements. For example, several end

More information

Audio Video Bridging (AVB) Assumptions IEEE AVB Plenary Jan 28 & 29, 2008 Los Gatos

Audio Video Bridging (AVB) Assumptions IEEE AVB Plenary Jan 28 & 29, 2008 Los Gatos Audio Video Bridging (AVB) Assumptions Plenary Jan 28 & 29, 2008 Los Gatos Green Text = Agreed to on Various AVB Calls/Meetings Black Text = Not Decided Changes Marked with Red from last version Don Pannell

More information