The Administrative Distance of a Static Route by default is 1, but it adjustable from 1 to 255.
Adjusting the administrative distance of a static route is a common method of providing back-up connectivity for prefixes learned by dynamic routing protocols, by specifying the administrative distance of the backup static route higher than the dynamic one.
ip route 192.168.1.0 255.255.255.0 Ethernet0/0 192.168.7.254 200
Leave a Reply