9d38647b59079e0e8c3ed047300c3c98b2c8ca77
howto/Quagga.md
... | ... | @@ -0,0 +1,13 @@ |
1 | +# Quagga |
|
2 | + |
|
3 | +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. |
|
4 | + |
|
5 | +## Source address selection |
|
6 | + |
|
7 | +Use this in your `zebra.conf`: |
|
8 | + |
|
9 | + route-map RM_SET_SRC permit 10 |
|
10 | + set src 172.22.XX.XX |
|
11 | + ip protocol bgp route-map RM_SET_SRC |
|
12 | + |
|
13 | +Unfortunately, this is not possible with IPv6... |
|
... | ... | \ No newline at end of file |
howto/quagga.md
... | ... | @@ -1,13 +0,0 @@ |
1 | -# Quagga |
|
2 | - |
|
3 | -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. |
|
4 | - |
|
5 | -## Source address selection |
|
6 | - |
|
7 | -Use this in your `zebra.conf`: |
|
8 | - |
|
9 | - route-map RM_SET_SRC permit 10 |
|
10 | - set src 172.22.XX.XX |
|
11 | - ip protocol bgp route-map RM_SET_SRC |
|
12 | - |
|
13 | -Unfortunately, this is not possible with IPv6... |
|
... | ... | \ No newline at end of file |