Stay Connected

1,061FansSuka
704PengikutMengikuti
65PengikutMengikuti
196PelangganBerlangganan

Popular Articles

Lebih

    Membuat VLAN Sederhana dengan Switch Calatyst 2950 Series

    Received 956 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 watchdog, 0 multicast, 0 pause input 0 input packets with dribble condition detected 2357 packets...

    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...

    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...

    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...