Your OSPF config on router B is wrong :

You did :

router ospf 64
network 0.0.0.0 255.255.255.255

Or you should have at least something like this :

router ospf 64
network 192.1.1.2 0.0.0.0 area 0

AR-

On Tue, 6 Jun 2000, Billy Monroe wrote:

> Hello:
> 
> I have two 2503 and I am following Hutnik's to configure OSPF.
> I connected RouterA, s0 (DCE) to RouterB, s0(DTE).
> 
> When I enter #show ip ospf int I see the following:
> ...
> Transmit Delay is 1 sec, State DOWN
>   Hello due in...
> ...
> 
> 
> The State should be "POINT_TO_POINT".
> The routers don't see each other. (#show ip route doesn't display OSPF
> entry).
> I entered "no shut" and "shut" in both routers s0 interfaces but it didn't
> work. Any idea of what is wrong ?
> 
> 
> Configurarion is below.
> 
> 
> THanks,
> 
> 
> 
> 
> 
> 
> 
> 
> 
> RouterA
> 
> 
> !
> hostname RouterA
> !
> int Loopback0
> ip add 10.1.1.1 255.255.255.0
> 
> 
> int Loopback1
> ip add 11.1.1.1 255.255.255.0
> !
> int S0
> ip add 192.1.1.1 255.255.255.0
> no fair-queue
> router ospf 64
> network 192.1.1.1 0.0.0.0 area 0
> network 10.1.1.1 0.0.0.0 area 0
> !
> no ip classless
> !
> ...
> 
> 
> RouterB
> 
> 
> !
> hostname RouterB
> !
> int loopack0
> ip add 152.1.1.1 255.255.255.0
> int Loopback1
> ip add 153.1.1.1 255.255.255.0
> !
> int serial0
> ip add 192.1.1.2 255.255.255.0
> no fair-queue
> clockrate 500000
> !
> int s1
> no ip add
> shutdown
> !
> router ospf 64
> network 0.0.0.0 255.255.255.255
> !
> no ip classless
> !
> ...
> 
> 
> 
> ___________________________________
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> 

--
Contrary to popular belief, Unix IS user friendly. It just happens
to be very selective about who it decides to make friends with.

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
Andre Riscalla                               Network Specialist - Internet
[EMAIL PROTECTED]                    514-940-5664 
Network Engineering                          AT&T Canada
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to