Ok, that's what I figured so how do we complete the task correctly? It
required those routes to be tagged and RIP has to be running on those
interfaces.

On Mon, Sep 6, 2010 at 11:02 AM, Tyson Scott <[email protected]> wrote:

>  The network statement is going to take precedence over the redistribute.
> So your route-map will never be matched on those devices.  If it wasn't in
> the video on demand then it is simply that they over looked that detail.
>
>
>
> Regards,
>
>
>
> Tyson Scott - CCIE #13513 R&S, Security, and SP
>
> Managing Partner / Sr. Instructor - IPexpert, Inc.
>
> Mailto: [email protected]
>
> Telephone: +1.810.326.1444, ext. 208
>
> Live Assistance, Please visit: www.ipexpert.com/chat
>
> eFax: +1.810.454.0130
>
>
>
> IPexpert is a premier provider of Self-Study Workbooks, Video on Demand,
> Audio Tools, Online Hardware Rental and Classroom Training for the Cisco
> CCIE (R&S, Voice, Security & Service Provider) certification(s) with
> training locations throughout the United States, Europe, South Asia and
> Australia. Be sure to visit our online communities at
> www.ipexpert.com/communities and our public website at www.ipexpert.com
>
>
>
> *From:* [email protected] [mailto:
> [email protected]] *On Behalf Of *FoosYou
> *Sent:* Saturday, September 04, 2010 9:09 AM
> *To:* CCIE OSL
> *Subject:* [OSL | CCIE_RS] Vol3 Lab2 Task2.6
>
>
>
> I can't seem to get the Loopback interfaces on R6 and R9 to be advertised
> into RIP with the tags that the route-map should assign. It works on all the
> other routers in that task and I'm thinking it's because on R6 and R9 the
> loopback is implicitly matched by the network command where on the other
> devices it is not. The video solution and VoD didn't check the tags so I'm
> not sure if this is intended or not.
>
> R6(config-router)#do sh run | s Task2.6|rip
> router rip
>  version 2
>  redistribute connected route-map Task2.6
>  passive-interface default
>  no passive-interface Multilink69
>  network 166.6.0.0
>  no auto-summary
> route-map Task2.6 permit 10
>  match interface Loopback0
>  set tag 66
>
> R9(config-router)#do sh run | s Task2.6|rip
> router rip
>  version 2
>  redistribute connected route-map Task2.6
>  passive-interface default
>  no passive-interface FastEthernet0/1.789
>  no passive-interface FastEthernet0/1.922
>  no passive-interface Multilink69
>  network 166.6.0.0
>  network 166.9.0.0
>  network 166.78.0.0
>  no auto-summary
> route-map Task2.6 permit 10
>  match interface Loopback0
>  set tag 69
>
> R8(config)#do sh run | s Task2.6|rip
> router rip
>  version 2
>  redistribute connected route-map Task2.6
>  passive-interface default
>  no passive-interface FastEthernet0/1.789
>  no passive-interface FastEthernet0/1.3478
>  network 166.34.0.0
>  network 166.78.0.0
>  no auto-summary
> route-map Task2.6 permit 10
>  match interface Loopback0
>  set tag 68
>
>
>
> Cat3(config-router)#do sh ip route 166.6.6.6
> Routing entry for 166.6.6.0/27
>   Known via "rip", distance 120, metric 3
>   Redistributing via rip
>   Last update from 166.34.78.7 on Vlan3478, 00:00:11 ago
>   Routing Descriptor Blocks:
>     166.34.78.8, from 166.34.78.8, 00:00:13 ago, via Vlan3478
>       Route metric is 3, traffic share count is 1
>   * 166.34.78.7, from 166.34.78.7, 00:00:11 ago, via Vlan3478
>       Route metric is 3, traffic share count is 1
>
> Cat3(config-router)#do sh ip route 166.9.9.9
> Routing entry for 166.9.9.9/32
>   Known via "rip", distance 120, metric 2
>   Redistributing via rip
>   Last update from 166.34.78.7 on Vlan3478, 00:00:16 ago
>   Routing Descriptor Blocks:
>     166.34.78.8, from 166.34.78.8, 00:00:18 ago, via Vlan3478
>       Route metric is 2, traffic share count is 1
>   * 166.34.78.7, from 166.34.78.7, 00:00:16 ago, via Vlan3478
>       Route metric is 2, traffic share count is 1
>
> Cat3(config-router)#do sh ip route 166.8.8.8
> Routing entry for 166.8.8.8/32
>   Known via "rip", distance 120, metric 1
>   Tag 68
>   Redistributing via rip
>   Last update from 166.34.78.8 on Vlan3478, 00:00:04 ago
>   Routing Descriptor Blocks:
>   * 166.34.78.8, from 166.34.78.8, 00:00:04 ago, via Vlan3478
>       Route metric is 1, traffic share count is 1
>       Route tag 68
>
>
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to