Which of the following is the command for setting a routing policy?

a. export
b. set ospf export advertise_static
c. edit policy-options
d. set policy-statement

d. set policy-statement
Explanation:
Command Description
set ospf export advertise_static Apply the policy.
edit policy-options Enter the mode so that the set policy statement can be entered.
set policy-statement Set a routing policy.
export Apply a policy.

Computer Science & Information Technology

You might also like to view...

Which of the following is another term for a black hat hacker?

A) Cracker B) White hat C) Sneaker D) Creeker

Computer Science & Information Technology

Write a function that finds and removes the second occurrence of a given string in a passed string.

Note: An answer could make use of a variety of techniques (such as looping through the string in some way), but the easiest way is to make use of the find method and making a substring.

Computer Science & Information Technology