ns3-bgp
0.2
BGP module for ns-3.
|
ns3-bgp
is a BGP speaker application for ns-3
. It is built on top of libbgp. For simple usage and quick start, refer to examples. For detailed API usages, refer to document.
To install ns3-bgp
, first install libbgp 0.6.x. Then navigate to your ns-3 source directory and clone ns3-bgp
as bgp
in src/
and configure ns3
:
The following log components are avaliable.
Bgp
: The BGP speaker application.BgpLog
: The log forwarder to forward libbgp
log to ns-3
BgpRouting
: The BGP routing protocol (ns3::Ipv4RoutingProtocol
).ns3-bgp
document is avaliable online at https://lab.nat.moe/ns3bgp-doc/. Examples can be found under examples/
directory.
MIT