EIGRP - Unicast Update
Secara default EIGRP melakukan update secara multicast 224.0.0.10, pada lab ini
kita akan rubah menjadi unicast update
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#router eigrp 1
R1(config-router)#neighbor 12.12.12.2 s2/0
R2(config-router)#neighbor 12.12.12.1 s2/0
R2(config-router)#
sebelum di rubah ketika di debug
*Aug 6 16:57:12.747: IP: s=12.12.12.1 (local), d=224.0.0.10 (Serial2/0), len 60, sending broad/multicast, proto=88
*Aug 6 16:57:12.748: IP: s=12.12.12.1 (local), d=224.0.0.10 (Serial2/0), len 60, sending full packet, proto=88
R1#
d= 224.0.0.10 (default multicast )
setelah konfigurasi selanjutnya di debug
R1#
*Aug 6 17:03:04.385: IP: s=12.12.12.2 (Serial2/0), d=12.12.12.1, len 60, rcvd 0, proto=88
*Aug 6 17:03:04.385: IP: s=12.12.12.2 (Serial2/0), d=12.12.12.1, len 60, input feature, proto=88, packet consumed, MCI Check(108), rtype 0, forus FALSE, sendself FALSE, mtu 0, fwdchk FALSE
*Aug 6 17:03:04.724: IP: s=12.12.12.1 (local), d=12.12.12.2 (Serial2/0), len 60, sending, proto=88
*Aug 6 17:03:04.724: IP: s=12.12.12.1 (local), d=12.12.12.2 (Serial2/0), len 60, sending full packet, proto=88
R1#
Mantabb sekarang status R1 dan R2 menggunakan unicast update
selesei
Salam Ngoprek