{"id":831,"date":"2022-01-19T12:25:23","date_gmt":"2022-01-19T12:25:23","guid":{"rendered":"https:\/\/rudecloud.site\/?p=831"},"modified":"2025-03-01T07:16:17","modified_gmt":"2025-03-01T07:16:17","slug":"topologi-superlab-2","status":"publish","type":"post","link":"https:\/\/www.rudecloud.web.id\/index.php\/2022\/01\/19\/topologi-superlab-2\/","title":{"rendered":"TOPOLOGI SUPERLAB #2"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"395\" src=\"https:\/\/rudecloud.site\/wp-content\/uploads\/2022\/01\/1-3-1024x395.png\" alt=\"\" class=\"wp-image-832\" srcset=\"https:\/\/www.rudecloud.web.id\/wp-content\/uploads\/2022\/01\/1-3-1024x395.png 1024w, https:\/\/www.rudecloud.web.id\/wp-content\/uploads\/2022\/01\/1-3-300x116.png 300w, https:\/\/www.rudecloud.web.id\/wp-content\/uploads\/2022\/01\/1-3-768x296.png 768w, https:\/\/www.rudecloud.web.id\/wp-content\/uploads\/2022\/01\/1-3.png 1138w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Kembali lagi dengan topologi cisco yang kedua,lebih ke routing and switching layer 2 dan 3, bisa dilihat pada gambar di atas dan pengalamatan ip detailnya sudah tercantum, bagaimana agar semua router terhubung dengan routing rip v2, dan beberapa vlan, langsung ke pembahasan saja.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#ROUTER CORE\n\nRouter&gt;en\n\nRouter#configure terminal \nEnter configuration commands, one per line.  End with CNTL\/Z.\n\nRouter(config)#hostname R_CORE\n\nR_CORE(config)#enable secret putra123\n\nR_CORE(config)#line console 0\nR_CORE(config-line)#password 12345\nR_CORE(config-line)#login\nR_CORE(config-line)#exit\n\nR_CORE(config)#line vty 0 4\nR_CORE(config-line)#password 123456\nR_CORE(config-line)#exit\nR_CORE(config)#service password-encryption \n\nR_CORE(config)#banner motd #Welcome to Router Core#\n\nR_CORE(config)#interface gigabitEthernet0\/0\nR_CORE(config-if)#description Ip Address G0\/0\nR_CORE(config-if)#ip address 10.10.10.2 255.255.255.252\nR_CORE(config-if)#no shutdown \n\nR_CORE(config)#interface gigabitEtherne0\/2\nR_CORE(config-if)#description Ip Address G0\/2\nR_CORE(config-if)#ip address 10.10.10.5 255.255.255.252\nR_CORE(config-if)#no shutdown \n\nR_CORE(config-if)#\n%LINK-5-CHANGED: Interface GigabitEthernet0\/0, changed state to up\n\n%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0\/0, changed state to up\n\nR_CORE(config-if)#exit\n\nR_CORE(config)#interface gigabitEthernet0\/1.10\nR_CORE(config-subif)#encapsulation dot1Q 10\nR_CORE(config-subif)#ip address 192.168.20.1 255.255.255.0\n\t\nR_CORE(config)#interface gigabitEthernet0\/1.20\nR_CORE(config-subif)#encapsulation dot1Q 20\nR_CORE(config-subif)#ip address 192.168.30.1 255.255.255.0\nR_CORE(config-subif)#exit\n\nR_CORE(config)#interface gigabitEthernet0\/1.30\nR_CORE(config-subif)#encapsulation dot1Q 30\nR_CORE(config-subif)#ip address 192.168.40.1 255.255.255.0\nR_CORE(config-subif)#exit\n\nR_CORE(config)#interface gigabitEthernet0\/1.40\nR_CORE(config-subif)#encapsulation dot1Q 40\nR_CORE(config-subif)#ip address 100.100.100.1 255.255.255.248\nR_CORE(config-subif)#exit\n\nR_CORE(config)#interface gigabitEthernet0\/1\nR_CORE(config-if)#no shutdown\n<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>#Setting R_BLOK_1\n\nR-Hasibuan>enable\r\n\r\nR-Hasibuan#configure terminal \r\nEnter configuration commands, one per line.  End with CNTL\/Z.\r\nR-Hasibuan(config)#hostname R_BLOK_1\r\n\r\nR_BLOK_1(config)#enable secret putra123\r\n\r\nR_BLOK_1(config)#line console 0\r\nR_BLOK_1(config-line)#password 12345\r\nR_BLOK_1(config-line)#login\r\nR_BLOK_1(config-line)#exit\r\nR_BLOK_1(config)#service password-encryption \r\n\r\nR_BLOK_1(config)#ip domain-name putrarude.com\r\nR_BLOK_1(config)#username root password put123\r\nR_BLOK_1(config)#line vty 0 4\r\nR_BLOK_1(config-line)#transport input all \r\nR_BLOK_1(config-line)#login local \r\nR_BLOK_1(config-line)#exit\r\nR_BLOK_1(config)#crypto key generate rsa \r\nThe name for the keys will be: R_BLOK_1.putrarude.com\r\nChoose the size of the key modulus in the range of 360 to 2048 for your\r\n  General Purpose Keys. Choosing a key modulus greater than 512 may take\r\n  a few minutes.\r\n\r\nHow many bits in the modulus &#91;512]: 1024\r\n% Generating 1024 bit RSA keys, keys will be non-exportable...&#91;OK]\r\n\r\nR_BLOK_1(config)#banner motd #Welcome R_BLOK_1#\r\n*Mar 1 0:17:49.207: %SSH-5-ENABLED: SSH 1.99 has been enabled\r\n\r\nR_BLOK_1(config)#interface gigabitEthernet0\/1\r\nR_BLOK_1(config-if)#description ?\r\n  LINE  Up to 240 characters describing this interface\r\nR_BLOK_1(config-if)#description Ip Address G0\/0\r\nR_BLOK_1(config-if)#ip address 10.10.10.1 255.255.255.252\r\nR_BLOK_1(config-if)#no shutdown \r\n\r\n%LINK-5-CHANGED: Interface GigabitEthernet0\/1, changed state to up\r\nR_BLOK_1(config-if)#exit\r\nR_BLOK_1(config)#interface gigabitEthernet0\/0\r\nR_BLOK_1(config-if)#description Ip Address G0\/0\r\nR_BLOK_1(config-if)#ip address 192.168.10.1 255.255.255.0\r\nR_BLOK_1(config-if)#no shutdown \r\n%LINK-5-CHANGED: Interface GigabitEthernet0\/0, changed state to up\r\n\r\n%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0\/0, changed state to up\r\n\r\nR_BLOK_1(config-if)#<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>#Setting R_Blok_2\n\nRouter>en\r\n\r\nRouter#configure terminal \r\nEnter configuration commands, one per line.  End with CNTL\/Z.\r\n\r\nRouter(config)#hostname R-BLOK_2\r\n\r\nR-BLOK_2(config)#enable secret putra123\r\n\r\nR-BLOK_2(config)#line console \r\nR-BLOK_2(config-line)#password 12345\r\nR-BLOK_2(config-line)#login local\r\n\r\nR-BLOK_2(config-line)#line vty 0 4\r\n\r\nR-BLOK_2(config-line)#password 123456\r\n\r\nR-BLOK_2(config-line)#login local \r\nR-BLOK_2(config-line)#exit\r\n\r\nR-BLOK_2(config)#service password-encryption \r\n\r\nR-BLOK_2(config)#banner motd #Welcome to Router Blok 2#\r\n\r\nR-BLOK_2(config)#interface gigabitEthernet 0\/0\r\nR-BLOK_2(config-if)#description Ip Address G0\/0\r\nR-BLOK_2(config-if)#ip address 10.10.10.6 255.255.255.252\r\nR-BLOK_2(config-if)#no shutdown \r\n%LINK-5-CHANGED: Interface GigabitEthernet0\/0, changed state to up\r\n\r\n%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0\/0, changed state to up\r\n\r\nR-BLOK_2(config-if)#exit\r\n\r\nR-BLOK_2(config)#interface gigabitEthernet 0\/1\r\nR-BLOK_2(config-if)#description Ip Address g0\/1\r\nR-BLOK_2(config-if)#ip address 192.168.50.1 255.255.255.128\r\nR-BLOK_2(config-if)#no shutdown \r\n%LINK-5-CHANGED: Interface GigabitEthernet0\/1, changed state to up\r\n\r\n%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0\/1, changed state to up\r\nexit\r\nR-BLOK_2(config)#<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>#ROUTING RIP V2\n\nRouting R-BLOK1\r\n\r\nWelcome R_BLOK_1\r\n\r\nUser Access Verification\r\n\r\nPassword: \r\n\r\nR_BLOK_1>en\r\nPassword: \r\n\r\nR_BLOK_1#configure terminal \r\nEnter configuration commands, one per line.  End with CNTL\/Z.\r\n\r\nR_BLOK_1(config)#router rip \r\nR_BLOK_1(config-router)#ver\r\nR_BLOK_1(config-router)#version 2\r\nR_BLOK_1(config-router)#network 192.168.10.0\r\nR_BLOK_1(config-router)#network 10.10.10.0\r\nR_BLOK_1(config-router)#no auto-summary \r\nR_BLOK_1(config-router)#exit\r\nR_BLOK_1(config)#\r\n\r\nR_CORE\r\n\r\nWelcome to Router Core\r\n\r\nUser Access Verification\r\n\r\nPassword: \r\n\r\nR_CORE>en\r\nPassword: \r\n\r\nR_CORE#configure terminal \r\nEnter configuration commands, one per line.  End with CNTL\/Z.\r\nR_CORE(config)#router rip \r\nR_CORE(config-router)#version 2\r\nR_CORE(config-router)#network 10.10.10.0\r\nR_CORE(config-router)#network 10.10.10.4\r\nR_CORE(config-router)#no auto-summary \r\nR_CORE(config-router)#exit\r\nR_CORE(config)#\r\n\r\nR-BLOK_2\r\n\r\nR-BLOK_2(config)#router rip \r\nR-BLOK_2(config-router)#version 2\r\nR-BLOK_2(config-router)#network 192.168.50.0\r\nR-BLOK_2(config-router)#network 10.10.10.0\r\nR-BLOK_2(config-router)#no auto-summary \r\nR-BLOK_2(config-router)#exit\r\nR-BLOK_2(config)#\r\n\r\nR_CORE\r\n\r\nR_CORE(config)#router rip\r\nR_CORE(config-router)#network 100.0.0.0\r\nR_CORE(config-router)#network 192.168.20.0\r\nR_CORE(config-router)#network 192.168.30.0\r\nR_CORE(config-router)#network 192.168.40.0\r\nR_CORE(config-router)#no auto-summary \r\nR_CORE(config-router)#exit\r\nR_CORE(config)#<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Kembali lagi dengan topologi cisco yang kedua,lebih ke routing and switching layer 2 dan 3, bisa dilihat pada gambar di atas dan pengalamatan ip detailnya sudah tercantum, bagaimana agar semua router terhubung dengan routing rip v2, dan beberapa vlan, langsung ke pembahasan saja.<\/p>\n","protected":false},"author":1,"featured_media":832,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[58],"tags":[60,82,83,64,63],"class_list":["post-831","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cisco","tag-cisco","tag-ip","tag-ipv4","tag-nat","tag-network"],"_links":{"self":[{"href":"https:\/\/www.rudecloud.web.id\/index.php\/wp-json\/wp\/v2\/posts\/831","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rudecloud.web.id\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rudecloud.web.id\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rudecloud.web.id\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rudecloud.web.id\/index.php\/wp-json\/wp\/v2\/comments?post=831"}],"version-history":[{"count":3,"href":"https:\/\/www.rudecloud.web.id\/index.php\/wp-json\/wp\/v2\/posts\/831\/revisions"}],"predecessor-version":[{"id":836,"href":"https:\/\/www.rudecloud.web.id\/index.php\/wp-json\/wp\/v2\/posts\/831\/revisions\/836"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rudecloud.web.id\/index.php\/wp-json\/wp\/v2\/media\/832"}],"wp:attachment":[{"href":"https:\/\/www.rudecloud.web.id\/index.php\/wp-json\/wp\/v2\/media?parent=831"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rudecloud.web.id\/index.php\/wp-json\/wp\/v2\/categories?post=831"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rudecloud.web.id\/index.php\/wp-json\/wp\/v2\/tags?post=831"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}