Hi,
If you need to configure Basic Dynamic PAT for your LAN networks with 2 ISPs then you could configure something like this
object-group network DEFAULT-PAT-SOURCE
network-object 10.10.10.0 255.255.255.0
network-object 10.10.20.0 255.255.255.0
nat (any,ISP-1) after-auto source dynamic DEFAULT-PAT-SOURCE interface
nat (any,ISP-2) after-auto source dynamic DEFAULT-PAT-SOURCE interface
The above just gives an example what the configuration could look like with 2 LAN networks and Dynamic PAT configured for both ISP interface-
The SLA monitor naturally handles which ISP link is used as you say.
Hopefully this helps
Please do remember to mark the reply as the correct answer if it answered your question.
Ask more if needed.
- Jouni