You are on page 1of 1

R1 hostname R1 no ip domain-lookup enable secret class line con 0 password cisco login exit line vty 0 15 password cisco

login enable password cisco service password-encryption ======= int fa0/0 no shutdown exit ======= !!!membuat virtual interface untuk router on stick int fa0/1.10 encapsulation dot1q 10 ip address 172.17.10.1 255.255.255.0 exit int fa0/1.20 encapsulation dot1q 20 ip address 172.17.20.1 255.255.255.0 int fa0/1.30 encapsulation dot1q 30 ip address 172.17.30.1 255.255.255.0 exit !!!! int fa0/1.99 encapsulation dot1q 99 native ip address 172.17.99.1 255.255.255.0 exit int fa0/0 ip address 172.17.50.1 255.255.255.0 desc server interface no shutdown exit

S1 hostname S1 no ip domain-lookup enable secret class line con 0 password cisco login exit line vty 0 15 password cisco login banner motd ^ Enter TEXT message. End with the character '^' AWASSSS ^ enable password cisco service password-encryption ip default-gateway 172.17.99.1 !!!!mengaktifkan spanning tree spanning-tree vlan 1 priority 4096 spanning-tree vlan 10 priority 4096 spanning-tree vlan 20 priority 4096 spanning-tree vlan 88 priority 4096 spanning-tree vlan 99 priority 4096 !!!mengaktifkan management VLAN int vlan 99 ip add 172.17.99.31 255.255.255.0 no sh exit !!!mebuat Trunking int range fa0/1-5 switchport mode trunk switchport trunk native vlan 99 no sh exit !!!konfigurasi VTP vtp mode server vtp domain CCNA vtp password cisco !!!!membuat VLAN vlan 99 name Management&Default exit vlan 10 name Faculty/Staff exit vlan 20 name Students exit vlan 88 name Wireless(Guest) exit end write me

S2 en conf t hostname S2 no ip domain-lookup enable secret class line con 0 password cisco login exit line vty 0 15 password cisco login enable password cisco service password-encryption ip default-gateway 172.17.99.1 !!!!memberi IP interface vlan 99 ip add 172.17.99.32 255.255.255.0 no sh exit !!!mengaktifkan user port ke access mode interface fa0/7 switchport mode access switchport access vlan 88 no shutdown exit interface fa0/11 switchport mode access switchport access vlan 10 no shutdown exit interface fa0/18 switchport mode access switchport access vlan 20 no shutdown exit !!!!membuat VTP client vtp mode client vtp domain CCNA vtp password cisco !!!membuat Trunking

S3 en conf t hostname S3 no ip domain-lookup enable secret class line con 0 password cisco login exit line vty 0 15 password cisco login enable password cisco service password-encryption ip default-gateway 172.17.99.1 !!!!memberi IP interface vlan 99 ip add 172.17.99.33 255.255.255.0 no sh exit !!!mengaktifkan user port ke access mode interface fa0/7 switchport mode access switchport access vlan 88 no shutdown exit

!!!!membuat VTP client vtp mode client vtp domain CCNA vtp password cisco

!!!membuat Trunking int range fa0/1-5 switchport mode trunk switchport trunk native vlan 99 no sh

end copy run st int range fa0/1-5 switchport mode trunk switchport trunk native vlan 99 no sh end copy run st

You might also like