Skip to content

Commit

Permalink
Guestshell and onbox Python updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hpreston committed Jan 7, 2021
1 parent 5aeb1e0 commit 04ef877
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions application_hosting/guestshell/iosxe_guestshell_setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ conf t
app-hosting appid guestshell
app-vnic gateway1 virtualportgroup 0 guest-interface 0
guest-ipaddress 192.168.35.2 netmask 255.255.255.0
exit
app-default-gateway 192.168.35.1 guest-interface 0
name-server0 208.67.222.222
end
Expand Down
2 changes: 1 addition & 1 deletion application_hosting/python_onbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This lesson assumes the following about the Sandbox:

If you have already completed the exercises within the **Linux at the Edge: Introduction to Guest Shell** lesson using your Sandbox instance then you are all set and ready to go. If not, you will need to complete the following additional steps.

1. Enable Guest Shell: Use the commands and information from [iosxe\_guestshell\_setup.txt](iosxe_guestshell_setup.txt).
1. Enable Guest Shell: Use the commands and information from [iosxe\_guestshell\_setup.txt](https://github.com/CiscoDevNet/netprog_basics/blob/master/application_hosting/python_onbox/iosxe_guestshell_setup.txt).

**Clone Code Repo to Guest Shell**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ conf t
app-hosting appid guestshell
app-vnic gateway1 virtualportgroup 0 guest-interface 0
guest-ipaddress 192.168.35.2 netmask 255.255.255.0
exit
app-default-gateway 192.168.35.1 guest-interface 0
name-server0 208.67.222.222
end
Expand Down

0 comments on commit 04ef877

Please sign in to comment.