OpenWrt

Running OLSR

OLSR, The Optimized Link State Routing Protocol (OLSR) is a protocol to connect mobile ad-hoc networks, also sometimes called wireless mesh networks. It collects data about which network members can communicate, and then calculates an optimized routing table.

Running BGP

BGP, Border Gateway Protocol, is being used successfully by the WAFreeNet, after initial unsuccessful attempts with OSPF due to stability issues with route flapping.

The Quagga Routing Suite is an opensource software suite, and provides a stable implementation of BGPv4 for Unix platforms. It consists of a core zebra daemon, and daemons for supporting various routing protocols, including RIP, OSPF and BGP.

Any BGP node only needs to be configured with details of its immediate neighbouring nodes, and will then start exchanging routes. This means adding a new node to a network only requires BGP configuration on the new node, and its immediate neighbours, and routes to the new node will then propagate through then entire network.

For details on installing, configuring and running BGP on OpenWrt, see BGP Routing on OpenWrt with Quagga

AODV

ideas / request

Author


OpenWrt (last edited 2008-10-11 15:37:28 by 221-197-103-86)