This commit is contained in:
2025-11-19 20:33:25 +03:00
parent ea7c24c93d
commit 1043ab1285
4 changed files with 119 additions and 0 deletions

32
SW2-Darkstore.md Normal file
View File

@@ -0,0 +1,32 @@
• 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
• interface e0/2
• description FileServer - DS-Servers
• switchport mode access
• switchport access vlan 60
• interface e0/0
• description To R-Darkstore
• switchport mode trunk
• switchport trunk allowed vlan 30,40,60
• interface e0/1
• description To SW1-Darkstore
• switchport mode trunk
• switchport trunk allowed vlan 30,40,60
• end
• write