Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #303 from nre-learning/tshoot-lesson-fixes
Browse files Browse the repository at this point in the history
Fixes to configs for troubleshooting lesson
  • Loading branch information
Mierdin authored Jan 31, 2020
2 parents 15df0f0 + c939ae6 commit 0b633b2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 243 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- Cleaning up Troubleshooting Lesson [#299](https://github.com/nre-learning/nrelabs-curriculum/pull/299)
- Introduction to Git (Refurbished Lesson) [#183](https://github.com/nre-learning/nrelabs-curriculum/pull/183)
- Introduction to REST APIs (Refurbished Lesson) [#291](https://github.com/nre-learning/nrelabs-curriculum/pull/291)
- Fixes to configs for troubleshooting lesson [#303](https://github.com/nre-learning/nrelabs-curriculum/pull/303)
- Downgrade netmiko since utility is still python2 [#301](https://github.com/nre-learning/nrelabs-curriculum/pull/301)

## v1.0.0 - August 08, 2019
Expand Down
Binary file modified lessons/workflows/lesson-21-tshoot-ipphone/lessondiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -110,32 +110,6 @@
</interface>
<interface>
<name>em4</name>
<unit>
<name>0</name>
<family>
<inet>
<address>
<name>10.10.30.2/24</name>
</address>
</inet>
</family>
</unit>
</interface>
<interface>
<name>em5</name>
<unit>
<name>0</name>
<family>
<inet>
<address>
<name>10.10.100.1/24</name>
</address>
</inet>
</family>
</unit>
</interface>
<interface>
<name>em6</name>
<unit>
<name>0</name>
<family>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,6 @@
</interface>
<interface>
<name>em4</name>
<unit>
<name>0</name>
<family>
<inet>
<address>
<name>10.10.20.1/24</name>
</address>
</inet>
</family>
</unit>
</interface>
<interface>
<name>em5</name>
<unit>
<name>0</name>
<family>
Expand All @@ -134,19 +121,6 @@
</family>
</unit>
</interface>
<interface>
<name>lo0</name>
<unit>
<name>0</name>
<family>
<inet>
<address>
<name>10.10.2.2/32</name>
</address>
</inet>
</family>
</unit>
</interface>
</interfaces>
<forwarding-options>
<storm-control-profiles>
Expand Down
190 changes: 0 additions & 190 deletions lessons/workflows/lesson-21-tshoot-ipphone/stage1/configs/vqfx3.txt

This file was deleted.

4 changes: 3 additions & 1 deletion lessons/workflows/lesson-21-tshoot-ipphone/stage1/guide.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Get IP address from Phone Extension
# Automating the Troubleshooting Chain

# Part 1 - Get IP address from Phone Extension

In this lesson, we'll talk about breaking a common workflow down into smaller pieces. Using the knowledge we gained from previous lessons, we'll build a small script for each piece of the workflow. Finally, we'll string these small scripts together at the linux command-line in order to rebuild our workflow.

Expand Down

0 comments on commit 0b633b2

Please sign in to comment.