Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,153,371 members, 7,819,330 topics. Date: Monday, 06 May 2024 at 02:32 PM

♦route Redistributing: CCNA Network Engrs♦ - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / ♦route Redistributing: CCNA Network Engrs♦ (1624 Views)

CCNA Exam / ***become A Full Stack Web Developer***( Self Study Route) / CCNA Self-training (2) (3) (4)

(1) (Reply) (Go Down)

♦route Redistributing: CCNA Network Engrs♦ by abumeinben(m): 9:23am On May 19, 2016
Hi,

I wanna seek your assistance in route redistribution.
♥♠♥

The set up is captured below.

Router 0 is on ospf 1 area 1

Router 1 is on eigrp 10

Router 2 is on rip v2
============================================♥
My commands so far:

Router 2 : RIP v2
Networks 50.0 & 60.0
Redistribute: opsf 1 and eigrp 10.


Router 1: EIGRP
networks: 40.0 & 30.0 on EIGRP
redistribute: ospf 1 and rip metric 20000000.


Router 0: OSPF
Networks: 10.0 & 20.0
Redistribute: rip v2 metric 20000000 and eigrp 10


Problem.

All networks not advertised on all routers, hence can't ping.


Over to you.




Billyjim
DanIndia
drcharles4me
baba11
Safari29
ptoall1000
Techsupport
jnsoribe
kart042000
snipesdam

Re: ♦route Redistributing: CCNA Network Engrs♦ by abumeinben(m): 12:20pm On May 19, 2016
abumeinben:


Billyjim
DanIndia
drcharles4me
baba11
Safari29
ptoall1000
Techsupport
jnsoribe
kart042000
snipesdam

I noticed something from this setup. Seems I have to use a neutral router as the redistributor. This worked.

Is this always the case?

Re: ♦route Redistributing: CCNA Network Engrs♦ by snipesdam(m): 12:57pm On May 19, 2016
Both Routers must have same protocols configured on them for distribution to work. Also U must config Username and Password on Global mode for 0 and 1 also 1 and 2.

Ensure u advertise RIP networks on R2, EIGRP networks on R1 then OSPF networks on R0
Re: ♦route Redistributing: CCNA Network Engrs♦ by abumeinben(m): 1:00pm On May 19, 2016
snipesdam:
Both Routers must have same protocols configured on them for distribution to work. Also U must config Username and Password on Global mode for 0 and 1 also 1 and 2.

User and password?

Plus...So I must configure the three protocols in three of them?
Re: ♦route Redistributing: CCNA Network Engrs♦ by snipesdam(m): 1:31pm On May 19, 2016
abumeinben:


User and password?

Plus...So I must configure the three protocols in three of them?

yes

R0(config-t)# usernamer R1 password cisco
R1(config-t)# usernamer R0 password cisco
R2(config-t)# usernamer R1 password cisco
R1(config-t)# usernamer R2 password cisco
Re: ♦route Redistributing: CCNA Network Engrs♦ by kart042000(m): 3:18pm On May 19, 2016
abumeinben:


User and password?

Plus...So I must configure the three protocols in three of them?

Configuring the 3 routing protocols on each router will make them converge but in real essence, only the EIGRP will be used for routing because it has the least AD.

Having the 3routing protocols will increase over head route tables.
OSPF will not work without having an area 0.
Re: ♦route Redistributing: CCNA Network Engrs♦ by abumeinben(m): 3:31pm On May 19, 2016
kart042000:


Configuring the 3 routing protocols on each router will make them converge but in real essence, only the EIGRP will be used for routing because it has the least AD.

Having the 3routing protocols will increase over head route tables.
OSPF will not work without having an area 0.


OK..let me use area 0 then
Re: ♦route Redistributing: CCNA Network Engrs♦ by Safari29: 5:37pm On May 19, 2016
kart042000:


Configuring the 3 routing protocols on each router will make them converge but in real essence, only the EIGRP will be used for routing because it has the least AD.

Having the 3routing protocols will increase over head route tables.
OSPF will not work without having an area 0.


you are right Sir,
but i wonder why abumeinben: is using serial connection between the routers?
Re: ♦route Redistributing: CCNA Network Engrs♦ by abumeinben(m): 7:00pm On May 19, 2016
Safari29:


you are right Sir,
but i wonder why abumeinben: is using serial connection between the routers?

I'm just a beginner Sir.

What's connection is better off?
Re: ♦route Redistributing: CCNA Network Engrs♦ by kart042000(m): 7:29am On May 20, 2016
Safari29:


you are right Sir,
but i wonder why abumeinben: is using serial connection between the routers?

He can use a serial connection, it all depends. It means one router could be in lagos while the other in abuja.

Using an ethernet network means its a local area network in the same area.

When you advance in your learning, you will realize between two point to point serial link, you have a transmission link which could be fibre, MW or OSN. or it could simply terminate into a provider edge router.

You need to understand that EIGRP is cisco proprietary while OSPF is open standard.
Re: ♦route Redistributing: CCNA Network Engrs♦ by Safari29: 3:06pm On May 20, 2016
kart042000:


He can use a serial connection, it all depends. It means one router could be in lagos while the other in abuja.

Using an ethernet network means its a local area network in the same area.

When you advance in your learning, you will realize between two point to point serial link, you have a transmission link which could be fibre, MW or OSN. or it could simply terminate into a provider edge router.

You need to understand that EIGRP is cisco proprietary while OSPF is open standard.


i understand very well Sir, what i mean in the real sense is that he shouldnt have used a serial connection considering the fact that this is not in production but a packet tracer practice plus if at all they should be properly configured like clockrate, bandwith etc before being used

1 Like

Re: ♦route Redistributing: CCNA Network Engrs♦ by Safari29: 3:08pm On May 20, 2016
abumeinben:


I'm just a beginner Sir.

What's connection is better off?
Sir, i will advice you use a lan cable for the routers connection for now. Serial connection needs to be configured before it can work
Re: ♦route Redistributing: CCNA Network Engrs♦ by Nobody: 3:33pm On May 20, 2016
abumeinben:
Please come ooooo


Billyjim
DanIndia
drcharles4me
baba11
Safari29
ptoall1000
Techsupport
jnsoribe
kart042000
snipesdam


Bikonu

Hey buddy,
I am sorry i am late to the game. right off the bat i can see that you dont have area 0 for your ospf. to truly solve this problem, can you do a show run on all the routers and post the output. That will help a lot.

cheers
Re: ♦route Redistributing: CCNA Network Engrs♦ by baba11(m): 10:03am On May 26, 2016
abumeinben:
Please come ooooo


Billyjim
DanIndia
drcharles4me
baba11
Safari29
ptoall1000
Techsupport
jnsoribe
kart042000
snipesdam


Bikonu
How's it now?Have you been able to resolve it??
Re: ♦route Redistributing: CCNA Network Engrs♦ by abumeinben(m): 10:51pm On May 26, 2016
baba11:
How's it now?Have you been able to resolve it??
not yet sir, need to return ospf to area 0. but been busy. I'm currently at work..night shift
Re: ♦route Redistributing: CCNA Network Engrs♦ by baba11(m): 1:11am On May 27, 2016
abumeinben:


not yet sir,
need to return ospf to area 0. but been busy. I'm currently at work..night shift
Alright.
Re: ♦route Redistributing: CCNA Network Engrs♦ by abumeinben(m): 10:31am On May 30, 2016
Billyjim
DanIndia
drcharles4me
baba11
Safari29
ptoall1000
Techsupport
jnsoribe
kart042000
snipesdam


I noticed something from this setup. Seems I have to use a neutral router as the redistributor. This worked.

Is this always the case?

Re: ♦route Redistributing: CCNA Network Engrs♦ by Nobody: 1:32pm On May 30, 2016
abumeinben:


Billyjim
DanIndia
drcharles4me
baba11
Safari29
ptoall1000
Techsupport
jnsoribe
kart042000
snipesdam


I noticed something from this setup. Seems I have to use a neutral router as the redistributor. This worked.

Is this always the case?
That is why I asked u to post a showhile run output. From an ospf point, redistribution is done at the area border router

(1) (Reply)

Java Spring CRUD Example Using One To One Mapping Of Two Tables / Am Trying To Teach Myself Java Programming / Pros, Help Me Upload Image With Java

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 40
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.