ospf config [7:26034]

2001-11-12 Thread khramov
I am sorry for a stupid question. I am trying to set up an OSPF network. So far I am doing from a router to a router . Here is what I have: Router A: int e0/0 ip address 192.168.30.0 255.255.255.0 ip ospf network poin-to-point network ospf 10 network 192.168.0.0 0.0.255.255.0.0 area 0 Router B

Re: ospf config [7:26034]

2001-11-12 Thread Dennis
You need to put a host address and not a network address on your ethernet interfaces and use a proper inverse mask under the ospf process... something like Router A: int e0/0 ip address 192.168.30.1 255.255.255.0 router ospf 10 network 192.168.0.0 0.0.255.255 area 0 -- -=Repy to group only..

RE: ospf config [7:26034]

2001-11-12 Thread Chuck Larrieu
comments below: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of khramov Sent: Monday, November 12, 2001 4:51 PM To: [EMAIL PROTECTED] Subject: ospf config [7:26034] I am sorry for a stupid question. I am trying to set up an OSPF network. So far I am

Re: ospf config [7:26034]

2001-11-12 Thread Engelhard M. Labiro
The network 192.168.30.0/24 and 192.168.31.0/24 are in different networks, the routers won`t see each other. Change the netmask to 16 bits. CDP will finds the other neighbour since it operates at Layer 2. HTH > Router A: > int e0/0 > ip address 192.168.30.0 255.255.255.0 > ip ospf network poin-t

RE: ospf config [7:26034]

2001-11-12 Thread Angry Packet
Hmmm, where do I start with this one? You must be trying to do it by memory and your memory doesn't seem to work to good. Actually this would make a good Cisco test question. The question would be: What change/changes are needed to make this config work? A. Change the IP addresses to something t

Re: ospf config [7:26034]

2001-11-12 Thread Oscar Valdez
192.168.0.0 0.0.255.255 area 0 ! -- Oscar - Original Message - From: "khramov" To: Sent: Monday, November 12, 2001 7:50 PM Subject: ospf config [7:26034] > I am sorry for a stupid question. > I am trying to set up an OSPF network. So far I am doing from a router > t

Re: ospf config [7:26034]

2001-11-12 Thread Angry Packet
cency-changes > network 192.168.0.0 0.0.255.255 area 0 > > Router B: > int eth0/0 > ip address 192.168.31.1 255.255.255.0 > ! > router ospf 10 > log-adjacency-changes > network 192.168.0.0 0.0.255.255 area 0 > ! > > -- > Oscar > > - Original Message -

Re: ospf config [7:26034]

2001-11-12 Thread Oscar Valdez
192.168.31.1 255.255.255.0 > > ! > > router ospf 10 > > log-adjacency-changes > > network 192.168.0.0 0.0.255.255 area 0 > > ! > > > > -- > > Oscar > > > > - Original Message - > > From: "khramov" > > To: > > Se

RE: ospf config [7:26034]

2001-11-12 Thread Chuck Larrieu
Angry Packet Sent: Monday, November 12, 2001 6:32 PM To: [EMAIL PROTECTED] Subject: Re: ospf config [7:26034] Oscar, You're fired too. This config won't work either. So this Cisco test question would be: If Oscar gave you this config to put in your router, you would? A. Just trust him an

RE: ospf config [7:26034]

2001-11-12 Thread Angry Packet
> [mailto:[EMAIL PROTECTED]]On Behalf Of > Angry Packet > Sent: Monday, November 12, 2001 6:32 PM > To: [EMAIL PROTECTED] > Subject: Re: ospf config [7:26034] > > > Oscar, > You're fired too. This config won't work either. > > So this Cisco test que