1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2025-02-16 05:14:27 +01:00

Created quagga (markdown)

This commit is contained in:
dn42 wiki 2014-07-05 10:59:28 +02:00
parent 4dc84d1fcf
commit 31274b0346

11
howto/quagga.md Normal file
View File

@ -0,0 +1,11 @@
Quagga is probably one of the oldest software router around. It still works, of course, even though it has an unattractive configuration syntax (unfortunately inspired by Cisco's IOS) and has some small issues with IPv6. But since it's so old, you will find a lot of configuration examples around.
## Source address selection
Use this in your `zebra.conf`:
route-map RM_SET_SRC permit 10
set src 172.22.XX.XX
ip protocol bgp route-map RM_SET_SRC
Unfortunately, this is not possible with IPv6...