Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
published: true
date: "2016-05-31 02:13 -0700"
title: "XR Toolbox: Boostrap XR configuration with Vagrant"
permalink: "/tutorials/iosxr-vagrant-bootstrap-config"
date: '2016-05-31 02:13 -0700'
title: 'XR Toolbox: Bootstrap XR configuration with Vagrant'
permalink: /tutorials/iosxr-vagrant-bootstrap-config
author: Akshat Sharma
excerpt: "Configure an IOS-XR Vagrant box on boot using a Shell provisioner"
tags:
excerpt: Configure an IOS-XR Vagrant box on boot using a Shell provisioner
tags:
- vagrant
- iosxr
- cisco
Expand Down Expand Up @@ -65,7 +65,7 @@ AKSHSHAR-M-K0DS:vagrant-xr akshshar$

## Bootstrap Configuration: Shell Provisioner

The concept is simple: We'll use the Vagrant shell provisioner to apply a boostrap configuration to an XR instance when we issue a `vagrant up`.
The concept is simple: We'll use the Vagrant shell provisioner to apply a bootstrap configuration to an XR instance when we issue a `vagrant up`.

All we need is a shell provisioner section in the Vagrantfile for each node:

Expand Down Expand Up @@ -293,7 +293,3 @@ RP/0/RP0/CPU0:ios#

It worked! The config was applied as part of the vagrant up process.
{: .notice--success}