Hello,
I'm just playing around with OpenBGP on OpenBSD3.8. My BGP Session
comes up, MD5 works fine. OpenBGP is a intuitiv tool and works fine. :)
But I didn't find any documentation for migrating some parts of my
cisco config to openbgpd. I configured internal BGP between my core-
router and an openbgp border-router. The session comes up and
openbgpd receives all my prefixes from the core-router, multiple /32
addresses, some /29-networks and so on. But I want only to be
specified networks announced to my external bgp-neighbor. On my Cisco
border-router I done this with an "aggregate-address 192.168.0.0
255.255.255.0"-Statement.
I take a look on the documentation, searched the source-code for
anything spelled like aggregate or something like this, but I wasn't
lucky. The network-Statement isn't doing aggregating, is it?
The second problem is, that I want to announce an external full-feed,
received with openbgpd, to my core-router. This works fine, but the
next-hop is the ip-adress of my external bgp-neighbor. But it should
be the ip-address of the border-router. On Cisco I configured
"neighbor 10.0.0.2 next-hop-self", but how to do this with openbgp?
I hope you can give me a hint to solve this to little problems, thanks!
Regards
Falk Brockerhoff