From: Nuno Ceitil (Nuno@sts.co.za)
Date: Sun Jun 04 2006 - 13:33:59 ART
Hi Again
 
Pro's and Con's of using either 
redistributed connected with route-map
or
distribute list out 
 
The only thing that comes to mind is a distribute list allows the
networks to be seen as internal where a redistribute will flag them
as external. Taking into account the issue of distribute-out with OSPF.
If the question gives you the freedom to choose which is better ?
 
 
Secondly,
Matching ACLs with route-maps. Is there some unwritten law regarding them?
If the choice is yours which should it be?
 
access-list 15 deny   150.5.115.0 0.0.0.255
access-list 15 permit any
!
route-map no15 permit 10
 match ip address 15
!
OR
 
access-list 15 deny   150.5.115.0 0.0.0.255
!
route-map no15 permit 10
 match ip address 15
!        
route-map no15 permit 20
!
OR
 
access-list 15 permit   150.5.115.0 0.0.0.255
!
route-map no15 deny 10
 match ip address 15
!        
route-map no15 permit 20
 
Comments please.
This archive was generated by hypermail 2.1.4 : Sat Jul 01 2006 - 07:57:32 ART