OSPF configuration - Please help

2000-06-06 Thread Billy Monroe
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

Re: OSPF configuration - Please help

2000-06-06 Thread Andre Riscalla
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 Hu

Re: OSPF configuration - Please help

2000-06-06 Thread Benjamin Walling
Subject: OSPF configuration - Please help Hello: I have two 2503 and I am following Hutnik's to configure OSPF. I connected RouterA, s0 (DCE)

Re: OSPF configuration - Please help

2000-06-06 Thread Kenny Sallee
Why not start by doing a "sh int s0" to check the physical connectivity? Kenny - Original Message - From: "Benjamin Walling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 06, 2000 10:17 AM Subject: Re: OSPF configuration - Please help

Re: OSPF configuration - Please help

2000-06-07 Thread Daniel Ma
In router A, I think you could not put the mask as 0.0.0.0, because if so the area only include one ip address. Another thing is, have u try show interface and make sure the Serial port is up? Daniel "Billy Monroe" <[EMAIL PROTECTED]> wrote in message 8hj7i6$tdo$[EMAIL PROTECTED]">news:8hj7i6$t

Re: OSPF configuration - Please help

2000-06-07 Thread Robert John Lake
Hi, Router B is misconfigured.. The ospf process should contain.. 192.1.1.0 255.255.255.0 area 0 I would put the loopback addresses in as well and not this network 0.0.0.0 255.255.255.255 <-- this does not even have an area assigned.. Robert Daniel Ma wrote: > > In router A,

RE: OSPF configuration - Please help

2000-06-07 Thread Chuck Larrieu
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Daniel Ma Sent: Tuesday, June 06, 2000 8:51 PM To: [EMAIL PROTECTED] Subject:Re: OSPF configuration - Please help In router A, I think you could not put the mask as 0.0.0.0, because if so

RE: OSPF configuration - Please help

2000-06-07 Thread Malhotra, Vikas
Hi, The Router B should have following command in it; network 192.1.1.2 0.0.0.0 area 0 Thanks Vikas Malhotra -Original Message- From: Daniel Ma [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 06, 2000 11:51 PM To: [EMAIL PROTECTED] Subject: Re: OSPF configuration - Please help In