This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial readme & topology deck for handouts
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Network and Security Automation Workshop : PROCTOR MODE : | ||
======================================== | ||
|
||
|
||
This directory outlines the proctor side of the vSRX based automation lab. There are number of proctor only steps to setup and manage on this side. | ||
|
||
Refere to the [Topology Overview](https://github.com/JNPRAutomate/JNPRAutomateDemo-Student/blob/master/docs/topologyoverview.md) as needed for the view into the proctor setup. | ||
|
||
Setup prior to beginning lab: | ||
1. Headend vSRX vm. | ||
2. NDO public vm | ||
3. NDO private vm. | ||
4. Reggie server | ||
|
||
1. HE vSRX | ||
|
||
cd into the 'proctor' directory - your path should be similar to this: | ||
|
||
sjunkin-mbp:proctor sjunkin$ pwd | ||
/Users/sjunkin/sandbox/JNPRAutomateDemo-Student/proctor | ||
|
||
run the following command: | ||
|
||
sjunkin-mbp:proctor sjunkin$ vagrant up | ||
|
||
This will load the three vm's for the proctor end of the lab. |