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