Powering Next-Generation IP Broadcasting using QFX Series Switches. Tech Note

Size: px
Start display at page:

Download "Powering Next-Generation IP Broadcasting using QFX Series Switches. Tech Note"

Transcription

1 Powering Next-Generation IP Broadcasting using QFX Series Switches Tech Note March 2018

2 Juniper Networks, Inc Innovation Way Sunnyvale, California USA Juniper Networks assumes no responsibility for any inaccuracies in this document. Juniper Networks reserves the right to change, modify, transfer, or otherwise revise this publication without notice. The information in this document is current as of the date on the title page. Copyright 2018, Juniper Networks, Inc. All rights reserved Juniper Networks, Inc.

3 Contents Introduction... 5 What is PTP?... 5 PTP Clock Types... 6 PTP Message Types... 7 PTP Message Exchange... 7 PTP Synchronization Process... 8 IP in Live Production Broadcast TV Environments... 9 Typical Network Deployment Simple Star Hub and Spoke Scale-Out using a Spine and Leaf Architecture Juniper QFX Series Switches Scaling PTP as a Data Center Service Supported Switches Spine Supported Switches Access/Leaf Typical Deployment Configuration Commands Operational Commands Configuration Example PTP Parameters CLI Configuration Management Interface Spine-Leaf Interface End Device-Facing Interface PTP Parameters PTP Master-Slave Interfaces OSPF Multicast (PIM) Verification PTP Status PTP Synchronization Juniper Networks, Inc. 3

4 PTP Hierarchy Clock Status on QFX Conclusion Juniper Networks, Inc.

5 Introduction The IEEE 1588v2 standard defines the Precision Time Protocol (PTP), which is used to synchronize clocks throughout a packet-switched network, including Ethernet switches and IP routers. Precision timing is critical in environments where there is a desire to correlate or synchronize events within microseconds, or measure utilization or latency with the highest accuracy. Popular applications for PTP are often found in the financial sector and in the media broadcasting space. Recent trends indicate that the media and broadcast industry, in particular, is moving towards creating IP-based studios where 1588 can be used to synchronize multiple cameras with a common time code, as well as to lock video and audio devices to a uniform time base. Traditionally, to achieve the required reliability and low latency necessary for production-quality broadcasts, broadcasters have relied on serial digital interface (SDI) and coaxial cabling technology to transport live content from outside broadcasts to production studios. This landscape now requires letting go of static, hardwired networks, manually configured workflows, and SDI-centric infrastructures that are unable to scale to meet the advances in technology in video and audio. There is also a shift from using dedicated, specialized media processing hardware to software running on servers in a data center. This document reviews the PTP protocol, which is at the backbone of this transition from SDI to IP, and ties it back to a media and broadcast use case deployment using Juniper s data center portfolio of switches namely the QFX Series. What is PTP? PTP is used to synchronize the clock of a network client with a server. This synchronization is achieved through packets that are transmitted and received in a session between different PTP clocks. As defined in IEEE 1588v2, PTP is used to distribute system time of day (TOD) and clock frequency from a grandmaster clock to slave clocks within the same network and clock domain using multicast communications. These clocks are organized into a master-slave synchronization hierarchy, with the grandmaster clock-- the clock at the top of the hierarchy--determining the reference time for the entire system Juniper Networks, Inc. 5

6 Synchronization is achieved by exchanging PTP timing messages, with the members using the timing information to adjust their clocks to match the time of their master in the hierarchy. PTP Clock Types The type of PTP clock used depends on the function performed by the PTP node in the network: Boundary clock: A node with this clock type has multiple PTP ports in a domain and maintains the time scale used in the domain. A PTP node can be configured to act as a master clock on one PTP port while simultaneously acting as a slave on another port. In such a case, the boundary clock receives the time of day on the slave clock port and relays it as a reference to the master clock ports. It is also possible to operate different parts of the network in different PTP domains. Transparent clock: This type of clock measures the time taken for a PTP event message to transit the device and provides this information to clocks receiving this event message. In transparent E2E (End to End) mode, each clock in the path to the slave measures the residence time (RT) of a PTP packet in its queue and modifies the RT field in the PTP message to indicate packet delay. The slave receives the PTP message and uses the RT data to calculate and remove the jitter the network introduced, thereby maintaining lock with the master based on a consistent delay. Ordinary clock: A node with this clock type has a single PTP port in a domain and maintains the time scale used in the domain. It can be a master clock or a slave clock. For example, if the grandmaster clock is an ordinary clock, a PTP slave on the server will be an ordinary clock, too Juniper Networks, Inc.

7 PTP Message Types Each PTP message has a specific role to play in the handshake between the master and slave. Message Value Sync 0 Delay_Req 1 Follow_Up 8 Delay_Resp 9 Announce Signaling Management Reserved NOTE: Each of these message types has a specific format; more detail can be found in the IEEE1588v2 specification. Also, this table concentrates only on the end-to-end messages between the master and slave. Sync messages are sent from the master to the slave. Sync messages convey the master time at the time of sending the sync message. Delay request messages are identical to sync messages in their format. A delay request is sent by the slave clock and contains the slave time at the time of sending the message. Follow-up messages are optional messages that are received by the slave after the first synchronous message. We will discuss their use in two-step clock mode in the next section. Delay response messages are sent by the master in response to the delay requests sent by slaves. These contain the time at which the master received the delay request message. Announce messages are the first message type that all PTP clocks listen for. Announce messages carry Best Master Clock Algorithm (BMCA) information the clock characteristics of the source. The workings of BMCA are beyond the scope of this paper, but just know that it is an algorithm used to select the best clock quality in the network. Signaling messages convey TLV information (Type, Length and Value) to the target slave ports. Management messages are used to exchange messages between multiple clocks and the network nodes. It is sufficient to understand that these come into play in multiple-clock scenarios. PTP Message Exchange PTP master and slave devices exchange sync and delay request messages, timestamping the arrival and departure times of each message. B C D E-F 2018 Juniper Networks, Inc. 7

8 In the figure above: T1 - Master time at point of sending Sync message T2 Slave time at point of receiving Sync message T3 Slave time at point of sending Delay Request message T4 Master time at point of receiving Delay Request message The message exchange conveys precise timing T1, T2, T3, T4 from the master to the slave and vice versa. The slave uses T1, T2, T3, and T4 to calculate its offset and one-way delay (mean propagation delay) relative to the master, and then uses that information to synchronize the slave clock to the master. The formula to calculate one-way delay is as follows: Mean Propagation Delay = (T2-T1) + (T4-T3) / 2 Once the propagation delay is known, periodic clock offset corrections may be done using follow-up messages. PTP Synchronization Process Clock synchronization can be achieved across a network within both networking equipment and the attached devices with extremely precise clock accuracy. PTP relies on instrumenting the delay between the master and slave to correctly model the time offset across the network. The less variability in the delay, the more accurate the synchronization will be maintained. The PTP synchronization process consists of two phases: establishing the master-slave hierarchy, and synchronizing the clocks. The following are the steps to attain a master-slave hierarchy within a network deployment: Juniper Networks, Inc.

9 1. An interface on which clock information is distributed downstream is configured as a master interface; an interface on which the master clock is to be received is configured as a slave interface. 2. Configure the clock step that determines whether the timing information is sent only with the synchronous message (one-step), or a subsequent follow-up message (two-step) is received for the sent synchronous message. One-step One clock step to send timing information along with the synchronous message. Two-step Two clock steps to send timing information and receive a subsequent followup message. I.e., the timestamp in the sync message is set to zero and the actual timestamp is sent afterwards in a follow-up message. 3. Configure a domain of communication. PTP operates within a logical scope called a PTP domain. 4. Configure the attributes of master-slave communication, such as frequency of sync, announce messages, etc. The following are the steps to attain a PTP lock synchronization within a network deployment: 1. Each port of a network switch or router examines the contents of all received announce messages issued by a GM clock or ports of other switches that are in the master state. 2. The priority, clock class, accuracy, and strength of the local clock is compared to that of the foreign clock master received through its slave ports. 3. After steps 1-2, the master-slave hierarchy is established. The master then sends a synchronization message to the slave. This is followed by the slave reception of the same. 4. The last step in the process is the exchange of a delay request message from slave to the master. The master then responds in kind with a delay response. IP in Live Production Broadcast TV Environments The transition from SDI (Serial digital interface) to IP infrastructures will be much like other technology advances slow and steady. Broadcasters and production facilities that have significant investments in large-scale SDI plants are going to face technical and budgetary challenges as they transition to newer IP-based topologies. However, for many years now, broadcast and video production professionals have been seeking ways to create effective and efficient production environments using the latest technology, while providing the flexibility to support new technologies in the future. The advantage with IP is that even for a complicated studio environment like the one shown below, IP networking provides the necessary performance at equal or lower cost than SDI Juniper Networks, Inc. 9

10 IP also provides flexibility to accommodate upcoming Broadcast TV formats of various bit-rates (e.g. 4K/Ultra High Definition Video (UHDV), 8K with/without High Dynamic Range (HDR), High Frame Rate (HFR), and other technologies). In the next two or three years, an increasing number of higherresolution content will be produced for broadcast, forcing broadcasters to embrace this change to accommodate 4K and HDR with an upgraded infrastructure network, storage, and media workflow applications. Hence, IP provides investment protection and the necessary adaptability for studios and broadcast. The figure below shows the typical workflow in a studio with an upgraded network infrastructure Juniper Networks, Inc.

11 Typical Network Deployment Before getting into the specifics of how to configure a particular example in a broadcast environment, let s look at some typical network deployment options for a broadcast TV environment. Simple Star A star is the simplest of network deployments. With this network topology the network node is at the center, acting as a single information source and communicating with the media devices connected to it. The main disadvantage of a star topology is that the central network device exposes a single point of failure; if it fails, every attached end device is out of service. Also, this topology will have scalability issues as the studio expands Juniper Networks, Inc. 11

12 Hub and Spoke This topology allows a network to expand dynamically with only one active data path between any two network endpoints. Let us consider the central node to be the broadcaster and the spanned-out nodes to be streaming nodes. One potential use case could be that a video stream is pushed along defined routes from the broadcaster to the streaming nodes Juniper Networks, Inc.

13 Scale-Out using a Spine and Leaf Architecture This topology is one of the most popular ones in modern IP studios. Single- and multi-spine deployments give broadcasters the necessary flexibility and resiliency for medium to large scale deployments. Media sources, controllers and receivers connect to the leaf switches, which in turn connect to spine switches. Juniper QFX Series Switches Scaling PTP as a Data Center Service Juniper QFX Series switches meet the needs of today s most demanding timing environments media and broadcast environments. QFX10000 switches can act as both boundary clocks and transparent clocks, supporting multiple PTP connections while acting as source and client using BMCA. These data center switches also provide flexibility to deploy clocking in different layers of the network. Supported Switches Spine The following switches are ideal as spine devices: QFX C o 2U fixed configuration o 60x100G o Throughput = 6 Tbps QFX Q o 2U fixed configuration o 288x10G or 72x40G or 24x100G o Throughput = 5.76 Tbps 2018 Juniper Networks, Inc. 13

14 QFX Q o 2U fixed configuration o 144x10G or 36x40G or 12x100G o Throughput = 2.88 Tbps QFX C o 1U fixed configuration o 32x100G or 32x40G or 128x10G o Throughput = 3.2 Tbps All supported spine switches can act as boundary clocks in all deployment topologies specified in the previous section. Supported Switches Access/Leaf QFX5110/QFX5200 devices can act as leaf layer top-of-rack switches for the transparent clock, and if needed, for the boundary clock as well. QFX S o 1U fixed configuration or line card on Virtual Chassis o 48x10G or 48x1G ports with 40G/100G uplink ports o Throughput = 1.76 Tbps QFX Y o 1U fixed configuration o 48x25G 1U switch with 6x100G uplink ports o Throughput = 3.6 Tbps QFX C o 1U fixed configuration o 32x100G or 32x40G or 128x10G o Throughput = 3.2 Tbps Typical Deployment The figure below shows a typical real-world network deployment. The spine devices act as the L2/L3 aggregation switches, operating in boundary clock mode. These switches are generally connected to the PTP clock network. The clock network consists of the grandmaster clocks, which are synchronized through GPS. The grandmaster clocks connect to slave ports on the boundary clock switches. The boundary clock switches in turn act as the master driving a network of access/leaf switches, forming the master-slave hierarchy discussed in earlier sections. The access switches connect to the PTP clients (media devices) Juniper Networks, Inc.

15 We will use a much simpler deployment in our configuration example (below). The takeaway, however, is to note that the implementation can easily be scaled up as needed. Configuration Commands This section identifies the configuration commands that you will need to know in order to configure PTP on a QFX Series switch. Two important attributes must be configured to operate PTP over Ethernet in a hybrid mode of operation: set interfaces - This is the configuration hierarchy for all PTP-related interface configurations. set protocols ptp - This is the configuration hierarchy for PTP and hybrid-related configurations. Operational Commands This section identifies the operational commands that you will need to know in order to monitor PTP on a QFX Series switch. show ptp lock-status detail - Used to check the PTP clock recovery status from the upstream master. States include Free-run, Holdover, Acquiring, Phase-aligned. The output also provides information on how long the system/node has been in this state, locked to which master, using which interface, and what is the offset from the master. show ptp statistics detail - Provides PTP packet statistics per clock stream (client and master) with explicit counters for sync, delay-request, delay-response and announce packets Juniper Networks, Inc. 15

16 show ptp clock - Provides detail about parent node (upstream master) and grandmaster information. This includes, clock-class (Receive and Transmit), clock accuracy, P1 and P2 priorities, clock identity etc. show ptp slave detail - Provides the status of all configured slave (upstream master) ports on this router/device. show ptp port - Provides per stream (master and slave ports) status including the rate of packet exchange, port state, associated interface information and other end connection. show ptp master detail - Provides the status of all configured master (clients) ports on this router/device. Configuration Example This example uses the spine and leaf scale-out design as the network topology. The end devices could be any chosen media device, such as audio devices, controllers, cameras, synchronizers, video servers, multimedia viewers, video production switches, etc. For this example, we are going to configure the QFX10002 and QFX5200 in boundary clock mode, and the QFX5110 in transparent mode. Both spine and leaf devices will run simple OSPF and PIM. Note that no ACLs or special filters are configured, although these may be necessary in some deployments Juniper Networks, Inc.

17 PTP Parameters Domain 80 Sync -3 (8Hz) Announce 0 (1Hz) Announce timeout 3 Communication mode multicast CLI Configuration This section shows how to configure the scenario shown in the figure above. We will concentrate primarily on the interface setup and PTP aspects of the configuration. Note that the configurations for the slave devices are largely identical, hence it is implied that a similar configuration is employed on both the QFX5200 and QFX5110 devices Management Interface Configure the management interface for the device and specify a default route. admin@qfx5200# set interfaces vme unit 0 family inet address /23 admin@qfx5200# set routing-options static route /0 next-hop Spine-Leaf Interface Configure point-to-point links from the leaf devices to the spine device. admin@qfx5200# set chassis fpc 0 pic 0 port 31 speed 100g admin@qfx5200# set interfaces et-0/0/31 description To_QFX10kSpine55_100G admin@qfx5200# set interfaces et-0/0/31 unit 0 family inet address /31 End Device-Facing Interface Configure an interface to connect one of the leaf devices to the video server. admin@qfx5200# set interfaces xe-0/0/0:0 unit 0 family inet address /30 admin@qfx5200# set interfaces xe-0/0/0:0 description VideoServer_1 PTP Parameters Configure the PTP parameters on the spine device. The commands below configure the mode of operation of the switch, the PTP domain, and the sync/announce message exchange parameters. A popular profile in media and broadcast is SMPTE, an industry standard which defines a set of cooperating standards used to label packet frames in media with a timestamp. QFX Series products are SMPTE-ready for the , , and 2110 set of standards. admin@qfx10002# set protocols ptp clock-mode boundary admin@qfx10002# set protocols ptp profile-type smpte admin@qfx10002# set protocols ptp domain 80 admin@qfx10002# set protocols ptp master announce-interval 0 admin@qfx10002# set protocols ptp master sync-interval -3 Note: Other profile types include 1588, G8275, etc. Configure the QFX5110 in transparent clock mode. admin@qfx5110# set protocols ptp e2e-transparent 2018 Juniper Networks, Inc. 17

18 PTP Master-Slave Interfaces Configure the PTP master and slave interfaces on the leaf devices. The port facing the spine is configured as a slave and the port facing the end device is configured as a master. admin@qfx5200# set protocols ptp slave interface et-0/0/31 multicast-mode transport ipv4 admin@qfx5200# set protocols ptp slave interface et-0/0/31 multicast-mode local-ipaddress admin@qfx5200# set protocols ptp master interface xe-0/0/0:0.0 multicast-mode transport ipv4 admin@qfx5200# set protocols ptp master interface xe-0/0/0:0.0 multicast-mode localip-address A similar configuration is performed on the QFX10002 spine, with the port connecting to the Meinberg GM configured as a slave and the port facing the leaf configured as a master. OSPF Configure the leaf and spine devices to share routing information using OSPF. QFX 5200: admin@qfx5200# set protocols ospf area interface et-0/0/31.0 QFX 5110: admin@qfx5110# set protocols ospf area interface et-0/0/31.0 QFX 10002: admin@qfx10002# set protocols ospf area interface et-0/0/55.0 admin@qfx10002# set protocols ospf area interface et-0/0/59.0 Multicast (PIM) Configure PIM on the spine device, including any media streams. A similar configuration should also be added on the leaf devices. admin@qfx10002# set protocols pim interface et-0/0/55.0 admin@qfx10002# set protocols pim interface et-0/0/59.0 admin@qfx10002# set protocols pim rp local group-ranges /16 admin@qfx10002# set protocols pim rp local group-ranges /16 admin@qfx10002# set protocols pim rp local group-ranges /16 admin@qfx10002# set protocols pim rp local group-ranges /16 admin@qfx10002# set protocols pim rp local group-ranges /16 admin@qfx10002# set protocols pim rp local group-ranges /16 Verification With the configuration complete, it is time to verify that PTP is working. To reiterate, PTP status should be similar on all three devices, other than the QFX5110 having a slightly different status report due to using transparent clock mode. PTP Status Review the PTP statistics output, which shows the sync, announce, and delay message exchanges between the grandmaster and the QFX10002 (which is in the role of slave). Note also the similar message exchange on the master port connected to the QFX C Juniper Networks, Inc.

19 show ptp statistics detail Local Clock Remote Clock Role Stream Received Transmitted et-0/0/ Slave Signalling Announce Sync Delay Error Rx: Tx: Local Clock Remote Clock Role Stream Received Transmitted et-0/0/ Master Signalling Announce Sync Delay Error Rx: Tx: Note: the remote clock address is a reserved default multicast address for PTP messaging. PTP Synchronization Next, we observe the iterative process of PTP synchronization in the QFX The switch goes from a free running clock to ACQUIRING, where it starts sending and receiving messages with the grandmaster. admin@qfx10002> show ptp lock-status Lock Status: Lock State : 3 (ACQUIRING) Phase offset : sec Moments later, we observe that the QFX10002 is lock-step with the grandmaster. At this point, the device is ready to relay the same timing information to downstream network nodes. admin@qfx10002> show ptp lock-status detail Lock Status: Lock State : 5 (PHASE ALIGNED) Phase offset : sec Selected Master Details: Upstream Master address : Slave interface : et-0/0/0.0 Parent Id : 74:83:ef:ff:ff:19:5a:37 GMC Id : 74:83:ef:ff:ff:19:5a:37 PTP Hierarchy Now, verify the PTP hierarchy on the leaf switch. The downstream interface should appear as a master. admin@qfx5200> show ptp master detail PTP Master Interface Details: Interface : et-0/0/0: Juniper Networks, Inc. 19

20 Status : Master, Active Clock Info : Local Address: Status: Configured, Master, Active Remote Address: Status: Configured, Slave, Active Total Remote Slaves: 1 The upstream interface should appear as a slave. admin@qfx5200> show ptp slave detail PTP Slave Interface Details: Interface : xe-0/0/0.0:0 Status : Slave, Active Clock Info Local Address : Status: Configured, Slave, Active Remote Master: Status: Configured, Master, Active Total Remote Masters: 1 Clock Status on QFX5110 Finally, verify the transparent clock status on the QFX5110. admin@qfx5110> show ptp global-information PTP Global Configuration: Transparent-clock-config : ENABLED Transparent-clock-status : ACTIVE Conclusion In this document, we have established some basic PTP concepts, assessed the direction of the media and broadcast industries, and configured a small deployment using Juniper s QFX Series data center switches. QFX switches are the ideal partner for the industry s upcoming migration from SDI to IP. QFX switches replace specialized hardware (SDI routers) with an extensive generic switch portfolio that includes port speed combinations from 1G to 10G, 25G, 40G, 100G, and beyond. QFX switches provide investment protection for future upgrades and the essential scalability aspect that was missing with SDI: simply add an additional leaf switch to support more end devices. The spine and leaf scale-out architecture provides resiliency and bandwidth, and QFX switches superior timing capabilities will help create a lock-step network with deterministic latency and flexible design. All QFX Series devices are SMPTE-ready, to provide live broadcast services for the next generation of studio IP networks Juniper Networks, Inc.

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

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

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

PTP Implementation Challenges and Best Practices

PTP Implementation Challenges and Best Practices 28 MAY 2018 PTP Implementation Challenges and Best Practices Karl J. Kuhn Sr. Applications Engineer karl.j.kuhn@tektronix.com SDI Video Plant 2 IP Video Plant 3 Low-Jitter on Video over IP IP packets carrying

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

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

Understanding PTP. A network device physically attached to the primary time source. All clocks are synchronized to the grandmaster clock.

Understanding PTP. A network device physically attached to the primary time source. All clocks are synchronized to the grandmaster clock. The Precision Time Protocol (PTP), as defined in the IEEE 1588 standard, synchronizes with nanosecond accuracy the real-time clocks of the devices in a network. The clocks in are organized into a master-slave

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 588. It defines an exchange of timed messages. PTP allows

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

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

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

PTP650 Synchronous Ethernet and IEEE1588 Primer

PTP650 Synchronous Ethernet and IEEE1588 Primer PTP650 Synchronous and IEEE1588 Primer Table of Contents 3 in Cellular Backhaul 3 Timing Options for Cellular Backhaul 4 Synchronous 4 What is Synchronous? 4 Synchronous on PTP 650 5 Precision Time Protocol

More information

IP Fabric Architectures for SMPTE 2110 Bits By The Bay 2018 Conference. Ammar Latif Cisco Systems

IP Fabric Architectures for SMPTE 2110 Bits By The Bay 2018 Conference. Ammar Latif Cisco Systems IP Fabric Architectures for SMPTE 2110 Bits By The Bay 2018 Conference Ammar Latif Cisco Systems Industry Challenges and Requirements Video Router COTS Switches Deterministic Network End Point Synchronization

More information

32NF-80 DG Report. ST 2059 PTP Interoperability Testing and Demonstrations. Jack Douglass, Packetstorm Communications Chair 32NF-80 DG June 2018

32NF-80 DG Report. ST 2059 PTP Interoperability Testing and Demonstrations. Jack Douglass, Packetstorm Communications Chair 32NF-80 DG June 2018 32NF-80 DG Report ST 2059 PTP Interoperability Testing and Demonstrations Jack Douglass, Packetstorm Communications Chair 32NF-80 DG June 2018 Topics Coved by Report Results from the SMPTE 32NF80-DG Dirty

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

Synchronization of Television, Audio and Moving Pictures in a Digital Age. Tim Frost, Symmetricom Inc.,

Synchronization of Television, Audio and Moving Pictures in a Digital Age. Tim Frost, Symmetricom Inc., Synchronization of Television, Audio and Moving Pictures in a Digital Age Tim Frost, Symmetricom Inc., tfrost@symmetricom.com ITSF 2009 Contents Synchronization Requirements in a Digital TV Studio SMPTE/EBU

More information

G Telecom Profile

G Telecom Profile This document provides information on the support for G.8275.2 telecom profile and how to configure Cisco cbr series routers to avail the support. Finding Feature Information Your software release may

More information

Configuring Clocking and Timing

Configuring Clocking and Timing CHAPTER 5 Clock synchronization is important for a variety of applications, including synchronization of radio cell towers. While legacy TDM protocols incorporate timing features, packet-switched networks

More information

1588v2 Performance Validation for Mobile Backhaul May Executive Summary. Case Study

1588v2 Performance Validation for Mobile Backhaul May Executive Summary. Case Study Case Study 1588v2 Performance Validation for Mobile Backhaul May 2011 Executive Summary Many mobile operators are actively transforming their backhaul networks to a cost-effective IP-over- Ethernet paradigm.

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

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

TIME TRAVELS: A CLOSER LOOK AT PTP

TIME TRAVELS: A CLOSER LOOK AT PTP TIME TRAVELS: A CLOSER LOOK AT PTP TIME TRAVELS: A CLOSER LOOK AT PTP Precision Time Protocol is a system requirement for the latest IP media standards, including AES67 audio and SMPTE ST2110 video (as

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

PTP Primer for the Cable Dummies

PTP Primer for the Cable Dummies PTP Primer for the Cable Dummies Contents Introduction Prerequisites Requirements Components Used PTP Protocol PTP GrandMaster PTP Slave PTP Boundary Clock PTP Clock Classes PTP states PTP domain Basic

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

TIME SYNCHRONIZATION TEST SOLUTION FROM VERYX TECHNOLOGIES

TIME SYNCHRONIZATION TEST SOLUTION FROM VERYX TECHNOLOGIES TIME SYNCHRONIZATION TEST SOLUTION FROM VERYX TECHNOLOGIES CONTENTS Introduction... 1 1588v2 Overview... 1 SyncE overview... 2 VERYX capability... 2 1588v2 Test Coverage... 2 Time Sync Application Test

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

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

Packet-Based Primary Reference Source for Synchronizing Next Generation Networks

Packet-Based Primary Reference Source for Synchronizing Next Generation Networks Packet-Based Primary Reference Source for Synchronizing Next Generation Networks Responding to consumer demand, service providers are expanding and upgrading their telecommunications networks to add more

More information

Strategies for Deployment of Accurate Time Information using PTP within the All-IP studio

Strategies for Deployment of Accurate Time Information using PTP within the All-IP studio Strategies for Deployment of Accurate Time Information using PTP within the All-IP studio Thomas Kernen 1, Nikolaus Kerö 2 1 Cisco Switzerland and 2 Oregano Systems Austria ABSTRACT As the industry transitions

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

Unified Synchronization Solution for Mobile Backhaul

Unified Synchronization Solution for Mobile Backhaul Unified Synchronization Solution for Mobile Backhaul This white paper is a joint collaboration between PMC and Symmetricom Issue No.1: March 6, 2013 PMC-Sierra, Inc. In today s mobile backhaul, a cell

More information

Technical Brief Implementing IEEE 1588v2 for use in the mobile backhaul

Technical Brief Implementing IEEE 1588v2 for use in the mobile backhaul Technical Brief Implementing IEEE 1588v2 for use in the mobile backhaul For most, the migration to an all-ethernet or all-ip network will be a gradual process as network operators endeavour to maximise

More information

IEEE 1588 PTP and Analytics on the Cisco Nexus 3548 Switch

IEEE 1588 PTP and Analytics on the Cisco Nexus 3548 Switch White Paper IEEE 1588 PTP and Analytics on the Cisco Nexus 3548 Switch White Paper April 2014 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of

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

Network Configuration Example

Network Configuration Example Network Configuration Example Deploying Secure Multicast Market Data Services for Financial Services Environments Modified: 2016-07-29 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089

More information

Packet synchronization deployment

Packet synchronization deployment Packet synchronization deployment and challenges to mobile operator Background Challenges 1. Network growth seek the transformation of services delivery mechanism. 2. Summary of previous setup: DESCRIPTION

More information

IP Video Network Gateway Solutions

IP Video Network Gateway Solutions IP Video Network Gateway Solutions INTRODUCTION The broadcast systems of today exist in two separate and largely disconnected worlds: a network-based world where audio/video information is stored and passed

More information

SMPTE ST In Real World Applications. Paul Macklin (Vimond) and Alexander Sandstrom (Net Insight)

SMPTE ST In Real World Applications. Paul Macklin (Vimond) and Alexander Sandstrom (Net Insight) SMPTE ST-2110 In Real World Applications Paul Macklin (Vimond) and Alexander Sandstrom (Net Insight) Agenda Moving to IT, IP and cloud Heritage of standards SMPTE ST 2110 essentials Requires. Design considerations

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Ethernet CFM Over VPLS Modified: 2017-01-24 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All rights

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

Cisco Nexus 9000 Series NX-OS IP Fabric for Media Solution Guide, Release 7.0(3)I4(2)

Cisco Nexus 9000 Series NX-OS IP Fabric for Media Solution Guide, Release 7.0(3)I4(2) Cisco Nexus 9000 Series NX-OS IP Fabric for Media Solution Guide, Release 7.0(3)I4(2) First Published: 2016-07-15 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

Improving Mobile Backhaul Network Reliability with Carrier-Class IEEE 1588 (PTP) WHITE PAPER

Improving Mobile Backhaul Network Reliability with Carrier-Class IEEE 1588 (PTP) WHITE PAPER Improving Mobile Backhaul Network Reliability with Carrier-Class IEEE 1588 (PTP) WHITE PAPER Improving Mobile Backhaul Network Reliability with Carrier-Class IEEE 1588 (PTP) Grandmaster Hardware Redundancy

More information

Best Practices for IEEE 1588/ PTP Network Deployment

Best Practices for IEEE 1588/ PTP Network Deployment YOUR NETWORK. OPTIMIZED. Best Practices for IEEE 1588/ PTP Deployment WHITE PAPER IEEE 1588-2008 means that precise timing and synchronization over is now a reality but the solution is only as good as

More information

Traffic Load Balancing in EVPN/VXLAN Networks. Tech Note

Traffic Load Balancing in EVPN/VXLAN Networks. Tech Note Traffic Load Balancing in EVPN/VXLAN Networks Tech Note December 2017 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks assumes no

More information

Differences between Financial and Telecom Network Environment. Kamatchi Gopalakrishnan Distinguished Engineer

Differences between Financial and Telecom Network Environment. Kamatchi Gopalakrishnan Distinguished Engineer Differences between Financial and Telecom Network Environment Kamatchi Gopalakrishnan Distinguished Engineer Agenda Network Time-sync Telecom versus Financial Network Time-sync Profile comparison Summary

More information

ESSENTIAL CONSIDERATIONS FOR LIVE CONTENT PRODUCTION AND BROADCAST

ESSENTIAL CONSIDERATIONS FOR LIVE CONTENT PRODUCTION AND BROADCAST ESSENTIAL CONSIDERATIONS FOR LIVE CONTENT PRODUCTION AND BROADCAST Alliance for IP Media Solutions Key Considerations for Design and Operations Updated March 2018 JOIN THE ALLIANCE The Alliance for IP

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Dual-Stack Lite for IPv6 Access Release NCE0025 Modified: 2016-10-12 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

Tales from the Base Station to the Substation. Delivering Phase ITSF 2013

Tales from the Base Station to the Substation. Delivering Phase ITSF 2013 Tales from the Base Station to the Substation Delivering Phase ITSF 2013 1 Phase delivery in Telecom Networks Telecom LTE networks rely on accurate phase synchronization Efficient and reliable use of spectrum

More information

Configuring Clocking. Configuring Clocking. Restrictions

Configuring Clocking. Configuring Clocking. Restrictions This chapter provides information about configuring clocking on the Cisco ASR 901 Series Aggregation Services Router., page 1 Restrictions, page 1 Configuring Network Clock for Cisco ASR 901 Router, page

More information

Configuring Network Clock for Cisco ASR 901S Router

Configuring Network Clock for Cisco ASR 901S Router This chapter provides information about configuring clocking on the Cisco ASR 901S Series Aggregation Services Router., page 1 Restrictions, page 1 Configuring Network Clock for Cisco ASR 901S Router,

More information

Design Considerations for Packet Networks supporting Synchronous Ethernet and IEEE 1588v2

Design Considerations for Packet Networks supporting Synchronous Ethernet and IEEE 1588v2 Design Considerations for Packet Networks supporting Synchronous Ethernet and IEEE 1588v2 Pierre Bichon Consulting Engineer pierre@juniper.net November 2009 Some Quotes for Consideration A synchronous

More information

Deploying Data Center Switching Solutions

Deploying Data Center Switching Solutions Deploying Data Center Switching Solutions Choose the Best Fit for Your Use Case 1 Table of Contents Executive Summary... 3 Introduction... 3 Multivector Scaling... 3 Low On-Chip Memory ASIC Platforms...4

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring a Routing Matrix with a TX Matrix Plus Router in Mixed Mode Modified: 2016-12-13 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000

More information

Using PTP for Time & Frequency in Broadcast Applications Part 1: Introduction

Using PTP for Time & Frequency in Broadcast Applications Part 1: Introduction Using PTP for Time & Frequency in Broadcast Applications Part 1: Introduction MARCH 2018 Thomas Kernen, Mellanox Nikolaus Kerö, Oregano Systems The main purpose of an EBU Technical Review is to critically

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

Virtual Chassis Fabric Best Practices Guide

Virtual Chassis Fabric Best Practices Guide Virtual Chassis Fabric Best Practices Guide Modified: 2018-07-03 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, the Juniper Networks

More information

What is Multicasting? Multicasting Fundamentals. Unicast Transmission. Agenda. L70 - Multicasting Fundamentals. L70 - Multicasting Fundamentals

What is Multicasting? Multicasting Fundamentals. Unicast Transmission. Agenda. L70 - Multicasting Fundamentals. L70 - Multicasting Fundamentals What is Multicasting? Multicasting Fundamentals Unicast transmission transmitting a packet to one receiver point-to-point transmission used by most applications today Multicast transmission transmitting

More information

Time Sync distribution via PTP

Time Sync distribution via PTP Time Sync distribution via PTP Challenges, Asymmetries, Solutions ITSF - 2011 Stefano Ruffini, Ericsson Time Synchronization via PTP, cont. The basic principle is to distribute Time sync reference by means

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Protocol Independent Multicast Join Load Balancing Release NCE0054 Modified: 2017-01-20 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089

More information

How Smooth Are Your Packets?

How Smooth Are Your Packets? How Smooth Are Your Packets? Implementation Realities and Best Practices of IP and PTP 4 DECEMBER 2018 Karl J. Kuhn Sr. Applications Engineer karl.j.kuhn@tektronix.com Don t Worry- It s Digital- It Just

More information

ENTERPRISE MPLS. Kireeti Kompella

ENTERPRISE MPLS. Kireeti Kompella ENTERPRISE MPLS Kireeti Kompella AGENDA The New VLAN Protocol Suite Signaling Labels Hierarchy Signaling Advanced Topics Layer 2 or Layer 3? Resilience and End-to-end Service Restoration Multicast ECMP

More information

Cisco Audio Video Bridging Design and Deployment for Enterprise Networks

Cisco Audio Video Bridging Design and Deployment for Enterprise Networks Cisco Audio Video Bridging Design and Deployment for Enterprise Networks May 2018 Audio-Video deployment trends Audio and Video (AV) equipment deployments have traditionally been analog, single-purpose,

More information

Table of Contents. 1. INTRODUCTION Purpose Abbreviations 3

Table of Contents. 1. INTRODUCTION Purpose Abbreviations 3 Table of Contents 1. INTRODUCTION 3 1.1. Purpose 3 1.2. Abbreviations 3 2. PRECISION TIME PROTOCOL 4 2.1. Main differences between V1 & V2 4 2.1.1. Messages 5 2.1.1.1. MANAGEMENT MESSAGES 5 2.1.1.2. SIGNALING

More information

Anthony P. Kuzub IP Audio Product Manager

Anthony P. Kuzub IP Audio Product Manager AES67-101: The Basics of AES67 Anthony P. Kuzub IP Audio Product Manager Anthony@Ward-Beck.Systems www.ward-beck.systems TorontoAES.org Vice-Chair Ward-Beck.Systems - Audio Domains DB25.audio PREAMPS.audio

More information

Technical Document. What You Need to Know About Ethernet Audio

Technical Document. What You Need to Know About Ethernet Audio Technical Document What You Need to Know About Ethernet Audio Overview Designing and implementing an IP-Audio Network can be a daunting task. The purpose of this paper is to help make some of these decisions

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

IEEE 1588 PTP clock synchronization over a WAN backbone

IEEE 1588 PTP clock synchronization over a WAN backbone Whitepaper IEEE 1588 PTP clock synchronization over a WAN backbone A field study comparing PTP clock synchronization accuracy against GPS external time reference in a live production WAN environment Contents

More information

Technical Brief Implementing IEEE 1588v2 for use in the mobile backhaul

Technical Brief Implementing IEEE 1588v2 for use in the mobile backhaul Technical Brief Implementing IEEE 1588v2 for use in the mobile backhaul For most, the migration to an all-ethernet or all-ip network will be a gradual process as network operators endeavour to maximise

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Multichassis Link Aggregation on a QFX Series Switch Release NCE 64 Modified: 2016-08-01 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089

More information

Network Configuration Example

Network Configuration Example Network Configuration Example MetaFabric Architecture 2.0: Configuring Virtual Chassis Fabric and VMware NSX Modified: 2017-04-14 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089

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

Arista 7160 series: Q&A

Arista 7160 series: Q&A Arista 7160 series: Q&A Product Overview What are the 7160 Series? Highly dynamic cloud data center networks continue to evolve with the introduction of new protocols and server technologies such as containers

More information

Planning for time - deploying Telecoms Boundary Clocks

Planning for time - deploying Telecoms Boundary Clocks Planning for time - deploying Telecoms Boundary Clocks ITSF 2012 Ken Hann Artwork: Tanja Hann Review of the Sync landscape Migration from Legacy Land Driven by cost and capacity Migration to Land of Phase

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring the BGP Local Preference Release NCE0046 Modified: 2016-11-08 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

Kyland Technology Co., Ltd. White Paper KT/ZY-RD Kyland Technology Co., Ltd. White Paper. High Precision Time Synchronization

Kyland Technology Co., Ltd. White Paper KT/ZY-RD Kyland Technology Co., Ltd. White Paper. High Precision Time Synchronization Kyland Technology Co., Ltd. White Paper High Precision Time Synchronization I High Precision Time Synchronization Solution over Industrial Ethernet Network Keywords: IEEE1588, PTP Acronyms: Acronym PTP

More information

Implementing NTP. Support was added for IPv6 addresses, VRFs, multicast-based associations, and burst and iburst modes for poll-based associations.

Implementing NTP. Support was added for IPv6 addresses, VRFs, multicast-based associations, and burst and iburst modes for poll-based associations. Network Time Protocol (NTP) is a protocol designed to time-synchronize devices within a network. Cisco IOS XR software implements NTPv4. NTPv4 retains backwards compatibility with the older versions of

More information

Introduction to Cisco ASR 9000 Series Network Virtualization Technology

Introduction to Cisco ASR 9000 Series Network Virtualization Technology White Paper Introduction to Cisco ASR 9000 Series Network Virtualization Technology What You Will Learn Service providers worldwide face high customer expectations along with growing demand for network

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

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Active Flow Monitoring Version 9 Modified: 2017-01-18 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All

More information

The Transformation of Media & Broadcast Video Production to a Professional Media Network

The Transformation of Media & Broadcast Video Production to a Professional Media Network The Transformation of Media & Broadcast Video Production to a Professional Media Network Subha Dhesikan, Principal Engineer Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after

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

Wireless Backhaul Synchronization

Wireless Backhaul Synchronization Wireless Backhaul Synchronization Abstract This paper focuses on Next Generation Backhaul Networks Synchronization and the way it is implemented by Ceragon s high capacity, LTE Ready point to point microwave

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

How to Choose the Right Bus for Your Measurement System

How to Choose the Right Bus for Your Measurement System 1 How to Choose the Right Bus for Your Measurement System Overview When you have hundreds of different data acquisition (DAQ) devices to choose from on a wide variety of buses, it can be difficult to select

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

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

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

More information

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

Management Support for Automatic Measurement of Link Delay Asymmetry

Management Support for Automatic Measurement of Link Delay Asymmetry Management Support for Automatic Measurement of Link Delay Asymmetry 802.1 ASbt, 201111 IEEE 802 plenary Lu Huang (huanglu@chinamobile.com) Agenda Backgroud Management support for automatic measurement

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

Enterasys K-Series. Benefits. Product Overview. There is nothing more important than our customers. DATASHEET. Operational Efficiency.

Enterasys K-Series. Benefits. Product Overview. There is nothing more important than our customers. DATASHEET. Operational Efficiency. DATASHEET Enterasys K-Series Product Overview The Enterasys K-Series is the most cost-effective, flow-based switching solution in the industry. Providing exceptional levels of automation, visibility and

More information

Introduction to IGMP for IPTV Networks

Introduction to IGMP for IPTV Networks White Paper Introduction to for IPTV Networks Understanding Processing in the Broadband Access Network Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408.745.2000 1.888

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Ingress Replication for MVPN and for IP Multicast Using Next Gen MVPN Modified: 2016-12-20 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring IS-IS Dual Stacking of IPv4 and IPv6 Unicast Addresses Release NCE0068 Modified: 2017-01-20 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089

More information

Timing in Packet Networks. Stefano RUffini 9 March 2015

Timing in Packet Networks. Stefano RUffini 9 March 2015 Timing in Packet Networks Stefano RUffini 9 March 2015 Giulio Bottari Contents Background Frequency sync via packets Two-Way Time Transfer NTP/PTP Details Impairments, Packet-based Metrics for frequency

More information

ST2110 & AES67. Commonalities & Constraints. - Andreas Hildebrand RAVENNA Technology Evangelist ALC NetworX, Munich

ST2110 & AES67. Commonalities & Constraints. - Andreas Hildebrand RAVENNA Technology Evangelist ALC NetworX, Munich ST2110 & AES67 Commonalities & Constraints - Andreas Hildebrand RAVENNA Technology Evangelist ALC NetworX, Munich # 1 Andreas Hildebrand, RAVENNA Technology Evangelist more than 25 years in the professional

More information

Networked Control Systems for Manufacturing: Parameterization, Differentiation, Evaluation, and Application. Ling Wang

Networked Control Systems for Manufacturing: Parameterization, Differentiation, Evaluation, and Application. Ling Wang Networked Control Systems for Manufacturing: Parameterization, Differentiation, Evaluation, and Application Ling Wang ling.wang2@wayne.edu Outline Introduction Parameterization Differentiation Evaluation

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Stateful NAT64 for Handling IPv4 Address Depletion Release NCE0030 Modified: 2017-01-23 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089

More information

Multicast EECS 122: Lecture 16

Multicast EECS 122: Lecture 16 Multicast EECS 1: Lecture 16 Department of Electrical Engineering and Computer Sciences University of California Berkeley Broadcasting to Groups Many applications are not one-one Broadcast Group collaboration

More information

Cisco Nexus 9500 Series Switches Buffer and Queuing Architecture

Cisco Nexus 9500 Series Switches Buffer and Queuing Architecture White Paper Cisco Nexus 9500 Series Switches Buffer and Queuing Architecture White Paper December 2014 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information.

More information