Options

EIGRP messaging

gojericho0gojericho0 Member Posts: 1,059 ■■■□□□□□□□
Had a couple questions about EIGRP and the various messages that it sends out. Below is my current understanding and some questions that I have. Someone please correct me if I am wrong.

Hello packets - Sent out when EIGRP protocol is first activated to discover neighbors. Also sends periodic Hello through multicasting to detect new neighbors or neighbors that have become unreachable. The time period that a router should recieve a hello packet from its neighbors are found in the neighbor table of the router. As long as the router keeps recieving hello packets from its neighbors he can send and recieve routing information.

WHY CAN'T I SEE HELLO PACKETS BEING TRANSMITTED WHEN I DEBUG EIGRP?

IS THE TIMER OF HOW OFTEN A ROUTER SENDS A HELLO PACKET AUTOMATED OR CAN IT BE SENT MANUALLY? HOW IS IT DETERMINED HOW OFTEN TO SEND A HELLO PACKET?

Update packets - Requires reliable transfer using RTP and requires an ACK packet from the neighbor confirming that it was recieved. Update packets are used when the hello packet discovers a new neighbor. The entire topology table is sent to this neighbor using the update packet as a unicast. Update packets are also used when the link-cost changes in a router via a multicast.

WOULD THIS BE WHENEVER THE TYPE OF METRIC CHANGES OR THE CURRENT METRIC CHANGES VALUES?

Queries and Replies - These are sent when the router goes into active state because there are not feasiable successors in the topology table and it has to ask the router for an alternate route. The Reply is the neighboring routers answer to the query.

Thanks in advance[/b]

Comments

Sign In or Register to comment.