CCNA.DK GRATIS DOWNLOAD SIDST OPDATERET 01-07-2020 -------------------------------------------------------- RET KUN I DET MELLEM TEGNENE: ** SKAL DU INDLÆSE DIREKTE I ROUTEREN INDLÆS I PASSENDE BIDDER. (ved de stiplede linjer) -------------------------------------------------------- SE MERE OM CISCO OG CCNA PÅ WWW.CCNA.DK -------------------------------------------------------- UDVIDET SWITCH KONFIGURATION -------------------------------------------------------- - OPRETTELSE AF STANDARD SIKKERHED - OPRETTELSE AF MANAGEMENT VLAN - USER, SERVER & NATIVE VLAN - LUKNING AF STD. VLAN1 - BRUG AF SPANNING TREE PÅ PORTE -------------------------------------------------------- Enable ! Configure terminal ! hostname *NAVN* ! Enable secret *KODE* ! username *BRUGERNAVN* privilege 15 secret *KODE* ! Line console 0 Password *KODE* Login Exit ! Service password-encryption ! Banner motd "DIN BESKED HER" ! interface vlan 999 ip address *IP ADRESSE* *SUBNET ADRESSE* ! ip default-gateway *IP ADRESSE* *SUBNET ADRESSE* ! exit ! ip domain-name *DOMÆNE NAVN* ! crypto key generate rsa general-keys modulus 1024 ! ip ssh version 2 ! vlan 10 name USER ! vlan 20 name SERVER ! vlan 999 name MANAGEMENT ! vlan 100 name NATIVE ! interface Vlan1 no ip address shutdown ! interface range f1/0/1 - 14 description USER PORT switchport access vlan 10 switchport mode access spanning-tree portfast switchport nonegotiate spanning-tree bpduguard enable no cdp enable ! interface range f1/0/15 - 16 description SERVER PORT switchport access vlan 20 switchport mode access spanning-tree portfast switchport nonegotiate spanning-tree bpduguard no cdp enable ! interface range g1/0/1 - 2 description TRUNK switchport trunk encapsulation dot1q switchport mode trunk switchport trunk native vlan 100 switchport nonegotiate switchport trunk allowed vlan 10,20,30,200,999 ! line vty 0 15 transport input ssh transport output all ! line vty 0 4 password cisco login exit ! End ! Copy running-config startup-config ! write