Files
Yandex-Practicum/SW2-Darkstore.md
2025-11-19 20:33:25 +03:00

33 lines
618 B
Markdown

• 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