Yes:

Current configuration:
!
hostname vm
password zebra
!
interface eth1
 no link-detect
 ip address 192.168.0.101/24
 ipv6 nd suppress-ra
!
interface eth2
 no link-detect
 ip address 192.168.1.101/24
 ipv6 nd suppress-ra
!
ip route 10.0.0.0/24 192.168.0.1
ip route 10.0.0.0/24 192.168.1.1
!
!
!
line vty
 no login
!
end

Best regards,
Igor

> 7 апр. 2016 г., в 16:31, Daniel Walton <[email protected]> 
> написал(а):
> 
> If you do show run are both statics showing up in the config?
> 
> Daniel
> 
> On Wednesday, April 6, 2016, Igor Ryzhov <[email protected] 
> <mailto:[email protected]>> wrote:
> Hello.
> 
> Multipath doesn't work for me in release 1.0.
> 
> I have two interfaces eth1 and eth2 with IPs 192.168.0.101/24 
> <http://192.168.0.101/24> and 192.168.1.101/24 <http://192.168.1.101/24>.
> And I am adding two routes:
>         ip route 1.2.3.0/24 <http://1.2.3.0/24> 192.168.0.1
>         ip route 1.2.3.0/24 <http://1.2.3.0/24> 192.168.1.1
> 
> With 0.99.24.1 I have no problems and I see both of them in FIB:
> 
>         S>* 1.2.3.0/24 <http://1.2.3.0/24> [1/0] via 192.168.0.1, eth1
>           *                  via 192.168.1.1, eth2
>         C>* 127.0.0.0/8 <http://127.0.0.0/8> is directly connected, lo
>         C>* 192.168.0.0/24 <http://192.168.0.0/24> is directly connected, eth1
>         C>* 192.168.1.0/24 <http://192.168.1.0/24> is directly connected, eth2
> 
> But in 1.0 only the first one is in FIB:
> 
>         S>* 1.2.3.0/24 <http://1.2.3.0/24> [1/0] via 192.168.0.1, eth1
>                              via 192.168.1.1, eth2
>         C>* 127.0.0.0/8 <http://127.0.0.0/8> is directly connected, lo
>         C>* 192.168.0.0/24 <http://192.168.0.0/24> is directly connected, eth1
>         C>* 192.168.1.0/24 <http://192.168.1.0/24> is directly connected, eth2
> 
> Both versions are built with --enable-multipath=0.
> 
> Maybe I have to do something more in 1.0 to enable multipath?
> 
> Best regards,
> Igor
> _______________________________________________
> Quagga-dev mailing list
> [email protected] <javascript:;>
> https://lists.quagga.net/mailman/listinfo/quagga-dev 
> <https://lists.quagga.net/mailman/listinfo/quagga-dev>

_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to