From: James.Jackson@broadwing.com
Date: Sat Jul 05 2003 - 17:42:42 GMT-3
How about this...
Under routing process of r2:
distance 255 <IP of R1> 0.0.0.0 1
access-list 1 permit 208.10.0.0 0.0.254.255
Are you running RIP ? You could also try an offset-list...
HTH
James
-----Original Message-----
From: pita40 [mailto:pita40@hotmail.com]
Sent: Saturday, July 05, 2003 3: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