Which Cisco IOS command is used to advertise a default route into OSPF regardless of whether a default static route is configured?

A) ospf default-route advertise always
B) ospf advertise default-route permanent
C) default-information originate
D) default-information originate always


D
Explanation: D) When configured in OSPF router configuration mode, the default-information originate command will advertise a default route into OSPF as long as a static default route exists in the routing table; to eliminate this check, the always parameter can be added to this command.

Computer Science & Information Technology

You might also like to view...

Which of the following is evaluated first, given the expression:

A && B || C && !D a. A && B b. B || C c. C && !D d. !D

Computer Science & Information Technology

Which of the following statements is not valid C++ code?

A) int ptr = &num1; B) int ptr = int *num1; C) float num1 = &ptr2; D) All of the above are valid. E) All of the above are invalid.

Computer Science & Information Technology

The _____ displays numbers with a fixed dollar sign to the left of the number, a comma every three positions to the left of the decimal point, and displays numbers to the nearest cent.

A. Comma style format B. Accounting number format C. Percent style format D. Currency style format

Computer Science & Information Technology

Which of these is not a common physical access control used in computer facilities?

A. Internet firewall B. Motion sensor C. Monitor camera D. ID badge

Computer Science & Information Technology