RE: [nsp] [nsp] : OSPF

From: Andrew Lee (AndrewL@Pointshare.com)
Date: Tue Dec 12 2000 - 14:05:22 EST


>---
>Part of 7513 configuration
>....
>!
>interface Serial10/1/4
> description connected to sonianet
> ip address 10.1.49.1 255.255.255.252
> no ip route-cache distributed
>!
>router ospf 1
> redistribute connected
> redistribute static metric 1
> network 10.101.1.0 0.0.0.255 area 0

First, you need network statement that matches interface like
 network 10.1.49.1 0.0.0.0 area 3

Are you running ospf on more than these routers?
Also, you might want to check for a bandwidth mismatch. I am not sure what
modules you have on the 1600, but if its a serial interface with an external
CSU, the default bandwidth may be 1544, where the default bandwidth for
built in CSUs is usually 1536. Bandwidth can be found with the show
interface command (ie
sh int s0 and sh int s10/1/4 and make sure they match up)

> network 212.217.70.96 0.0.0.15 area 3
> default-information originate
>!
>....
>
>
>
>Part of client 1603 configuration
>!
>interface Serial0
> ip address 10.1.49.2 255.255.255.252
> no ip mroute-cache
> no fair-queue
>!....
>router ospf 1
> network 10.1.49.0 0.0.0.3 area 3
> network 212.217.70.96 0.0.0.15 area 3
>!



This archive was generated by hypermail 2b29 : Sun Aug 04 2002 - 04:12:23 EDT