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... no personal=- ""khramov"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 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: > int e0/0 > ip address 192.168.31.0 255.255.255.0 > ip ospf network point-to-point > > network ospf 10 > network 192.168.0.0 0.0.255.255 area 0 > > When I do sh dcp neigh I can see the router but I can not ping it. > Would you please tell me what I am doing wrong. > > Thanks in advance, > > [GroupStudy.com removed an attachment of type text/x-vcard which had a name > of khramov.vcf] Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=26035&t=26034 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

