0% found this document useful (0 votes)
40 views

Simulasi Setting Routing Static Cisco - Packet Tracer: 58 Komentar Rantsa

This document provides a tutorial on setting up static routing on Cisco routers using Packet Tracer software. It describes the network topology consisting of 3 routers and clients connected to each router. It then details the steps to configure IP addresses on the routers and clients and establish static routes between the routers so traffic can flow across the entire network. The steps include configuring interface IP addresses on each router, and establishing static routes on each router to reach networks connected to the other routers.

Uploaded by

Fery Aditya
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

Simulasi Setting Routing Static Cisco - Packet Tracer: 58 Komentar Rantsa

This document provides a tutorial on setting up static routing on Cisco routers using Packet Tracer software. It describes the network topology consisting of 3 routers and clients connected to each router. It then details the steps to configure IP addresses on the routers and clients and establish static routes between the routers so traffic can flow across the entire network. The steps include configuring interface IP addresses on each router, and establishing static routes on each router to reach networks connected to the other routers.

Uploaded by

Fery Aditya
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

SIMULASI SETTING ROUTING STATIC CISCO PACKET TRACER

58 Komentar Posted by rantsa pada 04/02/2010

Note : Untuk penjelasan yang lebih lengkap dari tutorial ini, bisa download file pdf nya DISINI Berikut ini akan saya tampilkan tutorial setting routing statik pada router cisco dengan menggunakan software simulator cisco Packet Tracer. Topologi routing statik yang akan disetting seperti pada gambar di atas. Topologi terdiri dari 3 router (router1, router2 dan router3), dibawah masing ketiga router tersebut terdapat klien (disimbolkan dengan icon PC) dengan masing2 client bersubnet /24. Langkah-langkah yang akan ditampilkan yaitu dimulai dengan setting IP address pada masing-masing router dan juga client, kemudian kita setting routing statik dimasing-masing router tersebut. Berikut ini langkah-langkah dalam menyetting cisco tersebut : SETTING IP Router 1 Router>enable Router#configure terminal Router(config)#interface fastEthernet 0/0 Router(config-if)#ip address 172.17.1.1 255.255.255.0

Router(config-if)#no shutdown Router(config-if)#exit Router(config)# Router(config)#interface fastethernet 1/0 Router(config-if)#ip address 172.18.1.1 255.255.255.252 Router(config-if)#no shutdown Router(config-if)#exit Router(config)#exit Router#exit Router 2 Router>en Router#conf t Router(config)#interface fastEthernet 0/0 Router(config-if)#ip address 172.18.1.2 255.255.255.252 Router(config-if)#no shutdown Router(config-if)#exit Router(config)# Router(config)#interface fastEthernet 1/0 Router(config-if)#ip address 172.18.2.1 255.255.255.252 Router(config-if)#no shutdown Router(config-if)#exit Router(config)# Router(config)#interface fastEthernet 2/0 Router(config-if)#ip address 172.17.2.1 255.255.255.0 Router(config-if)#no shutdown Router(config-if)#exit Router(config)#exit Router#exit Router 3 Router>en Router#conf t Router(config)#interface fastEthernet 0/0 Router(config-if)#ip address 172.18.2.2 255.255.255.252 Router(config-if)#no shutdown Router(config-if)#exit Router(config)# Router(config)#interface fastEthernet 1/0 Router(config-if)#ip address 172.17.3.1 255.255.255.0 Router(config-if)#no shutdown Router(config-if)#exit Router(config)# Router#exit SETTING ROUTING STATIK Router 1 Router>en Router#configure terminal Router(config)#ip route 172.17.2.0 255.255.255.0 172.18.1.2

Router(config)#ip route 172.18.2.0 255.255.255.252 172.18.1.2 Router(config)#ip route 172.17.3.0 255.255.255.0 172.18.1.2 Router(config)#exit Router#exit Router 2 Router>en Router#conf terminal Router(config)#ip route 172.17.1.0 255.255.255.0 172.18.1.1 Router(config)#ip route 172.17.3.0 255.255.255.0 172.18.2.2 Router(config)#exit Router#exit Router 3 Router>enable Router#conf terminal Router3(config)#ip route 172.17.2.0 255.255.255.0 172.18.2.1 Router3(config)#ip route 172.18.1.0 255.255.255.252 172.18.2.1 Router3(config)#ip route 172.17.1.0 255.255.255.0 172.18.2.1 Router3(config)#exit Router3#exit Jika ada yang ditanyakan dari tutorial setting routik statik cisco diatas, silahkan untuk disampaikan lewat komentar di bawah

You might also like