cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
519
Views
0
Helpful
4
Replies

Incorporating EIGRP within an OSPF Network

joshgarmon116
Level 1
Level 1

I have 7 Routers.

 

All the interfaces of each Router are running OSPF except one interface.

 

One of the interfaces on Router7 I configured for EIGRP.

 

I CANNOT ping that EIGRP interface though.

 

Should I be able to?

 

 

 

 

 

 

 

 

4 Replies 4

Bilal Nawaz
VIP Alumni
VIP Alumni

Hello, if the EIGRP interface is not configured to be advertised in the OSPF domain then no, you should not be able to. Most likely not being advertised if its not enabled for OSPF.

Look to see if you see routes to that particular network and examine the routing tables.

Then perhaps take a look at "redistribution" whereby you redistribute eigrp to ospf, so that OSPF learns about EIGRP routes/networks/interfaces.

http://www.cisco.com/c/en/us/support/docs/ip/enhanced-interior-gateway-routing-protocol-eigrp/8606-redist.html

Hope this helps

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

When using a NETWORK statement in my redistribution command, which Network am I using?

 

For example, I want to redistribute OSPF into EIGRP:

 

conf t

router eigrp 5

network X.X.X.X  <<<<<<<<<<<<< is the EIGRP's network or the network of the protocol i'm trying to redistribute INTO EIGRP?

redistribute ospf 6

 

 

 

If you are advertising the network using the network command then you are putting with the netwoek and wildcard mask, 

if you are advertising with redistributing command then it is as follows,

1) redistribute connected, it is redistributing the connected interfaces of the router and the loopbacks

2) if you are redistributing the ospf in to eigrp or vice versathen it will redistribute all the learnt networks of that process.

If you want to be sure that which networks should be redistributed then you may use access-list and vrfs.

Hope you understood, keep posted.

BR

Thanveer

"Please Rate All Helpful Posts"

Hello Josh,

Completly agreed with Bilal, need to add some points.

There are two ways of advertising the networks in protocols.

1) advertise network

2) redistribute them.

in your case since you are running two different protocols you need to redistribute ospf to eigrp and eigrp to ospf for end to en connectivity.

If you are looking in the case where you only need the eigrp interface of the router in which you are running both ospf and eigrp  needs to be able to reachable to ospf domain then you may go with redistribute connected in ospf in the same router. 

While redistributing connected, if you want only one interface you may also use route-map with access-list in to it.

BR

Thanveer

"Please Rate All the Helpful posts"

Review Cisco Networking for a $25 gift card