I'm trying to set up a backup route for my network as a safety net when the primary link fails; by adjusting the administrative distance with the ip route command. I have one router (cisco 1900 series) and two modems. My issue is i don't really understand how to set the parameters for this command. I've learnt the commands i'll use for this are:
For primary network (use default route)
ip route <network> <subnet> <ip address of main ISP modem>
For back up network (set admin distance)
ip route <network> <subnet> <ip address of backup ISP modem> 100
So my question: Is the network parameter supposed to be the IP address of the router? and the ip address parameter (which comes after subnet) the IP of the modem??