Timothy,

I don't think you will be able to form a neighbor relationship through the
tunnel with that configuration.  What I would do is put the tunnel interface
on both sides in the same network rather than using unnumbered.  Also, you
would need to add the tunnel network into the OSPF process in order to form
an adjacency and pass routes.

Royce


----- Original Message -----
From: "Timothy Ouellette" 
To: ; 
Sent: Saturday, August 03, 2002 3:36 AM
Subject: OSPF GRE tunnel to connect areas.


> Hey team,
>
> Just playing around with OSPF and GRE tunnels and having no luck. Can
> anyone help?
>
> Router1's s1 interface is in area 12 as is router2's s0.   Between R2
> and R5 is area 51
> (network 151.1.222.0/24).  As you can see in order for area 12 to
> communicate with the rest
> of the ospf network it needs a virtual link beween r2 and r5.  I did
> that and it worked.
>
> What i'm trying to do now is a GRE tunnel between r2 and r5. The tunnel
> is up but r1 never
> sees the routers that it did when the virtual-link was up.  The tunnel
> interfaces show up
> can I ping the loopback on r5 from r2 and vice verase but r1 sees no
> ospf routes.
>
>
> R1--area12------R2--------area51------R5----------area0
>            (150.1.2.2)                             (151.1.5.5)
>
>
> Below are the configs.  Feel free to email me directly with my blunder
> if you so desire.
>
>
> r2's config
> -------------
> nterface Loopback0
>  ip address 150.1.2.2 255.255.255.0
> !
> interface Tunnel1
>  ip unnumbered Loopback0
>  tunnel source Loopback0
>  tunnel destination 150.1.5.5
> !
> interface Ethernet0
>  ip address 150.1.222.2 255.255.255.0
> !
> interface Serial0
>  ip address 150.1.12.2 255.255.255.0
>  clockrate 64000
> !
> router ospf 1
>  router-id 150.1.222.2
>  log-adjacency-changes
>  network 150.1.12.2 0.0.0.0 area 12
>  network 150.1.222.2 0.0.0.0 area 51
> !
> ip classless
> ip route 150.1.5.5 255.255.255.255 Ethernet0
>
>
> r5's config
> ----------------
> interface Loopback0
>  ip address 150.1.5.5 255.255.255.0
> !
> interface Tunnel0
>  ip unnumbered Loopback0
>  tunnel source Loopback0
>  tunnel destination 150.1.2.2
> !
> interface Ethernet0
>  ip address 150.1.222.5 255.255.255.0
> !
> !
> router ospf 1
>  router-id 150.1.111.5
>  log-adjacency-changes
>  network 150.1.111.5 0.0.0.0 area 0
>  network 150.1.222.5 0.0.0.0 area 51
> !
> ip classless
> ip route 150.1.2.2 255.255.255.255 Ethernet0
> _________________________________________________________________
> Commercial lab list: http://www.groupstudy.com/list/commercial.html
> Please discuss commercial lab solutions on this list.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=50633&t=50633
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to