added files from older tasks
This commit is contained in:
37
auxilary/switch_2_commands_backup.sh
Normal file
37
auxilary/switch_2_commands_backup.sh
Normal 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
|
||||
Reference in New Issue
Block a user