eigrp and default-route

2000-07-14 Thread Tapani Heinonen

Hi,

I have a problem with eigrp and distribution.  I’m using distribute-list
in a router’s eigrp process to filter unwanted networks to enter in the
routing table. Below is an example of my configuration.

Router eigrp 1000
  Network 192.168.10.0
  Distribute-list 10 in
  No auto-summary

Access-list 10 permit 192.168.0.0 0.0.255.255

This works fine. Only distributed routes are to networks 192.168.0.0/16.
But I would also what the default route to distribute into my routing
table. How do I do that ?

I tried to use command: default-information in 10  but it didn’t help.

Any suggestions.

-Tapani-


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: eigrp and default-route

2000-07-14 Thread Tapani Heinonen

Feeling stupid!

Of course, I need to add default route to my access-list.
Access-list 10 permit 0.0.0.0 0.0.0.0

The command ‘default-information’ confused me. Can anyone explain me, what
this command does?


> Hi,
>
> I have a problem with eigrp and distribution.  I’m using distribute-list
> in a router’s eigrp process to filter unwanted networks to enter in the
> routing table. Below is an example of my configuration.
>
> Router eigrp 1000
>   Network 192.168.10.0
>   Distribute-list 10 in
>   No auto-summary
>
> Access-list 10 permit 192.168.0.0 0.0.255.255
>
> This works fine. Only distributed routes are to networks 192.168.0.0/16.
> But I would also what the default route to distribute into my routing
> table. How do I do that ?
>
> I tried to use command: default-information in 10  but it didn’t help.
>
> Any suggestions.
>
> -Tapani-

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]