perfsonar NC - a NETCONF based perfsonar implementation

Size: px
Start display at page:

Download "perfsonar NC - a NETCONF based perfsonar implementation"

Transcription

1 perfsonar NC - a NETCONF based perfsonar implementation Arne Øslebø, UNINETT TNC2011, May , Prague Insert additional logos in this space: go to View/Master/Slide master and insert logo must be white versions of logo

2 perfsonar infrastructure MA MP MA MA LS MA MA Client MP

3 perfsonar NC Based on existing IETF protocols NETCONF and YANG One single data model for all MAs Write generic tools to query and retrieve data Design can easily be extended to all perfsonar services Fast Small code base Easy? to implement new MAs Powerful query mechanisms XPath

4 MA data model +--rw perfsonarnc +--ro info +--ro measurementarchives +--ro mas +--ro ma +--ro name +--ro datasources +--ro datasource +--ro name +--ro obspoints +--ro timeinfo +--ro reportsinfo +--rw maqueries Contains all information a client needs for querying and presenting data from the MA

5 Design PerfSONAR NC daemon Server SSH SOAP Clients

6 perfsonar NC daemon daemon XML Implemented in PHP Small code base rrdma netflowma testma ma.abs XML

7 maquery Generic CLI utility maquery.php -q "//pn:obspoint[startswith(pn:name,'bergen7')]/pn:name" localhost <?xml version="1.0"?> <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1"> <data xmlns:default= " <default:name>bergen7.bergen-ether-1</default:name> <default:name>bergen7.bergen-ether-1</default:name> </data> </rpc-reply>

8 Retrieve data with maquery Inside gnuplot plot "<./maquery.php -r 1 nav rrd singletable standard -o 462 localhost -f ' :00' -t ' :55' grep ';' cut -d \\; -f1" w lines

9 Other Netconf tools - ncclient python nc03.py localhost "//pn:ma/pn:name" import sys, os, warnings warnings.simplefilter("ignore", DeprecationWarning) from ncclient import manager def demo(host, user, expr): with manager.connect(host=host, port=22, username=user) as m: assert(":xpath" in m.server_capabilities) c = m.get_config(source='running', filter=('xpath', expr)).data_xml with open("%s.xml" % host, 'w') as f: f.write(c) if name == ' main ': demo(sys.argv[1], os.getenv("user"), sys.argv[2])

10 perfsonar vs perfsonar NC Three categories of comparison General performance and query mechanisms Scalability Code base rrdma 1000 interfaces Utilization and error counters Netflow MA 10 routers, 65 interfaces

11 Performance and query mechanisms (rrdma) Get all information about interfaces ps (java): 42.2s ps (perl): 0.66s ps NC: 0.19s Get name of all interfaces ps (java): 42.2s* ps (perl): 0.66s* ps NC: 0.09s Get name of all interfaces starting with bergen ps (java): 42.2s* ps (perl): 0.66s* ps NC: 0.04s Retrieve last link load and error for one specific interface ps (java): 4.1s ps (perl): 0.59s ps NC: 0.06s Retrieve last link load and error for all interfaces ps (java): 82.4s ps (perl): 110.1s ps NC: 4.3s Top 10 interfaces with the most traffic ps (java): 41.2s* ps (perl): 52.1s* ps NC: 3.9s * not possible. Retrieve all information and process on client side

12 Performance and query mechanisms (netflow) Get all information about interfaces ps: N/A ps NC: 0.09s Get name of all interfaces ps: N/A ps NC: 0.07s Get name of interfaces starting with bergen ps: N/A ps NC: 0.04s

13 Scalability - # of interfaces Retrieve last link load and errors for a specific interface perfsonar (Java) perfsonar NC # interfaces Time s Error perfsonar (Perl) # interfaces Time s s # interfaces Time s s s s s s

14 Code base PerfSONAR (Java) rrdma Java: 1609 Netflow Java: 3721 Common Java: 7486 PerfSONAR (Perl) rrdma Perl: 2515 Common Perl: 5317 perfsonar NC rrdma PHP: 174 XML: 54 Total: 228 Netflow PHP: 149 XML: 81 Total: 230 Common PHP: 626 (will increase)

15 Summary and future work perfsonar NC Alternative perfsonar implementation Based on NETCONF and YANG Common MA data model Compared to perfsonar More features Faster Better scalability Less code Future work Implement missing features Production ready version Implement generic Web UI

16 Code availability

NETCONF Protocol. Restrictions for the NETCONF Protocol. Information About the NETCONF Protocol

NETCONF Protocol. Restrictions for the NETCONF Protocol. Information About the NETCONF Protocol Restrictions for the, on page 1 Information About the, on page 1 How to Configure the, on page 4 Verifying the Configuration, on page 7 Additional References for, on page 9 Feature Information for, on

More information

Technologies for the future of Network Insight and Automation

Technologies for the future of Network Insight and Automation Technologies for the future of Network Insight and Automation Richard Wade (ricwade@cisco.com) Technical Leader, Asia-Pacific Infrastructure Programmability This Session s Context Service Creation Service

More information

A Python Module for NETCONF Clients

A Python Module for NETCONF Clients A Python Module for NETCONF Clients Shikhar Bhushan Computer Science Jacobs University Bremen Campus Ring 1 28759 Bremen Germany Type: Guided Research Proposal Date: March 8, 2009 Supervisor: Prof. J.

More information

DEVELOPMENT OF PERFSONAR- MEASUREMENT ARCHIVE (MA) CAPABILITY

DEVELOPMENT OF PERFSONAR- MEASUREMENT ARCHIVE (MA) CAPABILITY DEVELOPMENT OF PERFSONAR- MEASUREMENT ARCHIVE (MA) CAPABILITY BASED ON PRESTA 10G NTT Network Innovation Labs. Kenji SHIMIZU Feb. 2nd, 2010 This work was partially supported by the National Institute of

More information

Introduction to OpenConfig

Introduction to OpenConfig DEVNET-1775 Introduction to OpenConfig Santiago Álvarez, TME Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this session in the Cisco Live Mobile App

More information

Netconf for Peering Automation. NANOG 64 San Francisco Tom Paseka

Netconf for Peering Automation. NANOG 64 San Francisco Tom Paseka Netconf for Peering Automation NANOG 64 San Francisco Tom Paseka Old Ways Old Ways Manual input Very time consuming / manpower heavy Prone to human error: Typo Invalid and inconsistent input Route leaks

More information

NETCONF Access Control

NETCONF Access Control NETCONF Access Control draft-bierman-netconf-access-control-01 IETF 77, March 2010 Andy Bierman andyb@iwl.com Agenda Why does NETCONF need a standard access control model (ACM)? What are the functional

More information

Internet Engineering Task Force (IETF) Juniper Networks K. Watsen Watsen Networks R. Wilton Cisco Systems March 2019

Internet Engineering Task Force (IETF) Juniper Networks K. Watsen Watsen Networks R. Wilton Cisco Systems March 2019 Internet Engineering Task Force (IETF) Request for Comments: 8526 Updates: 6241, 7950 Category: Standards Track ISSN: 2070-1721 M. Bjorklund Tail-f Systems J. Schoenwaelder Jacobs University P. Shafer

More information

JSON Support for Junos OS

JSON Support for Junos OS JSON Support for Junos OS 1 Introduction: Java Script Object Notation alias JSON a light weight data exchange format is being extensively used for data exchange between web application and servers. With

More information

ncclient Documentation

ncclient Documentation ncclient Documentation Release 0.4.4 Shikhar Bhushan nd Leonidas Poulopoulos November 07, 2016 Contents 1 Supported device handlers 3 1.1 manager High-level API..................................... 3

More information

NSO Essentials for Programmers and Network Architects (NSO201) v3.0

NSO Essentials for Programmers and Network Architects (NSO201) v3.0 NSO Essentials for Programmers and Network Architects (NSO201) v3.0 What you ll learn in this course The Cisco NSO Essentials for Programmers and Network Architects (NSO201) course introduces you to Cisco

More information

Port Usage Information for the IM and Presence Service

Port Usage Information for the IM and Presence Service Port Usage Information for the Service Port usage overview, page 1 Information collated in table, page 1 service port list, page 2 Port usage overview This document provides a list of the and ports that

More information

Port Usage Information for the IM and Presence Service

Port Usage Information for the IM and Presence Service Port Usage Information for the Service Service Port Usage Overview, on page 1 Information Collated in Table, on page 1 Service Port List, on page 2 Service Port Usage Overview This document provides a

More information

Implementing Network Configuration Protocol

Implementing Network Configuration Protocol This module provides details of the Network Configuration Protocol. For relevant commands, see Cisco ASR 9000 Series Aggregation Services Router System Security Command Reference. Release Modification

More information

Components to Use Data Models

Components to Use Data Models The process of automating configurations in a network involves the use of these core components: Client application: manages and monitors the configuration of the devices in the network. Router: acts as

More information

A. Clemm A. Gonzalez Prieto E. Voit

A. Clemm A. Gonzalez Prieto E. Voit Subscribing to YANG datastore push updates draft-netconf-yang-push-00 IETF #94 Yokohama A. Clemm A. Gonzalez Prieto E. Voit Refresher Subscription

More information

Junos Platform Automation (JAUT)

Junos Platform Automation (JAUT) Junos Platform Automation (JAUT) Course No: EDU-JUN-JAUT Length: 5 Days Schedule and Registration Course Overview This five-day course provides students with Junos platform automation knowledge through

More information

Stager. A Web Based Application for Presenting Network Statistics. Arne Øslebø

Stager. A Web Based Application for Presenting Network Statistics. Arne Øslebø Stager A Web Based Application for Presenting Network Statistics Arne Øslebø Keywords: Network monitoring, web application, NetFlow, network statistics Abstract Stager is a web based

More information

Case Study emagic a Complete Datacenter Management Solution

Case Study emagic a Complete Datacenter Management Solution Case Study emagic a Complete Datacenter Solution www.esds.co.in Product Overview emagic is an all-in-one solution to manage all the aspects of data center. It is an automated system designed to make data

More information

Using the YANG Development Kit (YDK) with Cisco IOS XE

Using the YANG Development Kit (YDK) with Cisco IOS XE Using the YANG Development Kit (YDK) with Cisco IOS XE 1. Overview The YANG Development Kit (YDK) is a software development kit that provides APIs that are generated from YANG data models. These APIs,

More information

I2RS Protocol. I2RS built for High performance. Sue Hares. Not the Pizza box CLI

I2RS Protocol. I2RS built for High performance. Sue Hares. Not the Pizza box CLI I2RS Protocol I2RS built for High performance Not the Pizza box CLI Sue Hares I2RS Protocol Re-use Protocol 5 Drafts draft-ietf-netconf-call-home draft-ietf-netconf-yang-library draft-ietf-netconf-yang-patch

More information

Optimizing the Usability of YANG Models for Network Automation

Optimizing the Usability of YANG Models for Network Automation ydk.io Optimizing the Usability of YANG Models for Network Automation Craig Hill Distinguished Systems Engineer U.S. Public Sector CTO Office @netwrkr95 CCIE #1628 crhill@cisco.com CHI-NOG Chicago, IL

More information

Connect. Communicate. Collaborate. Click to edit Master title style. Installing and Configuring the perfsonar Services

Connect. Communicate. Collaborate. Click to edit Master title style. Installing and Configuring the perfsonar Services Connect. Communicate. Collaborate Click to edit Master title style Installing and Configuring the perfsonar Services COURSE OBJECTIVES By the end of this course you will be able to: Describe key perfsonar

More information

OpenDaylight as a Platform for Network Programmability FOSDEM, 3 February Charles Eckel, Cisco DevNet

OpenDaylight as a Platform for Network Programmability FOSDEM, 3 February Charles Eckel, Cisco DevNet OpenDaylight as a Platform for Network Programmability FOSDEM, 3 February 2018 Charles Eckel, Cisco DevNet eckelcu@cisco.com Agenda What is SDN What is OpenDaylight Network programmability Installation

More information

SDN+NFV Next Steps in the Journey

SDN+NFV Next Steps in the Journey SDN+NFV Next Steps in the Journey Margaret T. Chiosi AT&T Labs Distinguished Architect SDN-NFV Realization 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks

More information

Configuring XML Requests

Configuring XML Requests CHAPTER 3 This chapter describes how to configure XML requests and includes the following sections: Prerequisites, page 3-1 Guidelines and Limitations, page 3-1 Starting a Session with the XML Server,

More information

Data Models Configuration Guide for Cisco NCS 1001

Data Models Configuration Guide for Cisco NCS 1001 First Published: 2017-07-14 Last Modified: 2018-03-29 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

perfsonar Update Jason Zurawski Internet2 March 5, 2009 The 27th APAN Meeting, Kaohsiung, Taiwan

perfsonar Update Jason Zurawski Internet2 March 5, 2009 The 27th APAN Meeting, Kaohsiung, Taiwan perfsonar Update Jason Zurawski Internet2 March 5, 2009 The 27th APAN Meeting, Kaohsiung, Taiwan perfsonar Update Introduction & Overview Development Status Authentication & Authorization GUI Status Deployment

More information

Taxonomy of SDN. Vara Varavithya 17 January 2018

Taxonomy of SDN. Vara Varavithya 17 January 2018 Taxonomy of SDN Vara Varavithya 17 January 2018 Modern Data Center Environmentally protected warehouses Large number of computers for compute and storage Blades Computer- Top-of-Rack (TOR) Switches Full

More information

RUGGEDCOM NETCONF. Preface. Introducing NETCONF 1. NETCONF Capabilities and Namespaces 2. NETCONF Sessions 3. Getting Data 4

RUGGEDCOM NETCONF. Preface. Introducing NETCONF 1. NETCONF Capabilities and Namespaces 2. NETCONF Sessions 3. Getting Data 4 Preface Introducing NETCONF 1 RUGGEDCOM NETCONF NETCONF Capabilities and Namespaces 2 NETCONF Sessions 3 Getting Data 4 Changing Configuration Data 5 ROXII Actions 6 NETCONF Settings, Logs, and Statistics

More information

Request for Comments: Tail-f Systems December Partial Lock Remote Procedure Call (RPC) for NETCONF

Request for Comments: Tail-f Systems December Partial Lock Remote Procedure Call (RPC) for NETCONF Network Working Group Request for Comments: 5717 Category: Standards Track B. Lengyel Ericsson M. Bjorklund Tail-f Systems December 2009 Partial Lock Remote Procedure Call (RPC) for NETCONF Abstract The

More information

NETCONF Design and Implementation of a Prototype

NETCONF Design and Implementation of a Prototype International University Bremen Electrical Engineering and Computer Science Faculty NETCONF Design and Implementation of a Prototype Author: Catalin Ciocov Supervisor: Jürgen Schönwälder 13 th May 2004

More information

New trends in IT. Network Functions Virtualization (NFV) & Software Defined-WAN

New trends in IT. Network Functions Virtualization (NFV) & Software Defined-WAN New trends in IT Network Functions Virtualization (NFV) & Software Defined-WAN 2017 AT&T Intellectual Property. All rights reserved. AT&T, Globe logo, Mobilizing Your World and DIRECTV are registered trademarks

More information

Services: Monitoring and Logging. 9/16/2018 IST346: Info Tech Management & Administration 1

Services: Monitoring and Logging. 9/16/2018 IST346: Info Tech Management & Administration 1 Services: Monitoring and Logging 9/16/2018 IST346: Info Tech Management & Administration 1 Recall: Server vs. Service A server is a computer. A service is an offering provided by server(s). HTTP 9/16/2018

More information

This chapter describes the StarOS NETCONF interface and the ConfD engine. It contains the following sections:

This chapter describes the StarOS NETCONF interface and the ConfD engine. It contains the following sections: This chapter describes the StarOS NETCONF interface and the ConfD engine. It contains the following sections: Overview, page 1 Configuring ConfD, page 2 Verifying the Configuration, page 4 Show Support

More information

NM-WG Specification Adoption in perfsonar. Aaron Brown, Internet2, University of Delaware Martin Swany University of Delaware, Internet2

NM-WG Specification Adoption in perfsonar. Aaron Brown, Internet2, University of Delaware Martin Swany University of Delaware, Internet2 NM-WG Specification Adoption in perfsonar Aaron Brown, Internet2, University of Delaware Martin Swany University of Delaware, Internet2 What is perfsonar A collaboration Production network operators focused

More information

Cisco IOS XR Programmability for Cloud-Scale Networking

Cisco IOS XR Programmability for Cloud-Scale Networking Cisco IOS XR Programmability for Cloud-Scale Networking LABRST-2332 Santiago Álvarez, Distinguished Technical Marketing Engineer @111pontes Level of Expertise With Network Programmability 1. Can t spell

More information

NETCONF Interoperability Testing

NETCONF Interoperability Testing NETCONF Interoperability Testing Ha Manh Tran Iyad Tumar Jürgen Schönwälder Jacobs University Bremen July 1, 2009 Ha Manh Tran, Iyad Tumar, Jürgen Schönwälder NETCONF Interoperability Testing 1 NETCONF

More information

This chapter describes NETCONF and the StarOS process called ConfD manager. It contains the following sections:

This chapter describes NETCONF and the StarOS process called ConfD manager. It contains the following sections: This chapter describes NETCONF and the StarOS process called ConfD manager. It contains the following sections: Overview, page 1 Configuring ConfD, page 2 Verifying the Configuration, page 7 YANG Models,

More information

JSA Common Ports Lists

JSA Common Ports Lists Juniper Secure Analytics Release 2014.6 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2016-04-21 Copyright Notice Copyright 2016 Juniper

More information

COMMUNICATION PROTOCOLS

COMMUNICATION PROTOCOLS COMMUNICATION PROTOCOLS Index Chapter 1. Introduction Chapter 2. Software components message exchange JMS and Tibco Rendezvous Chapter 3. Communication over the Internet Simple Object Access Protocol (SOAP)

More information

Implementing the Network Configuration Protocol

Implementing the Network Configuration Protocol Implementing the Network Configuration Protocol This module provides details of the Network Configuration Protocol. For relevant commands, see Cisco ASR 9000 Series Aggregation Services Router System Security

More information

Data Access and Analysis with Distributed, Federated Data Servers in climateprediction.net

Data Access and Analysis with Distributed, Federated Data Servers in climateprediction.net Data Access and Analysis with Distributed, Federated Data Servers in climateprediction.net Neil Massey 1 neil.massey@comlab.ox.ac.uk Tolu Aina 2, Myles Allen 2, Carl Christensen 1, David Frame 2, Daniel

More information

YANG Data Model for DHCPv6 Configuration

YANG Data Model for DHCPv6 Configuration YANG Data Model for DHCPv6 Configuration draft-cui-dhc-dhcpv6-yang-03 Yong Cui, Hao Wang, Linhui Sun, Ted Lemon & Ian Farrer IETF93 Prague 1 Major Changes since IETF92 A hierarchy is introduced in the

More information

I2RS RIB Route Example. Sue Hares

I2RS RIB Route Example. Sue Hares I2RS RIB Route Example Sue Hares I2RS RIB Example First Case 128.2/16 with nexthop 1 added by netconf config 128.2/16 with nexthop 2 added by I2RS RIB DDOS attack causes you to overwrite NETCONF config

More information

YANG language parser for Libsmi

YANG language parser for Libsmi YANG language parser for libsmi April 27, 2009 YANG language Libsmi library YANG data modeling language for the NETCONF protocol; is currently being developed by the IETF NETCONF Data Modeling Language

More information

Real Life Web Development. Joseph Paul Cohen

Real Life Web Development. Joseph Paul Cohen Real Life Web Development Joseph Paul Cohen joecohen@cs.umb.edu Index 201 - The code 404 - How to run it? 500 - Your code is broken? 200 - Someone broke into your server? 400 - How are people using your

More information

TRex Control Plane Design - Phase 1. TRex Control Plane Design - Phase 1

TRex Control Plane Design - Phase 1. TRex Control Plane Design - Phase 1 TRex Control Plane Design - Phase 1 i TRex Control Plane Design - Phase 1 TRex Control Plane Design - Phase 1 ii REVISION HISTORY NUMBER DATE DESCRIPTION NAME TRex Control Plane Design - Phase 1 iii Contents

More information

Comparative evaluation of software tools accessing relational databases from a (real) grid environments

Comparative evaluation of software tools accessing relational databases from a (real) grid environments Comparative evaluation of software tools accessing relational databases from a (real) grid environments Giacinto Donvito, Guido Cuscela, Massimiliano Missiato, Vicenzo Spinoso, Giorgio Maggi INFN-Bari

More information

Open Network Operating System

Open Network Operating System Open Network Operating System Michele Santuari msantuari@fbk.eu FBK CREATE-NET - Future Networks research unit April 28, 2017 Agenda Short introduction to SDN and network programmability Introduction to

More information

Give Your Site A Boost With Memcache. Ben Ramsey September 25, 2009

Give Your Site A Boost With Memcache. Ben Ramsey September 25, 2009 Give Your Site A Boost With Memcache Ben Ramsey September 25, 2009 Why cache? 2 To make it faster. 3 A cache is a collection of data duplicating original values stored elsewhere or computed earlier, where

More information

perfsonar 2.0 Administration Guide Version 2.1

perfsonar 2.0 Administration Guide Version 2.1 perfsonar 2.0 Administration Guide Version 2.1 Document History Product/Version Number: perfsonar 2.0 Date of Release: 23/07/07 Activity: JRA1 Dissemination Level PP Table of Contents 1 Introduction 1

More information

Network configuration management at CERN

Network configuration management at CERN Arkadiy Shevrikuko Stefan Stancu Network configuration management at CERN 10/8/2018 1 Outline Network overview Current solution: cfmgr Overview of open-source platforms Evolution plan 10/8/2018 2 Network

More information

Components to Use Data Models

Components to Use Data Models The process of automating configurations in a network involves the use of these core components: Client application: manages and monitors the configuration of the devices in the network. Router: acts as

More information

AUTOMATION AT THE NETWORK LAYER. Rick Shermdog Sherman and Scott Garman Puppet Labs

AUTOMATION AT THE NETWORK LAYER. Rick Shermdog Sherman and Scott Garman Puppet Labs AUTOMATION AT THE NETWORK LAYER Rick Shermdog Sherman and Scott Garman Puppet Labs Brief Intro to Puppet Puppet is a configuration management and application orchestration tool Automate IT deployments

More information

OpenDaylight as a Platform for Network Programmability FOSDEM, 3 February Charles Eckel, Cisco DevNet

OpenDaylight as a Platform for Network Programmability FOSDEM, 3 February Charles Eckel, Cisco DevNet OpenDaylight as a Platform for Network Programmability FOSDEM, 3 February 2018 Charles Eckel, Cisco DevNet eckelcu@cisco.com Agenda What is SDN What is OpenDaylight Network programmability Installation

More information

perfsonar psui in a multi-domain federated environment

perfsonar psui in a multi-domain federated environment perfsonar psui in a multi-domain federated environment WACREN Conference 17-18 March 2016 Antoine Delvaux PSNC/GÉANT adelvaux@man.poznan.pl GÉANT perfsonar Service Manager perfsonar Developer What is perfsonar?

More information

Enabling Network Automation with Junos OS

Enabling Network Automation with Junos OS Enabling Network Automation with Junos OS Product Overview The Junos operating system is a secure, open, and programmable network OS that enables network automation at scale. As the core component of Juniper

More information

NETCONF Client GUI. Client Application Files APPENDIX

NETCONF Client GUI. Client Application Files APPENDIX APPENDIX B The NETCONF client is a simple GUI client application that can be used to understand the implementation of the NETCONF protocol in Cisco E-DI. This appendix includes the following information:

More information

RESTCONF Programmable Interface

RESTCONF Programmable Interface This chapter describes how to set-up and configure an HTTP-based protocol-representational State Transfer Configuration Protocol (RESTCONF). RESTCONF provides a programmatic interface based on standard

More information

Getting Started with Hadoop

Getting Started with Hadoop Getting Started with Hadoop May 28, 2018 Michael Völske, Shahbaz Syed Web Technology & Information Systems Bauhaus-Universität Weimar 1 webis 2018 What is Hadoop Started in 2004 by Yahoo Open-Source implementation

More information

One Platform Kit: The Power to Innovate

One Platform Kit: The Power to Innovate White Paper One Platform Kit: The Power to Innovate What Could You Do with the Power of the Network? What if you could: Reach into your network and extract the information you need, when you need it? Directly

More information

Overview of WMS/LB API

Overview of WMS/LB API Overview of WMS/LB API Emidio Giorgio www.eu-egee.org Outline API vs. CLI Overview of WMProxy API Overview of Logging and Bookkeeping API Usage examples API vs. CLI Users applications can be integrated

More information

NetFlow Data Collection

NetFlow Data Collection This section contains the following topics:, on page 1 NetFlow Collection Architectures, on page 1 Centralized NetFlow Configuration Workflow, on page 6 DNF NetFlow Configuration Workflow, on page 11 Configure

More information

Cisco dan Hotel Crowne Plaza Beograd, Srbija.

Cisco dan Hotel Crowne Plaza Beograd, Srbija. Cisco dan 31. 3. 2016. Hotel Crowne Plaza Beograd, Srbija www.ciscoday.com XR u svetu virtualizacije Tom Cof Product Sales specialist 31. mart 2016 Cisco Router OS Evolution 1990s 2000s 2010s Application

More information

RUGGEDCOM NETCONF. Preface. Introduction 1. NETCONF Capabilities and Namespaces 2. NETCONF Sessions 3. Getting Data 4. Changing Configuration Data 5

RUGGEDCOM NETCONF. Preface. Introduction 1. NETCONF Capabilities and Namespaces 2. NETCONF Sessions 3. Getting Data 4. Changing Configuration Data 5 Preface Introduction 1 RUGGEDCOM NETCONF NETCONF Capabilities and Namespaces 2 NETCONF Sessions 3 Getting Data 4 Changing Configuration Data 5 RUGGEDCOM ROX II Actions 6 Examples 7 NETCONF XML Elements

More information

What are some common categories of system calls? What are common ways of structuring an OS? What are the principles behind OS design and

What are some common categories of system calls? What are common ways of structuring an OS? What are the principles behind OS design and What are the services provided by an OS? What are system calls? What are some common categories of system calls? What are the principles behind OS design and implementation? What are common ways of structuring

More information

Network Management & Monitoring

Network Management & Monitoring Network Management & Monitoring NfSen These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license (http://creativecommons.org/licenses/by-nc/3.0/) What is NfSen

More information

Linux Systems Administration Getting Started with Linux

Linux Systems Administration Getting Started with Linux Linux Systems Administration Getting Started with Linux Network Startup Resource Center www.nsrc.org These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International

More information

Monitoring in GENI with Periscope (and other related updates)

Monitoring in GENI with Periscope (and other related updates) Monitoring in GENI with Periscope (and other related updates) Martin Swany Associate Professor of Computer Science, School of Informatics and Computing Associate Director, Center for Research in Extreme

More information

Getting started with Gearman for MySQL

Getting started with Gearman for MySQL Getting started with Gearman for MySQL Giuseppe Maxia Eric Day This work is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported License. A short (I promise!) history of computing Mainframe

More information

NORDUnet2008, 9 11 April, Espoo, Finland

NORDUnet2008, 9 11 April, Espoo, Finland Operational Management of Lightpaths Ronald van der Pol Outline SURFnet6 hybrid network NetherLight Optical Exchange Point GLIF (global Lambda Integrated Facility) lightpath planning tool

More information

Multi-domain Service Orchestration with Cisco Network Service Orchestrator. Gabor Szabo Version 1.2

Multi-domain Service Orchestration with Cisco Network Service Orchestrator. Gabor Szabo Version 1.2 Multi-domain Service Orchestration with Cisco Network Service Orchestrator Gabor Szabo gabszabo@cisco.com Version 1.2 Agenda Theory & Concepts Cisco NSO inroduction Demonstration: simple service Use-Cases

More information

Network Configuration Protocol

Network Configuration Protocol The (NETCONF) defines a simple mechanism through which a network device can be managed, configuration data can be retrieved, and new configuration data can be uploaded and manipulated. NETCONF uses Extensible

More information

DNSCCM. Progress Report - Oct Sara Dickinson Sinodun Internet Technologies Ltd. sinodun.com

DNSCCM. Progress Report - Oct Sara Dickinson Sinodun Internet Technologies Ltd. sinodun.com DNSCCM Progress Report - Oct 2011 Sara Dickinson Sinodun Internet Technologies Ltd What is DNSCCM? DNSCCM is software tool: DNS Configuration, Control & Monitoring An implementation of NSCP: Name Server

More information

Intended status: Standards Track April 8, 2013 Expires: October 10, 2013

Intended status: Standards Track April 8, 2013 Expires: October 10, 2013 Network Working Group A. Bierman Internet Draft YumaWorks, Inc. Intended status: Standards Track April 8, 2013 Expires: October 10, 2013 Abstract The NETCONF Operation draft bierman netconf get2

More information

Performance Update. Jeff Boote Senior Network Software Engineer Internet2 Martin Swany Assistant Professor University of Delaware

Performance Update. Jeff Boote Senior Network Software Engineer Internet2 Martin Swany Assistant Professor University of Delaware Performance Update Jeff Boote Senior Network Software Engineer Internet2 Martin Swany Assistant Professor University of Delaware Overview Performance Measurement Goals and Vision Cyberinfrastructure Information

More information

Connect. Communicate. Collaborate. Click to edit Master title style. Using the perfsonar Visualisation Tools

Connect. Communicate. Collaborate. Click to edit Master title style. Using the perfsonar Visualisation Tools Connect. Communicate. Collaborate Click to edit Master title style Using the perfsonar Visualisation Tools ITINERARY Wednesday 30 th May Using the perfsonar Visualisation Tools. Thursday 31 st May and

More information

Programmability of Cisco DC Infrastructure

Programmability of Cisco DC Infrastructure Dubrovnik, Croatia, South East Europe 20-22 May, 2013 Programmability of Cisco DC Infrastructure Ulrich Hamm Sascha Merg 2011 2012 Cisco and/or its affiliates. All rights reserved. Cisco Connect 1 Agenda

More information

Unix / Linux Overview

Unix / Linux Overview Unix / Linux Overview Jonathan Brewer Network Startup Resource Center jon@nsrc.org These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International license (http://creativecommons.org/licenses/by-nc/4.0/)

More information

Network and Server Statistics Using Cacti

Network and Server Statistics Using Cacti Network Management & Monitoring Network and Server Statistics Using Cacti These materials are licensed under the Creative Commons Attribution-Noncommercial 3.0 Unported license (http://creativecommons.org/licenses/by-nc/3.0/)

More information

UI and Python Interface

UI and Python Interface UI and Python Interface Koichi Murakami (KEK) Geant4 Collaboration Meeting 2017 27 September 2017 22ND GEANT4 COLLABORATION MEETING 1 Important fix in UI : BZ1989 (2006) Symptom : In UI terminal, PreInit>

More information

Introduction to data centers

Introduction to data centers Introduction to data centers Paolo Giaccone Notes for the class on Switching technologies for data centers Politecnico di Torino December 2017 Cloud computing Section 1 Cloud computing Giaccone (Politecnico

More information

BOOTP. 1. Verify that the bootpd and bootptab files are in the correct. 2. Edit the hosts file to add the printer internet addresses and names:

BOOTP. 1. Verify that the bootpd and bootptab files are in the correct. 2. Edit the hosts file to add the printer internet addresses and names: BOOTP Bootstrap protocol, BOOTP, is the recommended way to establish communications from the host to the printer in an internet protocol environment. BOOTP obtains booting data from the bootptab file.

More information

Empower your testing with Cisco Test Automation Solution Featuring pyats & Genie

Empower your testing with Cisco Test Automation Solution Featuring pyats & Genie Empower your testing with Cisco Test Automation Solution Featuring pyats & Genie Siming Yuan, Technical Leader, Engineering, Cisco Jean-Benoit Aubin, Engineer, Software Engineering, Cisco Sedy Yadollahi,

More information

Model Driven APIs for the Network Infrastructure Layer

Model Driven APIs for the Network Infrastructure Layer Model Driven APIs for the Network Infrastructure Layer Akshat Sharma, Technical Marketing Engineer, Cisco. What brings us here? 2 Plenty of Standardization Efforts The Network Processing Forum (NPF) took

More information

Requirements for Subscription to YANG Datastores draft-ietf-i2rs-pub-sub-requirements-01

Requirements for Subscription to YANG Datastores draft-ietf-i2rs-pub-sub-requirements-01 Requirements for Subscription to YANG s draft-ietf-i2rs-pub-sub-requirements-01 NETCONF WG - IETF 92 Eric Voit, Alex Clemm, Alberto Gonzalez Prieto evoit@cisco.com, alex@cisco.com, albertgo@cisco.com March

More information

Programmability Command Reference, Cisco IOS XE Fuji

Programmability Command Reference, Cisco IOS XE Fuji First Published: 2017-11-17 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 2017

More information

Data Models Configuration Guide for Cisco NCS 1002

Data Models Configuration Guide for Cisco NCS 1002 First Published: 2016-03-14 Last Modified: 2018-03-29 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

OpenDaylight as a Platform for Network Programmability NANOG 72, February 19-21, Charles Eckel, Cisco DevNet

OpenDaylight as a Platform for Network Programmability NANOG 72, February 19-21, Charles Eckel, Cisco DevNet OpenDaylight as a Platform for Network Programmability NANOG 72, February 19-21, 2018 Charles Eckel, Cisco DevNet eckelcu@cisco.com Agenda What is SDN What is OpenDaylight Network programmability Installation

More information

Web Services Amazon Ecommerce Service, Comparison with other Web Services

Web Services Amazon Ecommerce Service, Comparison with other Web Services Web Services Amazon Ecommerce Service, Comparison with other Web Services COV885 Special Tpocis on Computer Applications Dept. Of Comp. Sc. and Engineering, IITD Semester I, 2018 Web Programming: Web Servives

More information

Cisco Network Programmability for the Enterprise NPEN v1.0

Cisco Network Programmability for the Enterprise NPEN v1.0 Course Overview This course teaches how to automate common Cisco enterprise platforms such as IOS-XE and IOS-XR routers as well as ASA firewalls. This course also includes coverage of the automation capabilities

More information

WiNG 5.x How-To Guide

WiNG 5.x How-To Guide WiNG 5.x How-To Guide Tunneling Remote Traffic using L2TPv3 Part No. TME-08-2012-01 Rev. A MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or registered trademarks of Motorola

More information

Ethernet OAM enabled OpenFlow Controller

Ethernet OAM enabled OpenFlow Controller Ethernet OAM enabled OpenFlow Controller Ronald van der Pol (this work was funded by SURFnet GigaPort 3) Outline! Introduction! What is OpenFlow! What is IEEE 802.1ag Ethernet OAM! Open source implementation

More information

Cisco IOS Embedded Event Manager

Cisco IOS Embedded Event Manager Data Sheet Cisco IOS Embedded Event Manager Last updated: November 2011 Product Overview Cisco IOS Embedded Event Manager (EEM) is a unique subsystem within Cisco IOS Software. EEM is a powerful and flexible

More information

NetDevOps for the Network Dude How to get started with API's, Ansible and Python

NetDevOps for the Network Dude How to get started with API's, Ansible and Python DEVNET-1002 NetDevOps for the Network Dude How to get started with API's, Ansible and Python François Caen, Systems Engineer - @f_caen Cisco Spark How Questions? Use Cisco Spark to communicate with the

More information

Linux Essentials Objectives Topics:

Linux Essentials Objectives Topics: Linux Essentials Linux Essentials is a professional development certificate program that covers basic knowledge for those working and studying Open Source and various distributions of Linux. Exam Objectives

More information

Coding Intro to APIs and REST

Coding Intro to APIs and REST DEVNET-3607 Coding 1001 - Intro to APIs and REST Matthew DeNapoli DevNet Developer Evangelist Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this session

More information

Conversing in the Cloud. Ryan Kupfer, Scott Wetter, Bryan Welfel, Shekhar Pradhan

Conversing in the Cloud. Ryan Kupfer, Scott Wetter, Bryan Welfel, Shekhar Pradhan Conversing in the Cloud Ryan Kupfer, Scott Wetter, Bryan Welfel, Shekhar Pradhan Outline MixPool defined The hurdles A prime example of an application utilizing cloud technology The technologies The architecture

More information

YANG-Based Configuration Modeling - The SecSIP IPS Case Study

YANG-Based Configuration Modeling - The SecSIP IPS Case Study YANG-Based Configuration Modeling - The SecSIP IPS Case Study Abdelkader Lahmadi, Emmanuel Nataf, Olivier Festor To cite this version: Abdelkader Lahmadi, Emmanuel Nataf, Olivier Festor. YANG-Based Configuration

More information