Permit odd route without using distribute-list

From: pita40 (pita40@hotmail.com)
Date: Sat Jul 05 2003 - 17:05:47 GMT-3


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