EIGRP
EIGRP Multicast (224.0.0.10) updates even after manual “neighbor” configs

HQ – East
|
West

hostname HQ
interface Serial0/1/1
ip address 172.16.124.1 255.255.255.248
encapsulation frame-relay
frame-relay map ip 172.16.124.2 102 broadcast
frame-relay map ip 172.16.124.3 103 broadcast
no frame-relay inverse-arp
no shutdown
!
router eigrp 1
network 0.0.0.0
no auto-summary
neighbor 172.16.124.3 Serial0/1/1
neighbor 172.16.124.2 Serial0/1/1

==============
hostname East
!
interface Serial0/1/1
ip address 172.16.124.2 255.255.255.248
encapsulation frame-relay
clock rate 125000
frame-relay map ip 172.16.124.1 201 broadcast
frame-relay map ip 172.16.124.3 201
no shutdown
!
router eigrp 1
network 0.0.0.0
no auto-summary
neighbor 172.16.124.1 Serial0/1/1
===============

hostname West
!
interface [...]

Read More
Posted on 4th June 2008No Comments