Hi guys,
I'm having a moment of confusion.
I'm currently working through the ROUTE Lab Manual and I've just finished Lab 6-2. The lab uses BGP between 3 routers and is almost identical to the lab in the BSCI version of this book.
Basically, there is a part of the lab that asks you to ping the loopback interface on R3 from R1. The ping doesn't work. However, when you change the source address of the ping it does work.
The loopback on R3 is 10.3.3.1.
Output from R1:
SanJose#show ip bgp
BGP table version is 8, local router ID is 10.1.1.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*> 10.1.1.0/24 0.0.0.0 0 32768 i
*> 10.2.2.0/24 192.168.1.6 0 0 300 i
*> 10.3.3.0/24 192.168.1.6 0 300 i
10.0.0.0/24 is subnetted, 3 subnets
B 10.3.3.0 [20/0] via 192.168.1.6, 00:22:51
B 10.2.2.0 [20/0] via 192.168.1.6, 00:22:13
C 10.1.1.0 is directly connected, Loopback0
192.168.1.0/30 is subnetted, 1 subnets
C 192.168.1.4 is directly connected, Serial0/0
SanJose#show ip int brief
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 unassigned YES unset administratively down down
Serial0/0 192.168.1.5 YES manual up up
FastEthernet0/1 unassigned YES unset administratively down down
Serial0/1 unassigned YES unset administratively down down
Loopback0 10.1.1.1 YES manual up up
I realise this is normal behaviour, but I need to understand why it is.
Thanks.