Thank you for your help.
I need EIGRP for my internal routing. I typically have 4 subnets at each remote locations, total 16 remote sides &..local network on 10.0.0.0 network.
I made these changes to my router unfortunately it didnt help. Still cant ping from local subnet 10.0.0.0 - mpls interface nor ping my private network 10.0.0.0 through mpls.
This is what I did in bgp configuration:
router bgp 60000
no synchronization
bgp log-neighbor-changes
network 10.0.0.0 mask 255.0.0.0
network 192.168.2.0 mask 255.255.255.0
neighbor 192.168.2.2 remote-as 11250
neighbor 192.168.2.2 description main location MPLS
neighbor 192.168.2.2 version 4
neighbor 192.168.2.2 soft-reconfiguration inbound
neighbor 192.168.2.2 weight 1
no auto-summary
interface Serial4/0
ip address 192.168.2.1 255.255.255.252
This is from sho run: on outer A
!
interface Serial0/1:0
description Second T1 XXXXXXXX
ip address 10.50.25.53 255.255.255.252
fair-queue
service-policy output voip
!
interface Serial0/2:0
description T1 XXXXXXXX
ip address 10.50.25.81 255.255.255.252
fair-queue
service-policy output voip
!
interface Serial0/3:0
description T1 XXXXXXXX
ip address 10.50.25.77 255.255.255.252
shutdown
fair-queue
service-policy output voip
!
interface Serial0/4:0
description XXXXXXXXXXXXX
ip address 10.50.25.17 255.255.255.252
fair-queue
service-policy output voip
!
interface Serial0/5:0
description XXXXXXXXXXXXXXXX
ip address 10.50.25.73 255.255.255.252
fair-queue
service-policy output voip
!
interface Serial1/0:0
description T1 XXXXXXXXXXXXXXX
ip address 10.50.25.70 255.255.255.252
fair-queue
service-policy output voip
!
interface Serial1/1:0
description T1 XXXXXXXXXXXXXXXX
no ip address
encapsulation ppp
fair-queue
ppp multilink
ppp multilink group 1
!
interface Serial1/2:0
description XXXXXXXXXXXXXXX
ip address 10.50.25.21 255.255.255.252
fair-queue
service-policy output voip
! Backup is on ISDN&.in case primarly line goes down
interface Serial2/0:23
description ISDN-PRI backup
ip address 10.100.100.100 255.255.255.0
encapsulation ppp
dialer idle-timeout 300
dialer-group 1
isdn switch-type primary-5ess
ppp authentication chap
ppp multilink
!
! my BGP interface
interface Serial4/0
ip address 192.168.2.1 255.255.255.252
!
router eigrp 10
passive-interface Serial2/0:23
network 10.0.0.0
no auto-summary
no eigrp log-neighbor-changes
!
router bgp 60000
no synchronization
bgp log-neighbor-changes
network 10.0.0.0 mask 255.0.0.0
network 192.168.2.0 mask 255.255.255.0
neighbor 192.168.2.2 remote-as 11250
neighbor 192.168.2.2 description main location MPLS
neighbor 192.168.2.2 version 4
neighbor 192.168.2.2 soft-reconfiguration inbound
neighbor 192.168.2.2 weight 1
no auto-summary
I think I should redistribute eigrp network within bgp. There is no internet access from this network so I did not set up routing table for this.
Sincerely,
jk
Main Topics
Browse All Topics





by: lrmoorePosted on 2008-09-12 at 06:10:36ID: 22459379
You don't need both eigrp and bgp
Try this on both sides
router bgp 60000
no synchronization
network 10.10.2.0 mask 255.255.255.0 <== add local network
network 192.168.2.0 mask 255.255.255.252 <== add WAN network
bgp log-neighbor-changes
neighbor 192.168.2.1 remote-as 11250
no auto summary
Then compare sho ip route