Hello globalchicken or anyone else willing to help,
Here are my configs from my lab environment
2610 (production is the 3560)
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname RouterA
!
no logging rate-limit
enable secret 5 $1$DEcy$m9u.UFc29rmKi95dIsxd//
enable password billy
!
ip subnet-zero
!
!
no ip finger
no ip domain-lookup
!
call rsvp-sync
!
!
!
!
!
!
!
!
interface Loopback0
ip address 1.1.1.1 255.255.255.0
!
interface Ethernet0/0
ip address 192.168.101.254 255.255.255.0
no ip redirects
no keepalive
half-duplex
!
interface Serial0/0
no ip address
no ip redirects
!
router eigrp 50
network 192.168.101.0
no auto-summary
no eigrp log-neighbor-changes
!
no ip classless
ip route 0.0.0.0 0.0.0.0 192.168.101.253
no ip http server
!
access-list 99 permit 192.168.0.0 0.0.255.255
tacacs-server host 192.168.1.203
tacacs-server key 135792468
!
dial-peer cor custom
!
!
!
Next Router
2610 (Production is a 2610)
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname RouterB
!
logging rate-limit console 10 except errors
enable secret 5 $1$5Do.$GOcnjwkLmmo.jpnsi/2nj/
!
ip subnet-zero
!
!
no ip finger
no ip domain-lookup
!
call rsvp-sync
!
!
!
!
!
!
!
!
interface Loopback0
ip address 2.2.2.2 255.255.255.255
!
interface Ethernet0/0
ip address 192.168.101.253 255.255.255.0
no keepalive
half-duplex
!
interface Serial0/0
ip address 192.168.252.22 255.255.255.252
no fair-queue
!
interface Serial0/1
no ip address
!
router eigrp 50
network 192.168.101.0
network 192.168.252.20 0.0.0.3
no auto-summary
no eigrp log-neighbor-changes
!
no ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.214
no ip http server
!
!
dial-peer cor custom
!
Next Router
3640 (production is ISP 2801 router running MPLS/BGP)
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname RouterC3640
!
logging rate-limit console 10 except errors
enable secret 5 $1$9TjY$q0pe.GCtsvD9YLMwwoVNL1
!
ip subnet-zero
!
!
no ip finger
no ip domain-lookup
!
call rsvp-sync
cns event-service server
!
!
!
controller T1 1/0
!
controller T1 1/1
!
!
interface Loopback0
ip address 3.3.3.3 255.255.255.255
!
interface FastEthernet0/0
ip address 12.12.12.17 255.255.255.252
no keepalive
duplex auto
speed auto
!
interface Serial0/0
ip address 12.6.6.29 255.255.255.252
shutdown
service-module t1 clock source internal
!
interface Serial0/1
ip address 12.8.8.10 255.255.255.252
shutdown
clockrate 768000
!
interface FastEthernet1/0
ip address 192.168.101.1 255.255.255.0
no ip redirects
duplex auto
speed auto
!
interface FastEthernet1/1
ip address 172.16.101.1 255.255.255.0
no ip redirects
duplex auto
speed auto
!
router eigrp 50
redistribute bgp 65009 metric 10000 10 255 1 1500
network 172.16.0.0
network 192.168.101.0
no auto-summary
no eigrp log-neighbor-changes
!
router bgp 65009
no synchronization
no bgp log-neighbor-changes
network 172.16.101.0 mask 255.255.255.0
network 192.168.101.0
neighbor 12.12.12.18 remote-as 65000
no auto-summary
!
ip kerberos source-interface any
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
no ip http server
!
access-list 99 permit 192.168.0.0 0.0.255.255
!
!
dial-peer cor custom
!
These are the configs for the 3 test routers. the 2610 (Local LAN RouterA) has 2 directions to go. In this test environment, an ethernet interface is back to back with RouterC (3640) from Router A and DCE/DTE cable from Router A to Router B. Of course in this test environment, the preferred router will be the ethernet connection. This will be irrelevant in the test as I want to force EIGRP traffic towards RouterB.
In Production, they are both T1's.
Let me know if you need any more configs. What I have tried to do is change metrics, change delay, add static routers, and for some reason the routes learned form EIGRP vie redistribtion from BGP always precede even with a AD of External EIGRP 170.
Here is a sh ip route currently of RouterA
RouterA#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 192.168.101.253 to network 0.0.0.0
1.0.0.0/24 is subnetted, 1 subnets
C 1.1.1.0 is directly connected, Loopback0
172.16.0.0/24 is subnetted, 1 subnets
D 172.16.101.0 [90/284160] via 192.168.101.1, 00:13:59, Ethernet0/0
D 192.168.0.0/24 [90/2221312] via 192.168.101.253, 00:14:02, Ethernet0/0
12.0.0.0/30 is subnetted, 1 subnets
D 12.7.7.4 [90/2733056] via 192.168.101.253, 00:14:02, Ethernet0/0
D 192.168.1.0/24 [90/2221056] via 192.168.101.253, 00:14:02, Ethernet0/0
192.168.252.0/30 is subnetted, 1 subnets
D 192.168.252.20 [90/2195456] via 192.168.101.253, 00:14:03, Ethernet0/0
D EX 192.168.3.0/24 [170/284160] via 192.168.101.1, 00:14:29, Ethernet0/0
C 192.168.101.0/24 is directly connected, Ethernet0/0
S* 0.0.0.0/0 [1/0] via 192.168.101.253
RouterA#
No matter what I change, the 192.168.3.0 route always is preferred with AD 170. This is traffic I want to force out RouterB via 192.168.101.253.
Keep in mind these are edge router configs and all routers eventually lead to the same core. Any help will do.
Thanks,
Jimmy K