GreenTechRevolution

As an Amazon Associate I earn from qualifying purchases.

Basic static route configuration

Basic Static router configuration

  Routing is the process of receiving a packet from one device broadcasting it through the network to another device in various networks. Step 1: putting  ip address to the

Table of Contents

 

Routing is the process of receiving a packet from one device broadcasting it through the network to another device in various networks.

Step 1: putting  ip address to the interface:

configure Router 1:

Router1(config)# interface fastEthernet 0/0

Router1(config-if)#ip add 10.0.0.1  255.0.0.0
Router1(config-if)#no shutdown

Router1(config)#int fa 0/1

Router1(config-if)#ip add 40.0.0.1  255.0.0.0

Router1(config-if)#no shutdown

 

configure Router 2:

Router2(config)#int fa 0/0

Router2(config-if)#ip add 40.0.0.2  255.0.0.0

Router2(config-if)#no shutdown

Router2(config)#int fa 0/1

Router2(config-if)#ip add 20.0.0.1  255.0.0.0

Router2(config-if)#no shutdown

Router2(config)#interface serial 0/0/0
Router2(config-if)#ip add 50.0.0.1 255.0.0.0
Router2(config-if)#clock rate 64000
Router2(config-if)#no shutdown

configure Router 3:

Router3(config)#interface serial 0/0/0

Router3(config-if)#ip add 50.0.0.2  255.0.0.0

Router3(config-if)#no shutdown
Router3(config)#int fa 0/0

Router3(config-if)#ip add 30.0.0.1  255.0.0.0

Router3(config-if)#no shutdown

Step 2: Static Route configuration:
=========================

Router 1
———-
ip route 20.0.0.0  255.0.0.0  40.0.0.2
ip route 30.0.0.0  255.0.0.0  40.0.0.2
ip route 50.0.0.0  255.0.0.0  40.0.0.2

Router 2
———-
ip route 10.0.0.0   255.0.0.0  40.0.0.1
ip route 30.0.0.0   255.0.0.0  50.0.0.2

Router 3
———-
ip route 10.0.0.0 255.0.0.0 50.0.0.1
ip route 40.0.0.0 255.0.0.0 50.0.0.1
ip route 20.0.0.0 255.0.0.0 50.0.0.1

you can the see video Tutorial for better understanding :

stillalive

stillalive

Leave a Comment

Recent Post

Tp Link AC2600 WiFi Extender RE650 Review This Guide Will Help You

The tp-link ac2600 wi-fi extender re650 helps to eliminate dead..

How to Fix a Wi-Fi Router That is Not Connecting to Computer

How to fix a wi-fi router that is not connecting..

Unleashing the Power of the ASUS RT-ACRH18 Router: A Comprehensive Guide

The ASUS RT-ACRH18 Router is a high-performance dual-band wireless router..

Scroll to Top