I hate to blow up the forum, but there's not a whole lot of activity in the CCIP...so whatever.
I'm working on this lab:
Advanced MPLS VPN | MPLS
I'm stuck on the COCO customer section. Particularly this part:
Configure router PE2 so AS3 will accept it's own AS number.
Configure router CocoHQ so it will accept it's own AS number.
The second part is easy, just add the allowas-in to bgp. But I'm not sure how to do that from the PE router to a specific AS. 

 Once I get to that section BGP and EIGRP start getting weird. I'm pushing routes through BGP to the PE, and the PE gets the routes but it doesn't put them in the RIB.
Here's an example:
PE2#sh ip bgp vpnv4 vrf COCO neighbors 192.168.57.7 received-routes 
BGP table version is 30, local router ID is 55.55.55.55
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
Route Distinguisher: 333:333 (default for vrf COCO)
*  77.77.77.0/24    192.168.57.7             0             0 3 i
*  192.168.57.0     192.168.57.7             0             0 3 i
Total number of prefixes 2 
PE2#sh ip route vrf COCO 77.77.77.0 255.255.255.0                   
% Network not in table
Has anyone completed this lab successfully?