Contributed by sean on from the where-does-my-packet-go dept.
We are pleased to announce the official release of OpenBGPD 4.0.
OpenBGPD is a fairly complete implementation of the Border Gateway
Protocol, Version 4, as described in RFC 1771. BGP is a protocol used
by routers to exchange routing information, and is one of the core
protocols of the Internet.
Highlights include:
- full support for the BGP protocol as defined in RFC 1771
- full support for tcp md5 signatures (RFC 2385)
- full ipsec integration, with both static and dynamic keying supported
- pf and CARP integration
- communities support (RFC 1997)
- route refresh (RFC 2918)
- capabilities advertisement (RFC 3392)
- low memory footprint
- kernel routing table can be coupled and decoupled any time
- easy, straightforward configuration language
- very good performance
- easy to use bgpctl program, to control bgpd at runtime
- complete and accurate manpages
Improvements since OpenBGPD 3.9 include:
- new nexthop selection logic ignoring bgpd routes, helps in complex setups with ospfd
- add a "detailed" show rib view to bgpctl, including communities
- allow requesting a route refresh from a peer that supports it
- have bgpd always report back the result of an operation to bgpctl, so the operator can spot errors quicker
- allow bgpd to manipulate carp demotion counters based on session states, gives even greater failover support
- support restarting sessions that reached max-prefix after a given time
- bgpctl can now show all routes received from a neighbor before filters were applied, and routes sent to neighbors
- assorted fixes and improvements, as usual
(Comments are closed)
By Anonymous Coward (195.29.148.251) on
Comments
By sthen (85.158.44.148) on
Works fine against Cisco kit (it wouldn't be much use if it didn't!). OpenBGPD's damn good software.
By infosearcher (86.91.41.86) on
Comments
By sthen (85.158.44.148) on
bgpd(8) and the linked pages at the bottom (bgpctl, bgpd.conf). You probably need to learn a bit about the protocol and how it's used in general before you look at implementation details.
> or more important, some howto's ?
howto's - hmm... if you need to ask for howtos, I'm not sure if this is really the right thing for you. You probably need to do some reading and run a test network to see how it fits together.
Comments
By sthen (85.158.44.146) on