Hello Team,
I know I'm in a wrong channel here but I just wanted hear your suggestion. 
I have 4 routers( diagram below) R1 <-->R3 has a iBGP peering while R3<--> 
r4 has eBGP peering.. R4 advertising his loopback and R3 was able to 
received it through eBGP updates and R1 was able to learned a route too 
from R3 iBGP updates. now the issue here  R1 can't ping the learned routes 
from R3. please take a look at the  config. and Also based on debug i seen 
in R2 the packets destined for 11.11.11.11 IP's is unroutable .. which i 
thought BGP work like a tunnel. please help me.

R1-->R2-->R3-->r4



R1#ping 3.3.3.3 sou lo 11
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
Packet sent with a source address of 11.11.11.11
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 68/108/192 ms

R1#ping 4.4.4.4 source lo 11
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 4.4.4.4, timeout is 2 seconds:
Packet sent with a source address of 11.11.11.11
U.U.U
Success rate is 0 percent (0/5)
R1#


here's the log I got on R2 while doing a debu ip packet.

May 16 15:55:36.655: IP: s=11.11.11.11 (FastEthernet1/1), d=4.4.4.4, len 
100, input feature, MCI Check(66), rtype 0, forus FALSE, sendself FALSE, 
mtu 0, fwdchk FALSE
*May 16 15:55:36.659: IP: s=11.11.11.11 (FastEthernet1/1), d=4.4.4.4, len 
100, unroutable
*May 16 15:55:36.659: IP: s=192.168.21.2 (local), d=11.11.11.11 
(FastEthernet1/1), len 56, sending
*May 16 15:55:36.663: IP: s=192.168.21.2 (local), d=11.11.11.11 
(FastEthernet1/1), len 56, sending full packet
*May 16 15:55:37.183: IP: s=192.168.21.1 (FastEthernet1/1), d=224.0.0.5, 
len 80, rcvd 0
*May 16 15:55:37.183:  IP: s=192.168.21.1, d=224.0.0.5, pak 674FAB30 
consumed in input feature
R2#, packet consumed, MCI Check(66), rtype 0, forus FALSE, sendself FALSE, 
mtu 0, fwdchk FALSE



@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
R1 config

router bgp 100
 no synchronization
 bgp log-neighbor-changes
 network 11.11.11.11 mask 255.255.255.255
 neighbor 3.3.3.3 remote-as 100
 neighbor 3.3.3.3 update-source Loopback1
 no auto-summary

R1#show ip ospf interface br
Interface    PID   Area            IP Address/Mask    Cost  State Nbrs F/C
Lo1          100   0               1.1.1.1/24         1     LOOP  0/0
Fa1/0        100   0               192.168.21.1/24    1     DR    1/1
R1#

R1#show ip route bgp

      4.0.0.0/32 is subnetted, 1 subnets
B        4.4.4.4 [200/0] via 3.3.3.3, 00:01:42

R1#show ip bgp

   Network          Next Hop            Metric LocPrf Weight Path
*>i4.4.4.4/32       3.3.3.3                  0    100      0 34 i
*> 11.11.11.11/32   0.0.0.0                  0         32768 i
R1#


R1#show ip int bri | inc up
FastEthernet1/0            192.168.21.1    YES manual up  up
Loopback1                  1.1.1.1         YES manual up  up
Loopback11                 11.11.11.11     YES manual up  up

R1#show ip route ospf
      3.0.0.0/32 is subnetted, 1 subnets
O        3.3.3.3 [110/3] via 192.168.21.2, 00:53:24, FastEthernet1/0
O     192.168.32.0/24 [110/2] via 192.168.21.2, 00:56:18, FastEthernet1/0
R1#

@@@@@@@@@@@@@@@@@@@@@@@@@
R3 config
router bgp 100
 no synchronization
 bgp log-neighbor-changes
 neighbor 1.1.1.1 remote-as 100
 neighbor 1.1.1.1 update-source Loopback3
 neighbor 1.1.1.1 next-hop-self
 neighbor 192.168.34.4 remote-as 34
 no auto-summary

R3#show ip ospf int br
Interface    PID   Area            IP Address/Mask    Cost  State Nbrs F/C
Lo3          100   0               3.3.3.3/32         1     LOOP  0/0
Fa1/1        100   0               192.168.32.3/24    1     BDR   1/1
R3#

R3#show ip route bgp

      4.0.0.0/32 is subnetted, 1 subnets
B        4.4.4.4 [20/0] via 192.168.34.4, 00:05:34
      11.0.0.0/32 is subnetted, 1 subnets
B        11.11.11.11 [200/0] via 1.1.1.1, 00:46:08
R3#

R3#show ip bgp

   Network          Next Hop            Metric LocPrf Weight Path
*> 4.4.4.4/32       192.168.34.4             0             0 34 i
*>i11.11.11.11/32   1.1.1.1                  0    100      0 i
R3#

R3#show ip int bri | inc up
FastEthernet1/0            192.168.34.3    YES manual up  up
FastEthernet1/1            192.168.32.3    YES manual up  up
Loopback3                  3.3.3.3         YES manual up  up
R3#


R3#show ip route ospf
      1.0.0.0/32 is subnetted, 1 subnets
O        1.1.1.1 [110/3] via 192.168.32.2, 00:57:38, FastEthernet1/1
O     192.168.21.0/24 [110/2] via 192.168.32.2, 00:57:38, FastEthernet1/1
R3#

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

R4 config

router bgp 34
 no synchronization
 bgp log-neighbor-changes
 network 4.4.4.4 mask 255.255.255.255
 neighbor 192.168.34.3 remote-as 100
 no auto-summary
R4(config-if)#


R4(config-if)#do show ip route bgp

      11.0.0.0/32 is subnetted, 1 subnets
B        11.11.11.11 [20/0] via 192.168.34.3, 00:49:28

R4(config-if)#do show ip bgp

   Network          Next Hop            Metric LocPrf Weight Path
*> 4.4.4.4/32       0.0.0.0                  0         32768 i
*> 11.11.11.11/32   192.168.34.3                           0 100 i
R4(config-if)#

R4(config-if)#do show ip int bri | inc up
FastEthernet1/0            192.168.34.4    YES manual up  up
Loopback4                  4.4.4.4         YES manual up  up
R4(config-if)#

Thanks,
 Loyd Bracero | Philippines |[email protected] | O +6332.402.5276 | 
IODC 75.5276X




From:   James Keddington II <[email protected]>
To:     Mike Rojas <[email protected]>, 
Cc:     Tarik Admani <[email protected]>, 
[email protected]
Date:   05/16/2013 02:45 PM
Subject:        Re: [OSL | CCIE_Security] WB1 Section 1
Sent by:        [email protected]



I only have the final, but it is in the initial folder.
On May 16, 2013 12:30 AM, "Mike Rojas" <[email protected]> wrote:
Hi

I had both.

Mike

Sent from my iPhone

On May 15, 2013, at 11:08 PM, "Tarik Admani" <[email protected]> wrote:

Hi,

I just checked the workbook section initial configs, and they seem to be 
the final configurations after the workbook is completed. Could someone 
please check and make sure that this is the case. 

Thanks,
Tarik Admani


_______________________________________________
For more information regarding industry leading CCIE Lab training, please 
visit www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com_______________________________________________
For more information regarding industry leading CCIE Lab training, please 
visit www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com
------------------------------------------------------------
The information transmitted is intended only for the person 
or entity to which it is addressed and may contain 
proprietary, business-confidential and/or privileged material.  
If you are not the intended recipient of this message you are 
hereby notified that any use, review, retransmission, dissemination, 
distribution, reproduction or any action taken in reliance upon 
this message is prohibited. If you received this in error, please 
contact the sender and delete the material from any computer.  

Any views expressed in this message are those of the individual 
sender and may not necessarily reflect the views of the company.  
------------------------------------------------------------
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Reply via email to