Hi,

Sorry about my info.
But the problem solved after i destroy pfsync
interface.

Here is my konfigurasion:

OSPF

# $OpenBSD: ospfd.conf,v 1.4
2007/06/19 16:49:56 reyk Exp $

# macros
password="secret"

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

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

router-id 202.90.xxx.xxx
#redistribute
no redistribute 10.10.10.0/24   # NON-REDISTRIBUTABLE MANAGEMENT NETWORK
no
redistribute 10.11.0.0/16    # ADSL NON-REDISTRIBUTABLE NETWORK
redistribute
202.90.xxx.xxx/28 set { metric 120 type 2 }
redistribute 202.90.xxx.xxx/27 set
{ metric 120 type 2 }
redistribute default
redistribute connected

rtlabel
"local" external-tag 2

# areas
area 0.0.0.0 {
        interface vlan6 {
auth-type crypt
                auth-md 1 "BmwnB4ck"
auth-md-keyid 1
                }
}
area 0.0.0.1 {
        interface vlan8 {
auth-type crypt
                auth-md 1 "BmwnB4ck"
auth-md-keyid 1
        }
}
#area 0.0.0.3 {
#       interface carp0 {
#
passive
#       }
#}

PF

serv_if         = "vlan4"
core_if         = "vlan6"
metro_if        = "vlan8"


# ADVANCE INT PIPE
queue (BmwnDn_adv BmwnDn_ack)
pass in quick log on $metro_if inet from <advance> keep state (sloppy
source-track global) flags any tag ADVANCE_INT_OUT queue (BmwnDn_adv
BmwnDn_ack)
pass out quick log on $core_if inet tagged ADVANCE_INT_OUT keep
state (sloppy source-track global) flags any queue (BmwnUp_adv CoreUp_ack)
pass in quick log on $core_if inet to <advance> keep state (sloppy
source-track global) flags any tag ADVANCE_INT_IN queue (BmwnUp_adv
CoreUp_ack)
pass out quick log on $metro_if inet tagged ADVANCE_INT_IN keep
state (sloppy source-track global) flags any queue (BmwnDn_adv BmwnDn_ack)

#
NETCLUB INT PIPE
pass in quick log on $metro_if inet from <netclub> keep state
(sloppy source-track global) flags any tag NETCLUB_INT_OUT queue (BmwnDn_net
BmwnDn_a
ck)
pass out quick log on $core_if inet tagged NETCLUB_INT_OUT keep
state (sloppy source-track global) flags any queue (BmwnUp_net CoreUp_ack)
pass in quick log on $core_if inet to <netclub> keep state (sloppy
source-track global) flags any tag NETCLUB_INT_IN queue (BmwnUp_net
CoreUp_ack)
pass out quick log on $metro_if inet tagged NETCLUB_INT_IN keep
state (sloppy source-track global) flags any queue (BmwnDn_net BmwnDn_ack)

#
DEDICATED INT PIPE
pass in quick log on $metro_if inet from <dedicated> keep
state (sloppy source-track global) flags any tag DEDICATED_INT_OUT queue
(BmwnDn_ded BmwnDn_ack)
pass out quick log on $core_if inet keep state (sloppy
source-track global) flags any tagged DEDICATED_INT_OUT queue (BmwnUp_ded
up_ack_new)

pass in quick log on $core_if inet to <dedicated> keep state
(sloppy source-track global) flags any tag DEDICATED_INT_IN queue (BmwnUp_ded
up_ack_new)
pass out quick log on $metro_if inet keep state (sloppy
source-track global) flags any tagged DEDICATED_INT_IN queue (BmwnDn_ded
BmwnDn_ack)

pfsync0 interface:
Core01
up syncdev vlan111 syncpeer
10.10.10.119

Core02
syncdev vlan111 syncpeer 10.10.10.117
up

Thx

Kabayan
--- On Fri, 6/18/10, Gregory Edigarov <g...@bestnet.kharkov.ua> wrote:

>
From: Gregory Edigarov <g...@bestnet.kharkov.ua>
> Subject: Re: About ospfd
>
To: "Kabayan" <kab4...@yahoo.com>
> Cc: misc@openbsd.org
> Date: Friday, June
18, 2010, 12:09 AM
> On Fri, 18 Jun 2010 09:17:40 +0800
> (SGT)
> Kabayan
<kab4...@yahoo.com>
> wrote:
> 
> > Hi all,
> > 
> > I'm using OpenBSD 4.7
(GENERIC.MP) #9: Mon Mar 15
> 03:09:48 WIT 2010 
> > I got problem about ospf
traffic, the default traffic
> is too high,
> > almost all traffic got to the
default queue.
> > 
> > I have checked using tcpdump for pflog0 and client
>
anchor and there
> > is no problem with my pf configuration.
> 
> What's your
problem exactly? You didn't show us the full
> info, and
> we're the usual
people here, so we do not have extra senses
> yet...
> 
> -- 
> With best
regards,
>     Gregory Edigarov

Reply via email to