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.
