Which parameter would you tune to affect the selection of a static route as a backup, when a dynamic protocol is also being used?

Which parameter would you tune to affect the selection of a static route as a backup, when a
dynamic protocol is also being used?

Which parameter would you tune to affect the selection of a static route as a backup, when a
dynamic protocol is also being used?

A.
hop count

B.
administrative distance

C.
link bandwidth

D.
link delay

E.
link cost



Leave a Reply 1

Your email address will not be published. Required fields are marked *


anon coward

anon coward

this is called creating a “floating static” address. For example:
ip route 0.0.0.0 0.0.0.0 192.168.1.1 201
where 201 is the configured AD of this route, overriding the normal static AD of 1. This makes the route’s AD higher then most (all) routing protocols, so the device will only install it into the RIB once all other potential sources for the route are no longer valid.