10-14-2005 08:47 AM - edited 03-03-2019 12:25 AM
If I wanted to advertise a network of 19.45.74.0 would I put this into eigrp, could I put network 10.0.0.0, would this also work ?
10-14-2005 09:09 PM
Hi
you can also configure something similar to this ..
network 19.45.74.0 255.255.255.0 or network 19.45.74.0 0.0.0.255.
regds
10-15-2005 01:51 AM
Hi Prem,
Why have you used a wildcard mask here??I was under the impression that a wildcard mask is not allowed in eigrp???Please confirm..
10-15-2005 08:20 AM
The official answer and the IOS help says to use a wildcard mask. Both will actually work.
10-15-2005 01:27 PM
Older implementations of EIGRP did not have support for wildcard masks and could only process a classful network address in the network statement (would not recognize subnet addresses). This kept EIGRP consistent with the original IGRP. Many of us learned EIGRP that way. Many examples in Cisco documentation are written that way because it is how it used to be.
Current versions of EIGRP do support wildcard masks. Use of the wildccard mask is optional (not like OSPF where the mask is mandatory) so you can configure EIGRP with wildcard mask or without wildcard mask.
Whether you need a wildcard mask (or want a wildcard mask) will depend on your situation and on what you are trying to accomplish. If all of the interfaces on the router in that network should be included in the EIGRP process (and any interface that might be added later should also be included) then configuring without a mask is easy and gets the job done. If some interface(s) on the router should be included and some interface(s) should not be included, then configuring with wildcard masks is the easy way to include what you want and exclude what you do not want. Some people like to configure with masks because it preserves the option that at some future time you might want to exclude an interface.
So it is somewhat a metter of personal preference or experience and really dependeny on the particular situation.
HTH
Rick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide