Network Kings

LIMITED TIME OFFER

$999 $499 only For All Access Pass Today! USE COUPON CODE : LIMITED

d :
h :
m

basic configuration of router

Basic Configuration Of Router

Today we are going to configure Configuring IP addressing lab, So we have 4 Routers

We will do most of the practical’s on this topology, you can choose any software GNS3 or Packet Tracer

Let’s Configure our first lab: basic configuration of the router

  • Networkkings> ( User Mode ) – Enter Enable to go to next mode
  • Networkkings# ( Privilege mode ) – Enter Configure Terminal to go to the next mode
  • Networkking(config)# ( Global Configuration Mode )
  • Networkkings(config-if)# ( Interface Mode )

These all our Subnets which are in between of Routers.

R1 is connected to R2 & R3

  • R1 —-192.168.12.0—- R2
  • R1 —–192.168.13.0—–R3

R4 is connected to R2 & R3

  • R4 —-192.168.24.0—- R2
  • R4 —–192.168.34.0—–R3

R2 is connected to R1 & R4

  • R2—–192.168.12.0—–R1
  • R2—–192.168.24.0—–R4

R3 is connected to R1 & R4

  • R3—–192.168.13.0—–R1
  • R3—–192.168.34.0—–R4

R1 : Configure both F0/0 & F0/1

Router(config)#hostname R1
R1(config)#interface f0/0
R1(config-if)#ip address 192.168.12.1 255.255.255.0
R1(config-if)#no shutdown

R1(config)#interface f0/1
R1(config-if)#ip address 192.168.13.1 255.255.255.0
R1(config-if)#no shutdown

R2 : Configure both F0/0 & F0/1

Router(config)#hostname R2
R2(config)#interface f0/0
R2(config-if)#ip address 192.168.12.2 255.255.255.0
R2(config-if)#no shutdown

R2(config)#int f0/1
R2(config-if)#ip address 192.168.24.2 255.255.255.0
R2(config-if)#no sh
R2(config-if)#no shutdown

R3 : Configure both F0/0 & F0/1

Router(config)#hostname R3
R3(config)#int f0/0
R3(config-if)#ip address 192.168.34.3 255.255.255.0
R3(config-if)#no sh

R3(config-if)#int fa0/1
R3(config-if)#ip address 192.168.13.3 255.255.255.0
R3(config-if)#no shutdown

R4 : Configure both F0/0 & F0/1

Router(config)#hostname R4
R4(config)#int f0/1
R4(config-if)#ip address 192.168.24.4 255.255.255.0
R4(config-if)#no shutdown

R4(config)#int fa0/0
R4(config-if)#ip address 192.168.34.4 255.255.255.0
R4(config-if)#no shutdown

Check after configuring that both interfaces should be in Up/Up status via show ip int brief

image

and you will get same output on R3 and R4 too?

Check Connectivity Via Ping broadcast Ip (Don’t Run this command in Real/Live Network )

Thanks For Reading..

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.