RE: IP OSPF neigh in INIT/DROTHER state

From: Fabricio Aponte (fabricio@xxxxxxx)
Date: Mon Feb 26 2001 - 18:10:04 GMT-3


   
And the Answer comes from David Halaska and Will Faller!

This is what we did:
!
interface Ethernet0
 ip address 216.12.210.82 255.255.255.0
 no ip directed-broadcast
 ip nat outside
!
router ospf 99
 network 216.12.210.0 0.0.0.255 area 0
!
ip nat inside source list 1 interface Ethernet0 overload

access-list 1 permit any

I removed NAT. The access list is too broad and the router sees itself as
an inside. I removed NAT and OSPF works now. I have to adjust the access
list.

Thanks to everyone that replied, fabricio

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
Halaska, David
Sent: Monday, February 26, 2001 2:53 PM
To: 'Fabricio Aponte'; ccielab@groupstudy.com
Subject: RE: IP OSPF neigh in INIT/DROTHER state

hmmmmmm. you could set one to not be the DR by changing using the interface
command
 ip ospf priority x
0 means do not become dr or bdr. you could also just make one higher than
the other. Be sure to shut no shut the interfaces to start a new election.
Try bringing the DR up first. I can't tell what the specific problem is
based on the info provided but this workaround should help. Maybe you could
send the configs.

Hope this helps,
David

-----Original Message-----
From: Fabricio Aponte [mailto:fabricio@ev1.net]
Sent: Monday, February 26, 2001 2:30 PM
To: ccielab@groupstudy.com
Subject: IP OSPF neigh in INIT/DROTHER state

I got two routers connected to each other via an ethernet hub. R2 and R5.
This is the show ip ospf neigh on r 2 and show ip ospf int e 0 on both
routers. Both routers are electing each other as the DR and no BDR (they do
not see each other).

Why are these two guys not electing a DR?
Why is R5 not even seeing R2 as a neighbor?

r2#show ip ospf neigh

Neighbor ID Pri State Dead Time Address Interface
172.168.91.1 1 INIT/DROTHER 00:00:30 216.12.210.81 Ethernet0

r2#show ip ospf int e 0
Ethernet0 is up, line protocol is up
  Internet Address 216.12.210.82/24, Area 0
  Process ID 99, Router ID 100.100.100.1, Network Type BROADCAST, Cost: 10
  Transmit Delay is 1 sec, State DR, Priority 1
  Designated Router (ID) 100.100.100.1, Interface address 216.12.210.82
  No backup designated router on this network
  Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
    Hello due in 00:00:04
  Index 1/1, flood queue length 0
  Next 0x0(0)/0x0(0)
  Last flood scan length is 0, maximum is 0
  Last flood scan time is 0 msec, maximum is 0 msec
  Neighbor Count is 1, Adjacent neighbor count is 0
  Suppress hello for 0 neighbor(s)
r2#
[Resuming connection 5 to r5 ... ]

r5#show ip ospf int e 0
Ethernet0 is up, line protocol is up
  Internet Address 216.12.210.81/24, Area 0
  Process ID 99, Router ID 172.168.91.1, Network Type BROADCAST, Cost: 10
  Transmit Delay is 1 sec, State DR, Priority 1
  Designated Router (ID) 172.168.91.1, Interface address 216.12.210.81
  No backup designated router on this network
  Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
    Hello due in 00:00:09
  Neighbor Count is 0, Adjacent neighbor count is 0
  Suppress hello for 0 neighbor(s)

Thank you,

fabricio



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:29:03 GMT-3