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