Which of the following is not a command used to configure IS-IS IPv6 routing?

a. clns routing
b. router isis
c. net 49.0001.c202.00e8.0202.00
d. router isis IPv6


d. router isis IPv6
Explanation: The following example demonstrates how to enable IPv6 IS-IS and how to configure it on an interface of a Cisco router.
Router# conf t
Router(config)# clns routing
Router(config)# router isis
Router(config-rtr)# net 49.0001.c202.00e8.0202.00
Router(config)# int Gig3/1
Router(config-if)# ipv6 router isis

Computer Science & Information Technology

You might also like to view...

Once a file is compressed using lossy compression, it can be fully restored to its raw format

Indicate whether the statement is true or false

Computer Science & Information Technology

C++ provides ____________________ functions as a means to implement polymorphism in an inheritance hierarchy.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

You changed the MAC address of a laptop to gain access to a network.

A. spoofing B. brute force C. man-in-the-middle D. a botnet

Computer Science & Information Technology

Suppose income is 4001, what is the output of the following code? if (income > 3000) { System.out.println("Income is greater than 3000"); } else if (income > 4000) { System.out.println("Income is greater than 4000"); }

a. no output b. Income is greater than 3000 c. Income is greater than 3000 followed by Income is greater than 4000 d. Income is greater than 4000 e. Income is greater than 4000 followed by Income is greater than 3000

Computer Science & Information Technology