Which Cisco IOS command is used to have OSPFv3 advertise a default route regardless of the existing routes in the routing table?

A) default-information originate always
B) default-information originate
C) ospfv3 default originate
D) ospfv3 originate default route


A
Explanation: A) The default-information originate Cisco IOS command is used to have an OSPF router (IPv4 or IPv6 ) advertise a default route. The always keyword is used to advertise a route regardless of whether a default route has been configured on the local router.

Computer Science & Information Technology

You might also like to view...

What would be the output of the call someThing (6) given the following definition?

void someThing (int n) { if (n > 3) { someThing (n – 1); cout << 2 * n << “ “ << n + 2 << “ “; } } a) 8 6 10 7 12 8 b) 12 8 10 7 8 6 6 5 c) 5 8 12 7 10 6 8 d) 6 5 8 6 10 7 12 8

Computer Science & Information Technology

When a math expression involves an int and a decimal, the result will be a ___________.

a. decimal b. double c. string d. int

Computer Science & Information Technology

Which of the following is NOT a typical scenario for using Client Hyper-V?

A. to make use of old workstations with few resources B. testing updates to the OS C. to provide app compatibility with older apps D. to run an alternate operating system

Computer Science & Information Technology

Using the Internet to get small donations from many people to start a business is called ________.

A. social networking B. crowdfunding C. crowding D. collaborating

Computer Science & Information Technology