Stay Connected

1,061FansSuka
704PengikutMengikuti
65PengikutMengikuti
196PelangganBerlangganan

Popular Articles

Lebih

    Protokol EIGRP, penerapan dengan Cisco Packet Tracer

    Router yang ke pertama. Router> Router>en Router#conf t Router(config)#hostname emerer emerer(config)#int fa0/0 emerer(config-if)#ip addr 10.1.1.1 255.255.0.0 emerer(config-if)#no shut emerer(config-if)#end emerer# emerer#show ip int brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 10.1.1.1 YES manual up down FastEthernet0/1 unassigned YES unset administratively down down emerer# emerer#show ip int brief Interface IP-Address...

    Contoh Protokol OSPF dengan 5 Router Cisco

    Contoh Protokol OSPF dengan 5 Router Cisco Router Pertama Router> Router>en Router#conf t Router(config)#hostname Rasid Rasid(config)#int f0/0 Rasid(config-if)#ip addr 10.64.0.1 255.255.0.0 Rasid(config-if)#no shut Rasid(config-if)# Rasid(config-if)#router ospf 1 Rasid(config-router)#router-id 1.1.1.1 Rasid(config-router)#network 10.64.0.0 0.0.255.255 area 1 Rasid(config-router)#end Rasid# Rasid#sh ip ospf Routing Process "ospf 1" with ID 1.1.1.1 Supports only single TOS(TOS0) routes Supports...

    Contoh Penerapan VLAN Trunking Protocol (VTP) dengan Tiga Switch

    Contoh Penerapan  VLAN Trunking Protocol (VTP) dengan Tiga Switch. VTP sangat dianjurkan jika kita menggunakan lebih dari 2 switch untuk VLAN. Kita cukup setting di satu switch saja. Sedangkan switch yang lain akan mengikuti sesuai...

    Cara Menggabungkan Beberapa VLAN dengan Router

    Setelah kita belajar membuat VLAN yang sederhana sampai dengan trunk cable. Saya akan memberikan contoh Cara Menggabungkan Beberapa VLAN dengan Router. Kegunaanya untuk apa? Agar VLAN yang kita buat dapat saling berkomunikasi, walaupun berbeda jaringan. Membuat...

    Menyimpan Hasil Konfigurasi Switch Cisco

    Switch> Switch> Switch> Switch>en Switch# Switch# Switch# Switch# Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#hostname RasidPunya RasidPunya(config)# RasidPunya(config)# RasidPunya(config)# RasidPunya(config)#copy running-config startup-config ^ % Invalid input detected at '^' marker. RasidPunya(config)#exit RasidPunya# %SYS-5-CONFIG_I: Configured from console by console RasidPunya# RasidPunya# RasidPunya# RasidPunya#copy running-config startup-config Destination filename ? Building configuration... RasidPunya# RasidPunya#show startup-config Using 1037 bytes ! version 12.1 no...