You are logged into a router and have navigated to the (edit routing-options] level of the hierarchy. You have been asked to create a static route that will use 10.10.10.1 as its primary next-hop and 10.10.10.5 as its secondary next-hop.
Which command correctly configures this scenario?
A.
set static route 8/8 10.10.10.1 qualified-next-hop 10.10.10.5 pref 10
B.
set static route 8/8 next-hop 10.10.10.1 secondary-next-hop 10.10.10.5 preference 10
C.
set static route 8/8 next-hop 10.10.10.1 qualified-next-hop 10.10.10.5 preference 10
D.
set static route 8/8 next-hop [10.10.10.1 10.10.10.5] pref 10
Option C.
“next-hop” & “qualified-next-hop” is correct syntax.