Network Operational Simplicity with Zero Touch Deployment

Size: px
Start display at page:

Download "Network Operational Simplicity with Zero Touch Deployment"

Transcription

1 Network Operational Simplicity with Zero Touch Deployment Ahmed Abeer, Technical Marketing Engineer, Cisco Patrick Warichet, Technical Marketing Engineer, Cisco

2 Agenda What is Zero Touch Deployment (ZTD) ZTD Deployment Scenarios Solution Components Step by Step Flow Use Cases

3 Introduction 3

4 Life of a Device - Yesterday Device onboarding (Day 0) Service Provisioning (Day 1) Monitoring and Analytics (Day 2) New device plugin Software upgrade Initial Configuration Enable/Activate new services Day 2 Operations (maintenance, upgrade, troubleshooting) Takes Hours to days to weeks Unstructured, slow, non scalable, Reactive

5 Modernizing the Life of a Device Device Onboarding (Day 0) Service Provisioning (Day 1) Monitoring & Analytics (Day 2) Yesterday Manual, Lengthy, Skilled Worker, Costly Device Bring-up High Maintenance, Inflexible, Custom Scripts for Service Bringup Unstructured, Non scalable, Pull Mechanism, Non Machine Readable Format Today Orders of Magnitude Quicker, Automated Device Bring-up Automation Friendly, Flexible, Predictable, Vendor Neutral Model Driven Service Bring-up Push mechanism, consistent, machine readable, high performance, real time

6 What is Zero Touch Deployment (ZTD) ZTD allows you to provision new devices in your network automatically, without manual intervention. ZTD Goals: ü ü ü Bring Up the Device with Customer Certified Software or Image. Download Day 0 Configuration or Script for Remote Connectivity. Connect the Device to NMS, Controller or Orchestrator. Secure Communication Channel Between Device and Server; Multivendor Support

7 ZTD Components 7

8 ZTD Architectural Components DHCP Server DNS Server HTTP/HTTPS/TFTP Server IPXE ONIE DHCP Server DNS Server HTTP/HTTPS Server Scripts Server Orchestrator ZTP

9 Boot Process - ipxe ipxe is an open source boot firmware. Provides an environment for installing any NOS ipxe is supported on the management interfaces (IPv4 and IPv6) Fully backward compatible with PXE with several enhancements. Boot from a web server via HTTP Boot from locally attached storage, (USB memory stick) Control the boot process with scripts and menus. DNS support.

10 Boot Process - ONIE ONIE is a small operating system, pre-installed on bare metal network switches, that provides an environment for automated provisioning. Combines a boot loader with a Linux kernel and BusyBox. Provides an environment for installing any NOS. Supported on the management interfaces (IPv4 and IPv6). Aggressive Image discovery Statically configured from the boot loader Locally attached storage, (USB memory stick) Bootfilename from DHCPv4 / DHCPv6 IPv4 / IPv6 link local neighbors mdns / DNS-SD PXE-like TFTP and HTTP waterfalls

11 Boot Process with ipxe Start Valid image on Disk Y Boot installed Image N Valid image on USB N Y Download and Run Installer IPXE Y N Success Y Boot Installed Image N MgMt Link Up Y Download and Run Installer Success Y N

12 Boot Process with ONIE USB Drive Y Download and Run Installer Success Y N URL from DHCP Y Download and Run Installer Success Y N URL from DNS-SD Y Download and Run Installer Success Y N Less exact method Y Download and Run Installer Success N Y Reboot into installed NOS

13 DHCP options make things easy Host identification can be done using mac-address. Including Serial Number in option 61 dhcp-client-identifier for example makes provisioning easy (S/N is written on the package) ######## Hosts ######### host ncs-5001-b { option dhcp-client-identifier "FOC1947R144"; Option 61 if exists user-class and option user-class = "ipxe" { Option 77 filename = " } else if exists user-class and option user-class = "exr-config" { filename = " } } } fixed-address ; Option 77

14 Dynamic URL makes things easy The URL provided by the DHCP server does not have to be a static. For example, you could direct ipxe to boot from the URL {serial:uristring} Which would expand to a URL such as: The boot.php program running on the web server could dynamically generate a script based on the information provided in the URL. <?php header ( "Content-type: text/plain" ); echo "#!ipxe \n"; echo "set myurl \n"; echo "boot myurl \n";?>

15 HTTP headers make things easy HTTP Headers Header Value Example ONIE-SERIAL-NUMBER: Serial number XYZ ONIE-ETH-ADDR: Management MAC address 08:9e:01:62:d1:93 ONIE-VENDOR-ID: 32-bit IANA Private Enterprise Number in decimal ONIE-MACHINE: <vendor>_<machine> VENDOR_MACHINE ONIE-MACHINE-REV: <machine_revision> 0 ONIE-ARCH: CPU architecture x86_64 ONIE-SECURITY-KEY: Security key d3b07384d-ac-6238ad5ff00 ONIE-OPERATION: ONIE mode of operation os-install or onie-update

16 ipxe Scripting and Chainloading Chainloading is the capability to jump from one boot statement to another. Using chainloading and the embedded scripting capability of ipxe we can have a very detail and complex selection mechanism for the boot image. Chainloading remove the need to create DHCP host definition Agnostic IPv4 or IPv6

17 Chainloading Example

18 Chainloading Example with IPv6 ipxe> autoboot net0 <- autoboot from the mgmt interface net0: c4:72:95:a7:ef:c0 using dh8900cc on PCI01:00.1 (open) [Link:up, TX:108 TXE:0 RX: RXE: ] Configuring (net0 c4:72:95:a7:ef:c0)... Ok net0: fe80::c672:95ff:fea7:efc0/64 net0: fd:30:12::1124/64 gw fe80::fa72:eaff:fe8b:ce80 <- ipv6 stateful address assignment Filename: <- ipv6 boot URI from DHCPv6 boot.ipxe... ok <- boot script is downloaded /boot.ipxe.cfg... ok <- boot variable are chained /ipxe/uuid ipxe No such file or directory ( /ipxe/mac-c47295a7efc0.ipxe... No such file or directory ( /ipxe/serial-foc1947r143.ipxe... No such file or directory ( /ipxe/pid-ncs-5001.ipxe... No such file or directory ( Network unreachable ( ok <- boot menu is executed

19 Future Enhancement Security Trusted Platform Module (TPM) UEFI Secure Boot

20 ZTP 20

21 ZTP Functions Apply Configuration Deploy Containers ZTP Software Upgrade/ Downgrade Execute Scripts Install Applications/Packages

22 ZTP Flow of Operations ZTP start ZTP end ZTP end Y N Username configured Start DHCP Client Option 67 or 59 Download 2 1 DHCP Request DHCP Response DHCP SERVER IP address Next-server Filename= or Filename= HTTP SERVER Delete file End ZTP Delete file End ZTP N N Text file < 100 MB config or script script Execute script config Apply config Download 3 GET scripts/pkg/conf script.sh config.txt Additional Scripts Packages, etc

23 ZTD via NETCONF/YANG 23

24 The Day 0 Challenges Rapid Nodes and Service deployments 5G Large number of devices to bring up Simplify Day 0 device deployments SD-WAN Service-Ready Infrastructure Expected to be service ready on bringup Devices distributed in different physical locations IoT

25 ZTP Requirements Baseline requirements across both deployment scenarios No pre-staging required DHCP for management IP address Configuration download Image upgrade/downgrade Docker/LXC install Connection to the NMS Baseline requirement for in-band management deployment scenario Auto L3 adjacency configuration in any topology L2 VLAN auto-discovery Layer 3 Ring Topology Layer 3 Layer 2 Ring Topology Layer 2 Compound Topology Layer 2 MPLS Layer 2 L3 Network MPLS MPLS MPLS Value added requirements Robust connection to NMS Secure Multi-vendor support Configuration template Hub & Spoke Network MPLS

26 1 ZTP Two Different Deployment Scenarios Routers are connected to a management network via out-of-band management port Popular in Data Center, Enterprise, and Web customers out-of-band Management network Servers (DHCP/NMS) 2 There is no dedicated management network. Routers are managed via in-band, the same as user data network L3 link Sub-int L2 EVC L3 link Servers (DHCP/HTTP) Typical deployment in the SP Access/ Metro L3 link in-band management L3 link

27 Option 1: Provisioning from the DHCP Server Device boot up and initiate a DHCP Discover DHCP server provides a script using bootfilname (option 67) Upon commit DHCP server: Registers device to Orchestrator using REST Asks Orchestrator to retrieve RSA keys from device Device Downloads scripts from HTTP server. Scripts is executed on the device. 1 4 Discover 3 Server Initiated Get Script Provision.py Post Keys Post Config Offer DHCP HTTP Orchestrator 2 4 Once registered, the script perform a sync from the Orchestrator server

28 Option 1: Server Initiated When Device do not run any Script or Compute Server Initiated Start ZTP DHCP Request ( Broadcast) DHCP Request ( Unicast) DHCP Server Notification address leased Python Script Orchestrator IP Address, Default GW Bootfile name DHCP Option 67 DHCP Response ( Unicast) HTTP Request Config Run Script Enables: SSH, User name, Password, Netconf HTTP File: Script Netconf Operations Sync from, Get Serial Number, Apply Day 1 Configuration Config Config Synch

29 Option 2: Provisioning from the Device 1 2 Device boot up and initiates a DHCP Discover DHCP server provides a script using boot-filename (option 67) 1 Device Downloads scripts from HTTP/FTP server Discover 2 Device Initiated Get Script Offer DHCP HTTP 3-4 Provision.py Post Keys Orchestrator 3 4 Scripts is executed on the device and registers to Orchestrator using REST/RESTCONF API Once registered, the script perform a sync from the Orchestrator server Post Config

30 Option 2: Device Initiated When Device runs Script or Compute Device Initiated Run ZTP.sh DHCP Request ( Broadcast) DHCP Request ( Unicast) DHCP Server Orchestrator IP Address, Default GW Bootfile name DHCP Option 67 DHCP Response ( Unicast) HTTP Request Config Run Script Enables: SSH, User name, Password, Netconf HTTP File: Script Netconf Operations Sync from, Get Serial Number, Apply Day 1 Configuration Config Config Synch

31 Enhancements 31

32 Simple Security Vendor Customer Certificate Server Script Server Serial:Certificate Serial Certificate Encrypted Payload DHCP Server Public Key S/N Discover Bootstrap Server S/N:ABCD1234 Config URI Get Serial.cfg Public/Private Key Generated Use Private Key to validate the configuration Install configuration or execute script From

33 Day-0 Netconf Configuration Model NMS DHCP Server Bootstrap Server Yang Model Image Server Discover Bootstrap server list Script Server Script Download Configuration via Netconf Config Server

34 Day-0 Bootstrap Data using Yang Model Name of the NOS required yang-data zerotouch-information: (information-type) +--:(onboarding-information) onboarding-information boot-image os-name string os-version string download-uri* inet:uri image-verification* [hash-algorithm] hash-algorithm identityref hash-value? yang:hex-string configuration-handling? enumeration pre-configuration-script? script configuration? <anydata> post-configuration-script? script From draft-ietf-netconf-zerotouch-19 Released version of NOS required List of URIs providing bootstrapping data e.g.: merge, replace Agnostic of programing language Executed before configuration is applied Exit 0 : success Exit > 0 : Soft error -> proceed Exit < 0 : Hard error -> reset Any model supported by the device Agnostic of programing language Executed after configuration is applied Exit 0 : success Exit > 0 : Soft error -> proceed Exit < 0 : Hard error -> reset

35 ZTD Use cases 35

36 ZTP Supported Deployment Scenarios DHCP SERVER 1.1q HTTP SERVER Layer 2 Network Orchestrator DHCP SERVER 2 Layer 3 / MPLS Network 3 HTTP SERVER Orchestrator DHCP SERVER Layer 2 Network HTTP SERVER Layer 3 Network Orchestrator

37 ZTP Supported Deployment Scenarios Scenario 2: Layer 3 Network with Option 43 DHCP SERVER Orchestrator (DHCP Option 43) DHCP IP Helper Address (Required) Layer 3 Network.1q Layer 2 Network Layer 3 Network Layer 3 Network NMS (DHCP Option 43)

38 ZTP Supported Deployment Scenarios Scenario 2: L3 with Third Party NMS or Without Op43 DHCP IP Helper Address (Required) DHCP SERVER Layer 3 Network Orchestrator exr.1q Layer 2 Network Layer 2/3 Network XE/Polaris Initial Device Configuration OR Script (Required) Layer 2/3 Network TFTP/HTTP SERVER (DHCP Option 150/67/77/61)

39 ZTP Supported Deployment Scenarios Scenario 3: L3 Network with IP Unnumbered DHCP SERVER HTTP Server IP Unnumbered Layer 3 Network Router Loopback ip address DHCP IP Unnumbered Layer 3 Layer 2 Network Layer 3 Network MPLS Network TFTP SERVER

40 Summary Parallel process, multiple system can be configured at the same time. Dramatically reduce deployment time Reduce the chance of configuration errors. Tutorials, Blogs, Examples Network Field Day 17:

41 Thank You 41

Disaster Recovery. Boot using USB Drive. Create a Bootable USB Drive Using Compressed Boot File

Disaster Recovery. Boot using USB Drive. Create a Bootable USB Drive Using Compressed Boot File The topics covered in this chapter are: Boot using USB Drive, on page 1 Boot Using ipxe, on page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information

Perform Disaster Recovery

Perform Disaster Recovery The topics covered in this chapter are: Boot using USB Drive, page 1 Boot Using ipxe, page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information

Perform Disaster Recovery

Perform Disaster Recovery The topics covered in this chapter are: Boot using USB Drive, page 1 Boot using ipxe, page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information

Bring-up Cisco NCS 1002

Bring-up Cisco NCS 1002 After installing the hardware, boot the Cisco NCS 1002 system. You can connect to the XR console port and power on the system. NCS 1002 completes the boot process using the pre-installed operating system

More information

Using PowerOn Auto Provisioning

Using PowerOn Auto Provisioning This chapter describes how to deploy and use PowerOn Auto Provisioning (POAP) This chapter contains the following sections: Information About PowerOn Auto Provisioning, page 1 Guidelines and Limitations

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Zero Touch Deployment for ACX Routers Modified: 2018-01-23 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

deploying high capacity IP fabrics

deploying high capacity IP fabrics deploying high capacity IP fabrics Thesis.. How can I build a network of 100 switches in 5 minutes? October 3, 2013 2 High Capacity IP Fabric October 3, 2013 3 Bringing the Linux revolution to Networking!

More information

Autonomic Networking BRKGEN Michael Behringer

Autonomic Networking BRKGEN Michael Behringer Autonomic Networking BRKGEN-2999 Michael Behringer Autonomic Networking Intro How We Got Here Our First Goal Was: Automatic Network Security External NOC External How to Distinguish inside from outside

More information

Cisco Plug and Play Feature Guide Cisco Services. Cisco Plug and Play Feature Guide Cisco and/or its affiliates.

Cisco Plug and Play Feature Guide Cisco Services. Cisco Plug and Play Feature Guide Cisco and/or its affiliates. Cisco Services TABLE OF CONTENTS Configuring Cisco Plug and Play... 14 Contents Introduction... 3 Cisco Plug and Play Components... 3 Plug-n-Play Agent... 3 Key Benefits... 4 Plug and Play Server... 4

More information

Use Plug and Play to Deploy New Devices

Use Plug and Play to Deploy New Devices About Plug and Play, page 1 Prerequisites for Using Plug and Play, page 2 Plug and Play Workflow, page 2 Use the Plug and Play Dashboard to Monitor New Device Deployments, page 4 Create Plug and Play Profiles

More information

Baremetal with Apache CloudStack

Baremetal with Apache CloudStack Baremetal with Apache CloudStack ApacheCon Europe 2016 Jaydeep Marfatia Cloud, IOT and Analytics Me Director of Product Management Cloud Products Accelerite Background Project lead for open source project

More information

Intelligent WAN: Leveraging the Internet Secure WAN Transport and Internet Access

Intelligent WAN: Leveraging the Internet Secure WAN Transport and Internet Access Now a part of Cisco We bought Viptela Intelligent WAN: Leveraging the Internet Secure WAN Transport and Internet Access Branch Hybrid WAN Transport IPsec Secure MPLS (IP-VPN) Private Cloud Virtual Private

More information

Automated Deployment Services

Automated Deployment Services Building Out the Enterprise Using Automated Deployment Services Automated Deployment Services (ADS), a component of the Microsoft Windows Server 2003 operating system, includes a new set of imaging tools

More information

Introduction to IOS-XR 6.0. Joachim Jerberg Jensen System Engineer, Global Service Providers CCIE SP #42403

Introduction to IOS-XR 6.0. Joachim Jerberg Jensen System Engineer, Global Service Providers CCIE SP #42403 Introduction to IOS-XR 6.0 Joachim Jerberg Jensen joajense@cisco.com System Engineer, Global Service Providers CCIE SP #42403 Agenda Introduction Software Architecture Overview Flexible Packaging Application

More information

MaaS Integration for Baremetal Provisioning in Cloudstack

MaaS Integration for Baremetal Provisioning in Cloudstack MaaS Integration for Baremetal Provisioning in Cloudstack References Introduction High level use cases Document History Functional requirements & non-requirements Architecture and Design description Assumptions

More information

OpenSwitch OPX Installation Guide with Enhancement Package. Release 2.1.0

OpenSwitch OPX Installation Guide with Enhancement Package. Release 2.1.0 OpenSwitch OPX Installation Guide with Enhancement Package Release 2.1.0 2017-7 Rev. A02 Contents 1 Getting started...4 2 Installation... 5 3 Automatic installation...7 4 Manual installation...8 5 Install

More information

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Introduction Preparing the 3.2.X system for the upgrade Installing the BIG-IP version 9.2.3 software Licensing the software using

More information

Zero-Touch Provisioning

Zero-Touch Provisioning To address network provisioning challenges, Cisco introduces a zero-touch provisioning model. This module describes the feature. Note The feature is enabled automatically; no configuration is required.,

More information

OpenSwitch OPX Installation Guide. Release 2.1.0

OpenSwitch OPX Installation Guide. Release 2.1.0 OpenSwitch OPX Installation Guide Release 2.1.0 2017-8 Rev. A02 Contents 1 Getting started...4 2 Hardware support...5 3 Installation... 6 4 Automatic installation... 8 5 Manual installation...9 6 Log into

More information

Zero Touch Provisioning (ZTP)

Zero Touch Provisioning (ZTP) Zero Touch Provisioning (ZTP) Purpose This technical note provides step-by-step instructions and examples for using the automated configuration methodology of ZTP for Server Technology PRO1 and PRO2 PDUs.

More information

IPR10. Quick Start Guide and Application Notes

IPR10. Quick Start Guide and Application Notes IPR10 Quick Start Guide and Application Notes Model: IPR10 Quick Start and Application Notes The IPR10 is an access router with asynchronous serial RS-232 interface for use with dial-up modems, leased

More information

Enabling the Autonomic Data Center with a Smart Bare-Metal Server Platform

Enabling the Autonomic Data Center with a Smart Bare-Metal Server Platform Enabling the Autonomic Data Center with a Smart Bare-Metal Server Platform Arzhan Kinzhalin, Rodolfo Kohn, Ricardo Morin, David Lombard 6 th International Conference on Autonomic Computing Barcelona, Spain

More information

Title DC Automation: It s a MARVEL!

Title DC Automation: It s a MARVEL! Title DC Automation: It s a MARVEL! Name Nikos D. Anagnostatos Position Network Consultant, Network Solutions Division Classification ISO 27001: Public Data Center Evolution 2 Space Hellas - All Rights

More information

Lenovo NE1032 and NE1032T Switch

Lenovo NE1032 and NE1032T Switch Lenovo NE1032 and NE1032T Switch Quickstart Guide Document Version 1.0: 10/2018 Scale Computing 2018 1 Table of Contents Introduction 3 Requirements 3 Connect to the Switch 4 Over the Network 4 Console

More information

Autonomic Control Plane A Virtual Out Of Band Channel

Autonomic Control Plane A Virtual Out Of Band Channel Autonomic Control Plane A Virtual Out Of Band Channel Alvaro Retana (aretana@cisco.com) Distinguished Engineer, Cisco Services Slides by Michael Behringer. We all know: SDN Will Save The World Yes, but

More information

Automated Out-of-Band management with Ansible and Redfish

Automated Out-of-Band management with Ansible and Redfish Automated Out-of-Band management with Ansible and Redfish Jose Delarosa Senior Linux Engineer at Dell EMC Jake Jackson Product Field Engineer at Ansible by Red Hat May 2 nd, 2017 Who are we Jose De la

More information

Boot Mode Considerations: BIOS vs. UEFI

Boot Mode Considerations: BIOS vs. UEFI Boot Mode Considerations: BIOS vs. UEFI An overview of differences between UEFI Boot Mode and traditional BIOS Boot Mode Dell Engineering October 2017 A Dell EMC Deployment and Configuration Guide Revisions

More information

Release Notes for Cisco Application Policy Infrastructure Controller Enterprise Module, Release x

Release Notes for Cisco Application Policy Infrastructure Controller Enterprise Module, Release x Release s for Cisco Application Policy Infrastructure Controller Enterprise Module, Release 1.3.3.x First Published: 2017-02-10 Release s for Cisco Application Policy Infrastructure Controller Enterprise

More information

Campus Automation. Joe Neville Aruba Consulting System Engineer

Campus Automation. Joe Neville Aruba Consulting System Engineer Campus Automation Joe Neville Aruba Consulting System Engineer - @joeneville_ Agenda Network Automation What is it and why is it? Aruba, Python and APIs Fingers crossed (demo time) Start Small - Building

More information

Configure the Cisco DNA Center Appliance

Configure the Cisco DNA Center Appliance Review Cisco DNA Center Configuration Wizard Parameters, page 1 Configure Cisco DNA Center Using the Wizard, page 5 Review Cisco DNA Center Configuration Wizard Parameters When Cisco DNA Center configuration

More information

Create a pfsense router for your private lab network template

Create a pfsense router for your private lab network template Create a pfsense router for your private lab network template Some labs will require a private network where you can deploy services like DHCP. Here are instructions for setting up an uplink router for

More information

Configuring Server Boot

Configuring Server Boot This chapter includes the following sections: Boot Policy, page 1 UEFI Boot Mode, page 2 UEFI Secure Boot, page 3 CIMC Secure Boot, page 3 Creating a Boot Policy, page 5 SAN Boot, page 6 iscsi Boot, page

More information

ovirt Node November 1, 2011 Mike Burns Alan Pevec Perry Myers ovirt Node 1

ovirt Node November 1, 2011 Mike Burns Alan Pevec Perry Myers ovirt Node 1 ovirt Node November 1, 2011 Mike Burns Alan Pevec Perry Myers ovirt Node 1 Agenda Introduction Architecture Overview Deployment Modes Installation and Configuration Upgrading Configuration Persistence

More information

Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2

Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2 Cisco Branch Routers Series Network Analysis Module (NME-NAM-120S) Installation and Configuration Note, 4.2 The Cisco Network Analysis Module (NAM) is an integrated module that enables network managers

More information

Cisco Virtual Networking Solution for OpenStack

Cisco Virtual Networking Solution for OpenStack Data Sheet Cisco Virtual Networking Solution for OpenStack Product Overview Extend enterprise-class networking features to OpenStack cloud environments. A reliable virtual network infrastructure that provides

More information

Chapter 6: Network Layer

Chapter 6: Network Layer Chapter 6: Network Layer CCNA Routing and Switching Introduction to Networks v6.0 Chapter 6 - Sections & Objectives 6.1 Network Layer Protocols Explain how network layer protocols and services support

More information

Deploying Cisco UCS Central

Deploying Cisco UCS Central This chapter includes the following sections: Obtaining the Cisco UCS Central Software from Cisco, page 1 Using the Cisco UCS Central OVA File, page 2 Using the Cisco UCS Central ISO File, page 4 Logging

More information

IBM Endpoint Manager. OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute)

IBM Endpoint Manager. OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute) IBM Endpoint Manager OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute) IBM Endpoint Manager OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute) Note Before

More information

Cisco Configuration Engine 3.5

Cisco Configuration Engine 3.5 Q&A Cisco Configuration Engine 3.5 Q. What is Cisco Configuration Engine? A. Cisco Configuration Engine is a highly scalable network management software application designed to facilitate rapid configuration

More information

Več kot SDN - SDA arhitektura v uporabniških omrežjih

Več kot SDN - SDA arhitektura v uporabniških omrežjih Več kot SDN - SDA arhitektura v uporabniških omrežjih Aleksander Kocelj SE Cisco Agenda - Introduction to Software Defined Access - Brief description on SDA - Cisco SDA Assurance - DEMO 2 New Requirements

More information

Troubleshooting Cisco APIC-EM Single and Multi-Host

Troubleshooting Cisco APIC-EM Single and Multi-Host Troubleshooting Cisco APIC-EM Single and Multi-Host The following information may be used to troubleshoot Cisco APIC-EM single and multi-host: Recovery Procedures for Cisco APIC-EM Node Failures, page

More information

Cisco Unified IP Phone Settings

Cisco Unified IP Phone Settings Phone Settings Overview, page 1 Cisco Unified IP Phones 7906G and 7911G Menus, page 1 Phone Setup s, page 4 Network Configuration Menu, page 5 Device Configuration Menu, page 17 Security Configuration

More information

Interconnecting Cisco Networking Devices Part 1 ICND1

Interconnecting Cisco Networking Devices Part 1 ICND1 Interconnecting Cisco Networking Devices Part 1 ICND1 Course Length: 5 days Course Delivery: Traditional Classroom Online Live Course Overview Interconnecting Cisco Networking Devices, Part 1 (ICND1) v3.0

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

Configure Dynamic Host Configuration Protocol (DHCP) Image Upgrade Settings on a Switch through the Command Line Interface (CLI)

Configure Dynamic Host Configuration Protocol (DHCP) Image Upgrade Settings on a Switch through the Command Line Interface (CLI) Configure Dynamic Host Configuration Protocol (DHCP) Image Upgrade Settings on a Switch through the Command Line Interface (CLI) Objective The Dynamic Host Configuration Protocol (DHCP) image upgrade feature

More information

ipxe Finding Feature Information Information About ipxe

ipxe Finding Feature Information Information About ipxe is an enhanced version of the Pre-boot execution Environment (PXE), which is an open standard for network booting. This module describes the feature and how to configure it. Finding Feature Information,

More information

Laboration 2 Troubleshooting Switching and First-Hop Redundancy

Laboration 2 Troubleshooting Switching and First-Hop Redundancy Laboration 2 Troubleshooting Switching and First-Hop Redundancy Topology All contents are Copyright 1992 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1

More information

<Partner Name> <Partner Product> RSA SECURID ACCESS Authenticator Implementation Guide. Check Point SmartEndpoint Security

<Partner Name> <Partner Product> RSA SECURID ACCESS Authenticator Implementation Guide. Check Point SmartEndpoint Security RSA SECURID ACCESS Authenticator Implementation Guide Check Point SmartEndpoint Security Daniel R. Pintal, RSA Partner Engineering Last Modified: January 27, 2017 Solution

More information

RDKB IOT GATEWAY INTODUCTION. Khem Raj Linaro Connect BKK16 BKK March 8, 2016

RDKB IOT GATEWAY INTODUCTION. Khem Raj Linaro Connect BKK16 BKK March 8, 2016 RDKB IOT GATEWAY INTODUCTION Khem Raj Linaro Connect BKK16 BKK16-205 March 8, 2016 AGENDA What is RDKB? Unique Features Why Use RDKB? Component based Architecture. Components High Level Architecture Getting

More information

Lenovo ThinkSystem NE Release Notes. For Lenovo Cloud Network Operating System 10.6

Lenovo ThinkSystem NE Release Notes. For Lenovo Cloud Network Operating System 10.6 Lenovo ThinkSystem NE10032 Release Notes For Lenovo Cloud Network Operating System 10.6 Note: Before using this information and the product it supports, read the general information in the Safety information

More information

Installing Cisco APIC-EM on a Virtual Machine

Installing Cisco APIC-EM on a Virtual Machine About the Virtual Machine Installation, page 1 System Requirements Virtual Machine, page 2 Pre-Install Checklists, page 4 Cisco APIC-EM Ports Reference, page 7 Verifying the Cisco ISO Image, page 8 Installing

More information

UCS-E160DP Double-wide E-Series Server, 6 core CPU, with PCIe

UCS-E160DP Double-wide E-Series Server, 6 core CPU, with PCIe Overview This chapter includes the following sections: Cisco UCS E-Series Servers Overview, page 1 Server Software, page 2 CIMC Overview, page 3 CIMC GUI, page 3 Cisco UCS E-Series Servers Overview The

More information

COMPLETE AGENT-FREE MANAGEMENT OF POWEREDGE SERVERS

COMPLETE AGENT-FREE MANAGEMENT OF POWEREDGE SERVERS THE INTEGRATED DELL REMOTE ACCESS CONTROLLER 9 (IDRAC9) WITH LIFECYCLE CONTROLLER COMPLETE AGENT-FREE MANAGEMENT OF POWEREDGE SERVERS Dell idrac9 provides security and intelligent automation. Modernize

More information

Enterprise Network Compute System (ENCS)

Enterprise Network Compute System (ENCS) Enterprise Network Compute System (ENCS) Cisco vbranch Architecture Per Jensen, per@cisco.com Sept 2017 Agenda: Tech Update september-2017 1. ENCS update + demo v/per 2. Viptela update + demo v/dr Søren

More information

Lightweight AP (LAP) Registration to a Wireless LAN Controller (WLC)

Lightweight AP (LAP) Registration to a Wireless LAN Controller (WLC) Lightweight AP (LAP) Registration to a Wireless LAN Controller (WLC) Document ID: 70333 Introduction Prerequisites Requirements Components Used Conventions Background Information Register the LAP with

More information

Implementing DHCP for IPv6

Implementing DHCP for IPv6 This module describes how to configure Dynamic Host Configuration Protocol (DHCP) for IPv6. DHCPv6 Prefix Delegation, page 1 How to Implement DHCP for IPv6, page 6 DHCPv6 Prefix Delegation The IPv6 Access

More information

Active System Manager Version 8.0 User s Guide

Active System Manager Version 8.0 User s Guide Active System Manager Version 8.0 User s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

P a g e 1. Teknologisk Institut. Online kursus k SysAdmin & DevOps Collection

P a g e 1. Teknologisk Institut.   Online kursus k SysAdmin & DevOps Collection P a g e 1 Online kursus k72751 SysAdmin & DevOps Collection P a g e 2 Title Estimated Duration (hrs) Ruby on Rails - Fundamentals 1,5 Ruby on Rails - Database Fundamentals 1,22 Python: The Basics 3,5 Python:

More information

HP 5120 SI Switch Series

HP 5120 SI Switch Series HP 5120 SI Switch Series Layer 3 - IP Services Configuration Guide Part number: 5998-1807 Software version: Release 1513 Document version: 6W100-20130830 Legal and notice information Copyright 2013 Hewlett-Packard

More information

HiveManager Local Cloud

HiveManager Local Cloud DATA SHEET HiveManager Local Cloud Enterprise Access Network Management Offering Intuitive Configuration Workflows, Real-Time & Historical Monitoring, and Simplified Troubleshooting DATASHEET HiveManager

More information

WiNG 5.X Reference. DHCP Options. Part No. TME REV C

WiNG 5.X Reference. DHCP Options. Part No. TME REV C WiNG 5.X Reference DHCP Options Part No. TME-04-2014-17 REV C MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or registered trademarks of Motorola Trademark Holdings, LLC and

More information

Course 20741B: Networking with Windows Server 2016

Course 20741B: Networking with Windows Server 2016 Course Duration: 5 days Course description Overview: This 5-day classroom-based course provides the fundamental networking skills required to deploy and support Windows Server 2016 in most organizations.

More information

From Zero Touch Provisioning to Secure Business Intent

From Zero Touch Provisioning to Secure Business Intent From Zero Touch Provisioning to Secure Business Intent Flexible Orchestration with Silver Peak s EdgeConnect SD-WAN Solution From Zero Touch Provisioning to Secure Business Intent Flexible Orchestration

More information

VM Life Cycle Management

VM Life Cycle Management VM life cycle management refers to the entire process of registering, deploying, updating, monitoring VMs, and getting them service chained as per your requirements. You can perform these tasks and more

More information

Juniper SD-WAN Alexandre Cezar Consulting Systems Engineer, Security/Cloud

Juniper SD-WAN Alexandre Cezar Consulting Systems Engineer, Security/Cloud Juniper SD-WAN Alexandre Cezar Consulting Systems Engineer, Security/Cloud acezar@juniper.net MARKET DYNAMICS Branch/WAN Evolution: PMO FMO Bring Agility and Enhanced Customer Experience Utilizing Cloud

More information

Programmability Configuration Guide, Cisco IOS XE Everest 16.6.x

Programmability Configuration Guide, Cisco IOS XE Everest 16.6.x First Published: 2017-07-31 Last Modified: 2017-11-03 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

Dell EMC Repository Manager Version 3.1. Troubleshooting Guide

Dell EMC Repository Manager Version 3.1. Troubleshooting Guide Dell EMC Repository Manager Version 3.1 Troubleshooting Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Configuring Cisco IOS CNS Agents

Configuring Cisco IOS CNS Agents CHAPTER 4 This chapter describes how to configure the Cisco IOS CNS agents on the Catalyst 2960 switch. Note For complete configuration information for the Cisco Configuration Engine, see this URL on Cisco.com

More information

Cisco CCNA (ICND1, ICND2) Bootcamp

Cisco CCNA (ICND1, ICND2) Bootcamp Cisco CCNA (ICND1, ICND2) Bootcamp Course Duration: 5 Days Course Overview This five-day course covers the essential topics of ICND1 and ICND2 in an intensive Bootcamp format. It teaches students the skills

More information

VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices.

VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices. VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices. AirWatch v9.2 Have documentation feedback? Submit a Documentation

More information

Be smart. Think open source.

Be smart. Think open source. Foreman Basics Be smart. Think open source. Foreman - Basics Lifecycle management of physical and virtual machines made easy! Agenda Introduction to Foreman Architecture Setup Provisioning Configuration

More information

Cisco Certified Network Associate ( )

Cisco Certified Network Associate ( ) Cisco Certified Network Associate (200-125) Exam Description: The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment that

More information

CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE FEBRUARY 2019 PRINTED 26 FEBRUARY 2019 CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Purpose Audience

More information

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Oded Nahum Principal Systems Engineer PLUMgrid EMEA November 2014 Page 1 Page 2 Table of Contents Table

More information

Configuring Cisco UCS Server Pools and Policies

Configuring Cisco UCS Server Pools and Policies This chapter contains the following sections: Global Equipment Policies, page 1 UUID Pools, page 4 Server Pools, page 5 Management IP Pool, page 7 Boot Policy, page 8 Local Disk Configuration Policy, page

More information

Installing the CGDS - Substation Workbench Server Software

Installing the CGDS - Substation Workbench Server Software CHAPTER 2 Installing the CGDS - Substation Workbench Server Software Revised: April 15, 2013, Tips on Performing the CGDS - Substation Workbench Base Software Installation This section will cover how to

More information

Brocade Vyatta Network OS Guide to Documentation, 5.2R1

Brocade Vyatta Network OS Guide to Documentation, 5.2R1 CONFIGURATION GUIDE Vyatta Network OS to Documentation, 5.2R1 Supporting,, and 53-1004743-01 24 October 2016 2016, Communications Systems, Inc. All Rights Reserved., the B-wing symbol, and My are registered

More information

Cisco Modeling Labs OVA Installation

Cisco Modeling Labs OVA Installation Prepare for an OVA File Installation, page 1 Download the Cisco Modeling Labs OVA File, page 2 Configure Security and Network Settings, page 2 Deploy the Cisco Modeling Labs OVA, page 12 Edit the Virtual

More information

Cisco UCS C-Series IMC Emulator Quick Start Guide. Cisco IMC Emulator 2 Overview 2 Setting up Cisco IMC Emulator 3 Using Cisco IMC Emulator 9

Cisco UCS C-Series IMC Emulator Quick Start Guide. Cisco IMC Emulator 2 Overview 2 Setting up Cisco IMC Emulator 3 Using Cisco IMC Emulator 9 Cisco UCS C-Series IMC Emulator Quick Start Guide Cisco IMC Emulator 2 Overview 2 Setting up Cisco IMC Emulator 3 Using Cisco IMC Emulator 9 Revised: October 6, 2017, Cisco IMC Emulator Overview About

More information

User Manual AMETEK Electronic Systems Protection, Inc. / Technical Support: / espei.com / UM-Remote-Portal-Rev-D

User Manual AMETEK Electronic Systems Protection, Inc. / Technical Support: / espei.com / UM-Remote-Portal-Rev-D RP-IP RP-IP-GNS User Manual 2016 AMETEK Electronic Systems Protection, Inc. / Technical Support: 1-800-645-9721 / espei.com / UM-Remote-Portal-Rev-D 2016 AMETEK Electronic Systems Protection / Technical

More information

Deploying Devices. Cisco Prime Infrastructure 3.1. Job Aid

Deploying Devices. Cisco Prime Infrastructure 3.1. Job Aid Deploying Devices Cisco Prime Infrastructure 3.1 Job Aid Copyright Page THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION,

More information

EZY Intellect Pte. Ltd.,

EZY Intellect Pte. Ltd., Microsoft Certified Solutions Associate (MCSA) Course 20741B: Networking with Windows Server 2016 Duration: 5 Days Associate Level: Window Server 2016 About this course This 5-day classroom-based course

More information

Configuring the Cisco IOS DHCP Relay Agent

Configuring the Cisco IOS DHCP Relay Agent All Cisco devices that run Cisco software include a DHCP server and the relay agent software. A DHCP relay agent is any host or IP device that forwards DHCP packets between clients and servers. This module

More information

Dell EMC OpenManage Mobile. Version User s Guide (Android)

Dell EMC OpenManage Mobile. Version User s Guide (Android) Dell EMC OpenManage Mobile Version 2.0.20 User s Guide (Android) Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

Prepare.csv (Comma-Separated Value) Files to Import New Devices on FND

Prepare.csv (Comma-Separated Value) Files to Import New Devices on FND Prepare.csv (Comma-Separated Value) Files to Import New Devices on FND Contents Introduction Prerequisites Requirements Components Used.csv Files to Add Devices in FND FAR Head-End Router (HER) Connected

More information

Server Utilities. Enabling Or Disabling Smart Access USB. This chapter includes the following sections:

Server Utilities. Enabling Or Disabling Smart Access USB. This chapter includes the following sections: This chapter includes the following sections: Enabling Or Disabling Smart Access USB, page 1 Exporting Technical Support Data, page 3 Exporting Technical Support Data to Front Panel USB Device, page 5

More information

Finding Support Information for Platforms and Cisco IOS Software Images

Finding Support Information for Platforms and Cisco IOS Software Images First Published: June 19, 2006 Last Updated: June 19, 2006 The Cisco Networking Services () feature is a collection of services that can provide remote event-driven configuring of Cisco IOS networking

More information

Release Notes BootROM Application SoundPoint and SoundStation IP

Release Notes BootROM Application SoundPoint and SoundStation IP Release Notes BootROM Application SoundPoint and SoundStation IP Version 4.1.1 13 June 2008 Part Number 3804-11069-411 Copyright 2008 Polycom, Inc. All rights reserved. Page 1 of 17 Table of Contents 1

More information

Cisco UCS C-Series. Installation Guide

Cisco UCS C-Series. Installation Guide Installation Guide UPDATED: 04 October 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies logo are registered trademarks

More information

Red Hat Satellite 6.4

Red Hat Satellite 6.4 Red Hat Satellite 6.4 Provisioning Guide A guide to provisioning physical and virtual hosts on Red Hat Satellite Servers. Last Updated: 2019-04-02 Red Hat Satellite 6.4 Provisioning Guide A guide to provisioning

More information

Experience working with Windows Server 2008 or Windows Server Experience working in a Windows Server infrastructure enterprise environment

Experience working with Windows Server 2008 or Windows Server Experience working in a Windows Server infrastructure enterprise environment Networking with Windows Server 2016 va Day(s): 5 Course Code: M20741 Version: A Overview This 5-day classroom-based course provides the fundamental networking skills required to deploy and support Windows

More information

BitLocker: How to enable Network Unlock

BitLocker: How to enable Network Unlock BitLocker: How to enable Network Unlock 7 out of 9 rated this helpful - Rate this topic Published: August 15, 2012 Updated: August 15, 2012 Applies To: Windows Server 2012 Windows 8 and Windows Server

More information

CCNA. Murlisona App. Hiralal Lane, Ravivar Karanja, Near Pethe High-School, ,

CCNA. Murlisona App. Hiralal Lane, Ravivar Karanja, Near Pethe High-School, , CCNA Cisco Certified Network Associate (200-125) Exam DescrIPtion: The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment

More information

Hannes Willemse. MikroTik Certified Trainer MTCNA MTCWE MTCRE MTCTCE

Hannes Willemse. MikroTik Certified Trainer MTCNA MTCWE MTCRE MTCTCE MikroTik TR069 Hannes Willemse MikroTik Certified Trainer MTCNA MTCWE MTCRE MTCTCE What is TR069 The CPE WAN Management Protocol (CWMP), published by The Broadband Forum as TR-069, specifies a standard

More information

Yealink Device Management Platform Quick Start Guide. Applies to version or later

Yealink Device Management Platform Quick Start Guide. Applies to version or later Yealink Device Management Platform Quick Start Guide Applies to version 2.0.0.14 or later Overview Yealink device management platform allows administrators to efficiently realize centralized management

More information

Cisco 440X Series Wireless LAN Controllers Deployment Guide

Cisco 440X Series Wireless LAN Controllers Deployment Guide Cisco 440X Series Wireless LAN Controllers Deployment Guide Cisco customers are rapidly adopting the Cisco Unified Wireless Network architecture for next generation wireless LAN performance and advanced

More information

SD-WAN Advanced Operations & Troubleshooting Bootcamp (SDWOTS)

SD-WAN Advanced Operations & Troubleshooting Bootcamp (SDWOTS) SD-WAN Advanced Operations & Troubleshooting Bootcamp (SDWOTS) COURSE OVERVIEW: SD-WAN: Advanced Operations & Troubleshooting Bootcamp (SDWOTS) v1.0 is a five-day course. We will cover Cisco Software-Defined

More information

IBM Endpoint Manager. OS Deployment V3.5 User's Guide

IBM Endpoint Manager. OS Deployment V3.5 User's Guide IBM Endpoint Manager OS Deployment V3.5 User's Guide IBM Endpoint Manager OS Deployment V3.5 User's Guide Note Before using this information and the product it supports, read the information in Notices

More information

CCNA Routing and Switching (NI )

CCNA Routing and Switching (NI ) CCNA Routing and Switching (NI400+401) 150 Hours ` Outline The Cisco Certified Network Associate (CCNA) Routing and Switching composite exam (200-125) is a 90-minute, 50 60 question assessment that is

More information

Automated Control and Orchestration within the Juniper Networks Mobile Cloud Architecture. White Paper

Automated Control and Orchestration within the Juniper Networks Mobile Cloud Architecture. White Paper Automated Control and Orchestration within the Juniper Networks Mobile Cloud Architecture White Paper October 2017 Juniper Networks Mobile Cloud Architecture Automated Control and Orchrestration Juniper

More information