I have an issue regarding the Neighbour Adjacency
Hello speedosuper111, welcome to NetworkLessons
When making posts here or on any other forums, you have to be more specific when presenting problems like this. Do you have a specific network topology that you’re working with? What is your current EIGRP configuration, what specific adjacency problem do you have? Are the peers not exchanging routes or not forming neighborships at all?
Make sure to provide the information mentioned above so we can further help you resolve your issue.
Kind regards,
David
My problem is that even if I issued router eigrp as no. On both the routers no hello messages are sent as described in the neighbour Adjacency part by you. The router start sharing hello messages as soon as I inject the routes. Why is that??
Hello speedosuper111.
Issuing the router eigrp x
command creates the EIGRP process but it does not enable EIGRP on any interfaces so no hello messages are sent thus no neighborships are formed. If you want routers to become neighbors and exchange routes, you must activate EIGRP on the interfaces that connect the routers together by using the network command.
The network command does the following two things:
-
Advertises the networks that fall within this range in EIGRP. If an IP address configured on an interface falls under the network command, EIGRP will be activated on that interface and the network on that interface will be advertised.
-
Activating EIGRP on the interface(s) means that the router will start sending hello packets out of them and form peerings with the neighboring routers if the conditions are right (each routing protocol has different parameters that need to match). After an adjacency is formed, the routes are exchanged.
David
There is one more issue. I didn’t saw any hello message sent on the loopback interface like it’s shown.