CiscoHomeLab
3 posts

Hey Stretch,

This threw me for a loop and I thought it my be a typo.

On page 5, you have the following for EIGRP:

Router(config-router)# network [wildcard mask]

Since it's EIGRP, should [wildcard mask] be there?

Thanks for posting your notes. It's helping me focus my studies.

nishv
2 posts

If you don't specify the wildcard mask, it will use the network's classfull address, regardless of whether you use no auto-summery is used or not because the router does not know which VLSM to use.

CiscoHomeLab
3 posts

Hmmm.... I verified this in the Cisco Field Manual for Router Configuration and the CCNA Portable Command Guide before posting. Neither mention a wildcard mask.

So, in a real world situation, which would you be more likely to deploy? EIGRP with or without a wildcard mask?

And how does this apply to this command?

ip summary-address eigrp [autonomous-system-number] [address mask]

nishv
2 posts

Always use the wildcard mask and “no auto-summery” unless you are running EIGRP on a small scale network without any future expansion.

It get problematic when you have more than one network running which both comes under one classfull mask.

ip summary-address eigrp [autonomous-system-number] [address mask]

is used to summarise EIGRP routes on an interface level.

http://www.cisco.com/application/pdf/paws/16406/eigrp-toc.pdf

Hope this helps...

CiscoHomeLab
3 posts

That helps tremendously. Thanks for taking the time to answer my questions.

ekaleido
4 posts

Network statements under "router eigrp X" specify which interfaces you are going to speak EIGRP on. It is sometimes used erroneously as a means by which to inject routes into EIGRP, but this generally isn't "proper." Instead, I would either inject routes with interface-level summary-address statements or by making the router some form of eigrp stub. Your mileage may, of course, vary.

mellowd
2 posts

I've always put the wildcard mask in

Viewing 1 - 7 of 7

  • 1