"As long as the 100.100.100.0/24 and 100.100.200.0/24 networks are in the 
routing table, R8 should inject a 0/0 route to the Catalyst switches." The 
problem is that it works with either route in the route, but the question 
states "AND" which I took to mean both must be in table.  I can't get it to 
work requiring both in the table.  The answer in the book works with either 
route, but doesn't require both.  Answer:
 
access-list 1 permit 100.100.100.0 0.0.0.255 
access-list 1 permit 100.100.200.0 0.0.0.255 
 
route-map OSPF2Default permit 10 
 match ip address 1 
 
router ospf 2 
 default-information originate route-map OSPF2Default 
 
I've tried it a couple of different ways: 
access-list 1 permit 100.100.100.0 0.0.0.255 
access-list 2 permit 100.100.200.0 0.0.0.255 
 
route-map OSPF2Default permit 10 
 match ip address 1 
route-map OSPF2Default permit 20 
 match ip address 2 
 
and 
 route-map OSPF2Default permit 10 
 match ip address 1 2 
 
But all of these work with either route in the routing table, but not both as 
the question states "AND".   Once the route map sees a match it applies the 
default route.  

Am I missing something?
_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to