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

default route in EIGRP

fd_case17
Level 1
Level 1

hi ,

How can I inject this default route in EIGRP

ip route 0.0.0.0 0.0.0.0 10.0.0.254

thanx

1 Accepted Solution

Accepted Solutions

Hi,

"default-information" command in EIGRP will not originate a default route as like OSPF. It works a bit different.

It instructs the router to accept/advertise the default candidate network. (Hope you remember IGRP doesnt advertise 0.0.0.0 network and so we use ip default-network command)

Say you have the below tpology,

R1------------R2------

10.0.0.0 11.0.0.0

In R2, if you configure "ip default-network 11.0.0.0" command.

11.0.0.0 network will be marked as default candidate network in R1 as below,

D* 11.0.0.0/8

Now configure "no default-information in" in R1, clear the EIGRP neighbor and check the table. 11.0.0.0 will not be marked as default candidate network.

HTH,

Nagendra

View solution in original post

4 Replies 4

Nagendra Kumar Nainar
Cisco Employee
Cisco Employee

Hi,

Do you want this static route to be redistributed into your EIGRP domain?. If so, you can use the following command..

ip route 0.0.0.0 0.0.0.0 10.0.0.254

router eigrp 1

redistribute static metric 10000 1 255 10 1500

ok well

What's the command under process router eigrp

default-information

it doesn't seem to work like ospf does

You are correct. In current code EIGRP does not implement the default-information-originate function. In a presentation at the Networkers conference it was stated that it is planned for EIGRP to implement this in some future release. But current code for EIGRP does not do this.

HTH

Rick

HTH

Rick

Hi,

"default-information" command in EIGRP will not originate a default route as like OSPF. It works a bit different.

It instructs the router to accept/advertise the default candidate network. (Hope you remember IGRP doesnt advertise 0.0.0.0 network and so we use ip default-network command)

Say you have the below tpology,

R1------------R2------

10.0.0.0 11.0.0.0

In R2, if you configure "ip default-network 11.0.0.0" command.

11.0.0.0 network will be marked as default candidate network in R1 as below,

D* 11.0.0.0/8

Now configure "no default-information in" in R1, clear the EIGRP neighbor and check the table. 11.0.0.0 will not be marked as default candidate network.

HTH,

Nagendra

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card