Hello Everyone,
I'm new in BGP world and I just started practicing it. I've created my ISP(Doming) with 1 upstream(COGENT) and 1 customer.
I have a little issue on this setup.
Problem:
Upstream(COGENT) can reach/ping the customer (150.1.1.1) however customer is not able to ping the loopbacks of COGENT.
Overview:
COGENT to ISP(BGP)
ISP to CE(BGP)
OSPF as IGP
I use loopback to form BGP neighbor relationship between R1 and R2
Appreciate all your inputs and explanations for my better understanding.
Regards,
Eduardo
**************
COGENT 

**************
!interface Loopback0ip address 1.1.2.1 255.255.255.0!interface Loopback1ip address 1.1.3.1 255.255.255.0!interface Loopback2ip address 1.1.4.1 255.255.255.0!interface Loopback3ip address 1.1.5.1 255.255.255.0
!interface Serial1/0ip address 17.9.1.1 255.255.255.252serial restart-delay 0
!router bgp 174no synchronizationbgp log-neighbor-changesredistribute connected route-map FILTER_LOOPBACKSneighbor 17.9.1.2 remote-as 500neighbor 17.9.1.2 description CONNECTION->DOMINGno auto-summary!ip forward-protocol nd!!no ip http serverno ip http secure-server!ip access-list standard LOOPBACKSpermit 1.1.0.0 0.0.255.255!!route-map FILTER_LOOPBACKS permit 10match ip address LOOPBACKS!!
****************
R1 

**********
!interface Loopback0ip address 1.1.1.1 255.255.255.0
!interface Serial1/0ip address 17.9.1.2 255.255.255.252serial restart-delay 0!interface Serial1/1ip address 10.1.1.1 255.255.255.252ip ospf hello-interval 1ip ospf dead-interval 3serial restart-delay 0!
router ospf 1log-adjacency-changesnetwork 1.1.1.1 0.0.0.0 area 0network 10.1.1.1 0.0.0.0 area 0network 17.9.1.2 0.0.0.0 area 0!router bgp 500no synchronizationbgp log-neighbor-changesneighbor 2.2.2.2 remote-as 500neighbor 2.2.2.2 description CONNECTION->R2neighbor 2.2.2.2 update-source Loopback0neighbor 17.9.1.1 remote-as 174neighbor 17.9.1.1 description CONNECTION->COGENTneighbor 17.9.1.1 remove-private-asno auto-summary!
==============
R2 

==============
!interface Loopback0ip address 2.2.2.2 255.255.255.0!
interface Serial1/0ip address 150.1.0.1 255.255.255.252serial restart-delay 0!interface Serial1/1ip address 10.1.1.2 255.255.255.252ip ospf hello-interval 1ip ospf dead-interval 3serial restart-delay 0!router ospf 1log-adjacency-changespassive-interface Serial1/0network 2.2.2.2 0.0.0.0 area 0network 10.1.1.2 0.0.0.0 area 0network 150.1.0.1 0.0.0.0 area 0!router bgp 500no synchronizationbgp log-neighbor-changesneighbor 1.1.1.1 remote-as 500neighbor 1.1.1.1 description CONNECTION->R1neighbor 1.1.1.1 update-source Loopback0neighbor 150.1.0.2 remote-as 64512neighbor 150.1.0.2 description CONNECTION->CEneighbor 150.1.0.2 default-originateno auto-summary!
================
CE 

================
!interface FastEthernet0/0ip address 150.1.1.1 255.255.255.0duplex autospeed auto
!interface Serial1/0ip address 150.1.0.2 255.255.255.252serial restart-delay 0!
router bgp 64512no synchronizationbgp log-neighbor-changesnetwork 150.1.1.0 mask 255.255.255.0neighbor 150.1.0.1 remote-as 500neighbor 150.1.0.1 description CONNECTION->DOMING no auto-summary!