On Mon, 21 Jan 2008 21:50:42 +0700, Stuart Henderson <[EMAIL PROTECTED]>
wrote:

On 2008/01/21 21:36, Insan Praja SW wrote:
Currently I'm setting up ibgp session between quagga and openbgpd, I got
it up, but it seem no route injected to the fib, when I traced to an
address learned from quagga, it still choose default route and using
"bgpctl fib couple" and "bgpctl -n reload" is not changing anything. If
upgrading to -current will solved this, then it's do-able.
I appreciated any input to this matter.

How are your nexthops? (bgpctl sh nex)


One thing Stuart,
When I do "bgpctl -n show rib" none of the learned routes gets selected, I
wonder is it because iBGP combination with default or something on the
bgpd.conf?
Here is my conf.

AS 65021
router-id 202.149.93.226
listen on 202.149.93.2
fib-update yes
route-collector yes

neighbor 202.149.93.1 {
        remote-as       65021
        descr           upstream
        multihop        2
        local-address   202.149.93.225
        holdtime        180
        holdtime min    3
        announce        self
}
deny from any prefix 0.0.0.0/32

# filter bogus networks
deny from any prefix 10.0.0.0/8 prefixlen >= 8
deny from any prefix 172.16.0.0/12 prefixlen >= 12
deny from any prefix 192.168.0.0/16 prefixlen >= 16
deny from any prefix 169.254.0.0/16 prefixlen >= 16
deny from any prefix 192.0.2.0/24 prefixlen >= 24
deny from any prefix 224.0.0.0/4 prefixlen >= 4
deny from any prefix 240.0.0.0/4 prefixlen >= 4


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Reply via email to