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 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$tdo$[EMAIL PROTECTED]...
> 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 50
> !
> 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]
> ---


___
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]

___
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]



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
the area only include one ip address.

CL: gentle correction. In OSPF, the network statement places interfaces, not
addresses, into the OSPF process. This is not well explained in many of the
study materials, and many examples appear to place subnets into OSPF.

Thus, if one were to use the network statement  10.1.1.1 0.0.0.0 area 0,
this would place only the interface with that number into OSPF. Functionally
speaking, one could say network 10.1.1.1 0.255.255.255  and have the same
result.

I have done a number of experiments along this line, and verified that so
long as the network statement matches an interface address in one way or
another, it makes no difference how you state it. OSPF functions correctly,
and packets get router correctly. I don't know, but I believe that the Cisco
IOS OSPF process gathers subnet and mask information directly from the
interface configuration.

This can lead to some interesting and fun ways of doing things. For example,
suppose you had a super routers with 200 interfaces and subinterfaces, and
ever one of those interfaces was numbered in such a way that the third octet
was 42. .e. 192.168.42.67, 10.99.42.240, 172.23.42.1, you get the idea. You
can put each and every one of those interfaces into the OSPF process with a
single command. - network 0.0.42.0 255.255.0.255 area 0 ( assuming you want
them all in area 0 )

Not earth shaking information. Just something to help understand how things
work.

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$tdo$[EMAIL PROTECTED]...
> 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 50
> !
> 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]
> ---


___
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]

___
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]



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, 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$tdo$[EMAIL PROTECTED]...
> > 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 50
> > !
> > 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]
> > ---
> 
> ___
> 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]

-- 
-- 
 Robert LAKE MSc - Customer Support Engineer  |   |
 E-Mail: [EMAIL PROTECTED]  |   |
 Phone : +32 2 704 5434  ||| |||
 Fax   : +32 2 704 5804 |   |
 Parc Pegasus   ..:|||:...:|||:..
 De Kleetlaan, 6C i s c o   S y s t e m s
 B-1831 - Diegem - Belgium Euro TAC - Brussels 
--
Cisco Systems - Empowering the Internet Generation
--

___
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]



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$tdo$[EMAIL PROTECTED]...
> 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 50
> !
> 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]
> ---


___
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]



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


>
>
> Are you able to ping the other router?  Do you see it with 'sh cdp nei'?
Also,
> you should do 'shut' then 'no shut'.  The other way around shuts down the
> interfaces (the way you said below).  Also, on Router B, I see no
indication of
> an area statement.  IE:  network 192.1.1.0 0.0.0.255 area 0.  There is a
network
> statement under router ospf, but I am not familiar enough to know the
effects of
> putting 0.0.0.0 0.0.0.0 in that statement.  My understanding is that you
must
> give it an area (although if you don't, it may default to area 0).
>
> Ben
>
>
>
>
>
>
>
> "Billy Monroe" <[EMAIL PROTECTED]> on 06/06/2000 12:14:15 PM
>
> Please respond to "Billy Monroe" <[EMAIL PROTECTED]>
>
>
>
>
>
>
>
>
>  To:  [EMAIL PROTECTED]
>
>  cc:  (bcc: Benjamin Walling/HQ/INDECON)
>
>
>
>  Subject: OSPF configuration - Please help
>
>
>
>
>
>
>
>
>
> 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 50
> !
> 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]
>
>
>
> ___
> 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]
>

___
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]



Re: OSPF configuration - Please help

2000-06-06 Thread Benjamin Walling



Are you able to ping the other router?  Do you see it with 'sh cdp nei'?  Also,
you should do 'shut' then 'no shut'.  The other way around shuts down the
interfaces (the way you said below).  Also, on Router B, I see no indication of
an area statement.  IE:  network 192.1.1.0 0.0.0.255 area 0.  There is a network
statement under router ospf, but I am not familiar enough to know the effects of
putting 0.0.0.0 0.0.0.0 in that statement.  My understanding is that you must
give it an area (although if you don't, it may default to area 0).

Ben







"Billy Monroe" <[EMAIL PROTECTED]> on 06/06/2000 12:14:15 PM

Please respond to "Billy Monroe" <[EMAIL PROTECTED]>





  
  
  
 To:  [EMAIL PROTECTED]
  
 cc:  (bcc: Benjamin Walling/HQ/INDECON)  
  
  
  
 Subject: OSPF configuration - Please help
  








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 50
!
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]



___
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]



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 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 50
> !
> 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]