SETTING STATIC ROUTING IN CISCO PACKET TRACER ~ ZAMAN NOW
HOW TO SETTING STATIC ROUTING IN CISCO PACKET TRACER
Cisco Packet Tracer is an application for network vormgeving, network simulation, etc. For this time wij will postbode how to Routing static. What is Static Routing? static router (static router) is a router that has a static routing table which is manually set by network administrators.
Understanding Router is a laptop network tool that sends gegevens packets through a network or the Internet to its destination, through a process known spil routing.
The router serves spil a listig between two or more networks to pass gegevens from one network to another. A router can be a device specifically designed to function spil a router (dedicated router), or can be a PC that functions spil a router (PC Router). The benefit of using a PC Router is that you do not need to buy additional routers to save money.
Default Gateway:
Te order for the Router to forward the gegevens, the laptop on the network vereiste assign the router to forward the gegevens
Assignment is done by setting default laptop gateway to router
If wij do not do the default gateway setting then certainly the LAN can not be connected with other network
That's some sense of the set ter a static router configuration. Immediately now will discuss how to routing static.
1. Prepare the Cisco Packet Tracer Application first
2. To connect different equipment, use Straight-through cable:
a. Router - Switch
b. Router - Hub
c. PC - Switch
d. PC - Hub
To connect the same equipment, use the Cross-Overheen cable:
a. Router - Router
b. Router - PC
c. Switch - Switch
d. Switch - Hub
3. The terms of installation are:
Router to router: Serial
Router to switch: FastEthernet (allowed to use Ethernet but faster FastEthernet)
Switch to PC: FastEthernet
The red connector uses Serial DTE
After the preparation is complete the vormgeving of this network for example:
Catatan :
Fery, Kurniawan, Saputra PC terhubung fastethernet0/0 ke PC1, PC2, PC3
Fery – Kurniawan = Serial 2/0
Kurniawan – Saputra = Serial 3/0
Setting Fastethernet serta serial dengan trik CLI :
Router A : Fastethernet 0/0 :
Router#plus
Router#conf t
Router(config)#int f0/0
Router(config-if)#ip add 192.1.1.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#ex
Router B : Fastethernet 0/0 :
Router#plus
Router#conf t
Router(config)#int f0/0
Router(config-if)#ip add 193.1.1.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#ex
Router C : Fastethernet 0/0 :
Router#plus
Router#conf t
Router(config)#int f0/0
Router(config-if)#ip add 194.1.1.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#ex
Router A : Serial 2/0 :
Router#plus
Router#conf t
Router(config)#int s2/0
Router(config-if)#ip add 10.1.1.1 255.0.0.0
Router(config-if)#no shut
Router(config-if)#ex
Router B : Serial 2/0 :
Router#plus
Router#conf t
Router(config)#int s2/0
Router(config-if)#ip add 10.1.1.2 255.0.0.0
Router(config-if)#no shut
Router(config-if)#ex
Router B : Serial 3/0 :
Router#plus
Router#conf t
Router(config)#int s3/0
Router(config-if)#ip add 11.1.1.1 255.0.0.0
Router(config-if)#no shut
Router(config-if)#ex
Router C : Serial 3/0 :
Router#plus
Router#conf t
Router(config)#int s3/0
Router(config-if)#ip add 11.1.1.2 255.0.0.0
Router(config-if)#no shut
Router(config-if)#ex
When connecting serials, fery routers with serial 2/0 and 2/0 serial kurniawan, this should be 1 Network but vereiste be different host with records vereiste distinguish the group IP. I am setting spil above to easily remember it.
After setting up the Router, Now setting PC1, PC2, and PC 3
Fastethernet (Default Gateway) on PC 1 Voorwaarde be filled with Fet Router Fastethernet IP because PC 1 is connected directly to Fery Router. Likewise PC 2 with Kurniawan, PC3 with Saputra.
Setting IP :
PC 1
PC 2
PC 3
Once completed, now live IP Route Setting (STATIC)
Te this installation it takes your ketilitian. Note:
Network is filled with IP PURPOSE with Smallest Host that is filled with 0
For example Towards a Saputra Router, Saputra Router has Fastethernet IP: 194.1.1.1, So Writing: 194.1.1.0
Netmask filled ter Network If Group C is filled with 255.255.255.0
Next Hop is populated with the nearest serial from the Router itself (The First Series is skipped after exiting the router itself)
After that wij now set the Static IP Route:
Setting IP Route A :
Router(config)#ip route 193.1.1.0 255.255.255.0 10.1.1.2
Router(config)#ip route 194.1.1.0 255.255.255.0 10.1.1.2
Setting IP Route B :
Router(config)#ip route 192.1.1.0 255.255.255.0 10.1.1.1
Router(config)#ip route 194.1.1.0 255.255.255.0 11.1.1.2
Setting IP Route C :
Router(config)#ip route 192.1.1.0 255.255.255.0 11.1.1.1
Router(config)#ip route 194.1.1.0 255.255.255.0 11.1.1.1
Once done wij try to test with ping ter PC. Wij take PC1 Pinging Fastethernet IP on PC 2, and PC 3.
The result is successful if the reply from cmd like picture above, Next wij will mengepot Dynamic Routing (RIP)
Tanks
Posting Komentar untuk "SETTING STATIC ROUTING IN CISCO PACKET TRACER ~ ZAMAN NOW"