cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
275
Views
13
Helpful
3
Replies

EIGRP and networks interfaces

moses12315
Level 1
Level 1

I am trying to migrate from RIP to EIGRP the network. I am using in all netwok 10.x.x.x . Shall i advertise in each router the interfaces with 10.0.0.0 or write exactly the network using also wildmask. What't the difference. Of course using 10.0.0.0 is easier.

Thanks

moses

3 Replies 3

moses12315
Level 1
Level 1

i meant wildcard mask.

moses

Moses,

Using the wild card mask is more granular and comes handy if you do not want to include all interfaces that fall into the network you specify. If all interfaces have to be included anyway, you could just use the network statement without the wild card mask.

Hope this helps,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

The wildcard mask specified along with the EIGRP network statements allows granularity in selecting the interfaces where you want EIGRP to run.

By default EIGRP assumes the major classful network when you do not use the wildcard mask.

for eg, if you have a router with 2 interfaces with ip addresses

10.10.10.1/30 and 10.10.10.5/30 respectively, without the wildcard mask with the networl statement 10.10.10.0 would start eigrp on botn the interfaces. if you want only one of the interfaces to run eigrp, you would require a subnet mask to be configured

router eigrp 100

network 10.10.10.0 0.0.0.3

The above statement starts eigrp only the interface with the subnet 10.10.10.0/30 and not on the 10.10.10.4/30

HTH, rate if it does

Narayan

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card