BGP Attribute Local Preference | BGP
So I am going by this lab right now in BGP. I get up to the point where everyone in al 4 BGP AS' should be able to ping each other. Everyone can ping everyone except ONE route.
RODMAN router cannot ping the loopback of FRANCO.
RODMAN's loopback is 1.1.1.1
FRANCO's loopback is 7.7.7.7
Everyones BGP routing table in AS 1.....
Network Next Hop Metric LocPrf Weight Path
*> 1.1.1.0/24 192.168.67.6 0 3 2 1 ?
*> 1.1.1.1/32 192.168.47.4 3 0 1 ?
*> 2.2.2.0/24 192.168.47.4 0 1 ?
* 192.168.67.6 0 3 2 1 ?
*> 2.2.2.2/32 192.168.47.4 2 0 1 ?
*> 3.3.3.3/32 192.168.47.4 2 0 1 ?
*> 4.4.4.0/24 192.168.47.4 0 0 1 ?
*> 4.4.4.4/32 192.168.67.6 0 3 2 1 ?
* 5.5.5.0/24 192.168.47.4 0 1 2 i
*> 192.168.67.6 0 3 2 i
*> 6.6.6.0/24 192.168.67.6 0 0 3 i
*> 7.7.7.0/24 0.0.0.0 0 32768 i
Everyone has this in the routing table, but RODMAN never gets the final line
Network Next Hop Metric LocPrf Weight Path
*> 1.1.1.0/24 0.0.0.0 0 32768 ?
*>i2.2.2.0/24 2.2.2.2 0 100 0 ?
*> 2.2.2.2/32 192.168.13.2 2 32768 ?
*> 3.3.3.3/32 192.168.12.3 2 32768 ?
*> 4.4.4.4/32 192.168.12.3 3 32768 ?
* i 192.168.34.4 2 100 0 ?
*>i5.5.5.0/24 192.168.35.5 0 100 0 2 i
*>i6.6.6.0/24 192.168.35.5 0 100 0 2 3 i
*>i66.66.66.0/24 192.168.35.5 0 100 0 2 3 i
*> 192.168.12.0 0.0.0.0 0 32768 ?

Funny thing is, FRANCO who has 7.7.7.7 can ping RODMAN, but RODMAN can't ping back since its not in the routing table or BGP routing table. He can ping everyone else though. And everyone else in RODMAN's AS 1 is able to ping 7.7.7.7
Why would ONE router out of the whole AS not be able to get one route in his routing table when everyone else does??? Any tips would be appreciated.
EDIT: did a clear ip bgp * but alas nothing. I also made sure FRANCO is adv 7.7.7.7 and it is , since even LANDON can ping it. RODMAN just seems to not want to learn that one route.