From: Brian Dennis (brian@labforge.com)
Date: Sat Jul 05 2003 - 17:08:53 GMT-3
Peter,
Do you think that applying a standard ACL to an interface is going to
look inside a routing update (i.e. RIP) and filter off certain routes?
Brian Dennis, CCIE #2210 (R&S/ISP-Dial/Security)
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
pita40
Sent: Saturday, July 05, 2003 1:06 PM
To: ccielab@groupstudy.com
Subject: Permit odd route without using distribute-list
Diagram
r1--------- r2-------------r3
Permit odd route from r1 without using distribute-list. You must do this
config on r2. THe secondary int is here to satisfy other requirement.
r2
interface Ethernet0
ip address 192.168.80.33 255.255.255.224 secondary
ip address 192.168.80.8 255.255.255.0
ip access-group 1 in
no ip split-horizon
access-list 1 deny 208.10.0.0 0.0.254.255
access-list 1 permit any
If I use distribute-list it works but when I try to use the above config
it
permits all routes from r1.
What I mine doing wrong
Peter
This archive was generated by hypermail 2.1.4 : Wed Aug 06 2003 - 06:52:25 GMT-3