I'm trying to set up multiple static routes to an address in SG550XG, but load balancing can't be achieved.
ip route 1.2.3.4 255.255.255.255 10.1.1.2
ip route 1.2.3.4 255.255.255.255 10.1.1.3
#sh ip route static
Maximum Parallel Paths: 1 (1 after reset)
IP Forwarding: enabled
Codes: A - active, I - inactive
A 1.2.3.4/32 [1/4] via 10.1.1.2, vlan 5
I 1.2.3.4/32 [1/4] via 10.1.1.3
The "Maximum Parallel Paths" is 1. Is it related and how can I increase this number?
I can get the expected behavior on a Catalyst switch:
S 1.2.3.4 [1/0] via 10.1.1.2
[1/0] via 10.1.1.3Thanks.