I finally overcome getting interfaces all pinging, EIGRP routes propagating over a hub and spoke Frame Relay network (Chris Bryant setup), and I turned off the LAN ports so routes would not be learned over that to force feed FR to myself and make this work.
(Edit: Topology shows Area 100, meant to be AS 100)
So I got the spokes passing routes from the hub via sub-interfaces on the hub, summarized a route, everything is pinging - Great! Then I opened the LAN Fa0/0 ports on the two spokes which are connected via a 3560 to simulate the LAN and get the following notifications:
R1#
R1#
R1#
*Mar  1 07:45:23.432: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 172.12.123.6 (Serial0/0.13) is down: Interface Goodbye received
R1#
*Mar  1 07:45:25.403: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 172.12.123.2 (Serial0/0.12) is down: Interface Goodbye received
R1#
*Mar  1 07:45:27.306: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 172.12.123.2 (Serial0/0.12) is up: new adjacency
*Mar  1 07:45:28.147: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 172.12.123.6 (Serial0/0.13) is up: new adjacency
R1#
*Mar  1 07:46:47.610: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 172.12.123.6 (Serial0/0.13) is down: Interface Goodbye received
*Mar  1 07:46:48.611: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 172.12.123.6 (Serial0/0.13) is up: new adjacency
R1#
*Mar  1 07:48:08.182: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 172.12.123.6 (Serial0/0.13) is down: Interface Goodbye received
R1#
*Mar  1 07:48:11.487: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 172.12.123.6 (Serial0/0.13) is up: new adjacency
It seems to freak both sub-interfaces out, then continue to pick on the sub-int going to R3, so I went there and I am getting this output at the same intervals:
ASR#3
[Resuming connection 3 to r3 ... ]
*Mar  1 10:55:10.985: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
R3(config-if)#
*Mar  1 10:55:13.498: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R3(config-if)#
*Mar  1 11:03:40.144: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 172.12.123.5 (Serial0/2) is down: retry limit exceeded
R3(config-if)#
*Mar  1 11:03:44.034: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 100: Neighbor 172.12.123.5 (Serial0/2) is up: new adjacency
If I shut down the LAN interfaces the messages stop, but I've configured this before and have not seen that before, is it possibly the 3560 that has some default behavior? All I did for it was assign a mgmt IP to Vlan1 and no shut it, no routing has been enabled / disabled or anything.
Below is the running configs of all 4 devices and a crude topology for reference, any ideas on where I'm tripping up would be greatly appreciated!
R1
R1#show run
Building configuration...
Current configuration : 2032 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$iIpC$9.MGkiLeuNnMnWwOSSZgV.
!
no aaa new-model
!
resource policy
!
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback1
ip address 1.1.1.1 255.255.255.255
!
interface Loopback101
ip address 100.1.0.1 255.255.0.0
!
interface Loopback102
ip address 100.2.0.1 255.255.0.0
!
interface Loopback103
ip address 100.3.0.1 255.255.0.0
!
interface Loopback104
ip address 100.4.0.1 255.255.0.0
!
interface Loopback105
ip address 100.5.0.1 255.255.0.0
!
interface Loopback106
ip address 100.6.0.1 255.255.0.0
!
interface Loopback107
ip address 100.7.0.1 255.255.0.0
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0
no ip address
encapsulation frame-relay
no frame-relay inverse-arp
!
interface Serial0/0.12 point-to-point
ip address 172.12.123.1 255.255.255.252
ip summary-address eigrp 100 100.0.0.0 255.248.0.0 5
frame-relay interface-dlci 122
!
interface Serial0/0.13 point-to-point
ip address 172.12.123.5 255.255.255.252
ip summary-address eigrp 100 100.0.0.0 255.248.0.0 5
frame-relay interface-dlci 123
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
!
router eigrp 100
network 1.1.1.1 0.0.0.0
network 100.1.0.0 0.0.255.255
network 100.2.0.0 0.0.255.255
network 100.3.0.0 0.0.255.255
network 100.4.0.0 0.0.255.255
network 100.5.0.0 0.0.255.255
network 100.6.0.0 0.0.255.255
network 100.7.0.0 0.0.255.255
network 172.12.123.0 0.0.0.255
no auto-summary
!
!
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
password CCNP
logging synchronous
login
!
!
end
R1#
R2
R2#show run
Building configuration...
Current configuration : 1277 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$cRe6$FY0TO/l1.y.4.96ipWECt0
!
no aaa new-model
!
resource policy
!
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback2
ip address 2.2.2.2 255.255.255.255
!
interface FastEthernet0/0
ip address 172.12.23.2 255.255.255.0
shutdown
duplex auto
speed auto
!
interface Serial0/0
ip address 172.12.123.2 255.255.255.0
encapsulation frame-relay
frame-relay map ip 172.12.123.3 221
frame-relay map ip 172.12.123.1 221 broadcast
no frame-relay inverse-arp
frame-relay lmi-type cisco
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
!
router eigrp 100
network 2.2.2.2 0.0.0.0
network 172.12.23.0 0.0.0.255
network 172.12.123.0 0.0.0.255
no auto-summary
!
!
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
password CCNP
logging synchronous
login
!
!
end
R2#
R3
R3#show run
Building configuration...
Current configuration : 1369 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$9ppO$.Gpcpol/dOjLHJEKqMCHF1
!
no aaa new-model
!
resource policy
!
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
controller T1 0/0
framing sf
linecode ami
!
controller T1 0/1
framing sf
linecode ami
!
!
!
!
!
!
interface Loopback3
ip address 3.3.3.3 255.255.255.255
!
interface FastEthernet0/0
ip address 172.12.23.3 255.255.255.0
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/2
ip address 172.12.123.6 255.255.255.0
encapsulation frame-relay
frame-relay map ip 172.12.123.5 321 broadcast
frame-relay map ip 172.12.123.2 321
no frame-relay inverse-arp
frame-relay lmi-type cisco
!
interface Serial0/3
no ip address
shutdown
!
router eigrp 100
network 3.3.3.3 0.0.0.0
network 172.12.23.0 0.0.0.255
network 172.12.123.0 0.0.0.255
no auto-summary
!
!
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
password CCNP
logging synchronous
login
!
!
end
R3#
SW1
SW1#show run
Building configuration...
Current configuration : 1434 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname SW1
!
enable secret 5 $1$9VI0$dSkRzCH75.XJFi7Y98.Ea1
!
no aaa new-model
ip subnet-zero
no ip domain-lookup
!
!
!
!
no file verify auto
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
interface FastEthernet0/1
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
ip address 172.12.23.1 255.255.255.0
!
ip classless
ip http server
!
!
control-plane
!
!
line con 0
logging synchronous
line vty 0 3
password CCNP
login
line vty 4
password CCNP
logging synchronous
login
line vty 5 14
password CCNP
logging synchronous
login
line vty 15
no login
!
!
end
SW1#