1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: mrt
Section: net
Priority: optional
Maintainer: Fernando Sanchez <fer@debian.org>
Standards-Version: 3.1.1
Package: mrt
Architecture: any
Depends: ${shlibs:Depends}
Description: Multi-threaded Routing Toolkit (BGP4+/BGP/RIPng/RIP2)
MRT is a set of Routing and Network Performance measurement tools, with
BGP4+/BGP/RIPng/RIP2 routing software (now includes DVMRP and PIM-DM)
.
MRT uses novel approaches to routing architecture design, and
incorporates features such as parallel lightweight processes, multiple
processor support, and shared memory. The object-oriented, modular
design of the software encourages the rapid addition and prototyping
of experimental routing protocol and inter-domain policy algorithms.
.
You can use MRT applications and libraries to:
* Serve as the backbone routing software for your IPv6 or IPv4
network connection.
* Simultaneously handle tasks such as routing policy communication,
routing policy calculation, and maintenance of a RIB, and
distribute these tasks over multiple processors or multiple
machines
* Generate and analyze route flap statistics
* Generate real-time graphical maps of Internet routing
* Capture a BGP peering session and monitor it in real time
* Record and replay sequences of events, such as routing failures
|