How to Configure Static Routing in 3 Router in Cisco Packet Tracer
This is a static routing lab in which we will learn how to configure static routing for a network having three routers inside packet tracer.Here in this Lab there are total four network 1.0.0.0/8, 2.0.0.0/8,200.200.200.0/24 and 10.0.0.0/8,172.24.0.0/16,192.168.10.0/24 and three routers.Using cisco packet tracer i have shown static routing configuration using an example lab.So i even if you are new to ccna or networking you can easily learn by reading this article.This article will help you to easily learn static routing configuration.I have designed the topology diagram using cisco packet tracer which will helps you to understand the Lab.I have also assigned the ip address above each devices and interfaces which will guide you throughout the lab.
Static Routing-----------
1st router command
Continue with configuration dialog? [yes/no]: n
Press RETURN to get started!
Router>enable
Router#configure terminal
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 10.10.10.1 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface serial 0/0
Router(config-if)#ip address 1.1.1.1 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#clock rate 64000
Router(config-if)#exit
2nd router command
Continue with configuration dialog? [yes/no]: n
Press RETURN to get started!
Router>enable
Router#configure terminal
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 172.24.10.1 255.255.0.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface serial 0/0
Router(config-if)#ip address 1.1.1.2 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface serial 0/1
Router(config-if)#ip address 2.2.2.1 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#clock rate 64000
Router(config-if)#exit
3rd router command
Continue with configuration dialog? [yes/no]: n
Press RETURN to get started!
Router>enable
Router#configure terminal
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 192.168.10.1 255.255.255.0
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#interface serial 0/0
Router(config-if)#ip address 2.2.2.2 255.0.0.0
Router(config-if)#no shutdown
Router(config-if)#exit
Static Routing-----
Router0 Static Routing Command
Router(config)#ip route 172.24.0.0 255.255.0.0 1.1.1.2
Router(config)#ip route 200.200.200.0 255.255.255.0 1.1.1.2
Router(config)#ip route 192.168.10.0 255.255.255.0 1.1.1.2
Router1 Static Routing Command
Router(config)#ip route 10.0.0.0 255.0.0.0 1.1.1.1
Router(config)#ip route 192.168.10.0 255.255.255.0 200.200.200.2
Router2 Static Routing Command
Router(config)#ip route 172.24.0.0 255.255.0.0 200.200.200.1
Router(config)#ip route 1.0.0.0 255.0.0.0 200.200.200.1
Router(config)#ip route 10.0.0.0 255.0.0.0 200.200.200.1
YouTube :
How to Configure Static Routing in 3 Router
Baca Juga
Post a Comment
Post a Comment