added files from older tasks

This commit is contained in:
2025-12-15 20:43:22 +10:00
commit aec37cb714
4 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
en
conf t
vlan 10
name kulesh-vlan10
vlan 20
name kulesh-vlan20
int e0/0
switchport trunk encapsulation dot1q
switchport mode trunk
no shutdown
int e1/0
switchport mode access
switchport access vlan 10
no shutdown
int e0/1
switchport mode access
switchport access vlan 10
no shutdown
int e0/3
switchport mode access
switchport access vlan 20
no shutdown
int e0/2
switchport mode access
switchport access vlan 20
no shutdown
do wr
exit