MPLS Lab

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:
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:
Has anyone completed this lab successfully?
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.

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?
Comments
Not sure about the rest though. I'd have to lab it up, but no time right now. A debug of the updates might give you some hints on it though.
yep, what they mean is use as-override
Good advice. This is what I saw:
I've seen this before with iBGP and synchronization problems, but I've never seen this happen with eBGP peers before.
Just interesting to see a tread about a lab i'm doing right now.
Yeah this is my first foray into MPLS so this lab is killing me. I've restarted it about 6 times now. I'm just skipping straight to the COCO section now since I didn't have a problem with the rest of it.
I got the route inserted into the RIB finally. I just decided to blow up the PE2 config and just start from scratch, which now it works.
I think I was applying a route-map that didn't exist to the BGP neighbors (SOO-COCO instead of COCO-SOO).
Well, time to finish this bad boy off.
MPLS | Table
[ ] - Lab exam (60h)
Personal blog: http://www.tommyf.net/
I found it useful to study, at least back in the old days.
Ha, I guess I should read the "Exam Description" section. It's not listed in the "Exam Topics" section, but LC-ATM is, which is why I didn't think AToM was on the test.
Well, looks like I added an extra couple days to my timeline, plus it's probably a good thing to know anyways. Thanks for the reality check!