Lab 3, VOL II, IEWB-RS V3.0 , Task 4.9

From: ismail el-shalh (ishelh_mdsa@yahoo.com)
Date: Tue Mar 13 2007 - 13:09:54 ART


Greetings,

 

 Lab 3, VOL II, IEWB-RS V3.0 , Task 4.9

The task
states :

 

-The network administrator will be installing a new router
in
VLAN 32

-The new routers IP address in VLAN 32 will be 192.10.1.253
-Configure R3 to only accept the 222.22.2.0/24 RIP route
from this new router
and not from BB2.

 

My opinion about the solution that it is not
reflecting the complete requirement, this is because the task asks us
to
allow R3 o accept only the 222.22.2.0/24 Rip route from this new router
while
the solution is allowing any route advertised by the new router to be
installed on R3 in addition to the route 222.22.2.0

 

The current solution
is

 

access-list 100 permit ip host 192.10.1.253 host 222.22.2.0
access-list 100 deny
ip any host 222.22.2.0

access-list 100 permit ip any
any

 

while my suggested solution is :

 

access-list 100 permit ip
host 192.10.1.253 host 222.22.2.0

access-list 100 deny
ip host
192.10.1.253 any

access-list 100 deny
ip host 192.10.1.254 host 222.22.2.0
access-list 100 permit ip any any

 

Kindly let me know about your
opinions

Ismail



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