Hello list,

Hopefully not too much of a newbie question.

[SERVER A] <-> [SWITCH] <-> [SERVER B]

ospf.conf A :
router-id 172.16.0.177
redistribute connected
area 0.0.0.0 {
interface lo1 {passive}
interface vlan10 {passive}
interface bge0
}


ospf.conf B :
router-id 172.16.0.178
redistribute connected
area 0.0.0.0 {
interface lo1 {passive}
interface vlan10 {passive}
interface bge0
}


# ospfd -dvvv
startup
rde_asext_get: 172.16.0.176/28 is net LSA
orig_asext_lsa: 172.16.1.0/27 age 0
orig_rtr_lsa: area 0.0.0.0
orig_rtr_lsa: stub net, interface bge0
if_fsm: event UP resulted in action START and changing state for 
interface bge0 from DOWN to WAIT
if_fsm: event UP resulted in action START and changing state for 
interface vlan10 from DOWN to DOWN
if_fsm: interface lo1, event UP not expected in state LOOP
spf_calc: area 0.0.0.0 calculated
nbr_fsm: event HELLO_RECEIVED resulted in action 
START_INACTIVITY_TIMER and changing state for neighbor ID 
172.16.0.178 from DOWN to INIT
nbr_fsm: event 2_WAY_RECEIVED resulted in action EVAL and changing 
state for neighbor ID 172.16.0.178 from INIT to 2-WAY
if_act_elect: interface bge0 old dr none new dr 172.16.0.181, old 
bdr none new bdr 172.16.0.178
nbr_fsm: event ADJ_OK resulted in action EVAL and changing state 
for neighbor ID 172.16.0.178 from 2-WAY to EXSTA
orig_rtr_lsa: area 0.0.0.0
orig_rtr_lsa: stub net, interface bge0
orig_rtr_lsa: area 0.0.0.0
orig_rtr_lsa: stub net, interface bge0
if_fsm: event BACKUPSEEN resulted in action ELECT and changing 
state for interface bge0 from WAIT to BCKUP
if_act_elect: interface bge0 old dr 172.16.0.181 new dr 
172.16.0.181, old bdr 172.16.0.178 new bdr 172.16.0.178
if_fsm: event NEIGHBORCHANGE resulted in action ELECT and changing 
state for interface bge0 from BCKUP to BCKUP
if_fsm: event WAITTIMER resulted in action NOTHING and changing 
state for interface bge0 from BCKUP to BCKUP
nbr_adj_timer: failed to form adjacency with 172.16.0.178


# ospfctl sh
Router ID: 172.16.0.177
Uptime: 00:00:14
RFC1583 compatibility flag is disabled
SPF delay is 1000 msec(s), hold time between two SPFs is 5000 
msec(s)
Number of external LSA(s) 1
Number of areas attached to this router: 1

Area ID: 0.0.0.0
  Number of interfaces in this area: 3
  Number of fully adjacent neighbors in this area: 0
  SPF algorithm executed 1 time(s)
  Number LSA(s) 1

# ospfctl sh ne
ID              Pri State        DeadTime Address         Iface     
Uptime
172.16.0.178  1   EXSTA/DR     00:00:37 172.16.0.181  bge0      -

Reply via email to