【Problem Description】
customer want to know how to set the route preference
Example:
ip route-static 0.0.0.0 0.0.0.0 2.2.2.2 interface g1/0/1
ip route-static 0.0.0.0 0.0.0.0 1.1.1.1 interface g1/0/2
I wana to set the route via g1/0/2 as main route, and g1/0/1 asbackup route, that would be active when g1/0/2 down,
【Problem Analysis】

Just configure like this.
【Root Cause】
this is just a configuration query
【Solution Description】

Just configure like this.
