cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
626
Views
0
Helpful
2
Replies

EIGRP routing

NemanjaPoprzen
Level 1
Level 1

Hello,

I have ASA 5510 with 8.2(1) software. My EIGRP configuration is:


route outside 0.0.0.0 0.0.0.0 x.x.x.x

router eigrp 1

no auto-summary

no default-information in

no default-information out

default-metric 100000 10 255 1 1500

eigrp stub connected static

network 10.x.x.x 255.255.255.248

network 10.x.x.x 255.255.255.240

network 10.x.x.x 255.255.255.0

redistribute static metric 100000 10 255 1 1500


I can not prevent ASA to advertise default route, is there a mistake with my configuration?

Thanks

1 Accepted Solution

Accepted Solutions

Jennifer Halim
Cisco Employee
Cisco Employee

You redistribute static into eigrp.

You can create a route-map to surpress the static default route to be redistributed to eigrp.

View solution in original post

2 Replies 2

Jennifer Halim
Cisco Employee
Cisco Employee

You redistribute static into eigrp.

You can create a route-map to surpress the static default route to be redistributed to eigrp.

You are right, route-map solved problem with default route. "no default-information out" command confused me.

Thank you.

Review Cisco Networking for a $25 gift card