update 2
This commit is contained in:
@@ -1,34 +1,42 @@
|
||||
enable
|
||||
configure terminal
|
||||
!
|
||||
vlan 30
|
||||
name Logistics
|
||||
!
|
||||
vlan 40
|
||||
name Storage
|
||||
!
|
||||
interface e0/1
|
||||
description PCL-1 - Logistics
|
||||
switchport mode access
|
||||
switchport access vlan 30
|
||||
no shutdown
|
||||
!
|
||||
interface e0/2
|
||||
description PCL-2 - Logistics
|
||||
switchport mode access
|
||||
switchport access vlan 30
|
||||
no shutdown
|
||||
!
|
||||
interface e0/3
|
||||
description PCS-1 - Storage
|
||||
switchport mode access
|
||||
switchport access vlan 40
|
||||
no shutdown
|
||||
!
|
||||
interface e1/0
|
||||
description PCS-2 - Storage
|
||||
switchport mode access
|
||||
switchport access vlan 40
|
||||
no shutdown
|
||||
!
|
||||
interface e0/0
|
||||
description To SW1-Darkstore
|
||||
switchport trunk encapsulation dot1q
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan 30,40
|
||||
no shutdown
|
||||
!
|
||||
end
|
||||
write memory
|
||||
Reference in New Issue
Block a user