Skip to content

Commit

Permalink
Merge pull request #183 from boreal321/vgranic-mcn-lab-updates
Browse files Browse the repository at this point in the history
Intro to MCN lab1 and lab4 updates
  • Loading branch information
lesleycw authored Jan 18, 2024
2 parents f82c543 + 69ae1ef commit 5ceb5d9
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 18 deletions.
Binary file added docs/class6/images/cli-01a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/class6/images/cli-02a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 11 additions & 13 deletions docs/class6/module1/lab1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,21 @@ There are two approaches for setting up your Customer Edge deployment both will
**Option 1: CLI Site Setup**
----------------------

In your browser, you should have a tab open to the UDF course. Under the F5 Distributed Cloud CE, click on **Access >> Console**
In your browser, you should have a tab open to the UDF course. Under Systems -> Client, click on **Access >> Web Shell**

|
.. image:: ../images/cli-01.png
.. image:: ../images/cli-01a.png

|
This should redirect you to the CLI and prompt for authentication. Type in the default username/password:
This will redirect you to a new browser tab with a shell prompt on the Ubuntu system. From the shell prompt type in the following to SSH to the Customer Edge (CE) Node:

**ssh 10.1.1.5 -l admin**

This will get you connected to the CLI on the CE and prompt for authentication. Type in the default username/password:

Change the password as directed (lowercase, uppercase, number, min 8 characters is the requirement). Remember the new password should you need to log in again.

============================== =====
Variable Value
Expand All @@ -182,15 +188,7 @@ Default Password: **Volterra123**

|
.. image:: ../images/cli-02.png

|
Change the password as directed. Remember the new password should you need to log in again.

|
.. image:: ../images/cli-03.png
.. image:: ../images/cli-02a.png

|
Expand Down Expand Up @@ -251,7 +249,7 @@ Default Password: **Volterra123**

|
.. image:: ../images/signin.png
.. image:: ../images/signin.png

|
Expand Down
10 changes: 5 additions & 5 deletions docs/class6/module2/lab4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,15 +303,15 @@ If you search your HTTP Load Balancers for your **animal-name**, you should now
Testing AWS to Azure LB
------------------------

You now have a load balancer running in AWS on the inside interface of your AWS XC Node. The inside interface IP of the AWS XC Node is **10.0.5.101**.
You now have a load balancer running in AWS on the inside interface of your AWS XC Node. The inside interface IP of the AWS XC Node is **10.0.5.236**.

We will now use the In-Container Diag tool to test connectivity.

If you don't already have a tab open to the Diag tool, in your browser go to: http://[animal-name]-awstool.lab-mcn.f5demos.com

Click on **Run Command** and paste in the following::

curl http://[animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com --resolve [animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com:80:10.0.5.101
curl http://[animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com --resolve [animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com:80:10.0.5.236

|
Expand All @@ -324,7 +324,7 @@ In just a few moments, you now have full proxy connectivity between IP Overlappe

Let's try that command again but with the shorthand version by using **\-\-head**::

curl --head http://[animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com --resolve [animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com:80:10.0.5.101
curl --head http://[animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com --resolve [animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com:80:10.0.5.236

|
Expand Down Expand Up @@ -443,7 +443,7 @@ If you don't already have a tab open to the Diag tool, in your browser go to: ht

Try your curl command again **without** the **--head** flag.::

curl http://[animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com --resolve [animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com:80:10.0.5.101
curl http://[animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com --resolve [animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com:80:10.0.5.236


|
Expand All @@ -455,7 +455,7 @@ Try your curl command again **without** the **--head** flag.::
Now run the command again but insert the **\-\-head** command.::

curl --head http://[animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com --resolve [animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com:80:10.0.5.101
curl --head http://[animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com --resolve [animal-name]-aws-to-azure-lb.lab-mcn.f5demos.com:80:10.0.5.236

|
Expand Down

0 comments on commit 5ceb5d9

Please sign in to comment.