{"id":126,"date":"2006-08-31T06:01:54","date_gmt":"2006-08-31T02:01:54","guid":{"rendered":"http:\/\/mudji.net\/press\/?p=126"},"modified":"2021-06-11T21:59:16","modified_gmt":"2021-06-11T17:59:16","slug":"konfigurasi-frame-relay-dengan-cisco-router","status":"publish","type":"post","link":"https:\/\/mudji.net\/press\/?p=126","title":{"rendered":"Konfigurasi Frame Relay dengan Cisco Router"},"content":{"rendered":"<p><strong>Konfigurasi LAN di Head Office:<\/strong><\/p>\n<blockquote><p>Network : 10.10.10.0<br \/>\nSubnet Mask : 255.255.255.0<br \/>\nJumlah IP Host : 10.10.10.1 sd 10.10.10.254 (254 IP Addresses)<br \/>\nIP  PC Server : 10.10.10.2<br \/>\nPC Client : 10.10.10.4 &amp; 10.10.10.5<br \/>\nIP Ethernet Router : 10.10.10.1<\/p><\/blockquote>\n<p><strong>Konfigurasi LAN Remote A\/Branch Office:<\/strong><\/p>\n<blockquote><p>Network : 10.10.11.0<br \/>\nSubnet Mask : 255.255.255.0<br \/>\nJumlah IP Host : 10.10.11.1 sd 10.10.11.254 (254 IP Addresses)<br \/>\nPC Client : 10.10.11.2 &amp; 10.10.11.4<br \/>\nIP Ethernet Router : 10.10.11.1<\/p><\/blockquote>\n<p><strong>Konfigurasi LAN Remote B\/Branch Office:<\/strong><\/p>\n<blockquote><p>Network : 10.10.15.0<br \/>\nSubnet Mask : 255.255.255.0<br \/>\nJumlah IP Host : 10.10.15.1 sd 10.10.15.254 (254 IP Addresses)<br \/>\nPC Client : 10.10.15.2 &amp; 10.10.15.4<br \/>\nIP Ethernet Router : 10.10.15.1<\/p><\/blockquote>\n<p><!--more--><\/p>\n<p><strong>Gambar Konfigurasi:<\/strong><\/p>\n<p><img id=\"image127\" title=\"frame-relay.JPG\" src=\"http:\/\/mudji.net\/press\/wp-content\/uploads\/2006\/09\/frame-relay.JPG\" alt=\"frame-relay.JPG\" align=\"bottom\" \/><\/p>\n<p><strong>Konfigurasi Router Cisco Head Office<\/strong><\/p>\n<p>Konfigurasi Ethernet<\/p>\n<p>RouterHQ#config term<br \/>\nRouterHQ(config)#interface fastethernet 0\/0<br \/>\nRouterHQ(config-if)#ip address 10.10.10.1 255.255.255.0<br \/>\nRouterHQ(config-if)#speed auto<br \/>\nRouterHQ(config-if)#duplex auto<br \/>\nRouterHQ(config-if)#exit<\/p>\n<p>Konfigurasi WAN Serial<br \/>\nSub-interface for point-to-point connection<\/p>\n<p>RouterHQ#config term<br \/>\nRouterHQ(config)#interface serial 0<br \/>\nRouterHQ(config-if)#encapsulation Frame Relay<br \/>\nRouterHQ(config-if)#Frame Relay LMI-type ansi<\/p>\n<p>RouterHQ(config)#interface serial0.1 point-to-point<br \/>\nRouterHQ(config-subif)#ip address 192.168.1.1 255.255.255.252<br \/>\nRouterHQ(config-subif)#frame-relay interface-dlci 50<br \/>\n(contoh jika koneksi ke remote A menggunakan DLCI 50)<\/p>\n<p>RouterHQ(config)#interface serial0.2 point-to-point<br \/>\nRouterHQ(config-subif)#ip address 192.168.1.5 255.255.255.252<br \/>\nRouterHQ(config-subif)#frame-relay interface-dlci 100<br \/>\n(contoh jika koneksi ke remote B menggunakan DLCI 100)<\/p>\n<p>Konfigurasi Routing Statik ke Remote A dan Remote B<\/p>\n<p>RouterHQ(config)#ip route 10.10.11.0 255.255.255.0 s0.1<br \/>\nRouterHQ(config)#ip route 10.10.15.0 255.255.255.0 s0.2<\/p>\n<p>=========================================<\/p>\n<p><strong>Konfigurasi Router Cisco Remote A<\/strong><\/p>\n<p>Konfigurasi Ethernet<\/p>\n<p>RouterA#config term<br \/>\nRouterA#(config)#interface fastethernet 0\/0<br \/>\nRouterA#(config-if)#ip address 10.10.11.1 25.255.255.0<br \/>\nRouterA#(config-if)#speed auto<br \/>\nRouterA#(config-if)#duplex auto<br \/>\nRouterA#(config-if)#exit<\/p>\n<p>Konfigurasi WAN Serial<br \/>\nSub-interface for point-to-point connection<\/p>\n<p>RouterA(config)#interface serial 0<br \/>\nRouterA(config-if)#encapsulation Frame Relay<br \/>\nRouterA(config-if)#Frame Relay LMI-type ansi<br \/>\nRouterA(config-if)#exit<br \/>\n!<br \/>\nRouterA(config)#interface serial0.1 point-to-point<br \/>\nRouterA(config-subif)#ip address 192.168.1.2 255.255.255.252<br \/>\nRouterA(config-subif)#frame-relay interface-dlci 50<\/p>\n<p>Routing Statik ke Head Office<\/p>\n<p>RouterA(config)#ip route 10.10.10.0 255.255.255.0 s0.1<\/p>\n<p>=========================================<\/p>\n<p><strong>Konfigurasi Router Cisco Remote B<br \/>\n<\/strong><\/p>\n<p>Konfigurasi Ethernet<\/p>\n<p>Konfigurasi Ethernet<\/p>\n<p>RouterB#config term<br \/>\nRouterB#(config)#interface fastethernet 0\/0<br \/>\nRouterB#(config-if)#ip address 10.10.15.1 25.255.255.0<br \/>\nRouterB#(config-if)#speed auto<br \/>\nRouterB#(config-if)#duplex auto<br \/>\nRouterB#(config-if)#exit<\/p>\n<p>Konfigurasi WAN Serial<br \/>\nSub-interface for point-to-point connection<\/p>\n<p>RouterB(config)#interface serial 0<br \/>\nRouterB(config-if)#encapsulation Frame Relay<br \/>\nRouterB(config-if)#Frame Relay LMI-type ansi<br \/>\nRouterB(config-if)#exit<br \/>\n!<br \/>\nRouterB(config)#interface serial0.1 point-to-point<br \/>\nRouterB(config-subif)#ip address 192.168.1.6 255.255.255.252<br \/>\nRouterB(config-subif)#frame-relay interface-dlci 100<\/p>\n<p>Routing Statik ke Head Office<br \/>\nRouterB(config)#ip route 10.10.10.0 255.255.255.0 s0.1<\/p>\n<p>=========================================<\/p>\n<p><strong>Hasil Show Running Configuration <\/strong><\/p>\n<p><strong>RouterHQ<\/strong>#sh running<br \/>\n!<\/p>\n<p>inteface FastEthernet 0<br \/>\nip address 10.10.10.1 25.255.255.0<br \/>\nspeed auto<br \/>\nduplex auto<\/p>\n<p>inteface serial 0<br \/>\nencapsulation Frame-Relay<br \/>\nFrame Relay LMI-type ansi<\/p>\n<p>interface serial 0.1 point-to-point<br \/>\nip address 192.168.1.1 255.255.255.252<br \/>\nframe-relay interface-DLCI 50<\/p>\n<p>interface serial 0.2 point-to-point<br \/>\nip address 192.168.1.5 255.255.255.252<br \/>\nframe-relay interface-DLCI 100<\/p>\n<p>!<\/p>\n<p>ip classless<br \/>\nip route 10.10.11.0 255.255.255.0 s0.1<br \/>\nip route 10.10.15.0 255.255.255.0 s0.2<\/p>\n<p><strong>RouterA<\/strong>#sh running<br \/>\n!<\/p>\n<p>inteface FastEthernet 0<br \/>\nip address 10.10.11.1 25.255.255.0<br \/>\nspeed auto<br \/>\nduplex auto<\/p>\n<p>inteface serial 0<br \/>\nencapsulation Frame-Relay<br \/>\nFrame Relay LMI-type ansi<\/p>\n<p>interface serial 0.1 point-to-point<br \/>\nip address 192.168.1.2 255.255.255.252<br \/>\nframe-relay interface-DLCI 50<\/p>\n<p>!<br \/>\nip classless<br \/>\nip route 10.10.10.0 255.255.255.0 s0.1<\/p>\n<p><strong>RouterB<\/strong>#sh running<br \/>\n!<\/p>\n<p>inteface FastEthernet 0<br \/>\nip address 10.10.15.1 25.255.255.0<br \/>\nspeed auto<br \/>\nduplex auto<\/p>\n<p>inteface serial 0<br \/>\nencapsulation Frame-Relay<br \/>\nFrame Relay LMI-type ansi<\/p>\n<p>interface serial 0.1 point-to-point<br \/>\nip address 192.168.1.6 255.255.255.252<br \/>\nframe-relay interface-DLCI 100<\/p>\n<p>!<br \/>\nip classless<br \/>\nip route 10.10.10.0 255.255.255.0 s0.1<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Konfigurasi LAN di Head Office: Network : 10.10.10.0 Subnet Mask : 255.255.255.0 Jumlah IP Host : 10.10.10.1 sd 10.10.10.254 (254 IP Addresses) IP PC Server : 10.10.10.2 PC Client : &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[11],"tags":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/mudji.net\/press\/index.php?rest_route=\/wp\/v2\/posts\/126"}],"collection":[{"href":"https:\/\/mudji.net\/press\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mudji.net\/press\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mudji.net\/press\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mudji.net\/press\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=126"}],"version-history":[{"count":1,"href":"https:\/\/mudji.net\/press\/index.php?rest_route=\/wp\/v2\/posts\/126\/revisions"}],"predecessor-version":[{"id":498,"href":"https:\/\/mudji.net\/press\/index.php?rest_route=\/wp\/v2\/posts\/126\/revisions\/498"}],"wp:attachment":[{"href":"https:\/\/mudji.net\/press\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=126"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mudji.net\/press\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=126"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mudji.net\/press\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}