Options

EIGRP configuration ip address

2URGSE2URGSE Member Posts: 220 ■■■□□□□□□□
I'm doing the EIGRP config simulator.

I'm a bit confused on which ip address I need to input when configuring the EIGRP....icon_sad.gif

I understand the following:

ROUTER EIGRP 100
NETWORK X.X.X.X

Do you put in the network # for a specific subnet as the X.X.X.X ? I can't quite grasp it.....
A+
Network+
CCENT (formally CCNA certified)
ICE (Imprivata Certified Engineer)

Comments

  • Options
    burbankmarcburbankmarc Member Posts: 460
    Yes, you put in the network number. So say your subnet is for 192.168.1.0 255.255.255.0 you would put in 192.168.1.0. If you want to break it down you would need to add the wildcard mask. So say you wanted the network 192.168.1.0 255.255.255.252 you would use:

    network 192.168.1.0 0.0.0.3
  • Options
    networker050184networker050184 Mod Posts: 11,962 Mod
    All the network command does is tell EIGRP which interface to run on. It doesn't have to be the network address.

    I always use the 1.1.1.1 0.0.0.0 form to be as precise as possible. It also cuts down on network statement errors since its the exact address of one of the interfaces on the router.
    An expert is a man who has made all the mistakes which can be made.
  • Options
    tha_dubtha_dub Member Posts: 262
    Just to add to that, In the cisco press book it also states that if you don't put in a wildcard mask it works like RIP and uses the classful network of whatever IP address you use.
Sign In or Register to comment.