On Mon, Oct 17, 2005 at 04:12:48PM +0159, Claudio Jeker wrote:
> On Mon, Oct 17, 2005 at 09:39:01AM -0400, stan wrote:
> > I'm trying to do something that should be simple with ospfd from a snapshot
> > from last week.
> > 
> > I have a pair of carp's firewall/gatway boxes (3.7 machines) and they
> > connect a single subnet to the corporate network. Corporate wans to move
> > from rip to ospf. I'v set up the following ospfd.conf file:
> > 
> > 
> > # $OpenBSD: ospfd.conf,v 1.2 2005/02/06 20:07:09 norby Exp $
> > 
> > # macros
> > # password="secret"
> > 
> > # global configuration
> > router-id 170.85.113.111
> > # fib-update no
> > # spf-delay 1
> > # spf-holdtime 5
> > 
> > # auth-key $password
> > # auth-type none
> > # hello-interval 10
> > # metric 10
> > # retransmit-interval 5
> > # router-dead-time 40
> > # router-priority 1
> > # transmit-delay 1
> > 
> > # areas
> > area 0.0.0.120 {
> >     interface fxp0 {
> >             auth-type none
> >     }
> > }
> > 
> > 
> > fxp0 is the "external" interface. The CARP interface is fxp1, and the
> > "internal" interface is fxp2. Presently I have pf off.
> > 
> > When I start ospfd I get the routes advertised by corporate, but they don't
> > see my route.
> > 
> > What am I doing wrong?
> > 
> 
> You're not advertising any routes with this setup. "redistribute static"
> is probably what you are looking for.
> Another option would be to use passive interfaces like
> 
> area 0.0.0.120 {
>       interface fxp0 {
>               auth-type none
>       }
>       interface fxp2 {
>               passive
>       }
>       interface carp0 {
>               passive
>       }
> }
> 

Hmm, that seems to have gotten me close. Here's the new ospfd.conf file:


# $OpenBSD: ospfd.conf,v 1.2 2005/02/06 20:07:09 norby Exp $

# macros
# password="secret"

# global configuration
router-id 170.85.113.111
# fib-update no
# spf-delay 1
# spf-holdtime 5

# auth-key $password
# auth-type none
# hello-interval 10
# metric 10
# retransmit-interval 5
# router-dead-time 40
# router-priority 1
# transmit-delay 1

# areas
area 0.0.0.120 {
        interface fxp0 {
                auth-type none
        }
        interface fxp2 {
                auth-type none
                passive
        }
}

And when I start up the ospfd executbale now I get:


Script started on Mon Oct 17 10:38:04 2005
phfw1# ospfd -d
startup
rde: new announced net 0.0.0.0/0
rde: new announced net 170.85.106.128/25
rde: new announced net 170.85.106.143/32
rde: new announced net 170.85.113.0/25
rde: new announced net 170.85.113.99/32
rde: new announced net 192.168.254.0/24
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface carp1
orig_rtr_lsa: stub net, interface carp0
if_fsm: event UP resulted in action START and changing state for interface 
carp0 from DOWN to WAITING
start_spf_timer: IDLE -> DELAY
recv_packet: invalid checksum, interface carp0
recv_packet: authentication error, interface carp0
spf_calc: calculation started, area ID 0.0.0.120
spf_calc: calculation ended, area ID 0.0.0.120
spf_start_holdtimer: DELAY -> HOLD
spf_timer: state HOLD -> IDLE
recv_packet: invalid checksum, interface carp0
recv_packet: authentication error, interface carp0
recv_packet: invalid checksum, interface carp0
recv_packet: authentication error, interface carp0
recv_packet: invalid checksum, interface carp0
recv_packet: authentication error, interface carp0
if_act_elect: interface carp0 old dr none new dr 170.85.113.99, old bdr none 
new bdr none
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface carp1
orig_rtr_lsa: stub net, interface carp0
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface carp1
orig_rtr_lsa: stub net, interface carp0
if_fsm: event WAITTIMER resulted in action ELECT and changing state for 
interface carp0 from WAITING to DR
recv_packet: invalid checksum, interface carp0
recv_packet: authentication error, interface carp0
recv_packet: invalid checksum, interface carp0
recv_packet: authentication error, interface carp0
recv_packet: invalid checksum, interface carp0
recv_packet: authentication error, interface carp0
nbr_fsm: event HELLO_RECEIVED resulted in action START_INACTIVITY_TIMER and 
changing state for neighbor ID 170.85.115.1 from DOWN to INIT
nbr_fsm: event 2_WAY_RECEIVED resulted in action EVAL and changing state for 
neighbor ID 170.85.115.1 from INIT to EXSTART
if_act_elect: interface carp0 old dr 170.85.113.99 new dr 170.85.113.98, old 
bdr none new bdr 170.85.113.99
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface carp1
orig_rtr_lsa: stub net, interface carp0
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface carp1
orig_rtr_lsa: stub net, interface carp0
if_fsm: event NEIGHBORCHANGE resulted in action ELECT and changing state for 
interface carp0 from DR to BACKUP
nbr_fsm: event NEGOTIATION_DONE resulted in action SNAPSHOT and changing state 
for neighbor ID 170.85.115.1 from EXSTART to SNAPSHOT
nbr_fsm: event SNAPSHOT_DONE resulted in action SNAPSHOT_DONE and changing 
state for neighbor ID 170.85.115.1 from SNAPSHOT to EXCHANGE
recv_db_description: dupe
recv_db_description: seq num mismatch, bad flags
nbr_fsm: event SEQ_NUM_MISMATCH resulted in action RESET_DD and changing state 
for neighbor ID 170.85.115.1 from EXCHANGE to EXSTART
nbr_fsm: event NEGOTIATION_DONE resulted in action SNAPSHOT and changing state 
for neighbor ID 170.85.115.1 from EXSTART to SNAPSHOT
nbr_fsm: event SNAPSHOT_DONE resulted in action SNAPSHOT_DONE and changing 
state for neighbor ID 170.85.115.1 from SNAPSHOT to EXCHANGE
recv_db_description: dupe
recv_db_description: seq num mismatch, bad flags
nbr_fsm: event SEQ_NUM_MISMATCH resulted in action RESET_DD and changing state 
for neighbor ID 170.85.115.1 from EXCHANGE to EXSTART
nbr_fsm: event NEGOTIATION_DONE resulted in action SNAPSHOT and changing state 
for neighbor ID 170.85.115.1 from EXSTART to SNAPSHOT
nbr_fsm: event SNAPSHOT_DONE resulted in action SNAPSHOT_DONE and changing 
state for neighbor ID 170.85.115.1 from SNAPSHOT to EXCHANGE
recv_db_description: dupe
recv_db_description: seq num mismatch, bad flags
nbr_fsm: event SEQ_NUM_MISMATCH resulted in action RESET_DD and changing state 
for neighbor ID 170.85.115.1 from EXCHANGE to EXSTART
nbr_fsm: event NEGOTIATION_DONE resulted in action SNAPSHOT and changing state 
for neighbor ID 170.85.115.1 from EXSTART to SNAPSHOT
nbr_fsm: event SNAPSHOT_DONE resulted in action SNAPSHOT_DONE and changing 
state for neighbor ID 170.85.115.1 from SNAPSHOT to EXCHANGE
recv_db_description: dupe
recv_db_description: seq num mismatch, bad flags
nbr_fsm: event SEQ_NUM_MISMATCH resulted in action RESET_DD and changing state 
for neighbor ID 170.85.115.1 from EXCHANGE to EXSTART
nbr_fsm: event NEGOTIATION_DONE resulted in action SNAPSHOT and changing state 
for neighbor ID 170.85.115.1 from EXSTART to SNAPSHOT
nbr_fsm: event SNAPSHOT_DONE resulted in action SNAPSHOT_DONE and changing 
state for neighbor ID 170.85.115.1 from SNAPSHOT to EXCHANGE
recv_db_description: dupe
recv_db_description: seq num mismatch, bad flags
nbr_fsm: event SEQ_NUM_MISMATCH resulted in action RESET_DD and changing state 
for neighbor ID 170.85.115.1 from EXCHANGE to EXSTART
nbr_fsm: event NEGOTIATION_DONE resulted in action SNAPSHOT and changing state 
for neighbor ID 170.85.115.1 from EXSTART to SNAPSHOT
nbr_fsm: event SNAPSHOT_DONE resulted in action SNAPSHOT_DONE and changing 
state for neighbor ID 170.85.115.1 from SNAPSHOT to EXCHANGE
recv_packet: invalid checksum, interface carp0
recv_packet: authentication error, interface carp0
^Cif_act_elect: interface carp0 old dr 170.85.113.98 new dr 170.85.113.99, old 
bdr 170.85.113.99 new bdr none
route decision engine exiting
kernel routing table decoupled
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface carp1
orig_rtr_lsa: stub net, interface carp0
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface carp1
orig_rtr_lsa: stub net, interface carp0
if_fsm: event NEIGHBORCHANGE resulted in action ELECT and changing state for 
interface carp0 from BACKUP to DR
nbr_fsm: event KILL_NBR resulted in action DELETE and changing state for 
neighbor ID 170.85.115.1 from EXCHANGE to DOWN
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface carp1
orig_rtr_lsa: stub net, interface carp0
if_fsm: event DOWN resulted in action RESET and changing state for interface 
carp0 from BACKUP to DOWN
if_del: interface carp1
if_del: interface carp0
terminating
phfw1# op  ospfd -d
startup
orig_rtr_lsa: area 0.0.0.120
rde: new announced net 0.0.0.0/0
rde: new announced net 170.85.106.128/25
rde: new announced net 170.85.106.143/32
rde: new announced net 170.85.113.0/25
rde: new announced net 170.85.113.99/32
rde: new announced net 192.168.254.0/24
orig_rtr_lsa: stub net, interface fxp2
orig_rtr_lsa: stub net, interface fxp0
if_fsm: event UP resulted in action START and changing state for interface fxp0 
from DOWN to WAITING
start_spf_timer: IDLE -> DELAY
nbr_fsm: event HELLO_RECEIVED resulted in action START_INACTIVITY_TIMER and 
changing state for neighbor ID 170.85.115.1 from DOWN to INIT
nbr_fsm: event 2_WAY_RECEIVED resulted in action EVAL and changing state for 
neighbor ID 170.85.115.1 from INIT to 2-WAY
if_fsm: event NEIGHBORCHANGE resulted in action NOTHING and changing state for 
interface fxp0 from WAITING to WAITING
recv_packet: packet sent to wrong address 170.85.113.99, interface fxp0
spf_calc: calculation started, area ID 0.0.0.120
spf_calc: calculation ended, area ID 0.0.0.120
spf_start_holdtimer: DELAY -> HOLD
recv_packet: packet sent to wrong address 170.85.113.99, interface fxp0
spf_timer: state HOLD -> IDLE
recv_db_description: packet ignored in state 2-WAY, neighbor ID 170.85.115.1
recv_packet: packet sent to wrong address 170.85.113.99, interface fxp0
recv_db_description: packet ignored in state 2-WAY, neighbor ID 170.85.115.1
recv_packet: packet sent to wrong address 170.85.113.99, interface fxp0
recv_db_description: packet ignored in state 2-WAY, neighbor ID 170.85.115.1
recv_packet: packet sent to wrong address 170.85.113.99, interface fxp0
recv_db_description: packet ignored in state 2-WAY, neighbor ID 170.85.115.1
recv_packet: packet sent to wrong address 170.85.113.99, interface fxp0
recv_db_description: packet ignored in state 2-WAY, neighbor ID 170.85.115.1
recv_packet: invalid checksum, interface fxp0
recv_packet: authentication error, interface fxp0
recv_db_description: packet ignored in state 2-WAY, neighbor ID 170.85.115.1
recv_db_description: packet ignored in state 2-WAY, neighbor ID 170.85.115.1
if_act_elect: interface fxp0 old dr none new dr 170.85.113.98, old bdr none new 
bdr 170.85.113.111
nbr_fsm: event ADJ_OK resulted in action EVAL and changing state for neighbor 
ID 170.85.115.1 from 2-WAY to EXSTART
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface fxp2
orig_rtr_lsa: stub net, interface fxp0
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface fxp2
orig_rtr_lsa: stub net, interface fxp0
if_fsm: event WAITTIMER resulted in action ELECT and changing state for 
interface fxp0 from WAITING to BACKUP
nbr_fsm: event NEGOTIATION_DONE resulted in action SNAPSHOT and changing state 
for neighbor ID 170.85.115.1 from EXSTART to SNAPSHOT
nbr_fsm: event SNAPSHOT_DONE resulted in action SNAPSHOT_DONE and changing 
state for neighbor ID 170.85.115.1 from SNAPSHOT to EXCHANGE
nbr_fsm: event EXCHANGE_DONE resulted in action EXCHANGE_DONE and changing 
state for neighbor ID 170.85.115.1 from EXCHANGE to LOADING
start_spf_timer: IDLE -> DELAY
recv_packet: invalid checksum, interface fxp0
recv_packet: authentication error, interface fxp0
spf_calc: calculation started, area ID 0.0.0.120
spf_calc: calculation ended, area ID 0.0.0.120
spf_start_holdtimer: DELAY -> HOLD
start_spf_timer: HOLD -> HOLDQUEUE
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface fxp2
orig_rtr_lsa: transit net, interface fxp0
nbr_fsm: event LOADING_DONE resulted in action NOTHING and changing state for 
neighbor ID 170.85.115.1 from LOADING to FULL
spf_timer: HOLDQUEUE -> DELAY
spf_calc: calculation started, area ID 0.0.0.120
spf_calc: calculation ended, area ID 0.0.0.120
spf_start_holdtimer: DELAY -> HOLD
spf_timer: state HOLD -> IDLE
recv_packet: invalid checksum, interface fxp0
recv_packet: authentication error, interface fxp0
recv_packet: invalid checksum, interface fxp0
recv_packet: authentication error, interface fxp0
recv_packet: invalid checksum, interface fxp0
recv_packet: authentication error, interface fxp0
recv_packet: invalid checksum, interface fxp0
recv_packet: authentication error, interface fxp0
recv_packet: invalid checksum, interface fxp0
recv_packet: authentication error, interface fxp0
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface fxp2
orig_rtr_lsa: stub net, interface fxp0
if_act_elect: interface fxp0 old dr 170.85.113.98 new dr 170.85.113.111, old 
bdr 170.85.113.111 new bdr none
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface fxp2
orig_rtr_lsa: stub net, interface fxp0
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface fxp2
orig_rtr_lsa: stub net, interface fxp0
if_fsm: event NEIGHBORCHANGE resulted in action ELECT and changing state for 
interface fxp0 from BACKUP to DR
nbr_fsm: event INACTIVITY_TIMER resulted in action DELETE and changing state 
for neighbor ID 170.85.115.1 from FULL to DOWN
start_spf_timer: IDLE -> DELAY
spf_calc: calculation started, area ID 0.0.0.120
spf_calc: calculation ended, area ID 0.0.0.120
spf_start_holdtimer: DELAY -> HOLD
spf_timer: state HOLD -> IDLE
nbr_fsm: event HELLO_RECEIVED resulted in action START_INACTIVITY_TIMER and 
changing state for neighbor ID 170.85.115.1 from DOWN to INIT
nbr_fsm: event 2_WAY_RECEIVED resulted in action EVAL and changing state for 
neighbor ID 170.85.115.1 from INIT to EXSTART
if_act_elect: interface fxp0 old dr 170.85.113.111 new dr 170.85.113.98, old 
bdr none new bdr 170.85.113.111
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface fxp2
orig_rtr_lsa: stub net, interface fxp0
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface fxp2
orig_rtr_lsa: stub net, interface fxp0
if_fsm: event NEIGHBORCHANGE resulted in action ELECT and changing state for 
interface fxp0 from DR to BACKUP
nbr_fsm: event NEGOTIATION_DONE resulted in action SNAPSHOT and changing state 
for neighbor ID 170.85.115.1 from EXSTART to SNAPSHOT
nbr_fsm: event SNAPSHOT_DONE resulted in action SNAPSHOT_DONE and changing 
state for neighbor ID 170.85.115.1 from SNAPSHOT to EXCHANGE
start_spf_timer: IDLE -> DELAY
rde_dispatch_imsg: IMSG_LS_MAXAGE, type 2 ls_id 170.85.113.98
IMSG_LS_MAXAGE still loading
rde_dispatch_imsg: IMSG_LS_MAXAGE, type 2 ls_id 170.85.113.98
IMSG_LS_MAXAGE still loading
nbr_fsm: event EXCHANGE_DONE resulted in action EXCHANGE_DONE and changing 
state for neighbor ID 170.85.115.1 from EXCHANGE to LOADING
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface fxp2
orig_rtr_lsa: transit net, interface fxp0
nbr_fsm: event LOADING_DONE resulted in action NOTHING and changing state for 
neighbor ID 170.85.115.1 from LOADING to FULL
spf_calc: calculation started, area ID 0.0.0.120
spf_calc: calculation ended, area ID 0.0.0.120
spf_start_holdtimer: DELAY -> HOLD
spf_timer: state HOLD -> IDLE
start_spf_timer: IDLE -> DELAY
rde_dispatch_imsg: IMSG_LS_MAXAGE, type 2 ls_id 170.85.113.98
spf_calc: calculation started, area ID 0.0.0.120
spf_calc: calculation ended, area ID 0.0.0.120
spf_start_holdtimer: DELAY -> HOLD
spf_timer: state HOLD -> IDLE
recv_packet: invalid checksum, interface fxp0
recv_packet: authentication error, interface fxp0
recv_packet: invalid checksum, interface fxp0
recv_packet: authentication error, interface fxp0
recv_packet: invalid checksum, interface fxp0
recv_packet: authentication error, interface fxp0
recv_packet: invalid checksum, interface fxp0
recv_packet: authentication error, interface fxp0
recv_packet: invalid checksum, interface fxp0
recv_packet: authentication error, interface fxp0
recv_packet: invalid checksum, interface fxp0
recv_packet: authentication error, interface fxp0
^Ckernel routing table decoupled
route decision engine exiting
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface fxp2
orig_rtr_lsa: stub net, interface fxp0
if_act_elect: interface fxp0 old dr 170.85.113.98 new dr 170.85.113.111, old 
bdr 170.85.113.111 new bdr none
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface fxp2
orig_rtr_lsa: stub net, interface fxp0
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface fxp2
orig_rtr_lsa: stub net, interface fxp0
if_fsm: event NEIGHBORCHANGE resulted in action ELECT and changing state for 
interface fxp0 from BACKUP to DR
nbr_fsm: event KILL_NBR resulted in action DELETE and changing state for 
neighbor ID 170.85.115.1 from FULL to DOWN
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface fxp2
orig_rtr_lsa: stub net, interface fxp0
if_fsm: event DOWN resulted in action RESET and changing state for interface 
fxp0 from BACKUP to DOWN
if_del: interface fxp2
if_del: interface fxp0
terminating
phfw1# ^Dexit

Script done on Mon Oct 17 10:44:01 2005

I;ve confirmes with ethreal that the "invalid chcksum" errors are indeed
invalid checksums being sent by the router that I'm exchanging routes with.

But if I chage the interfaces to carp0, and carp1, which are respectively
the "outside", and "inside" carp interfaces for this amchine, things don't
work even this well:


Script started on Mon Oct 17 10:54:39 2005
phfw1# ospfd -d
startup
rde: new announced net 0.0.0.0/0
rde: new announced net 170.85.106.128/25
rde: new announced net 170.85.106.143/32
rde: new announced net 170.85.113.0/25
rde: new announced net 170.85.113.99/32
rde: new announced net 192.168.254.0/24
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface carp1
orig_rtr_lsa: stub net, interface carp0
if_fsm: event UP resulted in action START and changing state for interface 
carp0 from DOWN to WAITING
start_spf_timer: IDLE -> DELAY
nbr_fsm: event HELLO_RECEIVED resulted in action START_INACTIVITY_TIMER and 
changing state for neighbor ID 170.85.115.1 from DOWN to INIT
nbr_fsm: event 2_WAY_RECEIVED resulted in action EVAL and changing state for 
neighbor ID 170.85.115.1 from INIT to 2-WAY
hello: DR seen with NO BDR
if_act_elect: interface carp0 old dr none new dr 170.85.113.98, old bdr none 
new bdr 170.85.113.99
nbr_fsm: event ADJ_OK resulted in action EVAL and changing state for neighbor 
ID 170.85.115.1 from 2-WAY to EXSTART
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface carp1
orig_rtr_lsa: stub net, interface carp0
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface carp1
orig_rtr_lsa: stub net, interface carp0
if_fsm: event BACKUPSEEN resulted in action ELECT and changing state for 
interface carp0 from WAITING to BACKUP
if_act_elect: interface carp0 old dr 170.85.113.98 new dr 170.85.113.98, old 
bdr 170.85.113.99 new bdr 170.85.113.99
if_fsm: event NEIGHBORCHANGE resulted in action ELECT and changing state for 
interface carp0 from BACKUP to BACKUP
nbr_fsm: event NEGOTIATION_DONE resulted in action SNAPSHOT and changing state 
for neighbor ID 170.85.115.1 from EXSTART to SNAPSHOT
nbr_fsm: event SNAPSHOT_DONE resulted in action SNAPSHOT_DONE and changing 
state for neighbor ID 170.85.115.1 from SNAPSHOT to EXCHANGE
spf_calc: calculation started, area ID 0.0.0.120
spf_calc: calculation ended, area ID 0.0.0.120
spf_start_holdtimer: DELAY -> HOLD
recv_packet: invalid checksum, interface carp0
recv_packet: authentication error, interface carp0
recv_db_description: dupe
recv_db_description: seq num mismatch, bad flags
nbr_fsm: event SEQ_NUM_MISMATCH resulted in action RESET_DD and changing state 
for neighbor ID 170.85.115.1 from EXCHANGE to EXSTART
spf_timer: state HOLD -> IDLE
nbr_fsm: event NEGOTIATION_DONE resulted in action SNAPSHOT and changing state 
for neighbor ID 170.85.115.1 from EXSTART to SNAPSHOT
nbr_fsm: event SNAPSHOT_DONE resulted in action SNAPSHOT_DONE and changing 
state for neighbor ID 170.85.115.1 from SNAPSHOT to EXCHANGE
recv_db_description: dupe
recv_db_description: seq num mismatch, bad flags
nbr_fsm: event SEQ_NUM_MISMATCH resulted in action RESET_DD and changing state 
for neighbor ID 170.85.115.1 from EXCHANGE to EXSTART
nbr_fsm: event NEGOTIATION_DONE resulted in action SNAPSHOT and changing state 
for neighbor ID 170.85.115.1 from EXSTART to SNAPSHOT
nbr_fsm: event SNAPSHOT_DONE resulted in action SNAPSHOT_DONE and changing 
state for neighbor ID 170.85.115.1 from SNAPSHOT to EXCHANGE
recv_db_description: dupe
recv_db_description: seq num mismatch, bad flags
nbr_fsm: event SEQ_NUM_MISMATCH resulted in action RESET_DD and changing state 
for neighbor ID 170.85.115.1 from EXCHANGE to EXSTART
nbr_fsm: event NEGOTIATION_DONE resulted in action SNAPSHOT and changing state 
for neighbor ID 170.85.115.1 from EXSTART to SNAPSHOT
nbr_fsm: event SNAPSHOT_DONE resulted in action SNAPSHOT_DONE and changing 
state for neighbor ID 170.85.115.1 from SNAPSHOT to EXCHANGE
recv_packet: invalid checksum, interface carp0
recv_packet: authentication error, interface carp0
recv_db_description: dupe
recv_db_description: seq num mismatch, bad flags
nbr_fsm: event SEQ_NUM_MISMATCH resulted in action RESET_DD and changing state 
for neighbor ID 170.85.115.1 from EXCHANGE to EXSTART
nbr_fsm: event NEGOTIATION_DONE resulted in action SNAPSHOT and changing state 
for neighbor ID 170.85.115.1 from EXSTART to SNAPSHOT
nbr_fsm: event SNAPSHOT_DONE resulted in action SNAPSHOT_DONE and changing 
state for neighbor ID 170.85.115.1 from SNAPSHOT to EXCHANGE
if_fsm: event WAITTIMER resulted in action NOTHING and changing state for 
interface carp0 from BACKUP to BACKUP
recv_packet: invalid checksum, interface carp0
recv_packet: authentication error, interface carp0
recv_db_description: dupe
recv_db_description: seq num mismatch, bad flags
nbr_fsm: event SEQ_NUM_MISMATCH resulted in action RESET_DD and changing state 
for neighbor ID 170.85.115.1 from EXCHANGE to EXSTART
nbr_fsm: event NEGOTIATION_DONE resulted in action SNAPSHOT and changing state 
for neighbor ID 170.85.115.1 from EXSTART to SNAPSHOT
nbr_fsm: event SNAPSHOT_DONE resulted in action SNAPSHOT_DONE and changing 
state for neighbor ID 170.85.115.1 from SNAPSHOT to EXCHANGE
recv_packet: invalid checksum, interface carp0
recv_packet: authentication error, interface carp0
recv_db_description: dupe
recv_db_description: seq num mismatch, bad flags
nbr_fsm: event SEQ_NUM_MISMATCH resulted in action RESET_DD and changing state 
for neighbor ID 170.85.115.1 from EXCHANGE to EXSTART
nbr_fsm: event NEGOTIATION_DONE resulted in action SNAPSHOT and changing state 
for neighbor ID 170.85.115.1 from EXSTART to SNAPSHOT
nbr_fsm: event SNAPSHOT_DONE resulted in action SNAPSHOT_DONE and changing 
state for neighbor ID 170.85.115.1 from SNAPSHOT to EXCHANGE
^Cif_act_elect: interface carp0 old dr 170.85.113.98 new dr 170.85.113.99, old 
bdr 170.85.113.99 new bdr none
route decision engine exiting
kernel routing table decoupled
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface carp1
orig_rtr_lsa: stub net, interface carp0
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface carp1
orig_rtr_lsa: stub net, interface carp0
if_fsm: event NEIGHBORCHANGE resulted in action ELECT and changing state for 
interface carp0 from BACKUP to DR
nbr_fsm: event KILL_NBR resulted in action DELETE and changing state for 
neighbor ID 170.85.115.1 from EXCHANGE to DOWN
orig_rtr_lsa: area 0.0.0.120
orig_rtr_lsa: stub net, interface carp1
orig_rtr_lsa: stub net, interface carp0
if_fsm: event DOWN resulted in action RESET and changing state for interface 
carp0 from BACKUP to DOWN
if_del: interface carp1
if_del: interface carp0
terminating
phfw1# ftp     ^Dexit

Script done on Mon Oct 17 10:55:57 2005

At this point in time I'm not even receiving the routes my neighber router
is sending.

What am I dong wrong here?

-- 
U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong 
Terror 
- New York Times 9/3/1967

Reply via email to