CiscoDevNet / learning-labs-issues

Defects and bugs in learning lab content and project management
4 stars 0 forks source link

IOS XR Programmability: reset_setup.sh output not as expected #140

Closed smupad closed 4 years ago

smupad commented 5 years ago

Learning lab: https://developer.cisco.com/learning/lab/01-iosxr-01-cli-automation-bash/step/2

Section: Introduction: Understanding ZTP and the ZTP bash helper library

In this section, after executing this command: “./reset_setup.sh” The command output still shows the old IP address: 10.10.20.170 (instead of the updated IP Address 10.10.20.70). Please refer attached screenshot named “Introduction-router configurations in Devbox”.

Introduction-router configurations in Devbox
smupad commented 5 years ago

Issue possibly could be due to IP address mismatch in the Git repo - https://github.com/CiscoDevNet/iosxr-programmability-devnet-labs-code . IP address needs to be 10.10.20.70 (where it now appears as 10.10.20.170). See occurrences in search - https://github.com/CiscoDevNet/iosxr-programmability-devnet-labs-code/search?q=.170&unscoped_q=.170

dethanga commented 4 years ago

@klevenstein

I updated the new IP address to the respective repo files and raised PR: https://github.com/CiscoDevNet/iosxr-programmability-devnet-labs-code/pull/1 Kindly verify and approve.

dethanga commented 4 years ago

@smupad and @klevenstein, and cc @annegentle

Updated IP Address to 10.10.20.70 - in all respective files and merged to Master.