Skip to content

Commit 7a66cb1

Browse files
committed
2025 updates
1 parent 00c5fa1 commit 7a66cb1

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

docs/class8/module11/lab1.rst

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,33 @@ More Security Features
44
Configure Audit Logging
55
-----------------------
66

7-
Audit logging allows you to log changes made by BIG-IP administrators
8-
and other users.
7+
Audit logging allows you to log changes made by BIG-IP administrators and other users.
98

10-
Audit logging is disabled by default. **Go to System > Logs > Configuration**.
9+
#. Audit logging is disabled by default. **Go to System > Logs > Configuration**.
1110

12-
Notice you can determine by role who is allowed to view the audit logs.
11+
#. Notice you can determine by role who is allowed to view the audit logs.
1312

14-
Audit Logging is toward the bottom of the page. **Enable** Audit Logging
13+
#. Audit Logging is toward the bottom of the page. **Enable** Audit Logging
1514

16-
In a private browser window, log on to the BIG-IP as **adminuser/password**.
15+
#. In a private browser window, log on to the BIG-IP as **adminuser/password**.
1716

18-
Make a change to the **Description** of the FTP virtual server **ftp\_vs**.
17+
#. Make a change to the **Description** of the FTP virtual server **ftp\_vs**.
1918

20-
Review the audit log at **System > Logs > Audit**. In the **Search**
21-
box type **adminuser** and hit **Search**.
19+
#. Review the audit log at **System > Logs > Audit**. In the **Search** box type **adminuser** and hit **Search**.
2220

23-
*Q1. Do you see when adminuser logged on? Do you see the change made in
24-
the audit log?*
21+
*Q1. Do you see when adminuser logged on? Do you see the change made in the audit log?*
2522

2623
Limiting SSH access to the BIG-IP
2724
---------------------------------
2825

29-
The jumpbox has two IPs, 10.1.1.51 on the management network, 10.1.10.51
30-
on the client-side network.
26+
#. The jumpbox has two IPs, 10.1.1.6 on the management network, 10.1.10.199 on the client-side network.
3127

32-
Open **System > Platform** and in **SSH IP Allow** > **Specify Range**
33-
of **10.1.20.0/24**
28+
#. Open **System > Platform** and in **SSH IP Allow** > **Specify Range** of **10.1.20.0/24**
3429

35-
*Q1. Does existing an SSH window still work? Does a new SSH work?*
30+
*Q1. Does existing an SSH window still work? Does a new SSH work?*
3631

37-
Change the **Specify Range** to the management network only **10.1.1.0/24**.
32+
#. Change the **Specify Range** to the management network only **10.1.1.0/24**.
3833

39-
Open new SSH sessions to **10.1.1.245** and **10.1.10.245**.
34+
#. Open new SSH sessions to **10.1.1.245** and **10.1.10.245**.
4035

41-
*Q2. Were new ssh sessions established?*
36+
*Q2. Were new ssh sessions established?*

0 commit comments

Comments
 (0)