Hello,

if there is one thing that i do at the very very end, that's the
configuration of password on ospf, bgp, ntp and ... name it. I try it first
without password and if it works i then apply the password. The problem
should be split in small blocks, configuration of the tunnel being one,
configuration of the tunnel with authentication being the second one. It is
always easier to solve.

Salut,
DT
[EMAIL PROTECTED]
""Timothy Ouellette""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=50606&t=50579
--------------------------------------------------
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