ASA ECMP static routing

On a Cisco ASA, it is possible to configure up to three equal cost static routes to a particular destination per interface. Equal-cost Multi-path routing (ECMP) is only supported for static routes on the same interface. ECMP is not supported across multiple interfaces.

An example of three equal cost static routes directing traffic to three different gateways on the outside interface can be seen below:

ciscoasa(config)#route outside 10.10.10.0 255.255.255.0 192.168.1.1 ciscoasa(config)#route outside 10.10.10.0 255.255.255.0 192.168.1.2 ciscoasa(config)#route outside 10.10.10.0 255.255.255.0 192.168.1.3

Links:

https://www.cisco.com/c/en/us/td/docs/security/asa/asa91/configuration/general/asa_91_general_config/route_static.html

https://forum.networklessons.com/t/cisco-asa-anyconnect-remote-access-vpn/833/113?u=lagapides