update 2
This commit is contained in:
@@ -1,40 +1,49 @@
|
||||
enable
|
||||
configure terminal
|
||||
!
|
||||
vlan 30
|
||||
name Logistics
|
||||
!
|
||||
vlan 40
|
||||
name Storage
|
||||
!
|
||||
interface e0/2
|
||||
description PCL-3 - Logistics
|
||||
switchport mode access
|
||||
switchport access vlan 30
|
||||
no shutdown
|
||||
!
|
||||
interface e0/3
|
||||
description PCL-4 - Logistics
|
||||
switchport mode access
|
||||
switchport access vlan 30
|
||||
no shutdown
|
||||
!
|
||||
interface e1/0
|
||||
description PCS-3 - Storage
|
||||
switchport mode access
|
||||
switchport access vlan 40
|
||||
no shutdown
|
||||
!
|
||||
interface e1/1
|
||||
description PCS-4 - Storage
|
||||
switchport mode access
|
||||
switchport access vlan 40
|
||||
no shutdown
|
||||
!
|
||||
interface e0/0
|
||||
description To R-Darkstore
|
||||
switchport trunk encapsulation dot1q
|
||||
switchport mode trunk
|
||||
switchport trunk allowed vlan 30,40
|
||||
no shutdown
|
||||
!
|
||||
interface e0/1
|
||||
description To SW3-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