Propagating a default route in eigrp

EdTheLadEdTheLad Member Posts: 2,111 ■■■■□□□□□□
I just wondering about the different methods to propagate a default route
using eigrp.

Lets say i have my gateway router to the internet with the external port ip address 200.0.10.1/30, far side 200.0.0.2

So i have eigrp enabled

1) i could create a static route,
ip route 0.0.0.0 0.0.0.0 200.0.10.2
router eigrp 1
no auto
redistribute static metric xxxxx

2)
ip route 0.0.0.0 0.0.0.0 200.0.10.2
router eigrp 1
no auto
network 0.0.0.0
( I have seen this in a manual but it doesnt work for me,i'm using with 12.3, can someone confirm if it works on 12.4?)

3)
ip route 200.0.10.0 255.255.255.0 200.0.10.2
ip default-network 200.0.10.0
router eigrp 1
no auto
network 200.0.10.0

Any other ways i can do this that i'm missing?

I've seen under eigrp i can use "default-information" command, this can be used with an access-list.

I've created, access-list 1 deny 0.0.0.0 0.0.0.0
router eigrp 1
no auto
default-information in 1

After i clear eigrp neighbors, the default route reappears.
Anyone know how i can use this command?
Networking, sometimes i love it, mostly i hate it.Its all about the $$$$

Comments

Sign In or Register to comment.