You guys are very close, just rethink that route-map logic
Regards, Joe Astorino CCIE #24347 (R&S) Sr. Support Engineer – IPexpert, Inc. URL: http://www.IPexpert.com -----Original Message----- From: [email protected] Date: Wed, 03 Jun 2009 15:52:29 To: <[email protected]> Cc: Chris Fata<[email protected]>; <[email protected]>; CCIE OSL<[email protected]> Subject: Re: [OSL | CCIE_RS] Route Redistribution would anyone have the link to the current commands needed to be used?? bd ----- Original Message ----- From: Joe Astorino Date: Wednesday, June 3, 2009 11:49 am Subject: Re: [OSL | CCIE_RS] Route Redistribution To: Chris Fata , [email protected], CCIE OSL > Your redistributed routes never make it past seq 15 where you > set the tag... > > > Regards, > > Joe Astorino > CCIE #24347 (R&S) > Sr. Support Engineer – IPexpert, Inc. > URL: http://www.IPexpert.com > > > -----Original Message----- > From: "Chris Fata" > > Date: Wed, 3 Jun 2009 11:39:45 > To: > Subject: [OSL | CCIE_RS] Route Redistribution > > > Group, > > > > I have a question in regards to Lab 12 task 25 (Redistribution). > > > > The task states that on router 2, you are to redistribute bgp AS 256 > into rip and have BB1 see the hop count as 5 for routes > originating in > AS 256 with all other routes learned via redistribution with a > metric of > 10. Along with that the scenario states that you can not use > access-lists or prefix lists to accomplish the task. > > > > Fair enough, I thought through the options available and decided to > filter traffic from BGP AS 256 with an as-path list. I placed the > following route-map bellow into my redistribute statement for > RIP but I > do not see the redistributed routes from as 256 coming into the rip > process being changed to the metrics that I setup in the route- > map. Am I > missing something in my route-map? > > > > Additional configuration has been removed for > simplicity............... > > > route-map bgp2rip deny 5 > > match tag 110 120 > > ! > > route-map bgp2rip permit 15 > > set tag 20 > > ! > > route-map bgp2rip permit 20 > > match as-path 1 > > set metric 4 > > ! > > route-map bgp2rip permit 30 > > set metric 9 > > ! > > > > ip as-path access-list 1 permit ^$ (this statement should pick > up the > local AS of 256) > > > > router rip > > version 2 > > redistribute bgp 256 route-map bgp2rip > > passive-interface default > > no passive-interface FastEthernet0/0 > > network 150.100.0.0 > > no auto-summary > > > > > > Thank you in advance for your help. > > > > _________________________________________________________________ > > Christopher Fata | CCIE Written, CCNP, MCSE | netech | 517.819.4713 > > > > > CONFIDENTIAL NOTICE: This electronic transmission and any attachments > constitute confidential information which is intended only for > the named > recipient(s) and may be legally privileged. If you have received this > communication in error, please contact the sender immediately. Any > disclosure, copying, distribution or the taking of any action > concerning the > contents of this communication by anyone other than the named > recipient(s)is strictly prohibited. > >
