Must Read
Popular Articles
Lebih
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...
2 Cara memberikan Password Swicth atau Router Cisco dengan CLI
cisco.pintar.id - Ada 2 cara memberikan Password Swicth atau Router Cisco dengan CLI. Cara pertama dengan password yang kedua dengan secret.
Switch>enable
Switch#configure terminal
Switch(config)#enable password rasid354
Switch(config)#exit
Switch>enable
Switch#configure terminal
Switch(config)#enable secret rasid354
Switch(config)#exit
show running-config
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...
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...
Latest Posts
Lebih






















