From 5abd16c3155cf5bb50c259a515c6cc41c965cd2d Mon Sep 17 00:00:00 2001 From: Patrick Warichet Date: Mon, 25 Sep 2017 14:02:40 -0700 Subject: [PATCH] Create 2017-09-25-integrating-ios-xr-with-network-services-orchestrator-nso.md --- ...xr-with-network-services-orchestrator-nso.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 _tutorials/2017-09-25-integrating-ios-xr-with-network-services-orchestrator-nso.md diff --git a/_tutorials/2017-09-25-integrating-ios-xr-with-network-services-orchestrator-nso.md b/_tutorials/2017-09-25-integrating-ios-xr-with-network-services-orchestrator-nso.md new file mode 100644 index 0000000..c0db1ea --- /dev/null +++ b/_tutorials/2017-09-25-integrating-ios-xr-with-network-services-orchestrator-nso.md @@ -0,0 +1,17 @@ +--- +published: false +date: '2017-09-25 13:54 -0700' +title: Integrating IOS-XR with Network Services Orchestrator (NSO) +author: pwariche +excerpt: integrating IOS-Xr with NSO using ZTP and docker container +tags: + - iosxr + - cisco + - docker + - NSO + - PnP +--- +## Introduction + +In this techtorial we will review a method to integrate IOS-XR with Cisco Network Services Orchestrator (NSO) using the ZTP feature of IOS XR and a docker container. +This method will allow the admistrator to automatically deploy a Day-0 configuration and register a device to NSO during the initial boot. NSO will then be able to initiate a connection to the device (through a Netconf NED or a CLI NED), execute a sync-from command and deploy a service thanks to reactive FASTMAP feature.