https://github.com/ocochard/quagga-bgp-netgen
Generate a Quagga/FRR bgp configuration file with lot's of routes
https://github.com/ocochard/quagga-bgp-netgen
Last synced: about 2 months ago
JSON representation
Generate a Quagga/FRR bgp configuration file with lot's of routes
- Host: GitHub
- URL: https://github.com/ocochard/quagga-bgp-netgen
- Owner: ocochard
- License: bsd-2-clause
- Created: 2018-05-30T05:27:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T07:18:19.000Z (about 6 years ago)
- Last Synced: 2025-01-24T12:14:40.685Z (4 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quagga-bgp-netgen
Generate a Quagga/FRR bgp configuration file with lot's of routes.
Allows to use Quagga/FRR as simple BGP routes generator on a lab.Example of usage:
```
quagga-bgp-netgen [nets-number] [local-as] [router-id] [remote-as] [remote-peer-ip]
example:
quagga-bgp-netgen 400000 100 0.0.0.100 200 10.0.0.2 > /usr/local/etc/frr/bgpd.conf
```