Session Objectives. At the end of the session, the participants should: Understand advantages of BFD implementation on S9700

Size: px
Start display at page:

Download "Session Objectives. At the end of the session, the participants should: Understand advantages of BFD implementation on S9700"

Transcription

1 BFD Features

2 Session Objectives At the end of the session, the participants should: Understand advantages of BFD implementation on S9700 Understand when to use BFD on S9700 1

3 Contents BFD introduction and protocol features BFD on S9700 snapshot BFD on S9700 software implementation details BFD on S9700 configuration Summary 2

4 Why BFD Lightweight hello protocol over different protocols IPv4, MPLS Used for fast (often sub-second) communication failure detection Single, common & standardized mechanism Independent of specific routing, VRRP and other client protocols dst UDP port 3784 & 4784 (4784 is used for multi-hop BFD) RFC 5880 So lots protocols could leverage this lightweight BFD to achieve fast hello without more CPU burden. SRU (Supervisor) OSPF VRRP PIM BGP IS-IS Etc. BFD 3

5 BFD Advantages Many protocols use same hellos-reduce control plane load No impact due to sup switchover, unless the route down ms-level fault detection performance Proprietary one-arm-echo BFD function can be used with device which does not support BFD Proprietary multicast BFD can be used to detect the L2 link and the specific member in a trunk, and bind the interface state. Associating with oam protocol, notifies the link faults Associating with the protocols running on the ring network 4

6 Contents BFD introduction and protocol features BFD on S9700 snapshot BFD on S9700 software implementation details BFD on S9700 configuration Summary 5

7 BFD on S9700: Snapshot Software support start: V200R001 Hardware support: All current and future I/O modules Centralized packet processing Master CPU transmit/receive BFD packets with OAM Chip, we could do hardware offload SRU-D has already integrated OAM FPGA, so no extra cost. MCU(S9703) is done by a process in CPU. BFD packets sent with TOS-EXP 6

8 S97 s BFD Modes brief Asynchronous mode Supported from S9700 Systems establish BFD session and periodically exchange control packets If some number of control packets missed (default is 3 ) session declared down One ARM Echo mode Huawei proprietary mode Worked with other devices does not support BFD Multicast BFD Huawei proprietary mode Could run at L2 links, no IP interface needs. 7

9 Async timer negotiate R1 My desc = foo Your desc = xxx Required Rx = 50ms Desired Tx = 100ms My desc = bar Your desc = foo Required Rx = 60ms Desired Tx = 40ms R2 Compare min- RX from peer vs self Desire TX, the slower win So 100ms R1 My desc = foo Your desc = bar Required Rx = 50ms Desired Tx = 100ms Handshake Complete Session is UP Compare min-rx from peer vs self Desire TX, the slower win. So 50ms R1 R2 8

10 BFD one-arm-mode Huawei proprietary Application scenario Connect with a 3 rd party device, which doesn t support BFDv1 3 rd Device Only BFD echo frames No control frames exchange sth. Fails Trigger hooked clients 9

11 Multicast BFD Huawei proprietary Application scenario Test a link if no IP address could be specified. Capture this mc-addr. Need avoid conflict. Capture this mc-addr. Need avoid conflict. L2 Link or unnumbered interface BFD control frames with multicast address Specify a dedicated 224.x.x.x mc-ip-address The MC address must be same in 2 devices. 10

12 S97 BFD software features (1) Static BFD Dynamic BFD Triggered by protocol, like: OSPF, BGP, IS-IS, MPLS LDP, RSVP- TE, PWE3 PIM. BFD for single hop & multi-hop BFD for supervisor s switch-over S97 s BFD session won t teardown when supervisor do a switchover. BFD for static route / OSPF / BGP / IS-IS BFD for PIM BFD for VRRP BFD for FRR (LDP FRR/ TE FRR /VPN FRR /VLL FRR) 11

13 S97 BFD software features (2) BFD over Ports L3 GE & 10GE ports VLAN-IF interface L3 dot1q interface L3 Eth-trunk Logical Single BFD session for whole trunk When BFD run over trunk, BFD packets are sent over some link members using hashing. L2 port Need Huawei proprietary multicast BFD. Eth-trunk Per-link Separate BFD sessions for each link in interface for resiliency Need Huawei proprietary multicast BFD session. 12

14 S97 BFD software features (3) BFD Interface support Static LSP LDP LSP MPLS TE VLL PW No detective for backup PW No support for PW over TE VPLS PW No support for PW over TE 13

15 BFD vs Per-Protocol Timers Per-Protocol Timers: Single interface may have 2-3+ protocols establishing adjacency E.g., VRRP, PIM, OSPF on each vlanif/subinterfacei Tuning down timers for every protocol increases inband and CPU utilization. This wastes CPU effort and link bandwidth Configuration complexity BFD: One BFD session can track link-state for all client protocol sessions between an IP node pair 14

16 Contents BFD introduction and protocol features BFD on S9700 snapshot BFD on S9700 software implementation details BFD on S9700 configuration Summary 15

17 BFD on S9700 Software Architecture Switching Route Unit OSPF RIP PIM BGP IS-IS Etc. BFD BFD Client Hardware Hardware Hardware I/O Module I/O Module I/O Module 16

18 Client Behavior OSPF Establish OSPF Adj OSPF 1 BFD 1 BFD 2 OSPF 2 Establish OSPF Adj OSPF FULL Register OSPF neighbor IP with BFD OSPF Registered BFD packets BFD notifies OSPF BFD packets OSPF FULL Register OSPF neighbor IP with BFD OSPF Registered Send OSPF Hellos Send OSPF Hellos Device Fails BFD notifies OSPF OSPF Adj removed OSPF de-registered De-register neighbor IP with BFD 17

19 Client Behavior PIM Send PIM Hellos PIM Adj Register neighbor IP with BFD PIM Registered Send PIM Hellos PIM 1 BFD 1 BFD 2 PIM 2 BFD packets BFD notifies PIM BFD packets Send PIM Hellos PIM Adj Register neighbor IP with BFD PIM Registered Send PIM Hellos Device Fails BFD notifies PIM PIM de-registered PIM Adj removed De-register neighbor IP with BFD 18

20 Client Behavior static routes static route 1 BFD 1 BFD 2 static route 2 Track static route with BFD Add a static BFD configuration Track static route with BFD BFD packets BFD packets Device Fails BFD notifies static route static route turn to inactive 19

21 Proprietary BFD: one-arm-echo (1) static route 1 BFD 1 Third-part device without BFD function Track static route with BFD BFD packets Add a static BFD configuration oneside only IP loop static route turn to inactive BFD notifies static route sth. Fails 20

22 One-arm-echo vs Echo Unlike standard echo mode. one-arm-echo only send echo BFD frames, no BFD control frame exchange. Be carefully, by default echo frames use self-interface-ip as src & dst ip, so you should disable some security check function along with the path. 21

23 BFD Interoperability Tested with: NE40E C7600 S

24 Contents BFD introduction and protocol features BFD on S9700 snapshot BFD on S9700 software implementation details BFD on S9700 configuration Summary 23

25 BFD Configuration (1) Pre-configuration Tasks Before configuring BFD, complete the following tasks: 1. Connecting each interface correctly 2. Configuring IP addresses for Layer 3 interfaces Data Preparation To configure BFD, you need the following data. 1. BFD configuration name 2. Peer IP address, local interface type and number for the directly-connected link detected by BFD, and default multicast address used by BFD if it checks the physical layer status of the link 3. BFD session parameters: local and remote discriminators 24

26 BFD Configuration (2) BFD min-tx-interval < > min-rx-interval < > multiplier <3-50> Global or per-interface control of BFD timers Interval frequency in msec at which to send BFD messages Multiplier: BFD declared down if no packet received within (interval*multiplier) msec Default is interval = 10 msec and multiplier = 3 failover detection in 30 msec 25

27 BFD Configuration (3) one arm echo config: bfd cfg-name bind peer-ip peer-ip [ vpn-instance vpn-instancename ] interface interface-type interface-number [ source-ip sourceip ] one-arm-echo Notice: 1) only in sing-hop BFD 2) Only need local discriminate. discriminator local discr-value. 3) min-echo-rx-interval interval could set the echo interval, default is 10ms. 26

28 BFD Configuration: other parameters WTR configured (default 0) [WTR is a timer to hold when BFD session state change from down to up.] Run: wtr wtr-value Set the priority of BFD packets (default 7, lowest priority 0) Run: tos-exp tos Configure the number of the default destination port for the multi-hop BFD control packet Run: multi-hop destination-port { } 27

29 BFD Configuration Example 1 BFD for OSPF 1 Display the system view: Run: system-view 2 Display the OSPF view: Run: ospf process-id 3 Establish BFD sessions for OSPF: Run: bfd all-interfaces enable 4 Specify the value for each parameter used to establish a BFD session(optional): Run: bfd all-interfaces { min-rx-interval receive-interval min-tx-interval transmit-interval detect-multiplier multiplier-value } * 5 Check the information about the BFD session: Run: display ospf [process-id ] bfd session interface-type interfacenumber [ router-id ] or display ospf[process-id ] bfd session { router-id all } 28

30 BFD Configuration Example 2 BFD for PIM 1 Display the system view: Run: system-view 2 Display the interface view (Interface type must be VLANIF): Run: interface interface-type interface-number 3 PIM BFD is enabled : Run: pim bfd enable 4 PIM BFD parameters are adjusted. Run: pim bfd { min-tx-interval tx-value min-rx-interval rx-value detect-multiplier multiplier-value }* 5 check information about a PIM BFD session : Run: display pim [ vpn-instance vpn-instance-name all-instance ] bfd session statistics 29

31 BFD Configuration example 3 one-arm-bfd example src & dst ip is local interface IP address by default Also could change it by CLI: src IP= Loopback IP, dst IP = local interface IP Src-MAC = local interface MAC, dst-mac = peer s MAC 30

32 BFD Configuration example 4 Multicast BFD example bfd 1 bind peer-ip default-ip interface? Eth-Trunk Ethernet Ethernet-Trunk interface Ethernet interface GigabitEthernet GigabitEthernet interface When use Eth-trunk 1) Multi MC-BFD sessions for individual link 2) (Optional) Associate BFD with port status 3) (Optional) Set min-active link parameter in Eth-Trunk For example: A 4 links Eth-trunk. If 3 member links down, then teardown the eth-trunks. 31

33 BFD Monitoring CLI and XML available to obtain BFD information and status Run: <SwitchA> display bfd session all verbose BFD MIB Clear BFD statistics in the user view Run: reset bfd statistics { all discriminator discr-value } 32

34 BFD troubleshooting Make sure pre-configuration requirements are met. Make sure neighbor supports BFD except one-arm-echo scenario. Make sure neighbor supports running BFD over same type of interface (i.e trunk). Debugs Enable the debugging of the BFD module Run: debugging bfd { all defect-detect error event fsm ha packet process product-interface session-management timer } 33

35 Contents BFD introduction and protocol features BFD on S9700 snapshot BFD on S9700 software implementation details BFD on S9700 configuration Summary 34

36 Summary Top 5 things to remember Dedicated HW offload the CPU s BFD process burden Support both single hop & multi-hop mode Proprietary BFD one arm echo mode Worked with other 3 rd device, which don t support BFDv1 Proprietary multicast BFD Worked in L2 links BFD trigger interface status & BFD action 35

37 HUAWEI ENTERPRISE ICT SOLUTIONS A BETTER WAY Copyright 2012 Huawei Technologies Co., Ltd. All Rights Reserved. The information in this document may contain predictive statements including, without limitation, statements regarding the future financial and operating results, future product portfolio, new technology, etc. There are a number of factors that could cause actual results and developments to differ materially from those expressed or implied in the predictive statements. Therefore, such information is provided for reference purpose only and constitutes neither an offer nor an acceptance. Huawei may change the information at any time without notice.

Bidirectional Forwarding Detection Routing

Bidirectional Forwarding Detection Routing This chapter describes how to configure the ASA to use the Bidirectional Forwarding Detection (BFD) routing protocol. About BFD Routing, page 1 Guidelines for BFD Routing, page 5 Configure BFD, page 5

More information

Configuring Bidirectional Forwarding Detection for BGP

Configuring Bidirectional Forwarding Detection for BGP CHAPTER 7 Configuring Bidirectional Forwarding Detection for BGP This chapter describes how to configure Bidirectional Forwarding Detection (BFD) for BGP. This chapter includes the following sections:

More information

How to use Bidirectional Forwarding Detection(BFD) in NetScaler?

How to use Bidirectional Forwarding Detection(BFD) in NetScaler? How to use Bidirectional Forwarding Detection(BFD) in NetScaler? Bidirectional Forwarding Detection commonly referred as BFD is a simple hello protocol that provides fast failure detection mechanism between

More information

Implementing BFD. BFD over Bundle. Enabling BFD Sessions on Bundle Members SUMMARY STEPS DETAILED STEPS

Implementing BFD. BFD over Bundle. Enabling BFD Sessions on Bundle Members SUMMARY STEPS DETAILED STEPS Bidirectional forwarding detection (BFD) provides low-overhead, short-duration detection of failures in the path between adjacent forwarding engines. BFD allows a single mechanism to be used for failure

More information

Deep dive SSL. Created for CUSTOMER

Deep dive SSL. Created for CUSTOMER Deep dive SSL Created for Page 2 of 11 Contents Introduction...3 Preface...3 SteelHeads in Scope...4 Optimization Errors vs. No Errors...5 Transport errors...6 Top 10 SteelHead peers with errors...7 Top

More information

BIG-IP Advanced Routing Bidirectional Forwarding Detection Command Line Interface Reference Guide. Version

BIG-IP Advanced Routing Bidirectional Forwarding Detection Command Line Interface Reference Guide. Version BIG-IP Advanced Routing Bidirectional Forwarding Detection Command Line Interface Reference Guide Version 7.10.4 Publication Date This document was published on October 10, 2016. Legal Notices Copyright

More information

Intended status: Standards Track Expires: April 30, A. Ghanwani Dell R. Krishnan Brocade Q. Wu. Huawei

Intended status: Standards Track Expires: April 30, A. Ghanwani Dell R. Krishnan Brocade Q. Wu. Huawei I2RS working group Internet-Draft Intended status: Standards Track Expires: April 30, 2015 S. Hares Huawei S. Kini Ericsson A. Ghanwani Dell R. Krishnan Brocade Q. Wu Huawei D. Bogdanovic Juniper Networks

More information

Product Overview. Product Description CHAPTER

Product Overview. Product Description CHAPTER CHAPTER 1 This chapter provides a functional overview of the Cisco Redundant Power System 2300 and covers these topics: Product Description, page 1-1 Features, page 1-3 Supported Devices, page 1-4 Deployment

More information

White Rabbit Applications for Data Acquisition Systems

White Rabbit Applications for Data Acquisition Systems White Rabbit Applications for Data Acquisition Systems Dimitris Lampridis CERN BE-CO Hardware and Timing section DAQ Meeting, IN2P3, 01 June 2016 Dimitris Lampridis WR in DAQ 1/36 1 White Rabbit 2 WR Demo

More information

HPE ArubaOS-Switch Software Feature Support Matrix K/KA/KB/RA/WB/WC/YC/YA-YB Switches (minimum firwmare versions)

HPE ArubaOS-Switch Software Feature Support Matrix K/KA/KB/RA/WB/WC/YC/YA-YB Switches (minimum firwmare versions) HPE ArubaOS-Switch Software Feature Support Matrix K/KA/KB/RA/WB/WC/YC/YA-YB Switches (minimum firwmare versions) 3500 1, 5400 zl, Hardware J931A 10-GbE SFP+ CX4 yl Module K.15.0 n/a n/a n/a n/a n/a n/a

More information

Cisco SIP Proxy Server (CSPS) Compliance Information

Cisco SIP Proxy Server (CSPS) Compliance Information APPENDIX A Cisco SIP Proxy Server (CSPS) Compliance Information This appendix describes how the CSPS complies with the IETF definition of SIP (Internet Draft draft-ietf-sip-rfc2543bis-04.txt, based on

More information

Using MATLAB with CANoe

Using MATLAB with CANoe Version 2.0 2017-03-09 Application Note AN-IND-1-007 Author Restrictions Abstract Vector Informatik GmbH Public Document This application note describes the usage of MATLAB /Simulink combined with CANoe.

More information

APP NOTES Onsight Connect Cisco Integration. July 2016

APP NOTES Onsight Connect Cisco Integration. July 2016 APP NOTES Onsight Connect Cisco Integration July 2016 Table of Contents 1. Direct Onsight Device to Cisco Endpoint Calling... 4 2. Onsight Device to Onsight Device (including Cisco Endpoint) Calling...

More information

Digi Connect ME 9210 Linux: 2 nd serial over FIM

Digi Connect ME 9210 Linux: 2 nd serial over FIM Digi Connect ME 9210 Linux: 2 nd serial over FIM Document History Date Version Change Description 09/04/2009 Initial entry/outline Table of Contents Document History... 2 Table of Contents... 2 1 Problem

More information

PTP 800 SPLIT-MOUNT SOLUTION

PTP 800 SPLIT-MOUNT SOLUTION TM PTP 800 SPLIT-MOUNT SOLUTION LICENSED ETHERNET MICROWAVE FOR MULTI-SERVICE NETWORKS Cambium Point-to-Point (PTP) 800 Licensed Ethernet Microwave Solutions can efficiently and affordably transport the

More information

Safety Manual. Process pressure transmitter IPT-1* 4 20 ma/hart. Process pressure transmitter IPT-1*

Safety Manual. Process pressure transmitter IPT-1* 4 20 ma/hart. Process pressure transmitter IPT-1* Safety Manual Process pressure transmitter IPT-1* 4 20 ma/hart Process pressure transmitter IPT-1* Contents Contents 1 Functional safety 1.1 General information... 3 1.2 Planning... 4 1.3 Instrument parameter

More information

Surge suppressor To perform its intended functions, an AEI site must have the components listed above and shown in Fig. 4.1.

Surge suppressor To perform its intended functions, an AEI site must have the components listed above and shown in Fig. 4.1. 4.0 COMPONENT FEATURES AND REQUIREMENTS An AEI site should include the following component subsystems: Presence detector Wheel detector Tag reader Controller Communications Power supply Surge suppressor

More information

The examples below are a starting point, and some fine tuning may be required.

The examples below are a starting point, and some fine tuning may be required. The settings you will see below are supplied as a basic sample of where to start with settings for your pinsetters and how they will operate with Steltronic Focus Software. The examples below are a starting

More information

Integrating Best of Breed Outage Management Systems with Mobile Data Systems. Abstract

Integrating Best of Breed Outage Management Systems with Mobile Data Systems. Abstract Integrating Best of Breed Outage Management Systems with Mobile Data Systems Donald Shaw Partner ExtenSys Inc. 31 Plymbridge Crescent North York, ON M2P 1P4 Canada Telephone: (416) 481-1546 Fax: (416)

More information

Digi Connect ME 9210 Linux: serial port 2 for JTAG modules

Digi Connect ME 9210 Linux: serial port 2 for JTAG modules Digi Connect ME 9210 Linux: serial port 2 for JTAG modules Document History Date Version Change Description 08/05/2009 Initial entry/outline Table of Contents Document History... 2 Table of Contents...

More information

HyperSecureLink V6.0x User Guide

HyperSecureLink V6.0x User Guide HyperSecureLink V6.0x User Guide Note: This software works with the LS-30 Version (06.0x or later) 1, Hardware Installation: 1-1, Connection Diagram for USB or RS-232 Computer Interface To LS-30 CM1 To

More information

AN-140. Protege WX SALLIS Integration Application Note

AN-140. Protege WX SALLIS Integration Application Note AN-140 Protege WX SALLIS Integration Application Note The specifications and descriptions of products and services contained in this document were correct at the time of printing. Integrated Control Technology

More information

AGW SYSTEMS. Blue Clock W38X

AGW SYSTEMS. Blue Clock W38X AGW SYSTEMS Blue Clock W38X Contents table BLUECLOCKS...3 THE EVOLUTION...4 WHAT S NEW!...5 HARDWARE...6 SOFTWARE...7 MULTI COMPANY...8 INSTANTLY...9 EVEN MORE!...10 WHAT S INSIDE HOW DOES IT WORK...11...12

More information

Ocean Observatories Initiative Cabled Array Observatory Extension Cables/Connectors

Ocean Observatories Initiative Cabled Array Observatory Extension Cables/Connectors Ocean Observatories Initiative Cabled Array Observatory Extension Cables/Connectors Mike Harrington mikeh@apl.washington.edu Infrastructure Cable Laying Problem: Get to the interesting stuff. Laying interconnection

More information

Apache Dubbo (Incubating) --Present and Future. dubbo.apache.org Copyright 2018 The Apache Software Foundation

Apache Dubbo (Incubating) --Present and Future. dubbo.apache.org Copyright 2018 The Apache Software Foundation 1 Apache Dubbo (Incubating) --Present and Future Agenda 2 1 2 3 4 5 What s How Dubbo Current Roadmap Dubbo at Dubbo Works Status Apache 6 Contact Us What s Dubbo 3 A high performance RPC framework Open

More information

Service & Support. Questions and Answers about the Proof Test Interval. Proof Test According to IEC FAQ August Answers for industry.

Service & Support. Questions and Answers about the Proof Test Interval. Proof Test According to IEC FAQ August Answers for industry. Cover sheet Questions and Answers about the Proof Test Interval Proof Test According to IEC 62061 FAQ August 2012 Service & Support Answers for industry. Contents This entry originates from the Siemens

More information

Airflow Options for Cisco MDS 9396S SAN Switch

Airflow Options for Cisco MDS 9396S SAN Switch Airflow Options for Cisco MDS 9396S SAN Switch This document describes how to configure, administer and troubleshoot airflow options in the MDS 9396S switch. Anyone can use this document along with hardware

More information

Wind Plant Operator Data User's Guide

Wind Plant Operator Data User's Guide GUIDE 09 Wind Plant Operator Data User's Guide September 2016 Version: 2.2 Effective Date: 09/12/2016 This document was prepared by: NYISO Customer Support New York Independent System Operator 10 Krey

More information

BAROMETER PRESSURE STANDARD PRESSURE CONTROLLER

BAROMETER PRESSURE STANDARD PRESSURE CONTROLLER BAROMETER PRESSURE STANDARD PRESSURE CONTROLLER Features ±0.01% FS Measurement & Control Accuracy ±0.001% /ºC Thermal Stability Pressure Ranges from ±1 psid to 1200 psia Applications Barometric Measurement

More information

Datasheet: K-30 ASCII Sensor

Datasheet: K-30 ASCII Sensor Datasheet: K-30 ASCII Sensor The K30 ASCII sensor is a low cost, infrared and maintenance free transmitter module intended to be built into different host devices that require CO2 monitoring data. The

More information

Applications & Tools. Evaluation of the selection of a safetyrelated mode using non-safety-related components

Applications & Tools. Evaluation of the selection of a safetyrelated mode using non-safety-related components Cover sheet Evaluation of the selection of a safetyrelated mode using non-safety-related components SINUMERIK 840D sl SINUMERIK Safety Integrated Application description February 2015 Applications & Tools

More information

The Universal Translator

The Universal Translator The Universal Translator David Cornfield dcornfield@apm.com Accellera Systems Initiative 1 Traditional Agents A Agent A Agent Chip ~ s m d A ~ s m d A B Agent B Agent m ~ s d B m ~ s d B Unit Level Chip

More information

High usability and simple configuration or extensive additional functions the choice between Airlock Login or Airlock IAM is yours!

High usability and simple configuration or extensive additional functions the choice between Airlock Login or Airlock IAM is yours! High usability and simple configuration or extensive additional functions the choice between Airlock Login or Airlock IAM is yours! Airlock Login Airlock IAM When combined with Airlock WAF, Airlock Login

More information

Accelerate Your Riverbed SteelHead Deployment and Time to Value

Accelerate Your Riverbed SteelHead Deployment and Time to Value SteelHead Implementation Service Accelerate Your Riverbed SteelHead Deployment and Time to Value Proven Methodologies to Increase Adoption and Utilization Your organization has selected SteelHead appliances

More information

Safety Manual VEGAVIB series 60

Safety Manual VEGAVIB series 60 Safety Manual VEGAVIB series 60 NAMUR Document ID: 32005 Contents Contents 1 Functional safety... 3 1.1 General information... 3 1.2 Planning... 4 1.3 Adjustment instructions... 6 1.4 Setup... 6 1.5 Reaction

More information

Edgecore ASFvOLT16 VOLTHA Adapter and Driver. Kim Kempf, Sr. Systems Architect CORD Build 2017, San Jose November 8, 2017 MT08.3.

Edgecore ASFvOLT16 VOLTHA Adapter and Driver. Kim Kempf, Sr. Systems Architect CORD Build 2017, San Jose November 8, 2017 MT08.3. Edgecore ASFvOLT16 VOLTHA Adapter and Driver Kim Kempf, Sr. Systems Architect CORD Build 2017, San Jose November 8, 2017 MT08.3.17 Edgecore ASFvOLT16 Whitebox OLT VOLTHA ASFvOLT16_olt adapter Disaggregated

More information

Connect with Confidence NO POWER NO PROBLEM

Connect with Confidence NO POWER NO PROBLEM Connect with Confidence NO POWER NO PROBLEM The ideal solution to implement wireless sensor monitoring in IoT applications where power is not available. At last, there s a roll-out ready way to implement

More information

REMOTE CLIENT MANAGER HELP VERSION 1.0.2

REMOTE CLIENT MANAGER HELP VERSION 1.0.2 VERSION 1.0.2 MERCHANT SALES: 800-637-8268 New Merchant Accounts PARTNER PROGRAMS: 800-637-8268 New and existing partnerships CUSTOMER CARE: 800-338-6614 Existing merchant account support Statements and

More information

CNC Communication Protocol

CNC Communication Protocol CNC Communication Protocol Commands and Serial/Discrete Signals for the XPR Cutting System 809810 Revision 3 January 2018 CNC Communication Protocol for the XPR Cutting System 1 Contents Before you begin...

More information

LiteSpeed for SQL Server 6.5. Integration with TSM

LiteSpeed for SQL Server 6.5. Integration with TSM LiteSpeed for SQL Server 6.5 Integration with TSM 2011 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Panther 5 Acute Care Ventilator

Panther 5 Acute Care Ventilator 1 HIGHLIGHTS High performance and advanced features target the ICU environment Utilizes an internal blower with a specially designed flow control valve removing the need for using compressed air without

More information

Air Bubbler Depth Gauge DG2200 Installation and Reference Manual

Air Bubbler Depth Gauge DG2200 Installation and Reference Manual Air Bubbler Depth Gauge DG2200 Installation and Reference Manual Rev. 3.2.2 06/2011 Installation and Reference Manual Page 2 Contents Chapter 1: Installation and Overview... 3 1.1 DG2200 Location Diagram...

More information

Training Fees 3,400 US$ per participant for Public Training includes Materials/Handouts, tea/coffee breaks, refreshments & Buffet Lunch.

Training Fees 3,400 US$ per participant for Public Training includes Materials/Handouts, tea/coffee breaks, refreshments & Buffet Lunch. Training Title DISTRIBUTED CONTROL SYSTEMS (DCS) 5 days Training Venue and Dates DISTRIBUTED CONTROL SYSTEMS (DCS) Trainings will be conducted in any of the 5 star hotels. 5 22-26 Oct. 2017 $3400 Dubai,

More information

Safety Manual VEGAVIB series 60

Safety Manual VEGAVIB series 60 Safety Manual VEGAVIB series 60 Contactless electronic switch Document ID: 32002 Contents Contents 1 Functional safety... 3 1.1 General information... 3 1.2 Planning... 4 1.3 Adjustment instructions...

More information

Distributed Control Systems

Distributed Control Systems Unit 41: Unit code Distributed Control Systems M/615/1509 Unit level 5 Credit value 15 Introduction With increased complexity and greater emphasis on cost control and environmental issues, the efficient

More information

SteelHead SD Installation Guide

SteelHead SD Installation Guide SteelHead SD Installation Guide Models 570-SD, 770-SD, 3070-SD, SDI-2030 Version SteelHead SD 2.0, SteelConnect 2.11 August 2018 2018 Riverbed Technology, Inc. All rights reserved. Riverbed and any Riverbed

More information

2017 LOCKHEED MARTIN CORPORATION. ALL RIGHTS RESERVED

2017 LOCKHEED MARTIN CORPORATION. ALL RIGHTS RESERVED 1 Lockheed Martin (LM) Space Systems Software Product Line Focused organization (LM1000) Deep Space Heritage Avionics/SW leveraged for LM1000 product line solution Combined Commercial and Civil Space Organizations

More information

Race Screen: Figure 2: Race Screen. Figure 3: Race Screen with Top Bulb Lock

Race Screen: Figure 2: Race Screen. Figure 3: Race Screen with Top Bulb Lock Eliminator Competition Stand Alone Mode - Instruction Manual Main Menu: After startup, the Eliminator Competition will enter the Main Menu. Press the right/left arrow buttons to move through the menu.

More information

Global Information System of Fencing Competitions (Standard SEMI 1.0) Introduction

Global Information System of Fencing Competitions (Standard SEMI 1.0) Introduction Global Information System of Fencing Competitions (Standard SEMI 1.0) Introduction The Present Standard introduces the united principle of organization and interacting of all information systems used during

More information

EX0-008 exin. Number: EX0-008 Passing Score: 800 Time Limit: 120 min.

EX0-008 exin. Number: EX0-008 Passing Score: 800 Time Limit: 120 min. EX0-008 exin Number: EX0-008 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 Which statement describes Release Planning? A. After looking at all the stories in the backlog, the team estimates

More information

Upgrading Vestas V47-660kW

Upgrading Vestas V47-660kW Guaranteed performance gains and efficiency improvements Upgrading Vestas V47-660kW Newly developed controller system enables increased Annual Energy Production up to 6.1% and safe turbine lifetime extension

More information

Napa Technology Trouble Shooting. For Premier & Premier PLUS Models

Napa Technology Trouble Shooting. For Premier & Premier PLUS Models Napa Technology Trouble Shooting For Premier & Premier PLUS Models Before contacting Napa Technology for support, please check if the problem and solution are found below: Machine Is Off & All LCD s are

More information

UG4: OPEN HAB. Elelabs ZigBee RPi Shield firmware version, referenced in this guide: OpenHab2 software version, referenced in this guide: v2.3.

UG4: OPEN HAB. Elelabs ZigBee RPi Shield firmware version, referenced in this guide: OpenHab2 software version, referenced in this guide: v2.3. UG4: OPEN HAB This document describes how to use Elelabs ZigBee RPi Shield (https://elelabs.com/products/elelabs_zigbee_shield.html) with existing Home Automation platform called OpenHAB (https://www.openhab.org/).

More information

securing networks with silicon

securing networks with silicon NITROX II A Family of In-line Security Processors Presented by: Muhammad Raghib Hussain Contributed by: Bob Sanzone, Dan Katz, David Asher, David Carlson, Gregg Bouchard, Michael Bertone, Muhammad Hussain,

More information

Safety Manual OPTISWITCH series relay (DPDT)

Safety Manual OPTISWITCH series relay (DPDT) Safety Manual OPTISWITCH series 5000 - relay (DPDT) 1 Content Content 1 Functional safety 1.1 In general................................ 3 1.2 Planning................................. 5 1.3 Adjustment

More information

SAUTER flexotron 800 heating. List of network variables for Modbus communication. Manual P A P

SAUTER flexotron 800 heating. List of network variables for Modbus communication. Manual P A P SAUTER flexotron 800 heating List of network variables for communication Manual P100013118 A P100012094 2/90 P100013118 A Content Content 1 General notes 5 1.1 Disclaimer 5 1.2 Trademarks 5 2 Preface 7

More information

Description of Device Parameters Proline Prowirl 200 HART. Vortex flowmeter. Products Solutions Services. Main menu Language.

Description of Device Parameters Proline Prowirl 200 HART. Vortex flowmeter. Products Solutions Services. Main menu Language. GP01019D/06/EN/02.15 71308256 Valid as of version 01.02.zz (Device firmware) Products Solutions Services of Device Parameters Proline Prowirl 200 HART Vortex flowmeter XXXXXXXXX 20.50 Main menu 0104-1

More information

SWIM MEET MANAGER 5.0 NEW FEATURES

SWIM MEET MANAGER 5.0 NEW FEATURES SWIM MEET MANAGER 5.0 NEW FEATURES Updated January 24, 2014 1 ABOUT SWIMMING MEET MANAGER 5.0 MEET MANAGER 5.0 for ming (SWMM) is HY-TEK's 6th generation of Meet Management software. Provides the very

More information

exsm.cluster High Availability for TSM Server Michael Abel & Bruno Friess TSM Symposium Oxford September 2005 Hier Kundenlogo

exsm.cluster High Availability for TSM Server Michael Abel & Bruno Friess TSM Symposium Oxford September 2005 Hier Kundenlogo Hier Kundenlogo TSM Symposium -Logo vor weißem Hintergrund, dann Größe anpassen und Oxford Text löschen - Logo transparent (GIF), dann Block löschen - ohne Logo: Text+Block löschen September 2005 exsm.cluster

More information

theben Continuous valve actuator CHEOPS drive CHEOPS drive As of: Jul-11 (Subject to change without notice) Page 1 of 41

theben Continuous valve actuator CHEOPS drive CHEOPS drive As of: Jul-11 (Subject to change without notice) Page 1 of 41 Continuous valve actuator CHEOPS drive CHEOPS drive 731 9 200 As of: Jul-11 (Subject to change without notice) Page 1 of 41 Contents 1 Functional characteristics... 4 1.1 Benefits... 4 1.2 Hardware versions...

More information

YSC-8330 USER MANUAL XI AN TYPICAL INDUSTRIES CO.,LTD.

YSC-8330 USER MANUAL XI AN TYPICAL INDUSTRIES CO.,LTD. YSC-8330 USER MANUAL XI AN TYPICAL INDUSTRIES CO.,LTD. Contents 1 Notice 1.1 Work environment 1.2 Notice of installation 1.3 Notice of safety 2 Installation and Adjustment 2.1 Controll box 2.2 Speed controller

More information

Microsoft System Center Data

Microsoft System Center Data U ft i V F_R S! TA TSBIB L! OTHEK MAMMOVER J Microsoft System Center Data Protection Manager 2012 SP1 Learn how to deploy, monitor, and administer System Center Data Protection Manager 2012 SP1 Steve Buchanan

More information

CMC Peer-to-Peer Control System Software. User s Manual Version 1.0

CMC Peer-to-Peer Control System Software. User s Manual Version 1.0 CMC Peer-to-Peer Control System Software User s Manual Version 1.0 2 22562920 Rev. 03 Date of Issue: 6/12/07 PREFACE Information and Illustrations Information and illustrations are not binding. Ingersoll-Rand

More information

REASONS FOR THE DEVELOPMENT

REASONS FOR THE DEVELOPMENT 7 Series 7 Series +24VDC VDC OUTPUT MICROPROCESS. E P IN EXH OUT 7 Series 7 ø,8 8 7 Series 9 5 8 9 7 Series Display features The proportional regulator has a 3 /2 digit display and a three-pushbutton

More information

Foundation Fieldbus Control in Field- Benefits

Foundation Fieldbus Control in Field- Benefits Foundation Fieldbus Control in Field- Benefits By: Alan Baird- Plantweb Marketing Director Emerson Process Mangement Middle East & Africa 1 Agenda Industry Challenges A Short Introduction to the Foundation

More information

DataCore Cloud Service Provider Program (DCSPP) Product Guide

DataCore Cloud Service Provider Program (DCSPP) Product Guide DataCore Cloud Service Provider Program (DCSPP) Product Guide Effective: March 1, 2017 Table of Contents Overview... 1 Licensing and Pricing... 1 Choice of DCSPP Monthly Point Plans... 2 DCSPP Product

More information

μsmartdigi Presented at Ham-Com 2008 Plano Texas June 2008 by Rich Painter, AB VO Painter Engineering, Inc.

μsmartdigi Presented at Ham-Com 2008 Plano Texas June 2008 by Rich Painter, AB VO Painter Engineering, Inc. μsmartdigi Presented at Ham-Com 2008 Plano Texas 13-14 June 2008 by Rich Painter, AB VO Painter Engineering, Inc. μsmartdigi μsmartdigi APRS Digipeater μsmartdigi New Features If time permits... μsmartdigi

More information

User's Manual. Heavy Duty Dissolved Oxygen Meter. Model

User's Manual. Heavy Duty Dissolved Oxygen Meter. Model User's Manual Heavy Duty Dissolved Oxygen Meter Model 407510 Introduction Congratulations on your purchase of Extech's Heavy Duty Dissolved Oxygen / Temperature Meter which simultaneously displays Dissolved

More information

International ejournals

International ejournals Available online at www.internationalejournals.com ISSN 0976 1411 International ejournals International ejournal of Mathematics and Engineering 197 (2012) 1881-1888 Multicast and Broadcast Service with

More information

BACnet Protocol Implementation Conformance Statement

BACnet Protocol Implementation Conformance Statement Page 1 of 10 BACnet Protocol Implementation Conformance Statement Date: September 28, 2016 Vendor Name: Vendor ID: 85 Product Name: savic-net Product Model Number: BS-700 models Application Software Version:

More information

Spacecraft Simulation Tool. Debbie Clancy JHU/APL

Spacecraft Simulation Tool. Debbie Clancy JHU/APL FSW Workshop 2011 Using Flight Software in a Spacecraft Simulation Tool Debbie Clancy JHU/APL debbie.clancy@jhuapl.edu 443-778-7721 Agenda Overview of RBSP and FAST Technical Challenges Dropping FSW into

More information

Domino DUEMMEGI. Domino. Communication Interface DFTS User s Manual. Release September 2007

Domino DUEMMEGI. Domino. Communication Interface DFTS User s Manual. Release September 2007 Domino Domino Communication Interface DFTS User s Manual Release 2.3 - September 2007 srl Via Longhena 4-20139 MILANO Tel. 02/57300377 - FAX 02/55213686 Domino - DFTS: User s Manual R.2.3 Index 1- INTRODUCTION...3

More information

On the design and control of complex tunnel ventilation systems applying the HIL tunnel simulator

On the design and control of complex tunnel ventilation systems applying the HIL tunnel simulator On the design and control of complex tunnel ventilation systems applying the HIL tunnel I. R. Riess and P. Altenburger HBI Haerter Ltd Consulting Engineers, Switzerland P. Sahlin Equa Simulation AB, Sweden

More information

API Reference for Cisco Enterprise Network Function Virtualization Infrastructure Software

API Reference for Cisco Enterprise Network Function Virtualization Infrastructure Software API Reference for Cisco Enterprise Network Function Virtualization Infrastructure Software First Published: 2017-03-31 Last Modified: 2017-12-12 Americas Headquarters Cisco Systems, Inc. 170 West Tasman

More information

CONTINUITY OF SERVICE PLAN FOR THE LRIT SYSTEM

CONTINUITY OF SERVICE PLAN FOR THE LRIT SYSTEM E 4 ALBERT EMBANKMENT LONDON SE1 7SR Telephone: +44 (0)20 7735 7611 Fax: +44 (0)20 7587 3210 CONTINUITY OF SERVICE PLAN FOR THE LRIT SYSTEM MSC.1/Circ.1376/Rev.2 21 November 2014 1 The Maritime Safety

More information

Simulating Street-Running LRT Terminus Station Options in Dense Urban Environments Shaumik Pal, Rajat Parashar and Michael Meyer

Simulating Street-Running LRT Terminus Station Options in Dense Urban Environments Shaumik Pal, Rajat Parashar and Michael Meyer Simulating Street-Running LRT Terminus Station Options in Dense Urban Environments Shaumik Pal, Rajat Parashar and Michael Meyer Abstract The Exposition Corridor transit project is a light rail project

More information

Page 2 of 46 Prepared by: Engr. Ram Sankar

Page 2 of 46 Prepared by: Engr. Ram Sankar Page 2 of 46 CHAPTER 1 GETTING STARTED Page 3 of 46 Establishing Communication with Relay: 1. Open MICOM S1 studio and click on NEW SYSTEM. 2. Name it and save on desired location and click on OK. Page

More information

sorting solutions osx separator series

sorting solutions osx separator series osx separator series Comex offers a newly developed complex optical sorting system, in a user friendly platform, for the identification and separation of particles and materials, based on their many physical

More information

Industrial Compressor Controls Standard Custom

Industrial Compressor Controls Standard Custom Technical Seminars 2012 Industrial Compressor Controls Standard Custom CONTROLLING the power of ENERGY 1 TM 2 Woodward Compressor Controls Small Steam Turbine Driven Compressors (ITCC) 3 Simple Compressor

More information

Certification Exhibit FCC ID: R7PIWRS4. FCC Rule Part: ACS Report Number: W03.11.A

Certification Exhibit FCC ID: R7PIWRS4. FCC Rule Part: ACS Report Number: W03.11.A Certification Exhibit FCC ID: R7PIWRS4 FCC Rule Part: 15.247 ACS Report Number: 09-0412.W03.11.A Manufacturer: Cellnet Technology Inc. Model: Gridstream DCIWR Manual 5015 B.U. Bowman Drive Buford, GA 30518

More information

Volume A Question No : 1 You can monitor your Steelhead appliance disk performance using which reports? (Select 2)

Volume A Question No : 1 You can monitor your Steelhead appliance disk performance using which reports? (Select 2) Volume A~D: 342 Questions Volume A Question No : 1 You can monitor your Steelhead appliance disk performance using which reports? (Select 2) A. Data Store Cost B. Data Store Performance C. Disk Load D.

More information

Design Envelope Booster. Sequence of operation

Design Envelope Booster. Sequence of operation Design Envelope Booster Sequence of operation File No: 62.835 Date: february 11, 2015 Supersedes: 62.835 Date: july 11, 2014 sequence of operation Design Envelope Booster 2 general The packaged domestic

More information

XC2 Client/Server Installation & Configuration

XC2 Client/Server Installation & Configuration XC2 Client/Server Installation & Configuration File downloads Server Installation Backup Configuration Services Client Installation Backup Recovery Troubleshooting Aug 12 2014 XC2 Software, LLC Page 1

More information

Specifications and information are subject to change without notice. Up-to-date address information is available on our website.

Specifications and information are subject to change without notice. Up-to-date address information is available on our website. www.smar.com Specifications and information are subject to change without notice. Up-to-date address information is available on our website. web: www.smar.com/contactus.asp LD302 - AssetView HMI LD302

More information

C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a

C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a 9 0 9 7 C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a 30S/30E/30M An Interactive Digital Media Course 9 0 9 7 : C o d i n g f o r i n t e r a C t i v e d i g i t a l M e d i a 3 0 S

More information

COMPRESSOR PACK SUCTION CONTROLLER TYPE: LP41x

COMPRESSOR PACK SUCTION CONTROLLER TYPE: LP41x Electrical Installation Requirements Care should be taken to separate the power and signal cables to prevent electrical interference and possible damage due to inadvertent connection. SUPPLY E L N LN2

More information

Controlling the prefeeder

Controlling the prefeeder Controlling the prefeeder A prefeeder is a modulating device of some kind, controlling the material flow into the belt feeder infeed. You need it for three reasons: 1. The material can not be sheared at

More information

D-Case Modeling Guide for Target System

D-Case Modeling Guide for Target System D-Case Modeling Guide for Target System 1/32 Table of Contents 1 Scope...4 2 Overview of D-Case and SysML Modeling Guide...4 2.1 Background and Purpose...4 2.2 Target System of Modeling Guide...5 2.3 Constitution

More information

Module 3 Developing Timing Plans for Efficient Intersection Operations During Moderate Traffic Volume Conditions

Module 3 Developing Timing Plans for Efficient Intersection Operations During Moderate Traffic Volume Conditions Module 3 Developing Timing Plans for Efficient Intersection Operations During Moderate Traffic Volume Conditions CONTENTS (MODULE 3) Introduction...1 Purpose...1 Goals and Learning Outcomes...1 Organization

More information

Failure Modes, Effects and Diagnostic Analysis. Rosemount Inc. Chanhassen, MN USA

Failure Modes, Effects and Diagnostic Analysis. Rosemount Inc. Chanhassen, MN USA Failure Modes, Effects and Diagnostic Analysis Project: 3095MV Mass Flow Transmitter Customer: Rosemount Inc. Chanhassen, MN USA Contract No.: Q04/04-09 Report No.: Ros 04/04-09 R001 Version V1, Revision

More information

Operating Mode Selection in Conjunction with Functional Safety Safety Integrated https://support.industry.siemens.com/cs/ww/en/view/ 89260861 Siemens Industry Online Support Siemens AG 2017 All rights

More information

955730_1 4/17/18. FlowSense Operator s Guide For Gen2 20/20 SeedSense Displays

955730_1 4/17/18. FlowSense Operator s Guide For Gen2 20/20 SeedSense Displays 955730_1 4/17/18 FlowSense Operator s Guide For Gen2 20/20 SeedSense Displays Contents System Setup and Operation...3 Configuring Monitor for FlowSense...3 FlowSense Setup...4 Liquid Alerts...8 Monitoring

More information

GOLFER. The Golf Putting Robot

GOLFER. The Golf Putting Robot GOLFER The Golf Putting Robot Written By Wing Pan Yuen For EEL 5666 Intelligent Machines Design Laboratory December 05, 1999 Table of Contents Abstract Introduction Executive Summary Integrated System

More information

The Race Director. IPICO Integration Direct Connect [IPICO INTEGRATION]

The Race Director. IPICO Integration Direct Connect [IPICO INTEGRATION] 2017 The Race Director IPICO Integration Direct Connect [IPICO INTEGRATION] This document explains how to manage the results data between your IPCIO readers and Race Director using a direct connection

More information

YT-3300 / 3301 / 3302 / 3303 / 3350 / 3400 /

YT-3300 / 3301 / 3302 / 3303 / 3350 / 3400 / Smart positioner YT-3300 / 3301 / 3302 / 3303 / 3350 / 3400 / 3410 / 3450 Series SIL Safety Instruction. Supplement to product manual July. 2015 YTC Ver 1.06 1 Table of contents 1 Introduction... 3 1.1

More information

SCIENTIFIC DATA SYSTEMS, INC. Depth Tension Line Speed Panel. DTLS Manual

SCIENTIFIC DATA SYSTEMS, INC. Depth Tension Line Speed Panel. DTLS Manual SCIENTIFIC DATA SYSTEMS, INC. Depth Tension Line Speed Panel DTLS Manual This document contains proprietary information. Copyright 2015 Scientific Data Systems, Inc. All rights reserved. 1 Depth Tension

More information

These days, I am more involving WAN Ethernet service product which is a bit complicated to

These days, I am more involving WAN Ethernet service product which is a bit complicated to These days, I am more involving WAN Ethernet service product which is a bit complicated to troubleshoot. Simply, tons of vendors and gears in the market. If you are not dealing with those devices all the

More information

SECTION 2 SMART PAYOUT MANUAL SET FIELD SERVICE MANUAL

SECTION 2 SMART PAYOUT MANUAL SET FIELD SERVICE MANUAL SECTION 2 SMART PAYOUT MANUAL SET FIELD SERVICE MANUAL Innovative Technology assume no responsibility for errors, omissions, or damages resulting from the use of information contained within this manual.

More information

Series 3730 and Series 3731 EXPERTplus Valve Diagnostics with Partial Stroke Test (PST)

Series 3730 and Series 3731 EXPERTplus Valve Diagnostics with Partial Stroke Test (PST) Series 3730 and Series 3731 EXPERTplus Valve Diagnostics with Partial Stroke Test (PST) Application Positioner firmware for early detection of control valve faults giving maintenance recommendations. Valid

More information

VMware Inc., NSX Edge SSL VPN-Plus

VMware Inc., NSX Edge SSL VPN-Plus RSA SECURID ACCESS Standard Agent Implementation Guide VMware Inc., Daniel R. Pintal, RSA Partner Engineering Last Modified: December 16, 2016 Solution Summary VMware users

More information