VPN tunneling...

From: ¾çö¿õ\ (y1700@xxxxxxxxxxxx)
Date: Thu Nov 08 2001 - 13:46:31 GMT-3


   
Network is

r1------fr-------r2--------------r3-----------r4
 -------------- o s p f --------- eigrp
                           < not redi >

I want make the tunnel r1 to r3.

I made a config as following.

R1:::

interface Tunnel0
 ip address 192.1.30.1 255.255.255.0
 no ip directed-broadcast
 tunnel source Loopback0
 tunnel destination 137.3.6.6

ip local policy route-map vpn

route-map vpn permit 10
 match ip address 101
 set interface Tunnel0

access-list 101 deny ip 192.1.32.0 0.0.0.255 137.3.0.0 0.0.255.255
access-list 101 permit ip 192.1.32.0 0.0.0.255 any

R3:::

interface Tunnel0
 ip address 192.1.30.2 255.255.255.0
 tunnel source Loopback0
 tunnel destination 137.3.3.3

access-list 101 deny ip 137.3.0.0 0.0.255.255 192.1.32.0 0.0.0.255
access-list 101 permit ip any 192.1.32.0 0.0.0.255
route-map vpn permit 10
 match ip address 101
 set interface Tunnel0
!
route-map vpn permit 20

when i extended ping from r1 to r3, i can ping to network directly connected to
 r3. But i can't ping other network that r3 learned via Eigrp from r4.

what can i do for perfect tunnel?

thanks.



This archive was generated by hypermail 2.1.4 : Fri Jun 21 2002 - 06:45:09 GMT-3