Eigrp

MikdillyMikdilly Member Posts: 309
If you had a router with a serial interface configured as 10.82.113.33 /27 and an ethernet port configured as 10.25.67.65 /27. Should you enter the network command for eigrp for each of these subnets as:

network 10.82.113.0 0.0.0.31
network 10.25.67.0 0.0.0.31

Or should you just use:

network 10.0.0.0

Little confused as to when to use the wildcard mask and when not to.

Comments

  • networker050184networker050184 Mod Posts: 11,962 Mod
    You are not entering the subnet to be advertised in the network command. You are telling the router which interfaces to run eigrp on. So you can use any mask that includes that interfaces ip address. You could just as easy use 10.82.113.33 0.0.0.0 (which is my prefered method).
    An expert is a man who has made all the mistakes which can be made.
  • nice343nice343 Member Posts: 391
    you use the
    network 10.0.0.0
    
    command when eigrp is the only thing running on the router. When you have Ripv2 running on the router. That might be a problem when you have to redistribute unless you configure
    passive interfaces
    


    If you want Eigrp to advertise a particular subnet then you include the wildcard mask.

    The correct command for those networks and their wildcard masks are
    network 10.25.67.64 0.0.0.31
    network 10.25.113.32 0.0.0.31
    
    This enables Eigrp for that interfaces and tells the interfaces to only advertise those subnets specified specific subnet.
    My daily blog about IT and tech stuff
    http://techintuition.com/
  • networker050184networker050184 Mod Posts: 11,962 Mod
    No matter the mask you use in the network statement it will still advertise the subnet from the interface. If you use 10.25.67.64 0.0.0.31 and the mask on the interface is 255.255.255.0 it will advertise that and not 255.255.255.224. Remeber you are telling it what interface to run eigrp on not what network to advertise. (assuming auto-summary is off and not advertising at the classfull boundry in which case it woulds advertise 10.0.0.0)
    An expert is a man who has made all the mistakes which can be made.
  • MikdillyMikdilly Member Posts: 309
    Thanks for your help
  • mikej412mikej412 Member Posts: 10,086 ■■■■■■■■■■
    Remeber you are telling it what interface to run eigrp on not what network to advertise. (assuming auto-summary is off and not advertising at the classfull boundry in which case it woulds advertise 10.0.0.0)
    icon_pumpkin.gif

    I used the pumpkin since there isn't a gold star emoticon. :D

    This is one of those things a lot of people overlook when studying for the CCNA (and then again studying for the CCNP, but that's just to scary to think about).
    :mike: Cisco Certifications -- Collect the Entire Set!
  • mgeorgemgeorge Member Posts: 774 ■■■□□□□□□□
    mikej412 wrote:
    icon_pumpkin.gif

    I used the pumpkin since there isn't a gold star emoticon. :D

    lol!!! Johan needs to add a gold star then so that way mike can be a star icon_cool.gif
    There is no place like 127.0.0.1
  • r_durantr_durant Member Posts: 486 ■■■□□□□□□□
    mgeorge27 wrote:
    mikej412 wrote:
    icon_pumpkin.gif

    I used the pumpkin since there isn't a gold star emoticon. :D

    lol!!! Johan needs to add a gold star then so that way mike can be a star icon_cool.gif

    I think then we'd need more space for Mike and Derek's profiles...all those certs and stars wont survive.... icon_lol.gif
    CCNA (Expired...), MCSE, CWNA, BSc Computer Science
    Working on renewing CCNA!
Sign In or Register to comment.