cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
253
Views
0
Helpful
3
Replies

advertsing default route in eigrp

carl_townshend
Spotlight
Spotlight

can anyone tell me how i advertise a default route in eigrp, i dont want to re-distribute a static, I have heard there is another command, is it ip-default network or something like that ?

3 Replies 3

pkhatri
Level 11
Level 11

There are a number ways to advertise a default-route in EIGRP:

- redistribution, which you don't want to do

- use of the 'ip default-network' command to mark a network as being a candidate default route

- use of the 'ip summary-address 0.0.0.0 0.0.0.0 eigrp ' command.

Paresh

if I used the ip summary address on this interface, would this just advertise the 0.0.0.0 0.0.0.0 network to other routers ? and they wouldnt use this if they had a more specific route ?

That is correct. These routes will still perform longest match routing.

Paresh