Files
PC-Seq-Exam-WebApp/auxilary/switch_2_commands_backup.sh
2025-12-15 20:43:22 +10:00

38 lines
444 B
Bash

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