Question 5

This commit is contained in:
2025-11-15 05:42:37 +01:00
parent bd0942782a
commit 6aadc1e8e1
7 changed files with 169 additions and 18 deletions

View File

@@ -0,0 +1,30 @@
vlan 10
name teacher
exit
vlan 20
name student
exit
interface fa1/14
switchport mode trunk
switchport trunk allowed vlan all
exit
interface fa1/15
switchport mode trunk
switchport trunk allowed vlan all
exit
interface fa1/1
switchport mode access
switchport access vlan 10
description "port vlan teacher"
exit
interface fa1/2
switchport mode access
switchport access vlan 20
description "port vlan student"
exit