EIGRP Passive Interface

In your introduction video to EIGRP and every other book that I read, it says that

EIGRP hello messages are sent using multicast address 224.0.0.10

but this debug says otherwise. Can you please clarify?

R1#debug eigrp packets hello
EIGRP Packets debugging is on
(HELLO)

EIGRP: Sending HELLO on FastEthernet0/0
  AS 12, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0

EIGRP: Sending HELLO on FastEthernet0/1
  AS 12, Flags 0x0, Seq 0/0 idbQ 0/0 iidbQ un/rely 0/0

Update: find out why

R1#debug ip packet
IP packet debugging is on
R1#
*Feb  3 18:31:23.715: IP: s=192.168.13.1 (local), d=224.0.0.10 (FastEthernet0/1), len 60, sending broad/multicast
*Feb  3 18:31:23.715: IP: s=192.168.13.1 (local), d=224.0.0.10 (FastEthernet0/1), len 60, sending full packet

image

1 Like