IPexpert Lab 8.4 Pag 161

From: Robert Cuello (smdmokay@yahoo.com)
Date: Mon Mar 26 2007 - 01:28:47 ART


Scott,
   
  I step 8.4 of the ipexpert R&S lab workbook v9 you asked to "Configure R2 to ONLY allow the ODD routes"
   
  However, in your solution:
   
  the access-list 1 permit 192.1.1.0 0.0.14.0
   
  matches the desired networks, and then:
   
  router rip
  distance 255 150.50.17.1 255.255.255.255 1
   
  ages the wanted networks out. Therefore, you end up with EVEN networks in your routing table.
   
  shouldn't you have used:
   
  access-list 1 deny 192.1.1.0 0.0.14.0
  acesss-list 1 permit any
  router rip
  distance 255 150.50.17.1 255.255.255.255 1
   
  Then, you age out the EVEN networks, which you don't want in your table and I have all EVEN networks in my table.
   
  I'm I reading this wrong????
   

 
---------------------------------
Don't be flakey. Get Yahoo! Mail for Mobile and
always stay connected to friends.



This archive was generated by hypermail 2.1.4 : Sun Apr 01 2007 - 06:35:52 ART