Found a problem. As I was reading through my routing table (editing for content & size), I found a route to my locally-connected vpn server via the frame relay. This is coming from a redistributed static route on the remote router to ensure that the vpn is up and accessable (really for the monitoring system's benefit). Even though 10.5.2.200 is locally connected to the interface with 10.5.2.11 bound to it, it wasn't seen as local until I added "ip route 10.5.2.200 255.255.255.255 eth0".
This issue can be corrected with route filters, but still the connected i/f should override an external eigrp route, no?
Below is my "sh run" and "sh ip route" output, with minor deletions. Thanks for your help.
Lee.
sh ru
Building configuration...
Current configuration : 2713 bytes
!
! Last configuration change at 13:19:01 PDT Wed Sep 3 2003
! NVRAM config last updated at 07:03:11 PDT Thu Jul 17 2003
!
version 12.2
service timestamps debug uptime
service timestamps log datetime
service password-encryption
!
hostname olt-gate1
!
logging buffered 4096 notifications
enable secret
enable password
!
clock timezone PST -8
clock summer-time PDT recurring
ip subnet-zero
no ip domain-lookup
!
!
!
interface Loopback0
ip address 10.5.0.5 255.255.255.252
!
interface Ethernet0
description Alternate route via vpn
ip address 10.5.2.11 255.255.255.0
half-duplex
standby 2 ip 10.5.2.10
standby 2 timers 5 15
standby 2 priority 110
standby 2 preempt
!
interface FastEthernet0
description Internal segment
ip address 10.5.1.11 255.255.255.0
speed auto
half-duplex
standby 1 ip 10.5.1.10
standby 1 timers 5 15
standby 1 priority 110
standby 1 preempt
interface Serial0
description Local DLCI
no ip address
encapsulation frame-relay
no fair-queue
service-module t1 timeslots 1-6
!
interface Serial0.1 point-to-point
description Frame to another office
bandwidth 384
ip address 10.0.4.18 255.255.255.252
frame-relay interface-dlci
!
interface Serial0.2 point-to-point
description PVC to Main Office
bandwidth 384
ip address 10.0.4.6 255.255.255.252
frame-relay interface-dlci
!
router eigrp 1
network 10.0.0.0
no auto-summary
no eigrp log-neighbor-changes
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.5.2.1
ip route 10.1.0.0 255.255.0.0 10.5.2.200 200
ip route 10.1.3.100 255.255.255.255 10.5.2.200
no ip http server
!
!
logging facility local6
logging source-interface FastEthernet0
logging 10.5.2.200
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
snmp-server community 2sl8vah7 RO
snmp-server trap-source Ethernet0
snmp-server location DataCenter
snmp-server contact Comm 310-385-2250
snmp-server host 10.1.3.200 inform version 2c 2sl8vah7
!
line con 0
password 7
login
line aux 0
password 7
line vty 0 4
password 7
login
!
no scheduler allocate
sntp server 10.5.2.200
sntp server 192.168.1.1
end
olt-gate1#sh ip route 10.1.3.100
Routing entry for 10.1.3.100/32
Known via "static", distance 1, metric 0
Routing Descriptor Blocks:
* 10.5.2.200
Route metric is 0, traffic share count is 1
olt-gate1#trace 10.1.3.100
Type escape sequence to abort.
Tracing the route to 10.1.3.100
1 10.0.4.5 80 msec 76 msec 92 msec
2 10.1.1.1 84 msec 100 msec 100 msec
3 10.1.3.100 116 msec * 16 msec
olt-gate1#exit
sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is 10.5.2.1 to network 0.0.0.0
10.0.0.0/8 is variably subnetted, 33 subnets, 6 masks
D 10.0.4.12/30 [90/7690496] via 10.0.4.17, 20:26:50, Serial0.1
D 10.0.4.8/30 [90/7690496] via 10.0.4.5, 20:26:50, Serial0.2
D 10.5.0.8/30 [90/156160] via 10.5.1.12, 20:26:50, FastEthernet0
D EX 10.2.0.0/16 [170/7194624] via 10.0.4.5, 20:26:50, Serial0.2
D 10.1.1.0/24 [90/7204096] via 10.0.4.5, 20:26:50, Serial0.2
C 10.0.4.4/30 is directly connected, Serial0.2
S 10.1.0.0/16 [200/0] via 10.5.2.200
C 10.5.0.4/30 is directly connected, Loopback0
C 10.5.2.0/24 is directly connected, Ethernet0
C 10.5.1.0/24 is directly connected, FastEthernet0
D 10.1.0.4/30 [90/7306496] via 10.0.4.5, 20:26:50, Serial0.2
D EX 10.5.0.0/16 [170/7194624] via 10.0.4.5, 20:26:50, Serial0.2
D 10.0.1.16/30 [90/7844096] via 10.0.4.5, 20:26:50, Serial0.2
C 10.0.4.16/30 is directly connected, Serial0.1
S 10.1.3.100/32 [1/0] via 10.5.2.200
D EX 10.1.130.0/24 [170/7204159] via 10.0.4.17, 20:26:51, Serial0.1
D EX 10.5.2.200/32 [170/7194624] via 10.0.4.5, 20:26:51, Serial0.2
S* 0.0.0.0/0 [1/0] via 10.5.2.1
olt-gate1#exit