Fix typo in VLAN implementation README and add new VLAN configuration documentation

This commit is contained in:
Le Stagiaire
2024-11-18 15:28:50 +01:00
parent 4889b87f30
commit 352f9accdf
6 changed files with 18 additions and 2 deletions

View File

@ -36,6 +36,6 @@ del vlan.dat
## Reflexion questions ## Reflexion questions
### 1. If a PC in VLAN 10 sends a broadcast messgae, which devices receive it? ### 1. If a PC in VLAN 10 sends a broadcast messae, which devices receive it?
PC1, PC7 and PC4 PC1, PC7 and PC4

Binary file not shown.

Binary file not shown.

14
3.3.12/README.md Normal file
View File

@ -0,0 +1,14 @@
# 3.3.12 - VLAN Configuration
## Part 1 - Step 2
### What benefits can VLANs provide to the network?
To separate sensitive data on different networks
## Part 3 - Step 4
### Although the access ports are assigned to the appropried VLANs, were the pings successful? Explain
No, because there is a phone between S3 and PC4, which is on the VLAN 150.

View File

@ -12,4 +12,6 @@
[1.6.2 - Configure basic router settings - Physical Mode](1.6.2/) [1.6.2 - Configure basic router settings - Physical Mode](1.6.2/)
[3.2.8 - Investigate a VLAN implementation](3.2.8/) [3.2.8 - Investigate a VLAN implementation](3.2.8/)
[3.3.12 - VLAN Configuration](3.3.12/)