Like the title says, I built an online tool for generating professional case studies within a minute from just a couple of bullet points. Once generated you can save it as a pdf or share a condensed version to social media. Each new user gets 3 free generations to try it out. Feel free to try it out and offer feedback if you have any. Submitted July 06, 2025 at 10:13PM by JourneyTo1Percent https://ift.tt/kh7UJOe
✅ WP1 – Basisconfiguratie & VLAN-netwerk 🖥️ 1. Basic Switch Configuratie (SW1, SW2, SW3, etc.) hostname SW1 no ip domain-lookup enable secret Cisco123 service password-encryption line console 0 password console123 login exit line vty 0 4 password vty123 login transport input ssh exit banner motd #Unauthorized access is prohibited# ip domain-name netwerk.local crypto key generate rsa -> Kies 1024 bits username admin secret beheer123 🌐 2. IP-adres toewijzen aan VLAN-interface (bijv. VLAN 30) interface vlan 30 ip address 10.30.0.4 255.255.0.0 no shutdown exit 🟨 3. VLAN's aanmaken + poorten toewijzen vlan 20 name Productie vlan 21 name KlantenService vlan 22 name HRM vlan 23 name Marketing vlan 30 name IT_Beheer interface range fa0/1 - 5 switchport mode access switchport access vlan 20 interface range fa0/6 - 10 switchport mode access switchport access vlan 21 interface range fa0/11 - 15 switchport mode access switchport access...