Skip to content

Commit

Permalink
Merge pull request #160 from boreal321/dev
Browse files Browse the repository at this point in the history
updates to class 4, module 1, lab 1
  • Loading branch information
lesleycw authored Dec 13, 2023
2 parents 9b4ec57 + 8310d33 commit cd85089
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
Binary file added docs/class4/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/class4/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.
Binary file modified docs/class4/images/sitereg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 10 additions & 12 deletions docs/class4/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

0 comments on commit cd85089

Please sign in to comment.